@import url("../shared/global.css");

/* STYLES FOR TABS WIDGET */

.tabs-container { border:1px solid #C9C5A6; width:100%; }

.tabs {
/*  this is the background of the tabs */
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 !important;
	padding:0;
	width:100%;
	height: 37px;
	border-bottom: 1px solid #CCC;}
	


.tabs li {
/*  this is an actual tab */
	float:left;
	list-style-image:none !important;
	margin:0 3px 0 0;
	width: 23%;
}

.tabs li.current{
background:url(../../../images/tabs-active-bk.png);
height: 38px;
border-left: 1px solid #CCC; border-right: 1px solid #CCC;
}
.tabs li{
height:37px;
border-left: 1px solid #FFF; border-right: 1px solid #FFF;
}

.tabs li:hover{
background:url(../../../images/tabs-active-bk.png);
border-left: 1px solid #CCC; border-right: 1px solid #CCC;
}

.tabs li.current a:link, .tabs li.current a:visited, .tabs li.current a:active{
	cursor:text;color:#4A0000;
}

.tabs li a:hover{
/*background:url(../../../images/tabs-active-bk.png);
border-left: 1px solid #CCC; border-right: 1px solid #CCC;*/
}

/*.tabs li.current a:hover{
border: none;
}*/

.tabs li a:link, .tabs li a:visited, .tabs li a:active {
	font-weight:bold;
	color:#564A55;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 90%;
	text-decoration:none;
	display:block;
	padding:0.5em 0.5em;
	outline: 0 none;
}

.panes div {
/* this is a tab pane (both selected and non-selected) */
	padding:1em 1.4em;
	overflow:hidden;
}

/* END STYLES FOR TABS WIDGET */

