/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-left: 3px;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
background-color:#006599;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
background-color:#992a20;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontainer{ 
	padding:0px;
	margin: 0px 0px 20px 0px;
	width:100%;
}

.tabtop1{
border-bottom: #992a20 3px solid;
}
.tabtop2{
border-bottom: #992a20 3px solid;
}
.tabbottom{
	padding:3px 0 0 0;
	width:100%;
}

.tabcontent{
	width:560px;
	display:none;
}


.mod_datalist { 
width:100%
margin:0;
padding:0;
}

.mod_datalist td{ 
	text-align:left;
	vertical-align:top;
	margin:0;
	padding:0;
}

.tabcontentiframe{
	width:100%; 
	height:auto; 
	min-height:100px;
	
}