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

body{background:#FFFFFF;font-family:Calibri,Helvetica,sans-serif;margin:0px;padding:0px;font-size:14px;color:#000;}
img{border:none;outline:none;}
.logindiv{width:100%;float:left;}
.logindiv .min{width:500px;margin:0 auto;background:background-image: linear-gradient(bottom, rgb(88,31,125) 30%, rgb(124,67,173) 65%);
background-image: -o-linear-gradient(bottom, rgb(88,31,125) 30%, rgb(124,67,173) 65%);
background-image: -moz-linear-gradient(bottom, rgb(88,31,125) 30%, rgb(124,67,173) 65%);
background-image: -webkit-linear-gradient(bottom, rgb(88,31,125) 30%, rgb(124,67,173) 65%);
background-image: -ms-linear-gradient(bottom, rgb(88,31,125) 30%, rgb(124,67,173) 65%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.3, rgb(88,31,125)),
	color-stop(0.65, rgb(124,67,173))
);height:auto;border: 1px solid #82B0B9;margin-top:70px;}
.logindiv .min .logo{width:500px;height:140px;float:left;}
.logindiv .min .logo img{margin:34px 0 0 0px;}
.logindiv .min h3{font-size: 22px;color:#FF9900;text-align: center;}
.logindiv .min h2{font-size: 22px;color:#F90;text-align: center;}
.logindiv .min .left{width:200px;font-weight:bold;text-align:right}
.logindiv .min .right{width:300px;float:left; padding-top: 15px;}
.logindiv .min .right input{width:200px;}
.logindiv .min .right .submit{width: 150px;;color: #FFF;padding: 7px;
background: rgb(180,221,180); /* Old browsers */
background: -moz-linear-gradient(top, rgba(180,221,180,1) 0%, rgba(131,199,131,1) 17%, rgba(82,177,82,1) 33%, rgba(0,138,0,1) 67%, rgba(0,87,0,1) 83%, rgba(0,36,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,221,180,1)), color-stop(17%,rgba(131,199,131,1)), color-stop(33%,rgba(82,177,82,1)), color-stop(67%,rgba(0,138,0,1)), color-stop(83%,rgba(0,87,0,1)), color-stop(100%,rgba(0,36,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
}


.mainbdywrpr{width:100%;float:left;}
.mainwrpr{width:1018px;margin:0px auto;}
.main{width:1000px;float:left;border-left:2px groove #ccc; border-right:2px groove #ccc;}
.main .logodiv{height:88px;width:950px;float:left; background:/*linear-gradient(#93C,#96C);*/background-image: linear-gradient(bottom, rgb(88,31,125) 30%, rgb(124,67,173) 65%);
background-image: -o-linear-gradient(bottom, rgb(88,31,125) 30%, rgb(124,67,173) 65%);
background-image: -moz-linear-gradient(bottom, rgb(88,31,125) 30%, rgb(124,67,173) 65%);
background-image: -webkit-linear-gradient(bottom, rgb(88,31,125) 30%, rgb(124,67,173) 65%);
background-image: -ms-linear-gradient(bottom, rgb(88,31,125) 30%, rgb(124,67,173) 65%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.3, rgb(88,31,125)),
	color-stop(0.65, rgb(124,67,173))
);  width:100%;}
.main .logodiv .logout{float:right;margin:20px 20px 0 0;}
.main .logodiv .logout a{color:#FFF;font-size: 18px;font-family: serif;}
.main .logodiv img{float:left;}



.content{float:left; width:100%;  background:linear-gradient(#FFF,#FFC);}
.sub_content {float:left; width:100%; margin-top: 50px; margin-bottom:15px;}


.notification{float:left;margin-left:65px; border-right:dotted 1px #CCCCCC; width:43%;}
.news{float:left;}

.note_table{float:left;}
.note_table table{width:400px;}
.note_table {padding:60px 0px 0px 0px;}
.note_table td{padding: 3px 8px 3px 10px;}
.note_table th{padding:3px 0px 3px 0px;color:#FFF; background:background: #cb60b3; /* Old browsers */
background: -moz-linear-gradient(top, #cb60b3 0%, #ad1283 50%, #de47ac 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb60b3), color-stop(50%,#ad1283), color-stop(100%,#de47ac)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #cb60b3 0%,#ad1283 50%,#de47ac 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #cb60b3 0%,#ad1283 50%,#de47ac 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #cb60b3 0%,#ad1283 50%,#de47ac 100%); /* IE10+ */
background: linear-gradient(to bottom, #cb60b3 0%,#ad1283 50%,#de47ac 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#de47ac',GradientType=0 ); /* IE6-9 */}

.unlink{float:left; }
.unlink img{border:1px solid #ccc;}

.change{margin-left:10px; margin-top:135px;}

.menudiv{float:left; width:100%; height: 35px; background-color:background-image: linear-gradient(bottom, rgb(18,92,20) 29%, rgb(42,153,32) 65%);
background-image: -o-linear-gradient(bottom, rgb(18,92,20) 29%, rgb(42,153,32) 65%);
background-image: -moz-linear-gradient(bottom, rgb(18,92,20) 29%, rgb(42,153,32) 65%);
background-image: -webkit-linear-gradient(bottom, rgb(18,92,20) 29%, rgb(42,153,32) 65%);
background-image: -ms-linear-gradient(bottom, rgb(18,92,20) 29%, rgb(42,153,32) 65%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.29, rgb(18,92,20)),
	color-stop(0.65, rgb(42,153,32))
);}
.menudiv ul{list-style-type:none; margin-top: 8px;}
.menudiv ul li{float:left; padding:0px 60px 10px 5px; font-size: 16px; }
.menudiv a{text-decoration:none; color: #fff; }
.menudiv #menu a:hover,.menudiv #menu .active{color:#F9C;}


.change{float:left; color:#03C;}

.footer {width:1000px;height:24px;padding-top:8px;letter-spacing:1px;float: left;background:background-image: linear-gradient(bottom, rgb(88,31,125) 30%, rgb(124,67,173) 65%);
background-image: -o-linear-gradient(bottom, rgb(88,31,125) 30%, rgb(124,67,173) 65%);
background-image: -moz-linear-gradient(bottom, rgb(88,31,125) 30%, rgb(124,67,173) 65%);
background-image: -webkit-linear-gradient(bottom, rgb(88,31,125) 30%, rgb(124,67,173) 65%);
background-image: -ms-linear-gradient(bottom, rgb(88,31,125) 30%, rgb(124,67,173) 65%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.3, rgb(88,31,125)),
	color-stop(0.65, rgb(124,67,173))
);
text-align:center;font-size:12px;}
.footer a {text-decoration:none;color:#f1ebd6;}
.footer a:hover {text-decoration:underline;}