/*** CRM Default Stylesheet   (MAG20070213) ***/

/****************************************************************************************************/
/* MAG20070427 CSS Alignment Notes:
   1) "Text-Align" is the correct property to change when changing element alignment in IE
		   (ex:  "text-align: center;"  centers pages in IE , "text-align: left;" aligns left)
	2) "Margin: 0 auto;" is the preferred method for centering pages in all other browsers
		****All Margins must be set this way in order to have the page centered in Firefox****
	3) Make sure to define the position of each element inside the MasterDiv as "Left:0px"
			so that they begin at the very left side, rather than in the center
/****************************************************************************************************/
				
/** CENTER ALIGNED SITE **/
HTML, BODY {
   height: 100%;
	width: 100%;
/* overflow: hidden;   Causes the page to end at it's preset height of 100% of the screen  */
	padding: 0px;
	text-align: center;   /* Internet Explorer alignment */ 
	margin: 0 auto;   /* Mozilla Firefox alignment */ 
} 

BODY {
	background-color: Black;  
	font-family: Verdana;
	font-size: 12px
}

BODY.Main {
	background-image: url(../images/lb_wallpaper_master2.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

#MasterDIV {
	height: 100%;
	width: 750px;
	position: relative;
	bottom: 0px;
	top: 0px;
	text-align: center;  /* Internet Explorer alignment */ 
	margin: 0 auto;  /* Mozilla Firefox alignment */ 
}

DIV {
	vertical-align: top;
}

IMG	{
	vertical-align: top;
	margin: 0 auto 0 auto;
	padding: 0;
}

FORM {
	border: 0;
	margin: 0 auto;
	padding: 0;
}

td.preheads		 {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-align: right;
	border: 0;
}

td.heads		 {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}

td.left {
	text-align: left;
}

/** Logo Layouts, General and then specific URLs for Distributors **/

.DistInfo  {
	color: White;
	font-family: Verdana;
	font-size: 12;
	text-align: left;
}

.DistLogo {
	width: 176px; 
	height: 65px;
	margin: 0;
	float: left;
	position: relative;
}

#012500 { background-image: url(012500.gif); }
#000000 { background-image: url(012500.gif); }
#019700 { background-image: url(019700.gif); }


.LinkBeltLogo {
	background-image: url(LinkBelt.gif);
	width: 192px; 
	height: 62px;
}


/** Login/Logout/Logo Program Settings **/

.LOGIN  {
	text-align: left;
	padding-right: 20px;
	color: White;
	font-family: Verdana;
	font-size: 11;
}

TD.LOGIN {
	padding-right: 0px;
}

.LOGOUT   {
	color: White;
	font-family: Verdana;
	font-size: 12;
	text-align: right;
	margin: 0;	
	padding: 0;
	border: 0;
}

.LOGIN A:link,    .LOGOUT A:link     { color: White; font-weight: bold; font-size: 11;}
.LOGIN A:visited, .LOGOUT A:visited  { color: White; font-weight: bold;	font-size: 11;}
.LOGIN A:hover ,  .LOGOUT A:hover    { color: White; font-weight: bold;	font-size: 11;}
.LOGIN A:active,  .LOGOUT A:active   { color: White; font-weight: bold;	font-size: 11;} 

.MYPROFILE   {
	color: White;
	font-family: Verdana;
	font-size: 12;
	text-align: right;
	margin: 0;	
	padding: 0;
	border: 0;
}

.MYPROFILE A:link     { color: White; font-size: 9; text-decoration: underline; font-weight: normal;}
.MYPROFILE A:visited  { color: White; font-size: 9; text-decoration: underline; font-weight: normal;}
.MYPROFILE A:hover    { color: White; font-size: 9; text-decoration: underline; font-weight: normal;}
.MYPROFILE A:active   { color: White; font-size: 9; text-decoration: underline; font-weight: normal;} 

.DptLogo  {
	background-repeat: no-repeat;
}


/** Additional CRM Program Settings  (Requires "White" as Body Class) **/
BODY.White {
	background-color: White;
	font-family: Verdana;
	font-size: 9pt;
	text-align: top;
}

BODY.scrolls{
	overflow: auto;
}

.White H1 {
	font-size: 14pt;
	text-align: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.White td {
	font-size: 9pt;
}

.White a:link       { color: black; }
.White a:visited    { color: black; }
.White a:hover      { color: #696969; }
.White a:active     { color: #696969; }

.White th {
	font-size: 9pt;
	font-weight: bold;
	color: White;
	background-color: Black;
	border-color: White;
	border-width: 1;
}

.White TH a:link       { color: White; }
.White TH a:visited    { color: White; }
.White TH a:hover      { color: White; }
.White TH a:active     { color: White; }

.White TD.small {
	font-size: 8pt;
	text-align: left;
	margin-left: 2px;
}

.White TD.red		    {
	font-weight: bold;
	color: Maroon;
	background-color: #CDCDCD;
	border-color: White;
	border-width: 1;
	padding: 2px 5px;
}

.White .narrow		{
	padding:1px 0px 1px 4px;
}

.White TD.right {
	text-align: right;
}

.White TD.center {
	text-align: center;
}

.White TD.top {
	vertical-align: text-top;
}

.White TD.bottom {
	vertical-align: bottom;
}

.White TD.message {
	background-color: #FFFF80;
	text-align: center;
	font-weight: bold;
	font-size:12px;
	padding: 5px 0px;
	margin-bottom: 5px;
}

.White TD.warning {
	background-color:#CC0000;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;;
}
.White form {
	margin: 0;
	padding: 0;
	white-space: normal;
	word-spacing: normal;
	display: inline;
}

.White textarea {
	font-family: Arial;
	font-size: 10pt;
}

.White input.disable {
	border-style: solid;
	border-width: 1px;
	border-color: silver;
}

a.hlink:link       { color: #8B0000; font-weight: bold; }
a.hlink:visited    { color: #8B0000; font-weight: bold; }
a.hlink:hover      { color: #696969; font-weight: bold; }
a.hlink:active     { color: #696969; font-weight: bold; }

.White TD.CompanyTitle	{
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	background-color: #B22222;
	color: White;
	padding: 5px;
}

.White TD.CompanyTitle SPAN.distno {
	font-weight: normal;
	font-size: 10pt;
}

.White TD.CompanyMenu {
	background-color: #B22222;
	padding: 5px 2px;
	width: 125px;
	vertical-align: top;
}

.White TD.CompanyMenu TD {
	font-size: 9pt;
	color: White;
   font-weight: bold;
	padding-bottom: 4px;
}

.White TD.CompanyMenu a:link       { color: White; font-weight: normal; padding-left:5px; }
.White TD.CompanyMenu a:visited    { color: White; font-weight: normal; padding-left:5px; }
.White TD.CompanyMenu a:hover      { color: White; font-weight: normal; padding-left:5px; }
.White TD.CompanyMenu a:active     { color: White; font-weight: normal; padding-left:5px; }

.White TD.SubTitle	{
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #7D1818;
	color: White;
	padding: 5px;
}

.White TD.SubMenu {
	background-color: #7D1818;
	padding: 5px 2px;
	width: 125px;
	vertical-align: top;
}

.White TD.SubMenu TD {
	font-size: 9pt;
	color: White;
   font-weight: bold;
	padding-bottom: 4px;
}

.White TD.SubMenu a:link       { color: White; font-weight: normal; padding-left:5px; }
.White TD.SubMenu a:visited    { color: White; font-weight: normal; padding-left:5px; }
.White TD.SubMenu a:hover      { color: White; font-weight: normal; padding-left:5px; }
.White TD.SubMenu a:active     { color: White; font-weight: normal; padding-left:5px; }
