ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 14px;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a.user {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 14px;
	padding: 0 10px;
	border: 1px solid #fff;
	outline: none;
}

ul.tabs li a.user_mig {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 13.4px;
	padding: 0 7.6px;
	border: 1px solid #fff;
	outline: none;
}

ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	display: block;
}
.list ol {
	list-style-position: outside;
	padding-left: 20px;
	list-style-type: decimal;
}

.list ol ul {
	list-style-position: outside;
	padding-left: 15px;
	list-style-type: disc;
}
.tbl {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.tbl td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 7px;
	text-align: center;
}
.tbl .red {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FF0000;
}
.tbl .left {
	text-align: left;
}
.tbl .blue {
	background-color: #0052A5;
	color: #FFF;
}
.tbl .light_color {
	background-color: #CFC;
	color: #FFF;
}
.tbl .black {
	color: #000000;
	font-weight: bold;
	background-color: #FBFFCF;
}
.tbl .title {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;letter-spacing:.01em;
}
