/* main table classes */
.layout_table {
	margin:0px;
	padding:0px;
	height: 100%;
	width:100%;
}
.table_top {
	height:30px;
	background-color: #007BB7;
	background-image: url(../images/table_top_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006384;
}
.table_search {
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	vertical-align:top;
	width:200px;
	text-decoration:none;
}
.table_active {
	width:100%;
}



/*nav tabs*/
.tab_inactive {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #42A0FF;
	padding-right: 20px;
	padding-left: 20px;
	vertical-align: middle;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #42A0FF;
}
.tab_inactive a{
	text-decoration:none;
	color:#FFF;
}

.tab_hover {
	background-color: #12ABFE;
	cursor:pointer;
}

.tab_active {
	background-color: #0081D7;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #006F93;
	padding-right: 20px;
	padding-left: 20px;
	vertical-align: middle;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #006F93;
}
.tab_active a{
	text-decoration:none;
	color:#FFF;
}

.nobr_left {
	border-left-width: 0px;
}
.nobr_right {
	border-right-width: 0px;
}

.area_box {
	float:right;
	width:100px;
	height:30px;
	margin:0px; 
	padding:0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #42A0FF;
}

.area_current {
	text-align:center;
	height:20px;
	color:#FF9;
}

.area_change {
	text-align:center;
	height:10px;
	width:100px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	position:absolute;
	top:19px;
}
.area_change a{
	text-decoration:none;
	color:#fff;
}
.area_change a:hover{
	color:#6AE1FF;
}




.footerlinks {
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-top:50px;
}