/* =============================================================
    CSS STYLES FOR i2bPortal 
    v1.0, 01/2003
   =============================================================
*/ 

/* Flatten Default Styles - remove all default margins & padding from all elements on the page. */
/* Not needed to do this on this site! 
*
{
   margin: 0;
   padding: 0;
}
*/


/* Default colour for the HTML BODY Portion*/
Body
{
    background-color: White;
    text-align: center; /* Workaround for IE 7 and earlier */
   	width:100%;
    margin-top: 0px;
    font-size: 10pt;
    line-height: 12pt;   
}

P{
   margin-top: 1px;
}

P.firstPara{
   text-indent: 1em;
   margin-bottom: 6px;
}

P.firstPara:first-letter{ 
	font-size: 130%; 
}

.firstLetter{ 
	font-size: 130%; 
} 

/* Styles for black Mast at the top of each inside page*/
TD.insideMastContent
{
	background-image: url(../images/ELS-B.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	color: White;
}

.mastTopNav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	color: White;
	margin-top: 15px;
	width: 480px;
}

.mastTopSearch {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
	color: Black;
	margin-top: 10px;
	width: 480px;
}

/*
.insideMastContentDiv
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	color: White;
	padding-right:70px;
	padding-top: 10px;
}
*/

TD.insideMastContent A:link	{ color: White; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: normal;}
TD.insideMastContent A:visited	{ color: White; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: normal;}
TD.insideMastContent A:active	{ color: White; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: normal;}
TD.insideMastContent A:hover	{ color: White; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal;}

.insideMastSearchTextBox
{
     height: 18px; 
     width: 200px;
     font-family: Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 border: none;
	 vertical-align:bottom;
}


/* Splash Page Styles */
.splashMastA {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
	color: #FCF6D6;
	float: left;
	margin-top: 62px;
	margin-left: 190px;
}

.splashMastB {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	color: White;
	float: left;
	margin-top: 40px;
	margin-left: 30px;
	height: 20px;
}

.splashMastB A:link		{ color: White; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: normal;}
.splashMastB A:visited	{ color: White; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: normal;}
.splashMastB A:active	{ color: White; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: normal;}
.splashMastB A:hover		{ color: White; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal;}


.splashSearch {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
	color: Black;
	margin-top:5px;
}

.splashSearchTextBox
{
     height: 20px; 
     width: 160px;
     font-family: Arial, Helvetica, sans-serif;
	 font-size: 9pt;
	 border: none;
	 vertical-align: bottom;
}

.splashMastC {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	color: White;
	float: left;
	margin-top: 10px;
	margin-left: 60px;
	height: 76px;
}

.splashMastC TABLE TD{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	color: White;
}

.splashMastC TABLE TD.signinHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
	color: #FCF6D6;
}

.splashMastC TABLE TD INPUT
{
     height: 16px; 
     width: 30px;
     font-family: Arial, Helvetica, sans-serif;
	 font-size: 9pt;
	 border: none;
	 vertical-align: bottom;
}

.splashMastC A:link		{ color: White; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: normal;}
.splashMastC A:visited	{ color: White; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: normal;}
.splashMastC A:active	{ color: White; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: normal;}
.splashMastC A:hover	{ color: White; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal;}

.tagline {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 14pt;
    letter-spacing: 3px;
	text-align: center;
	color: #4C4C4C;
	padding-bottom: 4px;
	padding-top: 10px;
}

.splashContent, TD.splashContent P  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
	color: #4C4C4C;
	text-align: left;
}


/* Style for Web Site footer section at bottom of every page */
.SiteFooterText1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
	color: Black;
	text-align: center;
	vertical-align: middle;
}
A.SiteFooterLink1:link		{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal;}
A.SiteFooterLink1:visited	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal;}
A.SiteFooterLink1:active	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal;}
A.SiteFooterLink1:hover		{ color: #28476C; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal;}


.SiteFooterText2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Normal;
	color: #28476C;
	text-align: center;
	vertical-align: middle;
}

.SiteFooterLinkText2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Normal;
	color: #28476C;
	text-align: center;
	vertical-align: bottom;
}

A.SiteFooterLink2:link		{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal;}
A.SiteFooterLink2:visited	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal;}
A.SiteFooterLink2:active	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal;}
A.SiteFooterLink2:hover		{ color: Blue;    font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal;}


/* PAGE TITLE/HEADINGS ---------------------------------------------*/

