﻿@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../Images/img/body-bg.png) no-repeat center bottom;
	background-image: cover;
	
}
.logbg {
	padding:0;
	margin:0;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../Images/img/logbg.jpg) no-repeat center bottom;
	background-image: cover;
	min-height: 800px;
	}
#wrapper{
	width: 1024px;
	margin:0 auto;
	}
#logo {
	height: 30px;
	padding: 5px 0;
}
#maincontent {
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius:  4px;
	-moz-border-radius: 4px;
	-webkit-border-radius:  4px;
	-o-border-radiuse:  4px;
	/*width: 1024px;min-height: 500px;*/
	margin:0 auto;
	display:block;
	min-height: 350px;
	width:1000px;
	/*margin:-1px 12px 25px 12px;*/  margin: 0 auto 25px;
	
	
	/*padding: 25px;*/
	box-shadow:  1px 4px 7px 5px #ABABAB;
	/*background: url(../Images/img/maincontent-bg.png) no-repeat left bottom;*/
	
	}

/*
.main_nav{
	margin: 0 0 0 30px;
	padding:0;

}
.main_nav ul{
	list-style:none;
	display:inline;
}
.main_nav li{
	list-style:none;
	display:inline;
	float:left;
	color:#FFF;
	text-decoration:none;
	background: url(../Images/img/nav-li-bg.png) no-repeat center center;
	margin-right: 1px;
	text-align: center;
	line-height: 44px;
	width:140px;
	text-align: center;
}
.tabletop {
	position: relative;
	bottom: 14px;
	left: 82px;
	z-index: 9999;
	}
.main_nav li.active, .main_nav li:hover  {
	color: #fff;
}
.main_nav li a{
	color:#000000; font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 29px;
	font-style:italic;

}
.main_nav li a:hover, .main_nav li.active a {
	color:#fff;
	text-decoration:none;

}
*/


#main_nav {
	background: url(../Images/img/nav-ul-bg.png) no-repeat center top;
	height: 66px;

}

.main_nav{
	margin: 0 0 0 30px;
	padding:5px 0 0 0;
	position: relative;
	top: -10px;
}
.main_nav ul{
	list-style:none;
	display:inline;
}
.main_nav li{
	list-style:none;
	display:inline;
	float:left;
	color:#FFF;
	text-decoration:none;
	background: url(../Images/img/nav-li-bg.png) no-repeat left top;
	width:90px;
	height: 30px;
	margin-right: 10px;
	text-align: center;
}
.tabletop {
	position: relative;
	bottom: 32px;
	left: 80px;
	z-index: 9999;
	}
.main_nav li.active, .main_nav li:hover  {
		background: url(../Images/img/active-bg.png) no-repeat left top;
}
.main_nav li a{
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 29px;

}
.main_nav li a:hover{
	color:#45A1CC;
	text-decoration:none;
	padding:10px;

}


.table {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	-o-border-radiuse: 10px;
	border: 1px solid #dadadb;
	border-spacing:0;
	background: #e8e7ea;
	margin: 25px 25px 35px 25px;

}

.table th {
		background: #525051;
		color: #fff;
		font-weight:bold;
		text-align: center;
		background: url(../Images/img/table-th-bg.png) repeat-x left top;
		
		 /* fallback 
		 background-color: #1a82f7; background: url(images/linear_bg_2.png); background-repeat: repeat-x;
		 /* Safari 4-5, Chrome 1-9  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#353535), to(#535152)); 
		 /* Safari 5.1, Chrome 10+  background: -webkit-linear-gradient(top, #353535, #535152);
		 /* Firefox 3.6+ background: -moz-linear-gradient(top, #353535, #535152);
		 /* IE 10  background: -ms-linear-gradient(top, #353535, #535152);
		 /* Opera 11.10+background: -o-linear-gradient(top, #353535, #535152); */  }


.table:first-child tr:first-child > th:first-child {
	   border-top-left-radius: 10px;
	}
 .table:first-child tr:first-child > th:last-child {
	  border-top-right-radius: 10px;
	 }
.table th, .table td {
    border-top: 1px solid #dadadb;
	border-left: 1px solid #dadadb;
    padding: 8px;
    vertical-align: top;
}
.table td {
	color: #000;
	font-size:12px;
	}
	
/*table-white */
#popup ul {
	float: left;
	display: block;
	padding: 0 0 0 8px;
	width: 164px;
	padding:0 0 20px 0;
	margin:0;
	border-right: 1px solid #ccc;
	}
#popup li {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 25px;
	list-style: none;
	padding-left: 12px;
	}
#popup li.colored {
	list-style: none; 
		color: #980307;
		font-weight:bold;
		/*border-right: 1px solid #cccccc;*/

	}
#popup {
	width: 850px;
	position:relative;
	top: -60px;}
	
.table-white {
	background:#fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	-o-border-radiuse: 10px;
	border-spacing:0;
	margin: 25px 25px 35px 35px;
	padding: 10px;
	box-shadow: 1px 1px 15px #000000;

}
.table-white td {
    /*border-left: 1px solid #DADADB;
    border-top: 1px solid #DADADB;
    padding: 4px 10px 4px 30px;
    vertical-align: top;*/
	width: 100%;

}/*
#thborder {
	    border-top: 1px solid #DADADB;
}


.table-white:first-child tr:first-child > td:first-child {
    border-left:1 px solid #fff;
	}
	
 .table-white:first-child tr:first-child > td:last-child {
	  border-top-right-radius: 10px;
	 }*/


.listimg {
	background: url(../Images/img/td-li.jpg) no-repeat 15px center;
	padding-left: 40px !important;
	border-bottom: 1px solid #cccccc;
}
	
.colored img {
	float: left;
	display: block;
	padding-right: 5px;
}


/* Login */

#login {
	position: absolute;
	height: 394px;
	width: 638px;
	top: 50%;
	left: 50%;
	margin:-197px 0 0 -319px;
	background: url(../Images/img/login-bg.png) no-repeat left top;
	padding-top: 65px;
	 
	}
	
#footer {
	background: url(../Images/img/footer.png) no-repeat center bottom;
	height: 36px;
	width:1024px;
	margin:0 auto;
	margin-bottom:30px;
	}
#footer  a {
	font-weight:bold;
	text-decoration: underline;
	color:#000;
	}
.legend-bg{background:#f2f2f2;color:#000;font-weight:600}
.bgg{background:#0f0}.bggr{background:#06cd06;font-weight:600}.bgr{background:red}