@charset "utf-8";
/* CSS Document */
.tabs canvas {z-index:100;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px; /*--Set height of tabs--*/
	width: 100%;
	margin-left:5px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 26px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	/*border: 2px solid #ecf4fb;*/
	overflow: hidden;
	position: relative;
	margin-left:2px;
	border-bottom:none;
	z-index:200;
}
ul.tabs li a {
	text-decoration: none;
	color: #1C4D79;
	display: block;
	font-size: 1.2em;
	margin: 2px 7px;
	outline: none;
	margin-top:1px;
}
ul.tabs li a:hover {

}
html ul.tabs li.active, html ul.tabs li.active a, html ul.tabs li.active a:hover  { 
	background: #fff;
	border-bottom: 2px solid #fff;
	color: #e74700;
	height:25px;
	position:relative;
}

.tab_container {
	/*border: 2px solid #ecf4fb;*/
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-khtml-border-radius: 6px;    /* Konqueror */
	-moz-border-radius: 6px; /* Firefox */
	border-radius: 6px;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	margin-bottom:20px;
}
.tab_content {
	padding: 20px;
	font-size: 13px;
}

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

