/* BASIC TABS BUILDING BLOCKS - BASIC TABS BUILDING BLOCKS - BASIC TABS BUILDING BLOCKS */
/* BASIC TABS BUILDING BLOCKS - BASIC TABS BUILDING BLOCKS - BASIC TABS BUILDING BLOCKS */
/* BASIC TABS BUILDING BLOCKS - BASIC TABS BUILDING BLOCKS - BASIC TABS BUILDING BLOCKS */

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 0 0px 0;	
	padding:0;		
	height:28px;
	display:block;
	clear:both;
	width:100%;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}
ul.tabs li:first-child a { 
}
ul.tabs li:first-child a:hover { 
}

/* link inside the tab. uses a background image */
ul.tabs a { 

}
ul.tabs a.current { 
	
}
ul.tabs a.current:hover {
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-color:#f5f5f5;
	color:#043d89;	
}


/* initially all panes are hidden */ 
.panes .pane {
	display:none;
	margin:7px;
			
}
.panes {padding:1px;}





/* ALL PURPOSE TABS - ALL PURPOSE TABS - ALL PURPOSE TABS - ALL PURPOSE TABS */
/* ALL PURPOSE TABS - ALL PURPOSE TABS - ALL PURPOSE TABS - ALL PURPOSE TABS */
/* ALL PURPOSE TABS - ALL PURPOSE TABS - ALL PURPOSE TABS - ALL PURPOSE TABS */


/* root element for tabs  */
div.commontabwrapper {
	/*width:95.5%;*/
	position:relative;
	margin:0 0 10px 0;
	display:block;
	clear:both;
	background:#ebebeb;
	border:1px solid #e5e5e5;
}

div.commontabwrapper ul.tabs { 
	background-image: -moz-linear-gradient(top, #cccccc, #ababab); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ababab),color-stop(1, #cccccc)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cccccc', endColorstr='#a3a3a3');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cccccc', endColorstr='#a3a3a3')"; 
	 width:100%; height:16px;
	 border-bottom:5px solid #a3a3a3;
}

/* single tab */
div.commontabwrapper ul.tabs li { 
	padding-bottom:0!important;
}
div.commontabwrapper ul.tabs li:first-child a { 
}
div.commontabwrapper ul.tabs li:first-child a:hover { 
}

div.commontabwrapper ul.tabs a {
	text-transform:uppercase; 
	background: #ff9933;
	background-image: -moz-linear-gradient(top, #ff9933, #c27427); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #c27427),color-stop(1, #ff9933)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff9933', endColorstr='#b26b24');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff9933', endColorstr='#b26b24')"; 
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block; 
	line-height:12px;
	height:12px;
	text-align:center;	
	text-decoration:none;
	color:#fff;
	padding: 5px 30px 0 30px;
	margin-right:1px;
	border-bottom:4px solid #b26b24;	
	position:relative;
	top:0px;
}
div.commontabwrapper ul.tabs a.current {
	background-image: -moz-linear-gradient(top, #cccccc, #ebebeb); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ebebeb),color-stop(1, #cccccc)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ccccc', endColorstr='#ebebeb');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cccccc', endColorstr='#ebebeb')";  
	background-color:#ebebeb;
	color:#000;
	border-bottom:0;
	height:16px;
}
div.commontabwrapper ul.tabs a.current:hover {
	color:#000;
}

div.commontabwrapper ul.tabs a:active {
	outline:none;	
}

/* when mouse enters the tab move the background image */
div.commontabwrapper ul.tabs a:hover {
	color:#fff;	
}
