@import url( ../../core/css/stylesheet.css );
@import url( pos-stylesheet.css );
@import url( trn-stylesheet.css );
@import url( doc-stylesheet.css );
@import url( img-stylesheet.css );
@import url( lds-stylesheet.css );
@import url( rec-stylesheet.css );
@import url( cda-stylesheet.css );



a:link {
	color: #EC7800;}
a:visited {
	color: #EC7800;}
a:hover {
	color: #4F5040;}
a:active {
	color: #EC7800;}

body {	color:#4F5040;
		background-color:#FFFFFF;
		margin:6px 0 0 6px; }




#headerContainer {width:1000px;}
#header {background-color: #FFF; background-image: url(../graphics/banner_bg.jpg); background-repeat:no-repeat;}
#header img { margin-top:-1px;}
#main-print-template #headerContainer {width:600px;}

#titleContainer {
	height:20px;
	background-color:#FFF;
	margin-bottom:10px;
	color:#006843;
	margin-top:5px;
	border-bottom: 1px solid #CECFC1;
	width:999px;
	padding-bottom:8px;
}

#title {
	font-size:2.2em;
	font-weight:bold;
	line-height:22px;
	padding-left:10px;
	float:left;
	font-variant:small-caps;
	color:#EC7800;
	
}

#specialLinks {
	float:right;
	color:#00BEEA;
	padding-right:10px;
	padding-top:4px;
	}

#specialLinks a {
	font-size:.9em;
	margin: 0px 3px 0px 2px;
	font-family: Arial;
}

#specialLinks a:link {
	color:#00BEEA;
}

#specialLinks a:visited {
	color:#00BEEA;
}

#specialLinks a:hover {
	color:#4F5040;
}


#primaryContainer {width: 1001px;}

#display { margin:0px 10px 10px 10px;}

#navigationContainer { padding-top:0px;padding-right:0px; margin-right:0px;	width: 173px; }
#flexContainer { margin-left:0px; padding-left:0px;}

/* ################ START NAV STYLES ############################### */
#menu-container { padding:0px; background-color: #FFF; margin-top:3px; margin-bottom:0px; min-height:162px;}
#navigation li {
	background-color: #DCF5FC;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #4F5040;
	padding:4px 0px 4px 0px; 
	margin-bottom:2px; 
	border: 1px solid  #00BEEA;}

#navigation ul.sub-menu li, #navigation li li { 
	xpadding: 2px 5px;
	}

#navigation ul li li {
		font-size: .9em;
		padding: 2px 5px;
		margin-bottom:3px;margin-top:1px;
		xborder:none;
	}

#navigation a {
	font-weight:bold;
	font-size:1.2em;
	color: #4F5040; 
	text-decoration:none;}
	

#navigation ul li {
	list-style-type: none;
	position: relative; 
	float: left;
	}
	
#navigation ul, #navigation ul li { 
	margin: 0px 0px; width:171px; 
	}

#navigation ul li ul.sub-menu { }
#navigation ul li ul li {padding: 0px 0px; }

#navigation ul li ul.sub-menu li {  margin-top:-1px; margin-bottom:0px;}

/* sub menu */
#navigation li ul.sub-menu {
	position: absolute; 
	display: none;
	top:0;
	left: -999em;
	margin:0px;
	xbackground-color:#FFF;
	padding: 2px;  padding-right:5px;
	border-left:none; border:none;
}

/*
#navigation li:hover ul.sub-menu, #navigation li.over ul.sub-menu { 
	left:173px; display: block;
	} 
*/

#navigation li.over ul.sub-menu { 
	left:171px; display: block;
	} 
	
/* open sub menu */
#navigation li ul.open-sub-menu {
	padding: 0px; border: none;
	width: 160px;
	margin:3px;margin-left:10px;
}

#navigation li ul.open-sub-menu li {
	width: 150px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px; 
	margin-bottom:2px;
	border:none;
	}
	