.PageTitleContainer-DesktopDefault{
	background-image: url(../images/PageTitleBackground.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align:  left;
	vertical-align: bottom;
	height: 46px;
	padding-right: 10px;
}

.PageTitleContainer-DesktopDefault2{
	background-image: url(../images/PageTitleBackground2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align:  left;
	vertical-align: bottom;
	height: 46px;
	padding-right: 10px;
}

.PageTitleContainer-DesktopDefault9{  /* This is the Checkout Template */
	background-image: url(../images/PageTitleBackground2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align:  left;
	vertical-align: bottom;
	height: 46px;
	padding-right: 10px;
}

.PageTitle{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 13pt;
    letter-spacing: 3px;
	text-align:  left;
	vertical-align: bottom;
	color: #3A3838; /* #BAA89E; */
	margin-left: 48px;
	padding-bottom: 1px;
}



/* Breadcrumbs  ----------------------------------------------------------*/

.Breadcrumb {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: Normal;
	color: Black;
	text-align: left;
	margin-left: 7px;
}

A.BreadcrumbLink:link		{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.BreadcrumbLink:visited	{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-seriff; text-decoration: underline; font-weight: Normal;}
A.BreadcrumbLink:active		{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.BreadcrumbLink:hover		{ color: Blue;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}


/* PANEL BACKGROUNDS ----------------------------------------------*/
/* Sets a background image or background color for the masthead at the top of the page*/
.MastBg {
    background-color: White;
}
.HeadBg {
    background-color: White;
}

/*Sets a background image or background colour of the Portal Panes themselves */
.leftPaneBg {
    background: url(../images/ELS-background.gif);
    background-position: left top;
    background-color: Black;
    background-repeat: repeat-y;
    text-align: left;
}

.contentPaneBg {
    vertical-align: top;
    text-align: left;
    padding-left: 6px;
}

.rightPaneBg {
    background: url(../images/RightPaneBG.jpg);
    background-repeat:repeat-y;
    text-align: left;    
}

/* MODULE BACKGROUNDS -------------------------------------------------*/
.leftPaneModuleTitleContainer{
    text-align: center;
}

.leftPaneModuleTitle {
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size:  11pt;
    letter-spacing: 2px;
    font-weight: Bold;
    color: Black;
    padding-bottom: 2px;
    margin-bottom: 2px;
}


.leftPaneModuleBg {
	/*Sets a background image or background colour of the entire Module (including Module Title)  */
	/*When using module title images, this colour is usually overridden by the */
	/*xxxxxPaneModuleContentContainer style below */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: Bold;
	color: #FCF6D6;
	width: 170px;
	margin-left:40px;
}

.leftPaneModuleBgSplash {
	/*Sets a background image or background colour of the entire Module (including Module Title)  */
	/*When using module title images, this colour is usually overridden by the */
	/*xxxxxPaneModuleContentContainer style below */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: Bold;
	color: #FCF6D6;
	width: 170px;
	margin-left:64px;
}

.leftPaneModuleContentContainer, .leftPaneModuleContentContainer P  
{
	/*Sets a background image or background colour of the Module Content (excluding Module Title)  */
	/*NOTE: We are supplying the background image in this style instead of*/
	/*      the leftPaneModuleBg style, because this site does not want to*/
	/*      have a background image behind the Module titles */

    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	font-weight: Normal;
	color: #FCF6D6;
}

.contentPaneModuleTitleContainer{
    text-align: left;
    background-color: White;
}

.contentPaneModuleTitle{
    font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
    font-size:  12pt;
    letter-spacing: 2px;
    font-weight: bold;
    color: #645C5C;  /* #494545; */
    text-align: left;
    text-transform: capitalize;
	padding-bottom: 0px;
	margin-bottom: 2px;
}

.contentPaneModuleSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
	text-transform: none;
	color: #514E4E;
	padding-bottom: 0px;
	margin-bottom: 2px;
}


.contentPaneModuleBg {
	/*Sets a background image or background colour of the entire Module (including Module Title)  */
	/*When using module title images, this colour is usually overridden by the */
	/*xxxxxPaneModuleContentContainer style below */
    text-align: left;
}

.contentPaneModuleContentContainer, .contentPaneModuleContentContainer P  
{
	/*Sets a background image or background colour of the Module Content (excluding Module Title)  */
	/*NOTE: We are supplying the background image in this style instead of*/
	/*      the contentPaneModuleBg style, because this site does not want to*/
	/*      have a background image behind the Module titles */
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 13pt;
	font-weight: normal;
	color: #393636;
	margin-right: 24px;
}

.rightPaneModuleTitleContainer{
    text-align: center;
}

.rightPaneModuleTitle {
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size:  11pt;
    letter-spacing: 2px;
    font-weight: Bold;
    color: Black;
    padding-top: 1px;
}

.rightPaneModuleBg {
	/*Sets a background image or background colour of the entire Module (including Module Title)  */
	/*When using module title images, this colour is usually overridden by the */
	/*xxxxxPaneModuleContentContainer style below */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: Bold;
	color: White;
}

.rightPaneModuleContentContainer, .rightPaneModuleContentContainer P
{
	/*Sets a background image or background colour of the Module Content (excluding Module Title)  */
	/*NOTE: We are supplying the background image in this style instead of*/
	/*      the rightPaneModuleBg style, because this site does not want to*/
	/*      have a background image behind the Module titles */
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	font-weight: Normal;
	color: Black;
	margin-left: 20px;
}

/* MODULE Text and Link styles ---------------------------------------------*/
.leftPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-variant: small-caps;
	font-size: 10pt;
    font-weight: Bold;
	color: #FCF6D6;
}
.leftPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: Bold;
	color: Black;
}

.leftPaneModuleText A:link	{ color: black;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.leftPaneModuleText A:visited	{ color: #0E1B8D;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.leftPaneModuleText A:active	{ color: #0E1B8D;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.leftPaneModuleText A:hover	{ color: #EF2B2B;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

.leftPaneModuleContentContainer A:link	{ color: black;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.leftPaneModuleContentContainer A:visited	{ color: #0E1B8D;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.leftPaneModuleContentContainer A:active	{ color: #0E1B8D;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.leftPaneModuleContentContainer A:hover	{ color: #EF2B2B;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

A.leftPaneModuleLink:link	{ color: black;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.leftPaneModuleLink:visited	{ color: #0E1B8D;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.leftPaneModuleLink:active	{ color: #0E1B8D;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.leftPaneModuleLink:hover	{ color: #EF2B2B;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

.leftPaneModuleContentContainer A.small:link, .leftPaneModuleContentContainer TD A.small:link, .leftPaneModuleText A.small:link	{ color: black;  font-size: 8pt; line-height: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.leftPaneModuleContentContainer A.small:visited, .leftPaneModuleContentContainer TD A.small:visited, .leftPaneModuleText A.small:visited	{ color: #0E1B8D;  font-size: 8pt; line-height: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.leftPaneModuleContentContainer A.small:active, .leftPaneModuleContentContainer TD A.small:active, .leftPaneModuleText A.small:active	{ color: #0E1B8D;  font-size: 8pt; line-height: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.leftPaneModuleContentContainer A.small:hover, .leftPaneModuleContentContainer TD A.small:hover, .leftPaneModuleText A.small:hover	{ color: #EF2B2B;  font-size: 8pt; line-height: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

.leftPaneModuleContentContainer A.narrowBold:link, .leftPaneModuleContentContainer TD A.narrowBold:link, .leftPaneModuleText A.narrowBold:link	{ color: black;  font-size: 10pt; line-height: 13pt; font-family: "Arial Narrow", Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
.leftPaneModuleContentContainer A.narrowBold:visited, .leftPaneModuleContentContainer TD A.narrowBold:visited, .leftPaneModuleText A.narrowBold:visited	{ color: #0E1B8D;  font-size: 10pt; line-height: 13pt; font-family: "Arial Narrow", Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
.leftPaneModuleContentContainer A.narrowBold:active, .leftPaneModuleContentContainer TD A.narrowBold:active, .leftPaneModuleText A.narrowBold:active	{ color: #0E1B8D;  font-size: 10pt; line-height: 13pt; font-family: "Arial Narrow", Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
.leftPaneModuleContentContainer A.narrowBold:hover, .leftPaneModuleContentContainer TD A.narrowBold:hover, .leftPaneModuleText A.narrowBold:hover	{ color: #EF2B2B;  font-size: 10pt; line-height: 13pt; font-family: "Arial Narrow", Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

.leftPaneModuleForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	font-weight: normal;
	background-color: White;
}

.contentPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 10pt;
    line-height: 12pt;
    font-weight: normal;
    color: #393636;
}

.contentPaneModuleText-B  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 10pt;
    line-height: 12pt;
    font-weight: Bold;
    color: #393636;
}

.contentPaneModuleText-s  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 9pt;
    line-height: 11pt;
    font-weight: normal;
    color: #393636;
}

.contentPaneModuleText-L  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 11pt;
    font-weight: normal;
    color: #393636;
}


.contentPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 10pt;
    font-weight: Bold;
    color: Black;
}

.contentPaneModuleTextEmphasized  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 10pt;
    line-height: 12pt;
    font-weight: normal;
    color: #31B524;
}

.contentPaneModuleTextEmphasized2  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 10pt;
    font-weight: normal;
    color: Blue;
}

TABLE.contentPane    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
    color: Black;
	background-color: Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}

TH.contentPane    {
    background-color: #28476C;
    color: Black;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    line-height: 10pt;
}

TD.contentPane    {
    background-color: #FDEACC;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding-left: 5px;
}

TD.contentPaneC    {
    background-color: #FDEACC;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding-left: 5px;
    text-align: center;
}

TD.contentPaneFooter    {
    background-color: #F8B000;
    color: White;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    line-height: 10pt;
    padding-left: 5px;
}


.contentPaneModuleText A:link	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.contentPaneModuleText A:visited	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.contentPaneModuleText A:active	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.contentPaneModuleText A:hover	{ color: Blue;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

.contentPaneModuleContentContainer A:link	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.contentPaneModuleContentContainer A:visited	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.contentPaneModuleContentContainer A:active	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.contentPaneModuleContentContainer A:hover	{ color: Blue;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

A.contentPaneModuleLink:link	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink:visited	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink:active	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink:hover	{ color: Blue;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

A.contentPaneModuleLink-B:link	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: bold;}
A.contentPaneModuleLink-B:visited	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: bold;}
A.contentPaneModuleLink-B:active	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: bold;}
A.contentPaneModuleLink-B:hover	{ color: Blue;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: bold;}

A.contentPaneModuleLink-L:link		{ color: #0552A0;  font-size: 11pt; line-height: 15pt; font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.contentPaneModuleLink-L:visited	{ color: #0552A0;  font-size: 11pt; line-height: 15pt; font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.contentPaneModuleLink-L:active	{ color: #0552A0;  font-size: 11pt; line-height: 15pt; font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.contentPaneModuleLink-L:hover		{ color: Blue;  font-size: 11pt; line-height: 15pt; font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}


A.contentPaneModuleLink-s:link		{ color: #0552A0;  font-size: 8pt; line-height: 12pt; font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink-s:visited	{ color: #0552A0;  font-size: 8pt; line-height: 12pt; font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink-s:active	{ color: #0552A0;  font-size: 8pt; line-height: 12pt; font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink-s:hover		{ color: Blue;  font-size: 8pt; line-height: 12pt; font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

TD.referralFormBox {
	border: solid 1px black;
}

TD.referralFormSectionBox {
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background-color: Silver;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    font-size:  10pt;
    font-weight: Bold;
    color: Black;
    text-align:	center;
    padding: 4px;
}

TD.referralFormHeader {
	border-bottom: solid 1px black;
	border-left: solid 1px black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: Bold;
	color: Black;
}

TD.referralFormData {
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
	color: Black;
}

.contentPaneModuleForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	font-weight: normal;
	background-color: White;
	border: solid 1px black;
}
.contentPaneModuleForm-s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: Black;
	font-weight: normal;
	background-color: White;
}

.contentPaneModuleFormBgForm {
    background-color: #7A86B9;
}

.contentPaneModuleFormHeading {
	background-color: #7A86B9;
    font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    font-size:  12pt;
    font-weight: Bold;
    color: Black;
    text-align: justify;
    vertical-align: middle;
    padding: 4px;
}


.rightPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
	font-size: 10pt;
    font-weight: normal;
	color: Black;
}

.rightPaneModuleText-s  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
	font-size: 9pt;
	line-height: normal;
    font-weight: normal;
	color: Black;
}

.rightPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: Bold;
	color: Black;
}

.rightPaneEmphasized  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: Left;
    font-variant: small-caps;
	font-size: 10pt;
    font-weight: Bold;
	color: Black;
}

.rightPaneModuleText A:link	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.rightPaneModuleText A:visited	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.rightPaneModuleText A:active	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.rightPaneModuleText A:hover	{ color: Blue;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

.rightPaneModuleContentContainer A:link	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.rightPaneModuleContentContainer A:visited	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.rightPaneModuleContentContainer A:active	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.rightPaneModuleContentContainer A:hover	{ color: Blue;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

A.rightPaneModuleLink:link	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.rightPaneModuleLink:visited	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.rightPaneModuleLink:active	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.rightPaneModuleLink:hover	{ color: Blue;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

A.rightPaneModuleLink-s:link	{ color: #0552A0;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.rightPaneModuleLink-s:visited	{ color: #0552A0;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.rightPaneModuleLink-s:active	{ color: #0552A0;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.rightPaneModuleLink-s:hover	{ color: Blue;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

.rightPaneModuleForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	font-weight: normal;
	background-color: White;
}


/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    background-color: #eeeeee;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
    font-weight:    bold;
    color: #393063;
}


/* PAGE BANNER ----------------------------------------------------*/
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: 900;
    color:#F8B000;
}


.siteFooter  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 9pt;
    font-weight: normal;
    color: Black;
    text-align:center;
}


/* PORTAL NAVIGATION ----------------------------------------------*/

input.Tabs { border: none;} /*Style for the Tab's input image button */


/* background/border colors for the selected tab white (images) or deepskyBlack (text) */
.TabBg {
    background: white url(../images/Nav.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

/* background/border colors for the unselected tabs white (images) or indigo (text) */
.OtherTabsBg {
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-decoration:none;
    background-color:  White;
    color: White;
}
/* hyperlink styles of the unselected tabs */
A.SelectedTab:link    {
    text-decoration: none;
    font-size: 9pt;
    color: Black;
}

A.SelectedTab:visited {
    text-decoration: none;
    font-size: 9pt;
    color: Black;
}

A.SelectedTab:active  {
    text-decoration: none;
    font-size: 9pt;
    color: White;
}

A.SelectedTab:hover   {
    text-decoration: none;
    font-size: 9pt;
    color: White;
}


/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: Bold;
    text-decoration: none;
    color: Black;
    background-color: White;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration: none;
    font-size: 9pt;
    color: Black;
}

A.OtherTabs:visited {
    text-decoration: none;
    font-size: 9pt;
    color: Black;
}

A.OtherTabs:active  {
    text-decoration: none;
    font-size: 9pt;
    color: Black;
}

A.OtherTabs:hover   {
    text-decoration: none;
    font-size: 9pt;
    color: White;
}
    
/* text style for the unselected 'Featured' tabs */
.FeaturedTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    background-color: White;
}

/* hyperlink styles of the unselected 'Featured' tabs */
A.FeaturedTabs:link    {
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
    color: #C60E0A;
}

A.FeaturedTabs:visited {
    text-decoration: none;
    font-size: 9pt;
    color: #C60E0A;    
}

A.FeaturedTabs:active  {
    text-decoration: none;
    font-size: 9pt;
    color: #C60E0A;
}

A.FeaturedTabs:hover   {
    text-decoration: none;
    font-size: 9pt;
    color: White;
}

.SubNavigation
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Normal;
    color: #5D964C;
    text-align: right;
}
 
