
/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:0px solid #666;	
	*height:45px;
}

/* single tab */
.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
	background:url(../images/cname-class-bg-2.jpg) left top no-repeat;
	width:990px;	

}

/* link inside the tab. uses a background image */
.tabs a { 
	font-size:12px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height: 40px;  
	width: 184px;
	text-decoration:none;
	color:#161616;
	padding:0px;
	padding-left:15px;
	padding-top:5px;
	margin:0px;	
	position:relative;
	top:0px;
	border:0px solid #999;	
	word-wrap:break-word; 
	word-break:normal;
	word-spacing:2px;
}
.tabs a.last { 
	height: 33px;  
	padding-top:12px;
}

.tabs a:active {
	outline:none;
	color:#073687;

}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	background-position: -652px -31px;	
	color:#073687;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	background-color:#fff;
}
/*****************/

.tabs span td {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height: 40px;  
	width: 184px;
	text-decoration:none;
	color:#161616;
	padding:0px;
	margin:0px;	
	border:0px solid #999;	
	word-wrap:break-word; 
	word-break:normal;
	word-spacing:2px;
}
/* link inside the tab. uses a background image */
.tabs span { 
	font-size:12px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height: 40px;  
	width: 184px;
	text-decoration:none;
	color:#161616;
	padding:0px;
	padding-left:7px;
	padding-top:3px;
	margin:0px;	
	position:relative;
	top:0px;
	border:0px solid #999;	
	word-wrap:break-word; 
	word-break:normal;
	word-spacing:2px;
}
.tabs span.last { 
	height: 33px;  
	padding-top:12px;
}

.tabs span:active {
	outline:none;
	color:#073687;

}

/* when mouse enters the tab move the background image */
.tabs span:hover {
	background-position: -652px -31px;	
	color:#073687;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current span {
	background-color:#fff;
}
/*****************/


/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
.tabs .w1 			{ background-position: -519px 0; width:134px; }
.tabs .w1:hover 	{ background-position: -519px -31px; }
.tabs .w1.current { background-position: -519px -62px; }

/* width 2 */
.tabs .w2 			{ background-position: -366px -0px; width:154px; }
.tabs .w2:hover 	{ background-position: -366px -31px; }
.tabs .w2.current { background-position: -366px -62px; }


/* width 3 */
.tabs .w3 			{ background-position: -193px -0px; width:174px; }
.tabs .w3:hover 	{ background-position: -193px -31px; }
.tabs .w3.current { background-position: -193px -62px; }

/* width 4 */
.tabs .w4 			{ background-position: -0px -0px; width:194px; }
.tabs .w4:hover 	{ background-position: -0px -31px; }
.tabs .w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	
}

/* tab pane styling */
.panes div {
	display:none;		
	padding:35px 15px 2px 15px;
	border:0px solid #999;
	border-top:0;
	background-color:#fff;
	width:963px;
}

.TabContent ul
	{ 
	list-style:none; 
	display:block; 
	float:left; 
	margin-bottom:10px; 
	margin-right:19px;
	margin-right:10px\9;/* IE6, IE7, IE8 */
	width:auto;
	/*width:182px\9;/* IE6, IE7, IE8 */
	}
.TabContent ul li{ display:block;}
.TabContent ul li.TitleLink a
	{
	font-size:12px;
	color:#434343;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	line-height:21px;
	}
.TabContent ul li.TitleLink a:hover{ text-decoration:underline; color:#434343;}

.TabContent ul li.TitleLinkImg a
	{
	background:url(../images/TitleLinkImg-icon.png) left 3px no-repeat;
	padding-left:15px;
	}


.TabContent ul li a
	{
	font-family:Arial, Helvetica, sans-serif;
	color:#434343;
	font-size:12px;
	text-decoration:none;
	line-height:21px;
	_display:inline-block;
	}
.TabContent ul li a:hover{ color:#073687; text-decoration:underline;}





/**************************************  Index Tab Content ****************************************/


.IndexTabContentTable{ width:100%; border:#666 0px solid; border-collapse:collapse;_margin-top: -15px;}
.IndexTabContentTable tr td{ border:#CCC 0px solid; vertical-align:Top;}
.IndexTabContentTable tr td a
	{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#434343;
		display:block;
		font-weight:normal;
		line-height:21px;
		text-decoration:none;
	}
.IndexTabContentTable tr td a:hover{color:#073687;text-decoration:underline;}







