@charset "UTF-8";

ul.tabs {
	border-bottom:1px solid #a9bdcc;
	height:30px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 !important;
	padding:0;
}

ul.tabs li {
	float:left;
	list-style-image:none !important;
	margin:0 !important;
	padding:0;
	text-indent:0;
}

ul.tabs li a {
	color:#064264;
	font-size:12px;
	font-weight:bold;
}

ul.tabs li a.current span {
	color:#064264;
}

ul.tabs a {
	background:transparent url(images/tabs.png) no-repeat scroll -420px 3px;
	color:#333333;
	display:block;
	font-size:11px;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:1px;
	width:134px;
}

ul.tabs a:active {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

ul.tabs a:hover {
	background-position:-420px -31px;
	color:#000;
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position:-420px -62px;
	color:#000 !important;
	cursor:default !important;
}

ul.tabs a.s {
	background-position:-553px 3px;
	width:81px;
}

ul.tabs a.s:hover {
	background-position:-553px -31px;
}

ul.tabs a.s.current {
	background-position:-553px -62px;
}

ul.tabs a.l {
	background-position:-247px 3px;
	width:174px;
}

ul.tabs a.l:hover {
	background-position:-247px -31px;
}

ul.tabs a.l.current {
	background-position:-247px -62px;
}

ul.tabs a.xl {
	background-position:0 3px;
	width:248px;
}

ul.tabs a.xl:hover {
	background-position:0 -31px;
}

ul.tabs a.xl.current {
	background-position:0 -62px;
}

div.panes div.tab-element {
	background-color:#FFF;
	border-color:#a9bdcc;
	border-style:none solid solid;
	border-width:0 1px 1px;
	display:none;
	font-size:12px;
	min-height:100px;
	padding:15px 10px;
}
