
span, applet, object, iframe, code, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, del, dfn, font,
	img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt,
	li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot,
	thead, tr, th, td {
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	list-style: none;
	padding-bottom: 0px;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

header h1, header h2 {
	padding: 0;
	width: auto;
}

ol {
	list-style: none;
	margin: 0 auto;
}

ul#navigation {
	height: 40px;
	padding: 5px 0 0 5px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

ul#navigation li {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: left;
	width: 168px;
	margin: 0 10px 0 0;
	background-color: #2B477D;
	border: solid 1px #415F9D;
	position: relative;
	z-index: 1;
}

ul#navigation li.selected {
	z-index: 3;
}

ul#navigation li.shadow {
	height: 2px;
	position: absolute;
	bottom: -3px;
	width: 100%;
	left: 0;
	border: none;
	background: none;
	z-index: 2;
	-webkit-box-shadow: #111 0 -2px 6px;
	-moz-box-shadow: #111 0 -2px 6px;
	box-shadow: #111 0 -2px 6px;
}

ul#navigation li a:link, ul#navigation li a:visited {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	text-align: center;
	width: 168px;
	height: 40px;
	line-height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	outline: none;
	float: left;
	background: #5a87dd;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}

ul#navigation li a:hover {
	background-color: #5a87dd;
}

ul#navigation li.selected a:link, ul#navigation li.selected a:visited {
	color: #2B477D;
	border: solid 1px #fff;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	background: -moz-linear-gradient(top center, #d1d1d1, #f2f2f2 80%)
		repeat scroll 0 0 #f2f2f2;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(.2, #f2f2f2),
		color-stop(.8, #d1d1d1));
	background: -webkit-linear-gradient(top center, #d1d1d1, #f2f2f2 80%)
		repeat scroll 0 0 #f2f2f2;
	background: -ms-linear-gradient(top center, #d1d1d1, #f2f2f2 80%) repeat
		scroll 0 0 #f2f2f2;
	background: -o-linear-gradient(top center, #d1d1d1, #f2f2f2 80%) repeat
		scroll 0 0 #f2f2f2;
	background: linear-gradient(top center, #d1d1d1, #f2f2f2 80%) repeat
		scroll 0 0 #f2f2f2;
	background-color: #f2f2f2;
}
.tabs-wrap {
	width: 100%;
	height: 100%;
}

#content {
	width: 100%;
	height: calc(100% - 40px);
	background: #f2f2f2;
	margin: 0 auto;
}
#content>ol, #content>ol>li, #content>ol>li>div{
	width: 100%;
	height: 100%;
}

.help-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
	background-color: #007BFF;
	color: white;
	font-weight: bold;
	cursor: pointer;
	margin-left: 5px;
	position: relative;
}

.help-text {
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	background-color: #f8f9fa;
	color: black;
	border: 1px solid #ccc;
	padding: 8px;
	width: 500px;
	font-size: 18px;
	border-radius: 4px;
	z-index: 10;
}

.help-icon:hover .help-text {
	display: block;
}