A.SubNavigation:link	{ color: #5D964C;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.SubNavigation:visited	{ color: #5D964C;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.SubNavigation:active	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.SubNavigation:hover	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}


.10ptButton, .10ptFormButton
{
	border: outset;
	border-width: thin;
	font-size: 8pt;
	font-weight: Normal;
	font-family: Arial, Helvetica, sans-serif;
	color:  Black;
	background: Silver;
	height: 17px;
	line-height: 8pt;
}

.10ptButton-Hover, .10ptFormButton-Hover
{
	border: inset;
	border-width: thin;
	font-size: 8pt;
	font-weight: Normal;
	font-family: Arial, Helvetica, sans-serif;
	color:  Black;
	background: Silver;
	height: 17px;
	line-height: 8pt;
}


.StandardButton, .FormButton
{
	border: outset;
	border-width: 12pt;
	font-size: 9pt;
	font-weight: Normal;
	font-family: Arial, Helvetica, sans-serif;
	color:  Black;
	background: Gainsboro;
	height: 22px;
	line-height: 9pt;
}

.StandardButton-Hover, .FormButton-Hover
{
	border: inset;
	border-width: 12pt;
	font-size: 9pt;
	font-weight: Normal;
	font-family: Arial, Helvetica, sans-serif;
	color:  Black;
	background: Gainsboro;
	height: 22px;
	line-height: 9pt;
}

.EmphasizedButton, .EmphasizedFormButton
{
	border: outset;
	border-width: 12pt;
	font-size: 11pt;
	font-weight: Bold;
	font-family: Arial, Helvetica, sans-serif;
	color:  #008934;
	background: #E2F397;
	height: 28px;
	line-height: 10pt;
}

.EmphasizedButton-Hover, .EmphasizedFormButton-Hover
{
	border: inset;
	border-width: 12pt;
	font-size: 11pt;
	font-weight: Bold;
	font-family: Arial, Helvetica, sans-serif;
	color:  #008934;
	background: #E2F397;
	height: 28px;
	line-height: 10pt;
}

/* style for separator between site links */
.Accent
{
    color: Black;
    font-weight:    bold;
}

.FieldHead	{
			font-family:		Verdana, Arial, Helvetica, sans-serif;
			font-size: 			9pt;
			font-weight:		Normal;
			color:				Black;
			}

.FieldData, OptionalFieldData	{
			font-family:		Verdana, Arial, Helvetica, sans-serif;
			font-size: 			9pt;
			font-weight:		Normal;
			color:				Black;
			text-align:			left;
			}

.RequiredFieldData	{
			font-family:		Verdana, Arial, Helvetica, sans-serif;
			font-size: 			9pt;
			font-weight:		Normal;
			color:				Black;
			background-color:	#FCD9A2; /* #FCD253; #FFD962;*/
			}

.rightPaneFieldData, rightPaneOptionalFieldData	{
		 font-family: Arial, Helvetica, sans-serif;
		 font-size: 9pt;
		 font-weight: normal;
		 text-align: left;
		 border: solid 1px black;
}

.rightPaneRequiredFieldData	{
		 font-family: Arial, Helvetica, sans-serif;
		 font-size: 9pt;
		 font-weight: normal;
		 text-align: left;
		 border: solid 1px black;
}

select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: solid 1px;
	border-color: black;
}

