/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	width:592px;
	height:37px;
	float: left;
	background-image:url(../images/tabs_border_img.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	/*border-bottom:2px solid #3e451b;*/
}




.shadetabs ul{
margin:0px;
	padding:0px;
	height:37px;
}


.shadetabs ul li{
	width:68px;
	list-style-type:none;
	display:inline;
	float:left;
	background-image:url(../images/awards_tab_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	height:36px;
	border-left:1px solid #e1b152;
	border-right:1px solid #e1b152;
	line-height:36px;
	margin-right:2px;	
	line-height:36px;
	font:bold 15px Arial, Helvetica, sans-serif;
	
	color:#722e01;
}

.shadetabs ul li a{
	width:68px;	
	text-decoration:none;
	height:36px;	
	display:block;
	float:left;
	line-height:36px;
	font:bold 15px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#722e01;
	line-height:36px;
}

.shadetabs ul li a:hover{
text-decoration:none;
width:68px;
height:37px;
font:bold 15px Arial, Helvetica, sans-serif;
	line-height:36px;
	color:#722e01;
background-image:url(../images/awards_tab_bg_roll.gif);
background-repeat:repeat-x;
background-position:top;
display:block;
}

.shadetabs ul li a.selected{ 
text-decoration:none;
width:68px;
height:37px;
font:bold 15px Arial, Helvetica, sans-serif;
	line-height:36px;
	color:#722e01;
background-image:url(../images/awards_tab_bg_roll.gif);
background-repeat:repeat-x;
background-position:top;
display:block;
}







a:focus, a:hover
{
outline:none;
}


.tabcontent{
display:none;
height:auto;
float:left;
font:normal 12px Arial, Helvetica, sans-serif;
color:#3b2700;
line-height:18px;

}

.content_tab
{
width:592px;
float:left;
font:normal 12px Arial, Helvetica, sans-serif;
color:#3b2700;
line-height:18px;
width:590px;
border-left:1px solid #dd9e21;
border-right:1px solid #dd9e21;
border-bottom:1px solid #dd9e21;
padding:19px 0 19px 0;
background-image:url(../images/tabs_content_bg.gif);
background-repeat:repeat-x;
background-position:top;
background-color:#f0d194;


}

@media print {
.tabcontent {
display:block !important;
}
}


