@charset "utf-8";
/* CSS Document */

body {background-image:url(../img/background.jpg); background-position:bottom right;  background-repeat:no-repeat; background-color:#1f479c;}

html, body{
	margin: 0;
	padding: 20px;
	font-family: Helvetica, Arial;
	font-size: 10pt;
	color: #0f3642;
	height: 100%;
}


h1.homebanner {  background-color:#339097; display:block; width:1200px; height:65px; line-height:65px; text-align:center; color:#FFF; position:relative; top:-290px; margin-left:-10px;}

h2.choose {background-color:#4163bc; display:inline-block; width:547px; height:50px; line-height:50px; text-align:center; color:#FFF; margin-bottom:9px !important; margin-top:9px !important;  }

a{ outline: none; color: #254c98; text-decoration: none}
a:hover{ outline: none; color: #3aacca; text-decoration: underline}
img{ border: none;}

h1{
	font-size: 17pt;
	color: #254c98;
}

h2{
	font-size: 13pt;
	color: #254c98;
}

h3{
	font-size: 12pt;
	color: #3aacca;
}

div.container{
	width: 1200px;
	margin: auto;
	background: #ffffff;
	padding-bottom: 10px;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
	border-radius: 50px 0 0 0;
}

div.container div.padding{
	padding: 10px;
}

div.header{
	width: 100%;
	height: 101px;
	background: #ffffff;
	margin: 0px auto 10px auto;
	overflow: visible;
	border-bottom: solid 1px #dddddd;
	border-radius: 30px 0 0 0;
}

div.header img{
	float: right;
}

div.menu{
	width: 100%;
	height: 30px;
	margin: -40px auto 0 auto;
}

div.menu a{
	display: block;
	float: left;
	margin: 0 0 0 8px;
	padding: 0 15px 0 15px;
	line-height: 29px;
	background: #4163bc;
	color:#FFF; text-decoration:none;
	border: solid 1px #dddddd;
	border-bottom: solid 1px #ffffff;
}

div.menu a:hover{
	background: #23499a;
	box-shadow: 0px -5px 8px 0px rgba(0,0,0,0.1);
}

div.menu a.active{
	background: #339097;
	color:#fff;
}

div.content{
	min-height: 400px;
	padding: 0 0 40px 0;
}

div.msg{
	padding: 14px;
	background: #c3eac5;
	border: solid 1px #5dcc62;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
}

div.error{
	padding: 14px;
	background: #ffadad;
	border: solid 1px #d76795;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
}


/*pageMenu*/
div.pageMenu{
	width: 100%;
	border: none;
	margin: 20px 0 0 0;
}

div.pageMenu ul{
	display: block;
	margin: 0 20px 12px 0px;
	padding: 0px;
}

div.pageMenu ul:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

div.pageMenu ul li{
	display: inline;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10pt;
}

div.pageMenu ul li a{
	display: block;
	border: none;
	border-right: solid 1px #8b8b8b;
	line-height: 20px;
	color: #0f3642;
	padding: 3px 14px 3px 14px;
	margin: 0;
	background: url(../img/4.jpg) repeat-x;
}

div.pageMenu ul li a:hover{
	background: rgba(0, 0, 0, 0.2);
	color: #0f3642;
	background: url(../img/3.jpg) repeat-x;
}

div.pageMenu ul li a.active{
	background: rgba(0, 0, 0, 0.4);
	color: #0f3642;
	font-weight: bold;
	background: url(../img/1.jpg) repeat-x;
}
/*pageMenu*/

label{
	width: 120px;
	font-weight: bold;
	font-size: 10pt;
	display: inline-block;
	padding: 5px;
}

select, input, textarea{
	font-size: 10pt;
	font-weight: normal;
	width: 240px;
	border: solid 1px #555555;
	padding: 0 4px 0 4px;
	margin: 0 0 5px 0;
	line-height: 24px;
	height: 24px;
	color: #0f3642;
	font-family: Helvetica, Arial;
}

select{
	width: 193px;
}

input[type="submit"], input[type="button"], input[type="radio"], input[type="checkbox"], input[type="file"]{
	width: auto;
}
input[type="radio"], input[type="checkbox"]{
	float: none;
	height: auto;
}

input[type="submit"], input[type="button"]{
	border: none;
	background: #23499a;
	color: #ffffff;
	padding: 0 6px 0 6px;
	height: 26px;
	font-weight: bold;
	cursor: pointer;
}input[type="button"]{
	background: #dedede;
	color: #23499a;
}
input.submit{
	background: #23499a;
	color: #ffffff;
}
input[type="submit"]:hover,input[type="button"]:hover{
	background: #339097;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
	color: #fff;
}

select:focus, input:focus, textarea:focus{
	color: #23499a;
	font-weight: bold;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
}

textarea{
	width: 500px;
	height: 80px;
}

div.footer{
	width: 100%;
	margin: 0 auto 0 auto;
	font-size: 8pt;
}

div.footer img{
	float: right;
}

table{
	padding: 0;
	margin: 0;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}

tr{
	padding: 0;
	margin: 0;
}

th{
	padding: 5px;
	margin: 0;
	background: #23499a;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

td{
	padding: 0px 5px 0px 5px;
	text-align: left;
}

tr.even td{
	background: url(../img/1.jpg) repeat-x #dddddd;
}

tr.odd td{
	background: url(../img/2.jpg) repeat-x;
}

tr.sub_even td{
	background: url(../img/3.jpg) repeat-x;
}

tr.sub_odd td{
	background: url(../img/4.jpg) repeat-x;
}

td img{
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

td.link{
	padding: 0;
}

td a, a.button{
	display: block;
	background: rgba(0,0,0,0);
	padding: 3px 8px 3px 8px;
	float: left;
	margin: 0 5px 0 0;
	color: #0f3642;
}

td a:hover, a.button:hover{
	background: rgba(0,0,0,0.3);
	color: #ffffff;
}

.right, td.right{
	text-align: right !important;
}

div.overlay{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 1200px;
	min-height: 100%;
	background: #333333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	background: rgba(0, 0, 0, 0.5);
}

/*popup*/
div.popup{
	position: absolute;
	left: 50%;
	top: 20%;
	padding: 20px;
	margin: -100px 0 0 -380px;
	border: solid 1px #e5e5e5;
	z-index: 10;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.9);
    background: #ffffff;
	background: rgba(255, 255, 255, 1);
	width: 760px;
	border-radius: 5px;
	display: none;
	border: solid 2px #0f3642;
}

div.popup h1{
	font-size: 16pt;
	cursor: move;	
	z-index: 10;
}

div.popup h1 a{
	float: right;
	font-size: 8pt;
	font-weight: normal;
	cursor: pointer;
	z-index: 20;
}

div.popup p{
	font-size: 10pt;
}

div.popup p a{
	display: block;
	float: left;
	border: solid 1px #8b8b8b;
	line-height: 20px;
	color: #8b8b8b;
	padding: 0 14px 0 14px;
	margin: 16px 20px 0px 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
	border-radius: 3px;
}

div.popup a{
	margin: 16px 20px 0px 0px;
}

div.popup p a:hover{
	background: rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
}

div.popup p a:hover{
	background: rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
}

div.content table, table {
    font-size: 9pt;
    margin: 0 40px 0 0;
    padding: 0;
}
div.content table tr th, div.content table tr td {
    /*-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;*/
    text-align: left;
}
div.content table tr th {
    padding: 0 5px;
}
div.content table tr th select {
    border: medium none;
    font-size: 8pt;
    font-weight: bold;
    margin: 0 0 0 -5px;
    padding: 0;
    width: 105%;
}
div.content table tr td {
    padding: 0 0 0 4px;
}
div.content table tr td div.right {
    padding-right: 10px;
    text-align: right;
}