body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}


.shadetabs{
padding: 10px 0;
padding-left:10px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: normal 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background-color:#88c72e;
background-image:url(../images/gradients/grd_green.jpg);
background-repeat:repeat-x;
border-bottom:solid 1px #FFFFFF;
}

.shadetabs ul{
}


.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #000;
font-weight:bold;
/*background: white url(shade.gif) top left repeat-x;*/
}

/*.shadetabs li a:visited{
color: #fff;
}*/

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

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
/*border: 1px solid #fff;*/
/*background-image:url(../images/gradients/grd_blue.jpg);
background-repeat:repeat-x;*/
font-family:tahoma;
font-size:12px;
/*background-color:#fff;*/
margin-bottom:0;
padding:10px;
/*text-align:left;*/
color:#000;
}


.contentstyle_images{
/*border: 1px solid #fff;*/
font-family:tahoma;
font-size:12px;
background-color:#fff;
text-align:left;
color:#000;
}

/* TABS LINKS Definitions */

.tabs_holder {
	padding:0px;
	

}
.tabs_link_container {
	padding:5px;
	margin-right:15px;
	padding-right:15px;
	border-right: 1px solid #333;
	/*background-color:#000;*/
	padding-bottom:10px;
	width:auto;
	float:left;
	/*border-bottom: solid 5px #333333;
	background-image:url(../images/gradients/grd_blue2.jpg);
	background-repeat:repeat-x;*/

}

.tabs_cont_hdr {
	font-size:12px;
	font-weight:normal; 
	color:#00CCFF;
	padding:4px 8px 5px 4px;
	text-transform:uppercase;
}

.tabs_cont_hdr a {
color: #333;
text-decoration: underline;
padding:4px 4px 2px 4px;

}

.tabs_cont_hdr a:hover	{
	background-color:#fff;
	text-decoration: none;
	
}

.tabs_cont_txt {
	font-size:11px; color:#333;
	margin-left:8px;
}
.links_clearme {
	clear:both;

}
/* TABS Definitions */