.shadetabs{
	padding: 1px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;	
}
.shadetabs li a{
	text-decoration: none;
	padding: 1px 1px;
	margin-right: 5px;
	border: 1px solid #1472ba;
	color: #16387c;
	background: white url(shade.gif) top left repeat-x;
}


.shadetabs li a:hover{	
	text-decoration: underline;	
	color: #b20202;
}

.shadetabs li.selected{	
	position: relative;	
}
.shadetabs li.selected a{ /*selected main tab style */
	color: #b20202;
	/*background-image: url(shadeactive.gif);*/
	border-bottom-color: #f9f8f8;	
}
.shadetabs li.selected a:hover{ /*selected main tab style */	
	text-decoration: none;
	color: #b20202;
}

.contentstyle{	
	border: 1px solid #1472ba;
	margin-bottom: 1em; padding: 1px;
	background: #f9f8f8;
	
}

/* ==== ajax 2 */

.shadetabs12{
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}


.shadetabs12 li{
	display: inline;
	margin: 0;	
}
.shadetabs12 li a{
	text-decoration: none;
	border: 1px solid #1472ba;
	color: #16387c;
	background: white url(shade.gif) top left repeat-x;
}


.shadetabs12 li a:hover{	
	text-decoration: underline;	
	color: #b20202;
}

.shadetabs12 li.selected{	
	position: relative;	
}
.shadetabs12 li.selected a{ /*selected main tab style */
	color: #b20202;
	border-bottom-color: #f9f8f8;	
}
.shadetabs12 li.selected a:hover{ /*selected main tab style */	
	text-decoration: none;
	color: #b20202;
}

.contentstyle12{	
	border: 1px solid #1472ba;
	margin-bottom: 1em; padding: 1px;
	background: #f9f8f8;
	
}

/* this is css for  tooltip */
.thdrcell {
	background:#F3F0E7;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	border-bottom:1px solid #C8BA92;
 }
 
 .tdatacell {
	font-family:arial;
	font-size:12px;
	padding:5px;
	background:#FFFFFF
 }
 
 .dvhdr1 {
	background:#F3F0E7;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	border:1px solid #C8BA92;
	padding:5px;
	width:150px;
 }
 
 .dvbdy1 {
	background:#FFFFFF;
	font-family:arial;
	font-size:12px;
	border-left:1px solid #C8BA92;
	border-right:1px solid #C8BA92;
	border-bottom:1px solid #C8BA92;
	padding:5px;
	width:150px;
 }
 
 p {
 margin-top:20px;
 }
 
 h1 {
 font-size:13px;
 }
 
 .dogvdvhdr {
	width:300;
	background:#C4D5E3;
	border:1px solid #C4D5E3;
	font-weight:bold;
	padding:10px;
 }
 
 .dogvdvbdy {
	width:300;
	background:#FFFFFF;
	border-left:1px solid #C4D5E3;
	border-right:1px solid #C4D5E3;
	border-bottom:1px solid #C4D5E3;
	padding:10px;
 }
 
 .pgdiv {
 width:320;
 height:250;
 background:#E9EFF4;
 border:1px solid #C4D5E3;
 padding:10px;
 margin-bottom:20;
 font-family:arial;
 font-size:12px;
 }
/* end this css for tooltip*/