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

.shadetabs{
	padding: 0;
	margin: 0;
	height: 30px;
	list-style-type: none;
	text-align: left; 
}
.tabs-container {
	margin: 0px;
	padding: 0px;
	border: solid 1px #d8d8d8;
}
.tabs-container div.c1 {
	background: transparent url(../skin1/images/g-custom/c1.gif) left bottom no-repeat;
	margin: 0px 0px -1px -1px;
}
.tabs-container div.c2 {
	background: transparent url(../skin1/images/g-custom/c2.gif) right bottom no-repeat;
	margin: 0px -1px 0px 0px;
	padding: 15px;
}
.shadetabs li{
	display: block;
	height: 30px;
	float: left;
	margin: 0px 2px 0px 0px;
	background: #5b82a0 url(../skin1/images/g-custom/tab_l2.gif) left top no-repeat;
}

.shadetabs li a:link,
.shadetabs li a:visited,
.shadetabs li a:active,
.shadetabs li a:hover {
	text-decoration: none;
	position: relative;	
	display: block;
	height: 21px;
	z-index: 1;
	padding: 9px 10px 0px;
	margin: 0px;
	color: #ffffff;
	background: transparent url(../skin1/images/g-custom/tab_r2.gif) right top no-repeat;
}
.shadetabs li.selected {	
	background: transparent url(../skin1/images/g-custom/tab_la.gif) left top no-repeat;
	height: 31px;
	margin-bottom: -1px;
}
.shadetabs li.selected  a:link,
.shadetabs li.selected  a:visited,
.shadetabs li.selected  a:active,
.shadetabs li.selected  a:hover {
	background: transparent url(../skin1/images/g-custom/tab_ra.gif) right top no-repeat;
	height: 21px;
	color: #4b5360;
	padding-top: 10px;
}
