/* CSS Document */
/* Modified css */

#dev { 

 color: #333; 
 font-size:.95em;
 border: 1px solid #8F968F; 
 border-collapse: collapse;
 background-color: #F4ECDD; 
} 
#dev td { 
 padding-left: 5px; 
}

#dev td .limited{
width: 450px;
}
#dev td.flush { 
 padding-left: 0px; 
}

.bluetext {
	font-size: 1em;
	color: #3670A7;
	}

.labelcell {
	color: #3670A7;
	vertical-align: top;	
	width:25%;  
	text-align:left;
	padding:0px 3px 3px 9px;
	background-color: #F4ECDD;
	border-left: 1px dotted #BCA45A; 
	border-bottom: 1px dotted #BCA45A; 
	border-right: 1px dotted #BCA45A; 
	}
	
.labelcellreg {
	color: #3670A7;
	vertical-align: top;	
	width:185px;   
	text-align:left;
	padding:0px 3px 3px 9px;
	background-color: #F4ECDD;
	border-left: 1px dotted #BCA45A; 
	border-bottom: 1px dotted #BCA45A; 
	border-right: 1px dotted #BCA45A; 
	}	
	
*html .labelcellreg {
	color: #3670A7;
	vertical-align: top;	
	width:197px;  
	text-align:left;
	padding:0px 3px 3px 9px;
	background-color: #F4ECDD;
	border-left: 1px dotted #BCA45A; 
	border-bottom: 1px dotted #BCA45A; 
	border-right: 1px dotted #BCA45A; 
	}	
	
* + html .labelcellreg {
	color: #3670A7;
	vertical-align: top;	
	width:174px;   
	text-align:left;
	padding:0px 3px 3px 9px;
	background-color: #F4ECDD;
	border-left: 1px dotted #BCA45A; 
	border-bottom: 1px dotted #BCA45A; 
	border-right: 1px dotted #BCA45A; 
	}		
	
.padding{
 	background-color: #EBDCC2;
	border-bottom: 1px dotted #BCA45A;
	width:1px;	
}
.inputcell { 
 background-color: #EBDCC2; 
 color: #000000; 
 text-align: left; 
 width:55%px;
 border-bottom: 1px dotted #BCA45A;
 border-right: 1px dotted #BCA45A; 

} 

.inputcellreg { 
 background-color: #EBDCC2; 
 color: #000000; 
 text-align: left;  
 border-bottom: 1px dotted #BCA45A;
 border-right: 1px dotted #BCA45A; 

} 


.white{
background-color:#FFFFFF;
}
.tan{
background-color:#F4ECDD;}
.submit{
	text-align: right;
	padding-top: 15px;
	padding-bottom: 10px;
}

.title{
	color:#FFF;
	font-weight: bold;
	margin: 0px;
	padding: 2px 0 5px 10px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	background-color: #000099;
	}

.smalllabelcell{
font-size: 1em;
color: #3670A7;
vertical-align: top; 
text-align:left;
padding:3px;
background-color: #F4ECDD;
border-left: 1px dotted #BCA45A; 
border-bottom: 1px dotted #BCA45A; 
border-right: 1px dotted #BCA45A; 
} 

.smallinputcell { 
 background-color: #F2F7FB; 
 color: #000000; 
 text-align: right; 
  
}

.inputcell input { 
 font-size: 1em; 
 background-color: #EAF2F8; 
 color: #102132; 
 border: 1px solid #999; 
 margin-right: 0px; 
} 
.inputcell input.imp {
	outline:3px solid #FFFF99;
	background-image: url(/images/inputbg.gif);
	background-repeat: repeat;
	margin-right: 5px;
}
.inputcell textarea { 
 background-color: #EAF2F8; 
 color: #102132; 
 border: 1px solid #999; 
 margin-right: 0px; 
} 
.inputcell textarea.imp {
	background-image: url(/images/inputbg.gif);
	background-repeat: repeat;
} 
.inputcell text.yellow{
	background-image: url(/images/inputbg.gif);
	background-repeat: repeat;
}
.inputcell submit { 
	font-size: .9em;
	background-color: #ACB3B9;
	color: #fff;
	margin-top: 3px;
	margin-bottom: 2px;
	float: right;
} 

.smallinputcell input { 
 font-size: .9em; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
} 

.smallinputcell select { 
 font-size: .9em; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
}

a.button:link, a.button:visited {
	text-decoration:none;
	font-size: 0.9em;
	background-color: #CCCCCC;
	color: #000000;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #666666;	 
}
 
 a.button:hover,
 a.button:active{
	color: #333;
	background-color: #EAF2F8;
}

.aqua{
background-color:#EAF2F8;
}

a.button1:link, a.button1:visited {
	text-decoration:none;
	font-size: 0.9em;
	background-color: #D7E5F2;
	color: #000000;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #666666;	 
}
 
 a.button1:hover,
 a.button1:active{
	color: #333;
	background-color: #EAF2F8;
}

.noRightMargin{
margin:0px;
padding:0px;
}
.noborder{
border:none;}

/*tabs*/
#tab {
	position: relative;
	width: 100%;
	height: 2em;
	margin-top: 15px;
}

