/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding:0;
margin:0;
font:normal 18px "Times New Roman", Times, serif;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
/*border:1px solid #fff;*/
}

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

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding:5px 0 0 0;
margin-right: 3px;
color: #fff;
background:url(bg-tabs.png) top left no-repeat;
behavior: url(iepngfix.htc);
background-position:bottom;
width:128px;
height:24px;
display:block;
}

.shadetabs li a:visited{
color: #ccc;
}

.shadetabs li a:hover{
background:url(bg-tabs.png) top left no-repeat;
behavior: url(iepngfix.htc);
background-position:top;
color:#fff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background-position:top;
color:#ac9f0a;
}

.shadetabs li a.selected{ /*selected main tab style */
background:url(bg-tabs.png) top left no-repeat;
background-position:top;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
background:url(bg-tabs.png) top left no-repeat;
background-position:top;
}

.loading{
	background:#000;
	color:#fff;
	text-align:center;
	padding:10px;
	}
	
#content-left img.loadingimg{
	border:none;
	display:block;
	margin:0 auto;
	width:31px;
	height:31px;
	}




