

.shadetabs{
	/*	tab strip	*/
	float:left;
	display:inline;
	width:840px;
	margin-bottom: 20px;	
}

.shadetabs li{
	float:left;
	display:block;
}

.shadetabs li a{
	float: left;
	display: block;	
	width: 140px;	
	height:54px;
	padding-right:10px;
	text-decoration: none;
	/*background:url(/images/hometab.jpg) no-repeat;*/
	font-size:10pt;
	font-weight:bold;
}

.shadetabs li.tabfind {background: url(/images/hometabs/find.gif)  no-repeat;}
.shadetabs li.tabreview {background: url(/images/hometabs/review.gif)  no-repeat;}
.shadetabs li.tabadd {background: url(/images/hometabs/add.gif)  no-repeat;}
.shadetabs li.tabread {background: url(/images/hometabs/read.gif)  no-repeat;}
.shadetabs li.tabforum {background: url(/images/hometabs/forum.gif)  no-repeat;}
.shadetabs li.selected a{background: url(/images/hometabs/tabon.gif)  no-repeat;}

.shadetabs li.selected{
	position: relative;
	top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */	
	/*background:url(/images/bulletover.jpg) no-repeat;*/
}

.tabcontentstyle{ /*style of tab content oontainer*/	
	width:570px;
}

.tabcontent{	
	font-size:15px;	
	color:#88196f;
	display:none;
}





/*-------------------------------------------------------------------------*/
.TabBar{
	/*	tab strip	*/
	float:left;	
	width:680px;
	padding: 0 0 0 20px;	
	background-color:#d9edf4;	
	border-bottom:3px solid #9CC7F1;
	margin-bottom:15px;
}

.TabBar li{
	float:left;		
	width:165px;	
}

.TabBar li a{
	float: left;		
	font-size:12px;
	padding:10px 0;
	text-align:center;
	height:15px;
	width: 160px;	
	text-decoration: none;
	font-weight:bold;	
	background:url(/images/tab_off.gif) no-repeat 0 5px;
}

.TabBar li a:hover{
	color: #DD9412;
}

.TabBar li.selected{
	position: relative;
	top: 0px;
}

.TabBar li.selected a{ /*selected main tab style */	
	background:url(/images/tab_on.gif) no-repeat 0 5px;
}

.TabBar li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle2{ /*style of tab content oontainer*/	
	width:700px;
}

.tabcontent2{
	display:none;
}



/*-------------------------------------------------------------------*/

.TabAlpha{
	/*	tab strip	*/
	float:left;
	width:200px;
	padding: 10px 0;	
	background-color:#d9edf4;
	border-top:2px solid #9CC7F1;
	border-bottom:2px solid #9CC7F1;	
}

.TabAlpha li{
	float:left;
	display:block;
	width:50px;
}

.TabAlpha li a{
	float: left;
	display: block;	
	padding:0 5px 0 10px;
	width: 35px;	
	text-decoration: none;
	
	
}

.TabAlpha li a:hover{
	color: #DD9412;
}

.TabAlpha li.selected{
	position: relative;
	top: 0px;
}

.TabAlpha li.selected a{ /*selected main tab style */	
	/*background:url(/images/tab_on.gif) no-repeat 0 5px;*/
	color:#DD9412;
}

.TabAlpha li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyleAlpha{ /*style of tab content oontainer*/	
	width:200px;
}

.tabcontentAlpha{
	display:none;
}



/*-------------------------------------------------------------------*/

.TabMilestone{
	/*	tab strip	*/
	float:left;
	width:480px;
	padding: 10px 0;	
	background-color:#d9edf4;
	border-top:3px solid #9CC7F1;
	border-bottom:3px solid #9CC7F1;
	margin-bottom:20px;
}

.TabMilestone li{
	float:left;
	display:block;	
}

.TabMilestone li a{
	float: left;
	display: block;	
	padding:0 15px;	
	text-decoration: none;
}

.TabMilestone li a:hover{
	color: #DD9412;
}

.TabMilestone li.selected{
	position: relative;
	top: 0px;
}

.TabMilestone li.selected a{ /*selected main tab style */	
	/*background:url(/images/tab_on.gif) no-repeat 0 5px;*/
	color:#DD9412;
}

.TabMilestone li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}











