

/* CSS Document */
.shadetabs{
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 13px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	color:#000000;
	z-index:2;
	position:relative;
}


.shadetabs li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 13px 0px 11px 0px;
	color:#666666;
	/*background:url(../images/tabs_rhs_curve.gif) no-repeat 0 0;*/
	font-size:145%;
}

.shadetabs li a{
	text-decoration: none;
	padding: 13px 0px 11px 0px;
	margin:0;
	color:#666666;
	/*background:url(../images/tabs_lhs_curve.gif) no-repeat 0 0;*/
	font-weight: bold;
}

.shadetabs li a span#ongoing {
	padding: 0px 7px 0px 0px;
}

.shadetabs li a span#completed {
	padding: 0px 35px 0px 7px;
	color:#FFFFFF;
	font-weight:normal;
	font-style:italic;
}

/*
.shadetabs li a:hover{
	color:#cccccc;
	text-decoration:none!important
}*/

.shadetabs li.selected { /*selected main tab style */
	color:#666666;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	background:url(../../projects/images/project_seperator.gif) no-repeat right top;
	/*background:url(../images/tabs_selected_rhs_curve.gif) no-repeat 0 0;*/
}


.shadetabs li.selected a{ /*selected main tab style */
	color:#666666;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	/*background:url(../images/tabs_selected_lhs_curve.gif) no-repeat 0 0;*/
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none!important;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 602px;
	padding-left:40px;
	padding-bottom:10px;
}


.tabcontent{
display:none;
}