.FieldError    {
             font-family:	Verdana, Arial, Helvetica, sans-serif;
             font-size:		8pt;
             font-weight:    Normal;
             color:			Red;
           }

.RequiredFieldInd    {
             font-family:	Verdana, Arial, Helvetica, sans-serif;
             font-size:		12pt;
             font-weight:    Bold;
             color:			Red;
           }


/* GENERAL------------------------------------------------------- */
/* style for module titles (text)*/
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12pt;
    font-weight:    Bold;
    color: Black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11pt;
    font-weight:    bold;
    color: Black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
    font-weight:    bold;
    color: Black;
}

/* text style used for most text rendered by modules */
.Normal
{
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 13pt;
	font-weight: normal;
	color: #393636;
}

.Normal-B
{
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 13pt;
	font-weight: bold;
	color: #393636;
}

.Normal-s
{
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    line-height: 11pt;
	font-weight: normal;
	color: #393636;
}
.Normal-sb
{
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    line-height: 11pt;
	font-weight: bold;
	color: #393636;
}

.Normal-L
{
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    line-height: 13pt;
	font-weight: Bold;
	color: #393636;
}

.Normal-LB
{
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    line-height: 13pt;
	font-weight: Bold;
	color: Black;
}

.Normal-XL
{
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 14pt;
	font-weight: Bold;
	color: #393636;
}

