/* Web Self Service CSS */

body
{
	margin:0;
	padding:15px;
	
	background-color:#ECEDED;
	
	font-family:Verdana, Arial, Tahoma, Geneva;
	font-size:10px;
	line-height:13px;
	color: #333;
}

img
{
	border:0;
}

dl
{
	padding:5px;
	margin:5px 0;
	clear:both;
	float:left;
	background-color: teal;
}

dt
{
	padding-bottom:5px;
	margin-bottom:8px;
	
	font-weight:bolder;
	border-bottom:1px solid #C0C0C0;
	
	clear: both;
	background-color: yellow;
}

dd { clear: both;
	background-color: magenta; }

td { text-align: left; }

td.center { text-align: center; }

td.right { text-align: right; }

.uppercase {text-transform: uppercase; }

/* BASIC COLORS */

.bg_blue	{ background-color: #779BC2; text-align: right; }
.bg_gray	{ background-color: #C3C9AD; }
.bg_ltgray	{ background-color: #ECEDED; }
.altrow { background-color: #F3F4F4; }
.altrow2 { background-color: #E6E6E6; }
.bg_white { background-color: #FFFFFF; }
.bg_yellow { background-color: yellow; }
.bg_warm_summer {background-color: #FDFCDC;}
.bg_ltblue1 {background-color:#eff7fe; } 
.bg_ltblue2 {background-color:#f5f8fb; } 

.blue { color: #0000AA; }

div#bg_blue_rfs	{ 
	float:right;
	clear:none;	
	 }
div#bg_blue_rfs a.bg_blue_rfs
{
	display: block;
	width: auto;
	height: 10px;
	float: left;
	padding: 10px;
	overflow: hidden;
	font-family: Arial, Tahoma, Geneva;
	font-size: 11px;
	vertical-align: top;
	line-height: 2px;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	background-color: #779BC2;
	text-align: right;	
	color: #FFF;
	
}	 

/* NAVIGATION */



/* top */

div#topnav
{
	float:right;
	clear:none;
}

div#topnav a.topnav
{
	display: block;
	width: auto;
	height: 10px;
	float: left;
	padding: 10px;
	margin: 0;
	overflow: hidden;
	font-family: Arial, Tahoma, Geneva;
	font-size: 11px;
	vertical-align: middle;
	line-height: 9px;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
}

div#topnav a.topnav:link, div#topnav a.topnav:visited { color: #D7E3F1; }
div#topnav a.topnav:hover, div#topnav a.topnav:active
{
	color: #FFF;
	background-color: #5269A3;
}

/* side */
#sidenav h3
{
	margin: 0;
	padding: 15px 5px 5px 0;
	font-family: Verdana, Arial, Tahoma, Geneva;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	text-align: left;
	text-indent: 12px;
}

#sidenav td.bg_blue { color:#FFF; }
#sidenav td.bg_gray { color:#607E9D; }

ul#subnav
{
	display:block;
	width:160px;
	height:auto;
	
	margin:0;
	padding:0px;
	
	list-style-type:none;
	
	font-size: 11px;
	line-height: 12px;
}

ul#subnav li a
{
	padding: 4px 2px 4px 10px;
	margin: 0;
	text-decoration: none;
	border-top: 1px dotted #597AC8;
	color: #555;
	display: block;
	height: auto; 
	width: 155px;
}

ul#subnav li a.first
{
	border-color: transparent;
	border-width: 0;
	border-style: none;
	margin-top: 1px;
}


ul#subnav li a.plain
{
	border-color: transparent;
	border-width: 0;
	border-style: none;
	margin-top: 1px;
}


ul#subnav li a:hover
{
	color: #000;
	background-image: url(imgs/tri_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}

ul#subnav li a.info {
    position:relative; /*this is the key*/
    z-index:1;
    display:block;
}

ul#subnav li a.info .reminder
{
	display: none;
    float:left;
}

a.info:hover{
    z-index:2;
}

ul#subnav li a.info:hover .reminder
{  
    display:block;
    position:absolute;    
    top:30px;
    left:60px;
    width:200px;    
    background-color:#000;
    font-size:10px;
    font-style:normal;
    padding:1px;
}

ul#subnav li a.plaininfo
{
	border-color: transparent;
	border-width: 0;
	border-style: none;
	margin-top: 1px;
	position:relative; /*this is the key*/
    z-index:0;
    display:block;
}

ul#subnav li a.plaininfo .reminder
{
	display: none;
    float:left;
}

a.plaininfo:hover{
    z-index:1;
}

ul#subnav li a.plaininfo:hover .reminder
{  
    display:block;
    position:absolute;    
    top:30px;
    left:60px;
    width:200px;    
    background-color:#000;
    font-size:10px;
    font-style:normal;
    padding:1px;
}

ul.home
{

}

ul.home li
{
	list-style-type: none;
	font-size: 12px;
	padding-bottom: 8px;
}

div.home
{
	list-style-type: none;
	font-size: 11px;
	padding-top:2px;
	padding-bottom: 8px;
}

ul li ul li 
{
 	color: #0000FF;
 	list-style-type: square;
}


/* MAIN content area */

.label1_rfs
{
	font-size: 10px;
	font-weight: normal;
	font-family: Tahoma, Arial, san-serif;
	text-transform: none;
	white-space: nowrap;
	color: #474747;
}

#content
{
	padding: 12px;
	margin: 0 0 1px 0;
}

#h3style
{
	font:15px/17px Georgia, Times, sans-serif;
	color: #244DAE;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom:1px dotted #244dae;
}

#content h3
{
	font:15px/17px Georgia, Times, sans-serif;
	color: #244DAE;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom:1px dotted #244dae;
}

#content h3.sup
{
	font:15px/17px Georgia, Times, sans-serif;
	color: #244DAE;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom:1px dotted #244dae;
}

#content-nobackground h3
{
	font:15px/17px Georgia, Times, sans-serif;
	color: #244DAE;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom:1px dotted #244dae;
}

#content-nobackground h5
{
	font:12px Georgia, Times, sans-serif;
	color: #244DAE;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom:1px dotted #244dae;
}

#content h6
{
	font:12px/14px Georgia, Times, sans-serif;
	color: #244DAE;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom:1px dotted #244dae;
}


#content h4
{
	color: #000;
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	
	border-left:12px solid #999;
}

#content h5
{
	color: #244DAE;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
}


.twocol
{
	width: 285px;
}

.threecol
{
	width: 175px;
}

#content p.info
{
	padding: 4px 6px;
	border: 1px solid #DCDDDD;
}

#content div.info
{
	padding: 4px 6px;
	border: 1px solid #DCDDDD;
}

#content p.info2
{
	padding: 4px 3px;
	border: 1px solid #C2C8AB;
}

#content p.info3
{
	padding: 4px 3px;
	border: 1px solid #C10303;
}

/* DETAILS tabs*/
div.detail a
{
	display: block;
	float:left;
	
	width: auto;
	height: auto;
	
	font: 12px/12px Georgia, Times, sans-serif;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	
	text-decoration: none;
	vertical-align: bottom;
}

div.detail a:link, div.detail a:visited
{
	background-color: #DEDEDE;
	color: #777;
}

div.detail a:hover, div.detail a:active
{
	background-color: #CCC;
	color: #555;
}

div.detail a.active, div.detail a.active:link, div.detail a.active:active, div.detail a.active:hover, div.detail a.active:visited 
{
	background-color: #FFF;
	color: #000;
}

div.detail a.lf
{
	background-image: url(imgs/cnr_lftop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.detail a.rt
{
	background-image: url(imgs/cnr_rttop.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#main_content_cc
{
	margin: 0 auto;
	padding: 10px;
	background-color: #ECEDED;
	float: none;
}
table.main
{
	padding: 12px;
}

div.main
{
	background-color: #FFFFFF;
	margin: 0;
	padding-right: 0px;	
}

table.main
{
	padding: 12px;
}

div.eight_pad
{
	padding-bottom: 8px;
}

div.page_height
{
}
div.page_height3
{

}

td.test
{
	padding-top:5px;
}

table.main_content
{
	background-color: #ECEDED;

	margin-top: 0px;

	padding: 0px;
	width: 100%;
	height: 400px;
}

table.subnav
{

	padding-bottom: 0px;	

	width: 65%;
}

table.detail_content
{
	background-color:#FFFFFF;
	padding: 0px;
	width: 99%;
	height: 300px;

}

div.topnav_lfend
{
	border:0px;
	background:#779BC2;
	width:6px;
	height:30px;
	/*border-radius: 6px;*/
}

div.topnav_rtend
{
	border:0px;
	background:#779BC2;
	width:6px;
	height:30px;
	/*border-radius: 6px;*/
}

/* RESULTS TABLES */
table.tb_results
{
	border: 0px;
	width: 100%;
	cellpadding: 0px;
	cellspacing: 0px;
	background-color: #FFFFFF;
}

table.results
{
	font: 10px/12px Tahoma,Arial,sans-serif;
	border-collapse: collapse;
	padding: 4px;	
}

table.results thead
{
	font-weight: normal;
	background-color: #CCC;
	white-space: nowrap;
}

table.rfsresults thead
{
	background-color: #445D7C;
	color: #DDDDDD;
	font-weight: bold;
	font-size: 10px;
	line-height: 9px; 
	text-transform: none;
}
table.rfsresults {
	background-color: #FFFFFF;	
}
table.rfsresultsBGGray {
	font: 10px/12px Tahoma,Arial,sans-serif;
	border-collapse: collapse;
	padding: 4px;
}
table.rfsresultsBGGray thead
{
	font-weight: bold;
	background-color: #445D7C;
	color: #DDDDDD;
	white-space: nowrap;
	
}
table.rfsresultsBGGray thead td
{
	border-left: 1px solid #FFF;
	vertical-align: middle;
	
}

table.results td
{
	padding: 4px;
	vertical-align: top;
	text-align: center;
}

table.resultsnew
{
	font: 10px/12px Tahoma,Arial,sans-serif;
	border-collapse: collapse;
	padding: 4px;
}

table.resultsnew thead
{
	font-weight: normal;
	background-color: #CCC;
	white-space: nowrap;
}

table.resultsnew td
{
	padding: 4px;
	vertical-align: top;
}

table.rfsresultsBGGray td
{
	padding: 4px;
	vertical-align: top;
	text-align: center;
}
table.rfsresults td
{
	padding: 4px;
	vertical-align: top;
	text-align: left;	
}

table.results td.left
{
	text-align: left;
}

table.results td.right
{
	text-align: right;
}

table.results_msg
{
	border-collapse: collapse;
	padding: 2px;
}
table.results_msg td
{
	padding: 3px;
	height: auto;
	text-align: center;
}

table.results_msg td.left
{
	text-align: left;
}

table.results_msg td.msg
{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding-left: 1px;
	font-family: Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	vertical-align: middle;
}
table.results_msg td.msg_center
{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	vertical-align: middle;
}
table.results td.bg_ltbeige {
	background-color: #EEF1E3;
	text-align: left;
}

table.results td.bg_rtbeige {
	background-color: #EEF1E3;
	text-align: right;
}

table.results thead td
{
	border-left: 1px solid #FFF;
}

table.results thead td.firstcell
{
	border-left: 1px solid #CCC;
}

td.nowrap
{
	white-space: nowrap;
}

td.topcell
{
	border-bottom: 1px solid #FFF;
}

/* FORMS */

.element
{
	padding: 2px 0 4px 0;
	margin: 4px 12px 0 0;
}
.element_nopadding
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.submit
{
	text-align: left;
	margin-top: 18px; !Important
}

.label1
{
	color: #000;
	padding:0 0 1px 2px;
	margin:0;
	
	display:block;
	width:auto;
	height:auto;
	
	font-size:10px;
	line-height: 10px;
	white-space: nowrap;
}

.label2
{
	display: block;
	width: 16px;
	height: auto;
	
	float: left;
	clear: none;
	padding:0 0 0 8px;
	
	font-size: 9px;
	color: #000;
	text-transform: uppercase;
}

.label33 {
	font-size: 12px;
	font-family: Tahoma, Arial, san-serif;
	font-weight: bold;
	margin: 4px auto 2px auto;
	text-transform: none;
	white-space: nowrap;
}
.label34 {
	font-size: 12px;
	font-family: Tahoma, Arial, san-serif;
	font-weight: bold;
	margin: 4px auto 2px auto;
	text-transform: none;
	white-space: wrap;
}

.label4
{
	color: #000;
	padding:0 0 1px 2px;
	margin:0;
	
	display:block;
	width: 156px;
	height:auto;
	
	font-size:10px;
	line-height: 10px;
	white-space: nowrap;
}

.label1-padded
{
	color: #000;
	padding:0 0 1px 20px;
	margin:0;
	
	display:block;
	width:auto;
	height:auto;
	
	font-size:10px;
	line-height: 10px;
	white-space: nowrap;
}

.label1-big
{
	color: #000;
	padding:0 0 1px 2px;
	margin:0;
	
	display:block;
	width:auto;
	height:auto;
	
	font-size:12px;
	line-height: 10px;
	white-space: nowrap;
}

.required
{
	color: #000;
	padding:0 0 1px 9px;
	
	background-image: url(imgs/reqfield.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

/* span.optional {display: none;} */

.error   
{
	font-size: 12px;
	color: #C00;
	padding: 0 0 0 9px;
	
	background-repeat: no-repeat;
	background-position: left 2px;
}

/* DATA DISPLAY */

table.data td
{
	vertical-align: top;
	padding:0 0 0 4px;
	text-align: left;
}

td.svcline
{
	padding-bottom:0;
	margin-bottom:0;
}

td.svcdata
{
	padding-top:0;
	margin-top:0;
	border-bottom:1px solid #CCC;
}

.format
{
	color: #665;
	font-size: 9px;
	font-style: italic;
}

.display
{
	padding:0 2px;
	margin:0;
	width: auto;
	font-size: 10px;
	font-family: Verdana, Arial, Tahoma, Geneva;
	text-align: left;
	vertical-align: middle;
	color:#000;
	/* border: 1px solid #DCDDDD; */
	font-weight: bold;
}

.display2
{
	padding:0 2px;
	margin:0;
	width: 155px;
	font-size: 10px;
	font-family: Verdana, Arial, Tahoma, Geneva;
	text-align: left;
	vertical-align: middle;
	color:#000;
	/* border: 1px solid #DCDDDD; */
	font-weight: bold;
}
.display_center
{
	padding:0 2px;
	margin:0;
	width: auto;
	font-size: 10px;
	font-family: Verdana, Arial, Tahoma, Geneva;
	text-align: center;
	vertical-align: middle;
	color:#000;
	/* border: 1px solid #DCDDDD; */
	font-weight: bold;
}

p.alert
{
	color: #C00;
}

.divsection
{
	border-top: 1px solid #CCC;
}

.divsection div.element
{
	padding-top: 12px;
}

.subhd
{
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
}

     /******* widgets *******/
     
		input.text1
		{
			margin:2px;
			width:200px;
			
			font-family:Verdana, Arial, Tahoma, Geneva;
			font-size:10px;
			line-height:10px;
			vertical-align:middle;
		}
		
		input.checkbox1
		{
			margin:2px;
			
			font-size:14px;
			line-height:10px;
			vertical-align:middle;
		}
     
		input.button1
		{
			margin:12px 2px 2px 2px;
			width:100px;
			
			font-family:Verdana, Arial, Tahoma, Geneva;
			font-size:9px;
			line-height:9px;
			padding-top:2px;
		}
     
		input.button2		
		{
			margin: 0;
			padding: 0;
			width: auto;
			font-family: Verdana, Arial, Tahoma, Geneva;
			font-size: 9px;
			height: auto;
		}

		input.button3	
		{
			margin: 0;
			padding: 0;
			width: 155px;
			font-family: Verdana, Arial, Tahoma, Geneva;
			font-size: 9px;
			height: auto;
		}

		input.button4	
		{
			margin: 0;
			padding: 0;
			width: 180px;
			font-family: Verdana, Arial, Tahoma, Geneva;
			font-size: 9px;
			height: auto;
		}

		input.button5	
		{
			margin: 0;
			padding: 0;
			width: 70px;
			font-family: Verdana, Arial, Tahoma, Geneva;
			font-size: 9px;
			height: auto;
		}

		div.csi { text-align: right; }
     
		input.submit1
		{
			margin:12px 2px 2px 2px; /* left margin compensates for label1 width */
			width:100px;
			
			font-family:Verdana, Arial, Tahoma, Geneva;
			font-size:9px;
			line-height:9px;
			padding-top:2px;
		}
		
		select
		{
			margin:2px;
			width:200px;
			
			font-family:Verdana, Arial, Tahoma, Geneva;
			font-size:10px;
			line-height:10px;
			vertical-align:middle;
		}

		select.auto
		{
			margin:2px;
			width:auto;
			
			font-family:Verdana, Arial, Tahoma, Geneva;
			font-size:10px;
			line-height:10px;
			vertical-align:middle;
		}

		img.calicon		
		{
			vertical-align:middle;
			margin: 0 8px 0 0;
		}

		img.ondemand		
		{
			vertical-align:middle;
			margin-left:4px;
		}
		
		img.new		
		{
			vertical-align:middle;
			margin: 0 8px 0 0;
		}
		
#pager a
{
	text-decoration: none;
	font-weight: bold;
}
		
/* FOOTER */

p.footertxt
{
	margin:0 12px;
	padding:8px 0;
	
	color: #777;
	font-size: 10px;
}

p.footertxtversionHome
{
	color: #777;
	font-size: 10px;
}

p.footertxtversionrfs
{
	color: #777;
	font-size: 10px;
}

.foot_bg_color
{
	background-color: #FFFFFF;
}

.footline
{
	border-color: #CCC;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
}
		
/* GENERAL */

.nowrap { white-space:nowrap; }

.olshome_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006DA9;
	text-decoration: none;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
}
.menuon {
	padding: 4px 2px 2px 10px;
	margin: 0;
	border-top: 1px dotted #597AC8;
	color: #597AC8;
	background-image: url(imgs/square.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	font-weight:bold;
}

.menuonfirst {
	padding: 4px 2px 2px 10px;
	margin: 0;
	color: #597AC8;
	background-image: url(imgs/square.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	font-weight:bold;
}

.bg_ltbeige {
	background-color: #EEF1E3;
	text-align: left;
}

.bg_ltaltrow {
	background-color: #F3F4F4;
	text-align: left;
}

.style2 {font-size: 11px}

.dottedline {
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #779BC2;
}
.dottedline2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #779BC2;
}
.dottedbox {
	border-top: 1px dotted #779BC2;
	border-right: 1px none;
	border-bottom: 1px dotted #779BC2;
	border-left: 1px none;
}
.hdr_benefits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #779BC2;
	text-decoration: none;
}
.hdr_benefits2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #597AC8;
	text-decoration: none;
}
.hdr_underline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
}

.left { text-align: left; }

.rpt_results_total {
	padding:0 2px;
	margin:0;
	width: auto;
	font-size: 10px;
	font-family: Verdana, Arial, Tahoma, Geneva;
	text-align: left;
	vertical-align: middle;
	color:#597AC8;
	font-weight: bold;
	background-color: #DCDDDD;
}
.rpt_results_total_right {
	padding:0 2px;
	margin:0;
	width: auto;
	font-size: 10px;
	font-family: Verdana, Arial, Tahoma, Geneva;
	text-align: left;
	vertical-align: middle;
	color:#597AC8;	
	font-weight: bold;
}
div.mainreview
{
	background-color: #FFFFFF;
}
div.wkpane
{
	clear: both;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.wkpane_mhs
{
	float: left;
	clear: both;
	width: 705px;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.wkpane_745
{
	float: left;
	clear: both;
	width: 745px;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.wkpane_780
{
	float: left;
	clear: both;
	width: 780px;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* ---- Request for Services ---- */
/* -----TABS -------- */

#detailtabs
{
	margin: 0;
	padding: 0;
	width: 697px;
	float: left;
	clear: both;
	border-bottom: 5px solid #445D7C;
}

#detailtabs span.tab, #detailtabs span.active
{
	width: auto;
	height: auto;
	margin: 0 2px 0 0;
	padding: 0;
	background-color: #FFF;
	display: block;
	float: left;
}

#detailtabs span.tabr, #detailtabs span.activer
{
	width: auto;
	height: auto;
	margin: 0 0 0 2px;
	padding: 0;
	background-color: #FFF;
	display: block;
	float: right;
}

#detailtabs span.tab a, #detailtabs span.active a
{
	padding: 4px 3px 4px 2px;
	margin: 0;
	text-decoration: none;
	text-align: center;
	text-indent: 7px;
	text-transform: uppercase;
	line-height: 9px;
	white-space: nowrap;
	float: left;
	clear: none;
	font-size: 9px;
	font-weight: bold;
	display: block;
	height: 9px;
	width: auto;
	border-color: #445D7C #445D7C #FFF #445D7C;
	border-width: 1px 1px 0 1px;
	border-style: solid solid none solid;
}

#detailtabs span.tabr a, #detailtabs span.activer a
{
	padding: 4px 3px 4px 2px;
	margin: 0;
	text-decoration: none;
	text-align: center;
	text-indent: 7px;
	text-transform: uppercase;
	line-height: 9px;
	white-space: nowrap;
	float: left;
	clear: none;
	font-size: 9px;
	font-weight: bold;
	display: block;
	height: 9px;
	width: auto;
	border-color: #445D7C #445D7C #FFF #445D7C;
	border-width: 1px 1px 0 1px;
	border-style: solid solid none solid;
}

#detailtabs span.tab a, #detailtabs span.tabr a
{
	background-image: url(imgs/tri_off_blue.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	background-color: transparent;
}

#detailtabs span.active a, #detailtabs span.activer a
{
	background-image: url(imgs/tri_on_wht.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	background-color: #445D7C;
	color: #FFF;
}

#detailtabs span.tab a:link, #detailtabs span.tab a:visited, #detailtabs span.tabr a:link, #detailtabs span.tabr a:visited
{
	color: #445D7C;
}

#detailtabs span.tab a:hover, #detailtabs span.tab a:active, #detailtabs span.tabr a:hover, #detailtabs span.tabr a:active
{
	background-image: url(imgs/tri_on_777.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	background-color: #FFF;
	color: #777;
}


table.outlinedata
{
	height: auto;
	float: left;
	clear: both;

	margin: 4px 0 0 0;
	padding: 1px;
	border-color: #CDCDCD;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
}

table.outlinedata select
{
	font-size: 10px;
	font-weight: normal;
	font-family: Tahoma, Arial, san-serif;
	text-transform: none;
	white-space: nowrap;
	color: #474747;
}

table.blueoutline
{
	height: auto;
	float: left;
	clear: both;

	margin: 4px 0 0 0;
	padding: 10px;
	border-color: #a9cdf1;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
}

table.displaydata
{
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	
	padding: 2px;
	border-color: #CDCDCD;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
}

table.displayhdr
{
	width: 678px;
	height: auto;
	float: left;
	clear: both;

	padding: 2px;
	margin: 0 0 10px 0;
}

table.btmborder
{
	border-bottom: 1px solid #CDCDCD;
	padding-bottom: 12px;
}

table.displaydata h4
{
	color: #445D7C;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 6px 0 3px 0;
	padding: 0;
	border-bottom: 1px dotted #445D7C;
}

table.enterdata
{
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	float: left;
	clear: none;

	padding: 2px;
	margin: 0;
}

table.enterdatasmall
{
	background-color: #FFFFFF;
	width: 70%;
	height: auto;
	float: left;
	clear: none;

	padding: 2px;
	margin: 0;
}

table.form td, table.actions td, table.enterdata td
{
	padding: 3px;
}

table.h4
{
	#color: #445D7C;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 6px 0 3px 0;
	padding: 0;
	border-bottom: 1px dotted #445D7C;
}

table.form td, table.actions td, table.enterdata td
{
	padding: 2px;
}

table.enterdata td.center
{
	text-align:center;
}
table.enterdata td.right
{
	text-align:right;
}
.seqrow {  }

.rfsh4
{
	color: #445D7C;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 6px 0 3px 0;
	padding: 0;
	border-bottom: 1px dotted #445D7C;
}
.outlinedata {
	height: auto;
	float: left;
	clear: both;
	margin: 4px 0 0 0;
	padding: 11px;
	border-color: red;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
}

table.outlinedata select {
	font-size: 10px;
	font-weight: normal;
	font-family: Tahoma, Arial, san-serif;
	text-transform: none;
	white-space: nowrap;
	color: #474747;
}

table.historyoutlinedata {
	height: auto;
	float: left;
	clear: both;
	margin: 4px 0 0 0;
	padding: 1px;
	border-color: #CDCDCD;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial, san-serif;
}

.sectionheader
{
	font:15px/17px Georgia, Times, sans-serif;
	color: #244DAE;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom:1px dotted #244dae;
}

.sectionheader_nobottom
{
	font:15px/17px Georgia, Times, sans-serif;
	color: #244DAE;
	font-weight: bold;
	padding-bottom: 2px;
}

.sectionheader_blk
{
	font:18px/17px Georgia, Times, sans-serif;
	color: black;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom:1px dotted #244dae;
}

.sectionheader_blk_less
{
	font:14px/17px Georgia, Times, sans-serif;
	color: black;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom:1px dotted #244dae;
}

.subsectionheader {
	font-family: Georgia, Times, san-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #244DAE;
}

.subsectionheader-bold {
	font-family: Georgia, Times, san-serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #244DAE;
}

div.detail2 a
{
	display: block;
	float:left;
	
	width: 100px;
	height: auto;
	
	font: 12px/12px Georgia, Times, sans-serif;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	
	text-decoration: none;
	vertical-align: bottom;
}
div.detail2 a.active, div.detail2 a.active:link, div.detail2 a.active:active, div.detail2 a.active:hover, div.detail2 a.active:visited 
{
	background-color: #FFF;
	color: #000;
}
a.hover1{
	cursor:text;
	text-decoration:none;
	color:black;
}

span.outlinedata_h
{
	height: auto;
	margin: 4px 0 0 0;
	padding: 1px;
	border-color: #CDCDCD;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
}
span.outlinedata_noborder
{
	height: auto;
	margin: 4px 0 0 0;
	padding: 1px;
}

tr.bgyellow{
   Background-color : rgb(255, 255, 204);
}
td.bgyellow{
   Background-color : rgb(255, 255, 204);
}

.label3-b
{
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", serif;
	margin: 4px auto 2px auto;
	text-transform: none;
	white-space: nowrap;
}

.label1-i
{
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Arial, san-serif;
	font-style: italic;
	text-transform: none;
	white-space: nowrap;
}

.h3bluebold
{
	font:10px/17px Georgia, Times, sans-serif;
	color: #244DAE;
	font-weight: bold;
	padding-bottom: 2px;
}

table.outlinedata td.center
{
	text-align: center;
}

table.results tr.graybackground
{
	font-weight: normal;
	background-color: #CCC;
	white-space: nowrap;
}



tr.bgyellow{
   Background-color : rgb(255, 255, 204);
}
td.bgyellow{
   Background-color : rgb(255, 255, 204);
}

.label3-b
{
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", serif;
	margin: 4px auto 2px auto;
	text-transform: none;
	white-space: nowrap;
}

.label1-i
{
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Arial, san-serif;
	font-style: italic;
	text-transform: none;
	white-space: nowrap;
}

.h3bluebold
{
	font:10px/17px Georgia, Times, sans-serif;
	color: #244DAE;
	font-weight: bold;
	padding-bottom: 2px;
}

table.outlinedata td.center
{
	text-align: center;
}

table.results tr.graybackground
{
	font-weight: normal;
	background-color: #CCC;
	white-space: nowrap;
}

a.link_no_style
{
	display:block;
	height:auto;	
	margin:0;
	padding:0px;	
	list-style-type:none;
	text-decoration: none;
	
		
}
.italic_gary
{
	font-size: 10px;	
	font-family: Tahoma, Arial, san-serif;
	font-style: italic;
	vertical-align: middle;
	color: #555;
}

input.button6	
		{
			margin: 0;
			padding: 0;
			width: 96px;
			font-family: Verdana, Arial, Tahoma, Geneva;
			font-size: 9px;
			height: auto;
		}
		
input.button7	
{
	margin: 0;
	padding: 0;
	width: 47px;
	font-family: Verdana, Arial, Tahoma, Geneva;
	font-size: 9px;
	height: auto;
}		
.label3-alarm-wrap
{
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial, san-serif;
	text-transform: none;
	color: #FF0000;
}
.display_red
{
	margin:0;
	width: auto;
	font-size: 10px;
	font-family: Verdana, Arial, Tahoma, Geneva;
	text-align: left;
	vertical-align: middle;
	color: #FF0000;	
}

.label1-wrap {
	font-size: 10px;
	font-weight: normal;
	font-family: Tahoma, Arial, san-serif;
	text-transform: none;
	color: #474747;
}

div#dummy {
	float:left; 
	width:100%;
}

table.dummyTable {
	float:left; 
	width:100%;
}

table.dottedbox {
	border-top: 1px dotted #779BC2;
	border-right: 1px none;
	border-bottom: 1px dotted #779BC2;
	border-left: 1px none;
	float: left;
	width: 100%;
	cellpadding: 3px;
	cellspacing: 2px;
}

table.leftTable {
	float:left;
}

/* 'content' is defined in both mhsplus_screen.css and wss_screen.css and 
deleting it is difficult cos it is not clear which one is picked where.
Hence use the below style when that is a problem across browsers */
div#spclContent {	
	padding: 12px;
	margin: 0 0 1px 0;
    float:left;
    background-color:#FFFFFF;
    width:99%;
}

table.outlinedata2
{
	height: auto;
	float: left;

	padding: 1px;
	border-color: #CDCDCD;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	background-color:#FFFFFF;
}
a.pull_down
{
	font: 11px Tahoma,Arial,sans-serif;	
	vertical-align: middle;	
	padding: 2px 2px 2px 10px;
	background-image: url(imgs/tri_off.gif);
	display: block;
	height: auto;
	width: auto;
	cursor: pointer;
	float: left;
	clear: none;
}

a.pull_down, a.pull_down:visited
{
	color: #445D7C;
	text-decoration: none;
	background-image: url(imgs/tri_off_blue.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

a.pull_down:hover, a.pull_down:active
{
	color: #000;
	text-decoration: none;
	background-image: url(imgs/tri_off.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	background-color: #B5BDC4;
	
}

a.pull_down_on
{
	font: 11px Tahoma,Arial,sans-serif;
	vertical-align: middle;
	padding: 2px 2px 2px 10px;
	display: block;
	height: auto;
	width: auto;
	cursor: pointer;
	float: left;
	clear: none;
	color: #445D7C;
	text-decoration: none;
	background-image: url(imgs/tri_on_blue.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

/*Do not add float property to the
below style - messing it up for IE6*/
table.seWrappingIssue
{
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	clear: none;
	padding: 2px;
	margin: 0;	
}

.news_alerts {
	background-color: #779BC2; 
	height: 25px;
}

.greyOut {
	color: #C0C0C0;
}

.imp {
	color: #FF0000;
}

.switch
{
margin-top:-5px;
display: block;
width: auto;
height: 10px;
float: left;
padding: 10px;
color:#D7E3F1;
overflow: hidden;
font-family: Arial, Tahoma, Geneva;
font-size: 11px;
vertical-align: middle;
line-height: 9px;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
clear:both;
}


/* HLOC Redesign */
.narr-hist-container {
	overflow-y: hidden; 
	display:none; 
	width: 520px; 
	min-height: 100px; 
	max-height: 450px;
	border: 1px solid #ccc; 
	padding: 2px; 
	background-color: white
}		
.narr-hist-container:hover {	
	overflow-y: auto; 
}	
.narr-hist-nohide-container {
	overflow-y: hidden; 
	width: 700px; 
	min-height: 100px; 
	max-height: 450px;
	border: 1px solid #ccc; 
	padding: 2px; 
	background-color: white;
	font-weight: bold;
}		
.primary-issues-container {
	overflow-y: hidden; 
	display:none; 
	width: 100%; 
	min-height: 100px; 
	padding: 2px; 
	background-color: white;
}		

.narr-hist-sm-container {
	overflow-y: scroll; 
	display:none; 
	width: 255px; 
	min-height: 70px; 
	max-height: 75px;
	border: 1px solid #ccc; 
	padding: 2px; 
	background-color: white
}
	
.narr-hist {
	background-color:#6699FF;
	padding: 2px;
}		
.narr-hist-alt {
	background-color:#99CCFF;
	padding: 2px;
}  				
/* Struts2 adds 'errorMessage' CSS class to validation errors. Set the validation message color to red here.*/
.errorMessage {
	color: red;
}

/* Medication Narrative History - added by Venu */
.narr-hist-med-container {
	overflow-y: hidden; 
	display:none; 
	width: 175px; 
	min-height: 75px; 
	max-height: 75px;
	border: 1px solid #ccc; 
	padding: 2px; 
	background-color: white
}		

/* Child or Adolescent Behavior Symptom Complex Label */
.label1-i-u
{
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Arial, san-serif;
	font-style: italic;
	text-transform: none;
	white-space: nowrap;
	text-decoration: underline;
}

/* HLOC Redesign */

/* VSD-5737 - GA Collab- June 2015 */
.float-left {
	float:left;
}

.float-right {
	float:right;
}

.float-clear {
	clear:both;
}

.results {
	font: 10px/12px Tahoma,Arial,sans-serif;
	border-collapse: collapse;
	padding: 4px;	
	width:99%;
}
/* VSD-5737 - GA Collab- June 2015 */

/* VSD-5745 - GA Collab - June 2015 - CANS/ANSA */
.nocellborder {
	    border:3px solid #CCC;
	    border-collapse:collapse;
}
.nocellborder td {
	    border:none;
	    padding: 3px;
}

.display_show {
	display:display;
}

.display_none {
	display:none;
}

.width_49_5_percent {
	width: 49.5%;
}
.width_100_percent {
	width: 100%;
}

.width_40_percent {
	width: 40%;
}

th.left {
	text-align: left;
}

.width_10_px {
	width: 10px;
}

.width_50_px {
	width: 50px;
}

.width_75_px {
	width: 75px;
}

.width_25_px {
	width: 25px;
}

.width_100_px {
	width: 100px;
}
.width_240_px {
	width: 240px;
}

.width_auto {
	width: auto;
}

.margin_left_25px {
	margin-left: 25px;
}

div#email-notification-label {
	width: 500px;
}

.abaError {
	color:red;
	font-size:14px;
}
.abaError ul, .abaError li{ 
	list-style: none;
	padding-left:0; 
}
.assessmentError {
	color:red;
	font-size:14px;
}
.assessmentError ul, .assessmentError li{ 
	list-style: none;
	padding-left:0; 
}
.bhsdError {
	color:red;
	font-size:14px;
}
.bhsdError ul, .bhsdError li{ 
	list-style: none;
	padding-left:0; 
}

.leftFloat {
	float:left;
}
.right {
	float:right;
}
.inlineBlock {
	display: inline-block;
}
.width_15_percent {
	width: 15%;
}
.width_24_percent {
	width: 24%;
}
.width_30_percent {
	width: 30%;
}
.width_60_percent {
	width: 60%;
}
.btmMargin {
	margin-bottom: 10px;
}
input.button8 {
	margin: 0;
	padding: 0;
	width: 220px;
	font-family: Verdana, Arial, Tahoma, Geneva;
	font-size: 9px;
	height: auto;
}
input.button9 {
	margin: 0;
	padding: 0;
	width: 280px;
	font-family: Verdana, Arial, Tahoma, Geneva;
	font-size: 9px;
	height: auto;
}

#confirmBox button:hover {
	background-color: #333;
}

#confirmBox .message {
	text-align: center;
	font-size: 14px;
	margin-top: 8px;
}

.tableTitle{
font: 15px/17px Georgia, Times, sans-serif;
color: #244DAE;
font-weight: bold;
}

.marginTop8{
margin-top:8px !important;
}

#confirmBox {
	display: none;
	background-color: #eee;
	border-radius: 5px;
	border: 1px solid #aaa;
	position: fixed;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	padding: 6px 8px 8px;
	box-sizing: border-box;
	text-align: center;
}
/* VSD-11076 Rebrand announcement banner -START-*/
@font-face {
	font-family: "elevancesans";
	src: url('fonts/ElevanceSans-Regular.otf') format("opentype");
}

div.banner_container{
	background-color: #e1f2fb;
}
img.banner_image{
	float: left;
	padding-left: 75px; 
	padding-top: 15px; 
	padding-right: 75px; 
	margin-bottom: 30px;
}
p.banner_title{
	font-family: "elevancesans", Arial, Helvetica, sans-serif;
	color: #500985 !important;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	padding-top: 10px;
	text-align: left;
}
p.banner_message{
	padding-bottom: 10px;
	text-align: left;
	font-family: "elevancesans", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* VSD-11076 Rebrand announcement banner -END- */

.red {
	color: #C00;
}

input[type=button].buttonSelected {
	background-color:#c0c0c0;
}