@charset "utf-8";
/* CSS Document */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 26px;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
}
ul.tabs li {
	/*font-size: 13px;*/
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 24px;
	border: 1px solid #CCC;
	margin-bottom: -1px;
	margin-right: 1px;
	background: #F4F3F3;
	overflow: hidden;
	position: relative;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
ul.tabs li.active {
	border-bottom: 1px solid #F7F6F6;
}
ul.tabs li a {
	text-decoration: none;
	color: #003366;
	display: block;
	padding: 0 5px;
	outline: none;
}
ul.tabs li a:hover {
	color: #990000;
}
html ul.tabs li.active a, html ul.tabs li.active a:hover  {
	background: #F4F4F3;
	border-bottom: 1px solid #F7F6F6;
	color: #990000;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
.tab_container {
	border: 1px solid #CCCCCC;
	border-top: none;
	clear: both;
	/*width: 100%;*/
	background: #f7f6f6;
	overflow:hidden;
}
.tab_content {
	padding: 15px;
	min-height: 400px !important;
	height: auto !important;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*.tab_content iframe, .tab_content img {
	-moz-box-shadow: 0px 0px 15px #555;
	-webkit-box-shadow: 0px 0px 15px #555;
	box-shadow: 0px 0px 15px #555;
	border-radius: 5px;
}*/

.tab_content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
}

.tab_content a {
	color: #069 !important;
	text-decoration: none !important;
}

.tab_content a:hover {
	color: #069 !important;
	text-decoration:underline !important;
}