#tab ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	right: 4px;
	}

#tab ul#primary li  {
	display: inline;
	list-style: none;
}

#tab ul#primary a,#tab ul#primary span,#tab ul#primary a.current {
	display: block;
	float: right;
	padding: 1px 8px;
	margin: 1px 1px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
	background-color: #F2F1D7;

}


#tab ul#primary span,#tab ul#primary a.current,#tab ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	padding-bottom: 0px;
	margin-top: 0;
	color: #333333;
}
#tab ul#primary span{
	background-color: #3670A7;
	color:#fff;
	border: 1px solid #333;
	border-bottom:none;
	padding-bottom: 5px;
	margin-top: 0;

	

}

#tab ul#primary a {
	background-color: #F2F1D7;
	border: 1px dotted #AAA;
	border-bottom: none;
	padding-bottom: 4px;
}

#tab ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #FFF7CD;
	padding-bottom: 1px;
}

#tab ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tab ul#secondary li a,#tab ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#tab ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#tab ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#tab ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#tab ul#secondary li:last-child a { border: none; }


#viewOnly {
	font-size: .9em;
	color: #666666; 
	background-color: #EAF2F8;
}
#viewOnly .labelcell{
 background-color: transparent; 
 width:25%;
 padding-left: 5px;
 	
}

#viewOnly .inputcell{
 background-color:#fff; 
}
#viewOnly .padding {
background:transparent;
}
#viewOnly a:link, #viewOnly a:visited, #viewOnly a:hover{
font-size:.95em;
}
/* nav tabs for intable navigation:solution catalog:nf 03/29/07*/
ul#menu1 li  {
	display: inline;
	list-style: none;
}

 ul#menu1 a, ul#menu1 span, ul#menu1 a.current {
	width: 170px;
	display: block;
	float: right;
	padding-bottom:2px;
	margin: 1px 1px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
	background-color: #F4ECDD;

}


 ul#menu1 span, ul#menu1 a.current, ul#menu1 a.current:hover {
	border: 1px solid #999;
	border-bottom: none;
	padding-bottom: 0px;
	margin-top: 0;
	color: #333333;
}
 ul#menu1 span{
	background-color: #CCC;
	color:#fff;
	padding-bottom: 9px;
	margin-top: 0;
}

 ul#menu1 a {
	background-color:  #F4ECDD;
	border: 1px solid #AAA;
	border-bottom: none;
	padding-top:2px;
}

 ul#menu1 a:hover {
	margin-top: 0;
	border-color: #666;
	background: #FFF7CD;
	padding-bottom: 1px;
}

 ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

 ul#secondary li a, ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

 ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

 ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

 ul#secondary li a:active {
	color: #000;
	background: transparent;
}

 ul#secondary li:last-child a { border: none; }
 
 /* 3rd level nav tabs for solution catalog */
 

ul#levelTwoNav{
	width:100%;
	margin-right:0px;
	margin-left: -5px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom:0px;
}
* html ul#levelTwoNav{

margin-bottom:-1px;
}
 
ul#levelTwoNav li{
   
	background:  #EBECEC url(/images/tableft.gif) top left no-repeat;
	display: inline;	
	list-style: none;
	padding-left: 0;	
	border-right: 1px solid #666;	
	float:left;
	font-family: tahoma, verdana, sans-serif;
	font-size:.8em;
	margin-bottom: -3px;
}



#levelTwoNav a, #levelTwoNav a:link, #levelTwoNav a:visited{
	background:  #EBECEC; 
	text-decoration: none;
	font-weight:normal;	
}

#levelTwoNav a {	
	background:  #EBECEC;
	padding-left: 4px; 
	padding-right: 0; 	
	margin-right:0;
	margin-left: 0;	
	padding-right:0;
}
#levelTwoNav a:hover, #levelTwoNav a:active {
	background:  #FFF7CD 
}

.black{
	background-color:#666;
	color:#fff;
	font-weight:bold;	
	line-height:2em;
}