.Normal-XXL
{
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    line-height: 16pt;
	font-weight: Bold;
	color: #393636;
}

.Normal-XXXL
{
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
	font-weight: normal;
	color: #393636;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: red;
}



A.Normal:link		{ color: Black;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:visited	{ color: Black;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:active		{ color: Black;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:hover		{ color: Black;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.Normal-s:link		{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:visited	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:active		{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:hover		{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}



/* GENERIC ------------------------------------------------------*/

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11pt;
    font-weight:    Bold;
    color: Black;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
    font-weight:    Bold;
    color: Black;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    bold;
    color: Black;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    color: Black;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    bold;
    color: Black;
}


A:link		{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:visited	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:active	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:hover		{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

.stdPic{
	border: none;
	padding: 0px;
	margin: 0px;
}

.regularPic{
	border-top: Solid 1px Black;
	border-left: Solid 1px Black;
	border-right: Solid 2px Black;
	border-bottom: Solid 2px Black;
	padding:1px;
	margin: 6px;
}

.stylizedPic{
	border-top: Solid 1px Black;
	border-left: Solid 1px Black;
	border-right: Solid 2px Black;
	border-bottom: Solid 2px Black;
	padding:4px;
	background-color: #FFF8DC; /* #E0E0E0 */
}

UL LI   
{
	list-style-type: circle;
}

UL.noBull LI.noBull   {
    list-style-image: none;
    list-style-type: none;
    padding-bottom: 10px;
    vertical-align: bottom;
    color: #28476C;
    font-weight: bold;
}


UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
    padding-bottom: 10px;
}

OL.emphasized LI   {
    list-style-type:    decimal;
    padding-bottom: 10px;
    font-weight: bold;
    color: Black;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

UL.navMenu LI.navMenu   {
    list-style-type:none;
	margin: 0;
	padding: 0;
}

HR {
    color: #666666;
    height: 1; /* should be 1px but removed the px to address IE8 issue */
}

/* Site Admin Styles (duplicated from portalAdmin.css)-----------------------------------*/

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link	{ color: Blue;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:visited	{ color: Blue;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:active	{ color: Blue;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:hover	{ color: Black;	 font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
  
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}




/* -------------- Styles for i2bStoreFront and realted modules ---------------------*/

.prodDetailsHead-s    
{
	background-color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  9pt;
    font-weight:    Bold;
    color: Black;
    text-align: left;
}

.prodDetailsData-s    {background-color: White; /*#dadada;*/
             font-family: Arial, Helvetica, sans-serif;
             font-size:  9pt;
             font-weight:    normal;
             color: Black;
              text-align:left;
           }


/* Styles used for Image Viewer/Enlarger for product images */

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid Black;
background-color: White;
z-index: 10;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #7A86B9;
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
color: White;
}


/* Product Styles for use with ProductListing.ascx module 
   when used on inside pages on a White Background */

img.shoppingCartProductPic{
	  border: none;
}

img.contentPaneProductPic{
	  border: none;
      }


.contentPaneProductTitle{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
      text-align: center;
      font-weight: Bold;
      color: #7A86B9;
      padding-bottom: 5pt;
      padding-top: 10pt;
      }

.contentPaneProductHeader{
	background-color: #7A86B9;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11pt;
    font-weight:    Bold;
    color: White;
    text-align:center;
    }

.contentPaneProductCode{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 8pt;
      text-align: center;
      font-weight: Bold;
      color: #7A86B9;
      }


img.contentPaneProductThumbPic{
	  
      }

.contentPaneProductThumbTitle{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 9pt;
      text-align: center;
      font-weight: normal;
      color: #0552A0;
      padding-bottom: 5pt;
      padding-top: 8pt;
      }

.contentPaneProductThumbPrice  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 10pt;
    font-weight: Bold;
    color: Blue;
}

.contentPaneProductThumbOrigPrice  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 10pt;
    font-weight: Bold;
    color: Blue;
    text-decoration: line-through;
}

.contentPaneProductThumbSalePrice  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 10pt;
    font-weight: Bold;
    color: Red;
}

A.contentPaneProductThumbTitle:link		{ color: #0552A0; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal; line-height: normal;}
A.contentPaneProductThumbTitle:visited	{ color: #0552A0; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal; line-height: normal;}
A.contentPaneProductThumbTitle:active	{ color: #0552A0; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal; line-height: normal;}
A.contentPaneProductThumbTitle:hover	{ color: Blue; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal; line-height: normal;}

.contentPaneProductReplacementProductText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 11pt;
    font-weight: Bold;
    color: #FF6600;
}

A.contentPaneProductReplacementProductText:link		{ color: #FF6600; font-size: 11pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: bold; line-height: normal;}
A.contentPaneProductReplacementProductText:visited	{ color: #FF6600; font-size: 11pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: bold; line-height: normal;}
A.contentPaneProductReplacementProductText:active	{ color: #FF6600; font-size: 11pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: bold; line-height: normal;}
A.contentPaneProductReplacementProductText:hover	{ color: Blue; font-size: 11pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: bold; line-height: normal;}


/* Product Styles for use with ProductListing.ascx module 
   when used on the RED Background on the left or right panes with RED */

.sidePaneProductTitle{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
      text-align: center;
      font-weight: Bold;
      color: White;
      padding-bottom: 5pt;
      padding-top: 10pt;
      }

.sidePaneProductHeader{
	background-color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  9pt;
    font-weight:    Bold;
    color: White;
    text-align:center;
    }

.sidePaneProductCode{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 8pt;
      text-align: center;
      font-weight: Bold;
      color: White;
      }


img.sidePaneProductThumbPic{
	  
      }

.rightPaneProductThumbTitle{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 9pt;
      text-align: center;
      font-weight: Bold;
      color: Blue;
      padding-bottom: 5pt;
      padding-top: 8pt;
      }

.rightPaneProductThumbPrice  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 10pt;
    font-weight: Bold;
    color: Blue;
}

.rightPaneProductThumbOrigPrice  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 10pt;
    font-weight: Bold;
    color: Blue;
    text-decoration: line-through;
}

.rightPaneProductThumbSalePrice  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 10pt;
    font-weight: Bold;
    color: Red;
}

A.rightPaneProductThumbTitle:link		{ color: #0552A0;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.rightPaneProductThumbTitle:visited	{ color: #0552A0; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.rightPaneProductThumbTitle:active		{ color: #0552A0; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.rightPaneProductThumbTitle:hover		{ color: Blue; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}




/* Product Styles for use with ProductListing.ascx module 
   when used on the home page with the Black (White) Background */

.HomePageModuleTitle{
	font-family: Arial, Helvetica, sans-serif;
    font-size:  12pt;
    font-weight:    Bold;
    color: #7A86B9;
    text-align:center;
}

.HomePageModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
	line-height: 10pt;
    font-weight: normal;
    color: Black;
}

img.HomePageProductThumbPic{
		Border: none;
      }

.HomePageProductThumbTitle{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 8pt;
      text-align: center;
      font-weight: Normal;
      color: Black;
      padding-bottom: 5pt;
      padding-top: 8pt;
      }

.HomePageProductThumbPrice  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
    font-weight: Bold;
    color: Black;
}

.HomePageProductThumbOrigPrice  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
    font-weight: Normal;
    color: Black;
    text-decoration: line-through;
}

.HomePageProductThumbSalePrice  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
    font-weight: Bold;
    color: Blue;
}

A.HomePageProductThumbTitle:link	{ color: Black; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: bold;}
A.HomePageProductThumbTitle:visited	{ color: Black; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: bold;}
A.HomePageProductThumbTitle:active	{ color: Black; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: bold;}
A.HomePageProductThumbTitle:hover	{ color: Blue; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: bold;}


/* Category List Control Styles  -0 = Not Selected -1 = Selected*/
A.CategoryItem-L0:link		{ color: #FCF6D6;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L0:visited	{ color: #FCF6D6;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L0:active	{ color: #FCF6D6;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L0:hover		{ color: #FCF6D6;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L0-0:link	{ color: #FCF6D6;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L0-0:visited	{ color: #FCF6D6;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L0-0:active	{ color: #FCF6D6;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L0-0:hover	{ color: #FCF6D6;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CategoryItem-L0-1:link	{ color: #FCF6D6;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}
A.CategoryItem-L0-1:visited	{ color: #FCF6D6;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}
A.CategoryItem-L0-1:active	{ color: #FCF6D6;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}
A.CategoryItem-L0-1:hover	{ color: #FCF6D6;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}

A.CategoryItem-L1:link		{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L1:visited	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L1:active	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L1:hover		{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L1-0:link	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L1-0:visited	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L1-0:active	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L1-0:hover	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.CategoryItem-L1-1:link	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}
A.CategoryItem-L1-1:visited	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}
A.CategoryItem-L1-1:active	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}
A.CategoryItem-L1-1:hover	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}

A.CategoryItem-L2:link		{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L2:visited	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L2:active	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L2:hover		{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L2-0:link	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L2-0:visited	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L2-0:active	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L2-0:hover	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.CategoryItem-L2-1:link	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}
A.CategoryItem-L2-1:visited	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}
A.CategoryItem-L2-1:active	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}
A.CategoryItem-L2-1:hover	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}

A.CategoryItem-L3:link		{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L3:visited	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L3:active	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L3:hover		{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L3-0:link	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L3-0:visited	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L3-0:active	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L3-0:hover	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.CategoryItem-L3-1:link	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}
A.CategoryItem-L3-1:visited	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}
A.CategoryItem-L3-1:active	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}
A.CategoryItem-L3-1:hover	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}

A.CategoryItem-L4:link		{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L4:visited	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L4:active	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L4:hover		{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L4-0:link	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L4-0:visited	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L4-0:active	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L4-0:hover	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.CategoryItem-L4-1:link	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}
A.CategoryItem-L4-1:visited	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}
A.CategoryItem-L4-1:active	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}
A.CategoryItem-L4-1:hover	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}

A.CategoryItem-L5:link		{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L5:visited	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L5:active	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L5:hover		{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.CategoryItem-L5-0:link	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L5-0:visited	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L5-0:active	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.CategoryItem-L5-0:hover	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.CategoryItem-L5-1:link	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}
A.CategoryItem-L5-1:visited	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}
A.CategoryItem-L5-1:active	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}
A.CategoryItem-L5-1:hover	{ color: #FCF6D6;  font-size: 9pt; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #C76F6F;}


A.CategoryChildrenLeaf:link		{ color: #0F236A;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CategoryChildrenLeaf:visited	{ color: #0F236A;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CategoryChildrenLeaf:active	{ color: #0F236A;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CategoryChildrenLeaf:hover	{ color: Black;  font-size: 10pt; line-height: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}


/* ================================
    CSS STYLES FOR Shopping Cart 
   ================================
*/   


.HomeHead
{
    color: #555500;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    HEIGHT: 35px
}

/* */
.ContentHead
{
    background-color: #9CCFCE;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 15px
}

/* */
.SubContentHead
{
    background-color: #555500;
    color: #DCDCDC; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 20px
}

/* */
.UnitCost
{
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20pt
}

/* */
.ModelNumber
{
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20pt
}

/* */
.ErrorText
{
    color: #555500;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 20pt
}
.MostPopularHead
{
    background-color: #8B0000;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none
}

A.MostPopularItemText:hover
{
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: underline
}

.ProductListHead
{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    line-height: 10pt;
    text-decoration: underline;
}
.ProductListItem
{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
}

.CartListHead
{
    background-color: #7A86B9;
    color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 5px;
}

.CartListItem
{
    background-color: White;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    padding-left: 5px;
}

.CartListItemAlt
{
    background-color: White;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    padding-left: 5px;
}

.CartListFooter
{
    background-color: #7A86B9;
    line-height: 10pt;
}

.cartbutton
{
	border: none;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.OrderTotals
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: Bold;
    line-height: 10px;
    color: Black;
}

/* ================================
    CSS STYLES FOR i2bShoppingCat Checkout Panels 
   ================================
*/   

.SectionHeading
{
    background-color: #7A86B9;
    color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px;
}


.SectionHeading-s
{
    background-color: #7A86B9;
    color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    line-height: 12pt;
    padding-left: 5px;
}

.requestQuoteTable    {
	background-color: #F5F5F5; /*#F8F8FF; */
	border: 1px solid Black;
}
