/* 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:#FFF;
}




#footerlinks {
	background:#333;
	height:95px;
	width:100%;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
#footerlinks a {
	text-decoration:none;
	color:#999;
}
#footerlinks a:hover {
	text-decoration:none;
	color:#39F;
}
#copyright {
	font-size:11px;
	color:#666;
}
.link_label {
	color:#FFF;
	font-weight:bold;
}
.copyright_label {
	color:#999;
	font-weight:bold;
}





/* Sticky Footer Code */
#sticky_wrap {
	min-height: 100%;
}
#sticky_main {
	overflow:hidden;
	padding-bottom: 95px;
	}  /* must be same height as the footer */
#sticky_footer {
	position: relative;
	margin-top: -95px; /* negative value of footer height */
	height: 95px;
	clear:both;
}
body:before { /*Opera Fix*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
