 @import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans');
 html, body {
	margin:0px;
	padding:0px;
	height: 100%;
	width:100%;
	background:#F6F6F6;
    font-family: 'Lato', sans-serif;
}

/* main table classes */
 #logo{
	 padding-top:4px;
	 padding-left:4px;
 }
.layout_table {
	margin:0px;
	padding:0px;
	height: 100%;
	width:100%;
	margin-bottom:5px;
}
.table_top {
	height:40px;
	background-image: linear-gradient(to right, #007ec8, #0090dc);
	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: 10px;
	padding-left: 10px;
	vertical-align: middle;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #42A0FF;
	line-height: 40px;
}
.tab_inactive a, .tab_inactive a:hover{
	text-decoration:none;
	color:#FFF !important;
}

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

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

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

.area_box {
	float:right;
	width:100px;
	height:40px;
	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-size:10px;
	position:absolute;
	top:22px;
}
.area_change a{
	text-decoration:none;
	color:#fff;
}
.area_change a:hover{
	color:#FFF;
}

/* dropdown */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #0086ce;
	min-width: 130px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin-left:-30px;
	padding:0px;
	padding-left:10px;
}
.dropdown-content div{
	cursor:pointer;
	background-color: #0086ce;
	border-bottom: 1px solid #12ABFE;
	margin-right:10px;
}
.dropdown-content div:last-of-type{
	border-bottom: 0px;
}
.dropdown-content div:hover{
	background-color: #0081D7;
}
.dropdown:hover .dropdown-content {
  display: block;
}


/* middle section */
#middle_focus {
	width:750px;
	margin:0px auto;
	margin-top:0px;
	padding:0px;
	padding-bottom:20px;
	padding-top:1px;
	background:#fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	min-height:300px;
}


#footerlinks {
	background:#333;
	height:95px;
	width:100%;
	font-size:13px;
	padding:0px;
	margin:0px;
}
#footerlinks a {
	text-decoration:none;
	color:#999;
}
#footerlinks a:hover {
	text-decoration:none;
	color:#39F;
}
#copyright {
	font-size:11px;
	color:#999;
}
.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;/
}