/* TOPS Software Style Sheet */
body {
  margin-top: 0px;
  background: #f9f9f2;
  font-size:75%;
}
p {
  text-align: left;
  color: #333333;
  font-weight: 500;
}
ul {
  text-align: left;
  color: #666666;
  font-weight: bold;
}
ol {
  text-align: left;
  color: #666666;
  font-weight: bold;
}
h1 {
  text-align: left;
  color: #666600;
  font-weight: bold;
}
h2 {
  text-align: left;
  color: #666600;
  font-weight: bold;
}
.small {
  font-size: 50%;
}
.data {
  text-align: center;
  line-height: 18px;
}
.big {
  text-align: center;
  color: #666600;
  font-size: 110%;
  font-weight: bold;
}
.newsflash {
  text-align: center;
  color: #333333;
  font-size: 110%;
  font-weight: bold;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.justify {
  text-align: justify;
}
.indent {
  text-align: justify;
  color: #333333;
  margin-left: 5%;
  font-weight: 500;
  margin-right: 5%;
}
.quote {
  text-align: justify;
  color: #666600;
  margin-left: 10px;
  margin-right: 10px;
}
.beingrevised {
  color: #666600;
  text-decoration: none;
}
#darkgreen {
  color: #666600;
}
#green {
  color: #009900;
  font-weight: bold;
}
#red {
  color: #990000;
}
#bigred {
  color: #990000;
  font-size: 110%;
  font-weight: bold;
}
a {
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
a:link {
  color: #ff9900;
}
a:visited {
  color: #ff9900;
}
a:hover {
  color: #333333;
}
a:active {
  color: #333333;
}
.menu {
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
a.menu:link {
  color: #666666;
}
a.menu:visited {
  color: #666666;
}
a.menu:hover {
  color: #ff9900;
}
a.menu:active {
  color: #ff9900;
}
.copyright {
  padding-left: 10px;
  text-align: left;
  color: #666666;
  font-size: 50%;
  font-weight: 500;
  text-decoration: none;
}
a.copyright:link {
  color: #ff9900;
  font-weight: bold;
}
a.copyright:visited {
  color: #ff9900;
  font-weight: bold;
}
a.copyright:hover {
  color: #333333;
  font-weight: bold;
}
a.copyright:active {
  color: #333333;
  font-weight: bold;
}
.seo {
  text-align: center;
  color: #666600;
  font-size: 75%;
  font-weight: 500;
  text-decoration: none;
}
a.seo:link {
  color: #666600;
  font-weight: 500;
}
a.seo:visited {
  color: #666600;
  font-weight: 500;
}
a.seo:hover {
  color: #ff9900;
  font-weight: 500;
}
a.seo:active {
  color: #ff9900;
  font-weight: 500;
}
a.seo:link {
  color: #666600;
}
a.seo:visited {
  color: #666600;
}
a.seo:hover {
  color: #ff9900;
}
a.seo:active {
  color: #ff9900;
}
.selected {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}

.MainContainer {
  
  max-width: 1000px;
  min-width: 800px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  border: none;
}

.MainPanel {
  max-width: 1000px;
  min-width: 800px;
  text-align: left;
  padding-left: auto;
  margin-right: auto;
  border: none;
  background-image:url(ContentBackground1.gif);
  background-repeat:repeat-y;
}
.MainPanelRight {
  background-image:url(ContentBackgroundRight.gif);
  background-repeat:repeat-y;
  background-position:right ;
  margin-right: 1px;
}


.LeftMenuTB {
  background-image:url(menu-top.gif);
  background-repeat:no-repeat;
  height:18px;
}
.LeftMenu {
  padding-left:5px;
  border:solid 1px #ddd;
}

.LeftPanel {
  width: 165px;
  padding-left:10px;
  
}

.Logo {
  height:163px;
  color: #666666;
  background-image:url(mail-order-processing-software1.jpg);
  background-position:left ;
  background-repeat:no-repeat;
}

.LogoRight {
  height:163px;
  color: #666666;
  background-image:url(LogoRight.jpg);
  background-position:right ;
  background-repeat:no-repeat;

}

.RadMenu_tsMain {
  float: none !important;
}

.RadMenu_tsMain .rmItem {
  padding: 5px 0;
  border: none;
}
.RadMenu_tsMain .rmGroup .rmLast {
  border: none;
}

.RadMenu_tsMain .rmGroup {
  border: solid 1px #888;
  background-color: #fff;
}

.LeftPane {
  margin-top: 10px;
  margin-bottom: 5px;
  background-image: url(/Portals/_default/Skins/TOPS-Software//OPDev30/Portals/_default/Skins/TOPS-Software//OPDev30/Portals/_default/Skins/TOPS-Software/scroll.gif);
  background-position: top;
  background-repeat: no-repeat;
}

.UserContainer {
  text-align:right;
  color: Black;
  padding-left: 30px;
  padding-right: 30px;
  font-size:80%;
  position:relative;
  border: none;
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	color: #666600;
	font-size:90%;
}

A.OtherTabs:visited, A.OtherTabs:active
{
	text-decoration: none;
  color: #666600;
	font-size:90%;
}

A.OtherTabs:hover
{
	text-decoration: none;
	color: #ff9900;
	font-size:90%;
}

.ContentPanel {
  border: none;
}

.Footer {
  height:147px;
  position:relative;
  color: #666666;
  background-image:url(mail-order-business-system.jpg);
  background-position: top;
  background-repeat:no-repeat;
}
.FooterRight {
  height:147px;
  color: #666666;
  background-image:url(NutShell.jpg);
  background-position:right ;
  background-repeat:no-repeat;

}

.FooterLeft1 {
  color: #666666;
  text-align: left;
  position:absolute;
  left:15px;
  top:0px;
}

.FooterLeft2 {
  color: #666666;
  text-align: left;
  position:absolute;
  left:15px;
  top:90px;
}

.FooterLeft3 {
  color: #666666;
  text-align: left;
  position:absolute;
  left:15px;
  top:120px;
}

/* EntryLabel: Used for labels to data entry forms */
.FBLabel 
{
	font-weight: bold;
	color: #003366;
	float: left;
	width: 250px;
	clear: right;
	padding:0 10px;
}

/* Label and Value: used for controls that accept data (e.g. textbox, dropdownlist) */
.FBField
{
	font-weight: normal;
	float: left;
}

/* Used for the 'value' portion of the field */
.FBValue
{
	overflow: auto; 
	width: 250px; 
}

.FBNotes
{
  float:right;
}

.Required
{
	border: solid 2px #f00;
}

/* EntryFieldError: used to highlight a field with an error */
.FBFieldError
{
	border: solid 2px red;
}
.FBError
{
	font-weight: bold;
	color: #f00;
}

/* Section where the action buttons are shown */
.FBActions
{
	border-top: solid 1px #000;
	margin-top: 8px;
	padding-top: 2px;
	width: 100%;
	height: 50px;
	min-height: 50px;
	vertical-align: top;
	vertical-align: text-top;	
}

/* EntryButton: for buttons in the data entry */
.EntryButton
{
	font-weight: normal;
}

/* Section divider in a data entry page */
.EntrySection
{
	border-bottom: solid 1px #000;
	margin-top: 25px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* Top Section has different spacing */
.TopSection
{
	margin-top: 0;
}