#navigation li ul.open-sub-menu li.selected {
	border:1px solid #4F5040;
	}

#navigation ul.open-sub-menu li:hover {
	border:none;
	}
#navigation ul.open-sub-menu a:hover { color: rgb(205,16,65); }

#navigation li.over a:hover {color: #FFF;}

#navigation li.over {background:#00BEEA; border-top:1px solid #CFF2FA; border-bottom:1px solid #CFF2FA;}

#navigation li.selected {background-color:#00BEEA;}
	
#navigation li.selected a:hover { color:#FFF;}



/* alternate menu colorization */
/* NAV: red-#92191C, light yellow-#F7FABE, roll over brown-#5D2E1E, outline-#A7493E */


/*#navigation li ul.sub-menu { background-color:#5D2E1E;}*/
/*#navigation li ul.open-sub-menu li.selected { border-color: #A7493E; }
#navigation ul.open-sub-menu a:hover { color: rgb(205,16,65); }*/





/* ################ END NAV STYLES ############################### */

.htabset a:hover, .htabset a.selectedTab {
	background-image: url("../graphics/htab_left_on.gif");
	}
.htabset a:hover span, .htabset a.selectedTab span {
	background-image: url("../graphics/htab_right_on.gif");
	}
.htabset a.selectedTab span {
	color:rgb(40, 60, 137);
	}

.htabset a:link {
	color:lightsteelblue;
	}

.htabset a:hover {
	color:steelblue;
	}


#displayContainer {
	padding:0px 0px 8px 0px;
}
#flexContainer {
	width:261px; padding-top:0px; }

#footerContainer {
	background-color:#006843;
	color:#CECFC1;
	text-align:center;
	align-vertical:middle;
	margin-top:15px;
	padding:0 0 10px 0;
	width: 1000px;}

#footerContainer a:link {color: #CECFC1;	text-decoration: none;}
#footerContainer a:visited {color: #CECFC1; text-decoration: none;}
#footerContainer a:hover {color: #CECFC1; text-decoration: underline;}
#footerContainer a:active {color: #CECFC1; text-decoration: none;}

#content-template #footerContainer { background-color:transparent; border-top: 2px solid #CECFC1;}
#main-print-template #footerContainer { background-color:transparent; border-top: 2px solid #CECFC1;width:600px;}

#footer {
	text-align:center;
	padding-top:3px; padding-bottom:3px;}

#fseContainer {
	width: 1000px;}



/* UI object classes */

.sectionHeading     {
	color: #FFF;
	background-color: #EC7800;
	text-align:left;
	padding:4px 0 4px 0;
	width:100%;
}