#dev input.irequired{
	background-image:url(/images/inputbg.gif);
	background-repeat:repeat;
	border-width:1px;
	border-style:solid;
	border-color:#999999;

}

textarea.irequired {
	background-image:url(/images/inputbg.gif);
	background-repeat:repeat;
	border-width:1px;
	border-style:solid;
	border-color:#999999;

}

#dev textarea.irequired{
	background-image:url(/images/inputbg.gif);
	background-repeat:repeat;
	border-width:1px;
	border-style:solid;
	border-color:#999999;

}

#dev select.irequired{
	background-image:url(/images/inputbg.gif);
	background-repeat:repeat;
	border-width:1px;
	border-style:solid;
	border-color:#999999;

}

#irequired{
	background-image:url(/images/inputbg.gif);
	background-repeat:repeat;
	border-width:1px;
	border-style:solid;
	border-color:#999999;

}
.inputcell select { 
 font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;  
}

.inputcell option{
font:9px Verdana, Arial, Helvetica, sans-serif;}


#dev select.irequired{
	 font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #ffffcc; 
 
}
.irequired select {
 font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #ffffcc;
}
.irequired option {
 font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #ffffcc;
 border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	
}


ul{
	margin-top: 0px;
}
#tabTitle{
	color:#000000;
	font-weight: bold;
	padding-top: 2px;
	margin: 0px;
	padding-left: 10px;
	text-align: left;
	padding-bottom:5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(/images/blue_bg.gif);
	background-repeat: repeat;
}
.sideborder{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-left: 8px;
}

/*nf*/
.solidborder{

	float: left;

}
.solidborder .header td{
font-weight:bold;
color:#000099;
background-color:#cccccc;
font-size:.9em;						/* ASK NOMAH: ADD THIS TO FIX THE HEADER TEXT IN MY ACC FOR IE */
white-space: nowrap;}
.filler{
	background-image: url(/images/myaccount_coverupBg.jpg);
	background-repeat: repeat-x;
	background-position: right center;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 387px;
	width: 725px;
	text-align: left;
}

.solidborder td {
	vertical-align: top;
	padding-top: 5px;
	width:142px;
	padding-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
}

.solidborder .nocolor td {
	padding: 0px;
	height:155px;
	vertical-align: bottom;
	background-color:#EEDDC3;
	
}

.solidborder td.color  {
	vertical-align: top;
	height:192px;
	background-image: url(/images/color_td.png);
	background-repeat: repeat;	
	font-size:.9em;						/* ASK NOMAH: ADD THIS TO FIX THE LINKS IN MY ACC FOR IE */
}
.solidborder a {
font-weight:normal;
FONT-SIZE: 0.9em;
TEXT-DECORATION:none;
COLOR: #000099;
padding-bottom: 6px;
padding-top: 0px;
}

/* JSAHA
.solidborder a:visited{
COLOR: #004FB5;
}
*/
.solidborder a:hover{
background-color:#FFFFCC;
}
.rightborder{
border-right: 1px solid #ccc;
}
.leftborder{
border-left: 1px solid #ccc;
}
.topborder{
border-top: 1px dotted #BCA45A;
}
.bothsideborder{
border-left:1px solid #ccc;
border-right:1px solid #ccc}
.line{
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.Right{
text-align:right;
}
form.nomargin{
	margin: 0px;
}


.public { 

 color: #333; 
 font-size:.95em;
 border: 1px solid #8F968F; 
 border-collapse: collapse;
 background-color: #D0D0D0; 
} 

.public .labelcell  {
	color: #000000;
	vertical-align: top;	

	text-align:left;
	padding:0px 3px 3px 9px;
	background-color: #D0D0D0;
	border-left: 1px dotted #eeeeee; 
	border-bottom: 1px dotted #eeeeee; 
	border-right: 1px dotted #eeeeee; 
	}
	
.public .inputcell  { 
 background-color: #D0D0D0; 
 color: #000000; 
 text-align: left; 
 width:500px;
 border-bottom: 1px dotted #eeeeee;
 border-right: 1px dotted #eeeeee; 

}

.public td  { 
 background-color: #D0D0D0;  
}

	
/*
.formtbl{							/* JSAHA - ADD ON. PULLING FROM FORM_SAMPLE.CSS 
	width:100%;
	background-color: #F4ECDD;
	border-collapse:collapse;
	padding-top: 0px;
	margin-left: 4px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}
.formtbl td{						/* JSAHA - ADD ON. PULLING FROM FORM_SAMPLE.CSS 
	padding-left: 10px;}
*/

