/* tab pane styling */
.panes div {
	display:none;		
	padding:15px 10px;
	border-left:0px solid #999;
	border-right:0px solid #999;
	border-bottom:0px solid #999;
	border-top:0px;
	width:636px; z-index:100 !important;
	font-size:14px;
	background-color:#f3f3f3;
    background-image:url(/images/tabsBg2.png);
    background-repeat: repeat-y;
    min-height:400px;
}

.panesBtm {
	height:20px; width:656px;
	background-color:transparent;
    background-image:url(/images/tabsBtm2.png);
    background-repeat: no-repeat;
}


/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:0px solid #dcdcdc;	
	height:33px; z-index:100 !important;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0; 
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	/*background: url(../images/tabbar3.png) no-repeat -185px 0;*/
	background: url(/images/tabstrans.png) no-repeat -187px 0;
	font-size:11pt;
	display:block;
	height: 33px;  
	line-height:40px;
	width: 155px;
	text-align:center;	
	text-decoration:none;
	/*color:#333;*/
    color:#fff;
	padding:0px;
	margin:0px;	
	position:relative;
	top:0; 
    text-transform:uppercase;
    font-weight:bold;   
}

ul.tabs a:active {
	outline:none;	
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -187px -34px;	
	/*color:#fff;*/  
    color:#333;	cursor:default !important;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -187px -68px; 		
	cursor:default !important; 
	/*color:#fff !important;*/
        color:#333; !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */



/* width long */
ul.tabs a.l 			{ background-position: 0px -0px; width:187px; }
ul.tabs a.l:hover 	{ background-position: -0px -34px; }
ul.tabs a.l.current  { background-position: -0px -68px; }



/* initially all panes are hidden */ 
.panes .pane, .scpanes .scpane {
	display:none;		
}



/*Seminar Inside Page Tabs

/* root element for tabs  */
ul.tabs5 { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:0px solid #dcdcdc;	
	height:33px; z-index:100 !important;
}

/* single tab */
ul.tabs5 li { 
	float:left;	 
	text-indent:0;
	padding:0; 
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs5 a { 
	background: url(/images/tabstrans134.png) no-repeat 0px 0;
	font-size:11pt;
	display:block;
	height: 33px;  
	line-height:40px;
	width: 126px;
	text-align:center;	
	text-decoration:none;
	/*color:#333;*/
    color:#fff;
	padding:0px;
	margin:0px;	
	position:relative;
	top:0; 
    text-transform:uppercase;
    font-weight:bold;   
}

ul.tabs5 a:active {
	outline:none;	
}

/* when mouse enters the tab move the background image */
ul.tabs5 a:hover {
	background-position: 0px -34px;	
	/*color:#fff;*/  
    color:#333;	cursor:default !important;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs5 a.current, ul.tabs5 a.current:hover, ul.tabs5 li.current a {
	background-position: 0px -68px; 		
	cursor:default !important; 
	/*color:#fff !important;*/
        color:#333; !important;
}
/* End Seminar Inside Page Tabs



/* paging styling */


/* root element for paging main images  */
ul.page { 
	list-style:none; 
	margin:0 !important; 
	padding:0; 	
	height:21px; z-index:20;
}

/* single page */
ul.page li { 
	float:left;	 
	text-indent:0;
	padding:2px; 
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.page a { 
	background: url(/images/pageBg.png) no-repeat 0px -21px;
	font-size:11pt;
	display:block;
	height: 21px;  
	line-height:20px;
	width: 21px;
	text-align:center;	
	text-decoration:none;
	/*color:#fff;*/
        color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:0; 
        text-transform:uppercase;
        font-weight:bold;   
}

ul.page a:active {
	outline:none;	
}

/* when mouse enters the tab move the background image */
ul.page a:hover {
	background-position: 0px 0px;	
	/*color:#fff;*/
        color:#333;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.page a.this, ul.page a.this:hover, ul.page li.this a {
	background-position: 0px 0px; 		
	cursor:default !important; 
	/*color:#fff !important;*/
        color:#333; !important;
}