.listRowAlt {
	background-color: #FBF4F0; }

.recordList {
	border-color:#F0F0F0; }

table.recordList thead {
	background-color: rgb(40, 60, 137);
	color:#F2E2C5;
	color:white;
	border-color:#5A5A5A; }

table.recordList tfoot td {
	border-color:#5A5A5A; }

.box {border: 1px solid #330000; background-color:#F9F1DC;text-align:center;}
/*text-align:center;width:200px;padding:5px;border:1px solid ##330000;background-color:F9F1DC;*/

div.grid { border:1px solid #330000; background-color:#E3D4A8;}
table.grid { border-top:1px solid #330000;border-left:1px solid #330000;}
table.grid tr { text-align:center; }
table.grid thead tr { background-color:#E3D4A8;}
table.grid thead td,table.grid thead th {  border-bottom:1px solid #330000;border-right:1px solid #330000; }
table.grid tbody td { border-bottom:1px solid #330000;border-right:1px solid #330000;}


/* application component styles */

/* operator management */

#oprDetailPopup {
	border:1px solid #717171;
	width:99%; }
#oprDetailPopupHeader {
	padding:5px;
    border:1px solid #CECFC1;}
	border-bottom: 2px solid #717171; }
#oprDetailPopupHeader td strong {
	color:#F3903B; }
#oprDetailPopupBody {
	padding:5px;
	left:0; }
#oprDetailPopupBody table {
	line-height:15px; }
#oprDetailPopupBody td {
	text-align:left;}

#frm_operatorMgmt {
	x-background-color: #F7F6E3; }

/*
#options table {
	border-color: #5A5A5A; }
*/

/* distributor management */

#dstDetailPopup {
	border:1px solid #5A5A5A;
	background-color: #F7F6E3;
	width:99%; }
#dstDetailPopupHeader {
	padding:5;
    border:1px solid #5A5A5A;
	border-bottom: 2px solid #5A5A5A; }
#dstDetailPopupHeader td strong {
	color:#CC0000; }
#dstDetailPopupBody {
	padding:5;
	left:0; }
#fseLogo {float:right;clear:both;margin-top:2px;margin-right:2px;}


#dstDetailPopupBodyOverview p { margin:0; margin-bottom:5px; font-size:.9em; margin-right:15px; font-style:italic;}

#dstDetailPopupBody table {
	line-height:15px; }
#dstDetailPopupBody td {
	text-align:left;}




/* sales team news */
#news-container h1 {
	background-color: #08794f;
	color: #D1BA88;}
.news-item {
	border-color: #08794F;}

/* general */

#displayContainer .content-introduction p { font-size: 1.2em; padding: 0px 0px 10px 10px; }
#displayContainer .content-introduction h3 { font-size: 1.2em; }
#displayContainer .content-introduction { border-top: 1px solid silver; margin-left:10px; margin-right:10px;}
.content-introduction a { color: #F3903B; }

/* hot box */
/* #hotbox-portlet-container {border-color: #E7DED5; margin-left:0px; padding-left:0px;} */
#hotbox-portlet-container h2 {
	background-color: #B59333; ;
	font-size:1.3em;
	line-height:16px;
	padding-top: 3px; padding-bottom:3px;
	color: #FFFFFF;}

#hotbox-search-results { border: 1px solid #E7DED5; border-top:none;}
#hotbox-portlet-container .content-introduction {
	xborder-top: 5px solid #CBC5B3;
	padding-top: 0px; padding-bottom:10px; padding-left:10px; padding-right:7px;
	border-bottom: 3px solid #CECFC1;
	}
#hotbox-portlet-container .content-introduction p { font-size: 1.2em; }
#hotbox-portlet-container .content-introduction h3 { font-size: 1.2em; color:rgb(40, 60, 137);}


#hotbox-keyword-search {
	background-color: steelblue; xborder-top:3px solid #876B25; padding-top:3px; padding-bottom:5px;padding-left:10px; padding-right:7px;
	}
#hotbox-keyword-search img {
	margin-left: -10px; margin-top: -3px;
	}
#hotbox-keyword-search td { padding-left: 5px; }

/* admin center */
#broker-profile-panel { font-size: 1.2em; padding: 10px; padding-top:3px; }


#prc-list-navigation { background-color: steelblue; text-align:right; padding-right:20px; padding-bottom:4px;}
#prc-list-navigation a { color: black; font-size: .9em; padding-left: 20px; text-decoration:underline; cursor:pointer;}
.prc-product-summary td { border-bottom: 1px solid silver; padding-bottom:10px;vertical-align:top;padding-top:4px;}
.prc-product-summary td img { margin-top: 2px; margin-right: 7px; }
.prc-product-summary td p { margin:0; }
#prc-detail-tab-panel {padding-left:10px; padding-right:10px;}
#prc-detail-tab-panel h2 { width: 100%; border-bottom: 1px solid silver; padding-bottom: 2px; }
#prc-detail-view-panel h1 { font-size: 1.4em; padding-bottom:10px;}

#heading { font-size: 2em; font-weight:bold; text-align: center; margin-top:10px; padding-bottom:0px; margin-bottom:0px;}

.content-container { font-size: 1.2em;}

.portlet div.header {
	/* background-image: url( '../graphics/generic-portlet-header.jpg'); */
	background-color: #006843;
	height:2em;
	width:261px;
	text-align:left;}


.portlet div.header h1 { font-size: 2.0em; color: rgb(40, 60, 137); xmargin-left:33px; font-family: Verdana; font-weight:normal; xmargin-bottom:auto; xmargin-top:32px;}
.portlet div.header h1.foreground { position: relative; z-index:10; left:-9px; top:20px;}
.portlet div.header h1.shadow { position: relative; z-index:1; left:8px; top:-3px; color:silver;}
.portlet div.header img.icon { position: relative; float:left; top:5px; left:7px; width:16px; height:16px; }

.portlet div.header .control { position: relative; right:7px; top:5px; float:right; }
x.portlet div.header .control span {  font-size:2em; line-height:1.4em; align-vertical: top; font-weight:bold; }


.portlet div.header-small {
	/* background-image: url( '../graphics/generic-portlet-header.jpg'); */
	background-color: rgb(40, 60, 137);
	width:171px;
	padding:2px;}

.portlet div.header-small table { width: 100%; }
.portlet div.header-small table td { padding:0px; margin:0px;}
.portlet div.header-small table tr { padding:0px; margin:0px;}
.portlet div.header-small td.icon img { width:16px; height:16px; padding:0px; align-text:left;}
.portlet div.header-small td.title h1 { font-size: 1.1em; font-weight: bold; color: #CECFC1; font-family: Verdana;}
.portlet div.header-small td.control img { float:right;}


.portlet div.body { border: 1px solid #E7DED5; border-top:none; width:100%;}
.portlet { background-color: white;}
.portlet div.body .section { border:1px solid #E7DED5; margin:1px; padding:1px; background-color:#E8E8E8;  }
.portlet div.body .section p {font-size:.9em;padding:3px;margin:0px;}

.portlet #oprsrch-portlet-view { background-color:#E8E8E8; }
.portlet .body { background-color: white; }


/* this section removes the portal header icon and normalizes the size to small, and removes the shadow title on the large */
.portlet div.header h1 { font-size: 1.1em; font-weight: normal; font-family: Verdana; color:white;}
.portlet div.header h1.shadow { display: none; }
.portlet div.header h1.foreground { position: static; padding-top:3px; padding-left:.5em;}

.portlet div.header img.icon { display: none; }
.portlet div.header .control { top:2px; right:2px;}



.lead-app-container {
	}

.lead-app-container .lead_colhdr{
	font-weight: bold;
}
.lead-app-container .lead_bodybgcolor .lead_colhdr td {
	background-color:steelblue;
	color: #ffdec0;
}
.lead-app-container table.lead_listrowalt { border 1px solid silver; margin-bottom:1em; }

.lead-app-container table.lead_bodybgcolor { border: 1px solid silver; }
.lead-app-container .lead_bodybgcolor .lead_listrow{
	}

.lead-app-container .lead_bodybgcolor .lead_listrowalt{
	background-color: #F0F0F0;
}

.sales-initiative-feedback-requirements a {
	color:steelblue;
	}

.login-area { min-height:350px; }
.login-box { position:relative; left:-115px; top:20px; border: 1px solid #006843; padding:0px; margin:0px; width:300px;}
.login-box h1 { color: #FFF; margin:0px; margin-bottom:-1px; border: 1px solid #006843;background-color: #006843; padding-top:1px; padding-bottom:1px; padding-left:3px; font-size:1.5em; width:297px;}
.login-box div { border: 1px solid #006843; width:300px; margin:0px;}
.login-content { position:relative; top:-170px; left:230px; width:550px;}
.login-box div iframe { border:none;}

display { margin-top:0px;}
/*div.construction-title { position:absolute; display:block; color:white; text-align:left; top:30px; left:10px; font-size:22pt; font-weight:bold; font-family:arial; }*/

#contact-us-form-container {
	background:#FBF4F0;
	border:solid 1px #CECFC1;
	padding:10px;
	
	}
