.tabset a{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: Helvetica, Arial, Sans-Serif;
	vertical-align: baseline;
	background-color: inherit;
	color: #1f2126;
	line-height: 1;
	text-align: left;
	width: 100%;
}



.tabset :focus {
	outline: 0;
}

.tabset  a:link, a:visited {
	text-decoration: underline;
	color: #365D95;
}

.tabset  a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #1f2126;
}

.tabset  ul, ol {
	list-style: none;
}
/* tab styles */
ul.tabset_tabs {
	zoom: 1; /* IE */
}
ul.tabset_tabs li {
	cursor: pointer;
	float: left;
	margin:0px;
	padding:0px;
	margin-right: 0.245em;
	background: #DADDE3 url(tab_right.gif) no-repeat right top;
	
}
ul.tabset_tabs li.active {
	background: #EAEBEE url(tab_right_current.gif) no-repeat top right;
}
ul.tabset_tabs li a:link, ul.tabset_tabs li a:visited {
	color: #365D95;
	display: block;
	padding: 0.515em 1.3em 0.215em;
	margin: 0px;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(tab_left.gif) no-repeat left top;
}
ul.tabset_tabs li a:hover, ul.tabset_tabs li a:active, ul.tabset_tabs li a:focus {
	color: #1f2126;
}
ul.tabset_tabs li.active a:link, ul.tabset_tabs li.active a:visited {
	color: #1f2126;
	background: transparent url(tab_left_current.gif) no-repeat left top;
}

.tabset_content_container {
	clear: both;
	padding: 10px 0;
	border: 2px solid #e6e6e6;
	background: #fff url(bg_grey_gradient.gif) repeat-x left top;
}
.tabset_content_container .tr, .tabset_content_container .bl, .tabset_content_container .br {
	position: relative;
	height: 10px;
	font-size: 1px; /* IE */
	background: transparent url(rounded_clear_outline.gif) no-repeat top left;
}
.tabset_content_container .tr {
	background-position: 100% -10px;
	left: 2px;
	top: -2px;
}
.tabset_content_container .bl {
	background-position: 0 -20px;
	top: 2px;
	left: -2px;
}
.tabset_content_container .br {
	background-position: 100% -30px;
	left: 4px;
}

.tabset_content {
	background-color: transparent !important;
	background: #fff none; /* IE */
	padding: 0 10px;
}

.tabset .toggletext {
	cursor: pointer;
	padding-left: 0.8em;
	background: #EAEBEE url(http://validator.w3.org/images/arrow-closed.png) 0 1.2em no-repeat;
}
.tabset  .toggled {
	background: #EAEBEE url(http://validator.w3.org/images/arrow-open.png) 0 1.4em no-repeat;
}
