html, body, fieldset, p, a, ul, ol, li, div, legend, label, br, h1, h2, h4, h5, strong {
	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;
}

h3 {
    /* color: #930; */
    padding: 0.1em 0 0.1em 0;
    color: #1f2126;
    border-bottom: 1px dashed #1f2126;
}
/*form,input, button, textarea,*/

:focus {
	outline: 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #365D95;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #1f2126;
}

ul, ol {
	list-style: none;
}
/* @end */

/* basics */
body {
	min-width: 40em;
	background: #fff;
	padding: 2em;
}

p {
	line-height: 130%;
}

strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	color: #369;
	font-family: Verdana, Arial, sans-serif;
	padding: 10px 0;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}


/* tab styles */
ul.tabset_tabs {
	zoom: 1; /* IE */
}
ul.tabset_tabs li {
	cursor: pointer;
	float: left;
	margin-right: 0.245em;
	background: #DADDE3 url(../images/tab_right.gif) no-repeat right top;
}
ul.tabset_tabs li.active {
	background: #EAEBEE url(../images/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;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(../images/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(../images/tab_left_current.gif) no-repeat left top;
}

.tabset_content_container {
	clear: both;
	padding: 10px 0;
	border: 2px solid #e6e6e6;
	background: #fff url(../images/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(../images/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;
}

