﻿body{
	font-size:12px;
	padding:0;
	margin:0;
	background:url(/Public/image/quill/banner.png) no-repeat top left;
	font-family:Tahoma;
}

a{
	color:#1a4e93;
	text-decoration:none;
	border:none;
}

a:hover{
	color:#4276bb;
	text-decoration:underline;
	border:none;
}

/*a:visited{
	color:#bfcae6;
}*/

table.simple{
	margin:0;
	border-collapse:collapse;
	width:100%;
}
table.simple tr td{
	border-bottom:1px solid #e4e4e4;
	padding:5px;
	background:#fff;
}
table.simple tr.header td{
	background:#6D83B1;
	color:#fff;
	border:none;
}
table.simple tr.alter td{
	background:#F8F8F8;
}
table.simple tr.hover td{
	background:#BFCAE6;
}
table.simple tr.foot td{
	padding:2px 5px;
	text-align:right;
	border:none;
	background:transparent;
}
table.simple tr.foot td a{
	margin:0 3px;
}

/* banner */
.banner{
	width:957px;
	height:44px;
	color:#bfcae6;
	text-align:right;
	padding:3px 10px;
}
.banner a{
	color:#bfcae6;
	text-decoration:none;
}
.banner a:hover{
	color:#fff;
	text-decoration:underline;
}

/* main content*/
.main{
	width:995px;
}

/* left column*/
.main .lColumn{
	float:left;
	width:170px;
	background:#eceff7;
	margin:29px 0 0 0;
	border-bottom:1px solid #bfcae6;
	min-height:400px;
	height:auto !important;
	height:400px;
}
.main .lColumn .menus{
	clear:both;
	margin:10px 0 20px 0;
}
.main .lColumn .menus .right{
	float:right;
	width:130px;
	height:200px;
}
.main .lColumn .menus .right .top{
	clear:both;
	height:6px;
	line-height:6px;
	overflow:hidden;
}
.main .lColumn .menus .right .top .conner{
	background:url(/Public/image/quill/menus.gif) 0 -168px;
	float:right;
	width:6px;
	height:6px;
	line-height:6px;
	overflow:hidden;
}
.main .lColumn .menus .right .top .topline{
	float:right;
	width:124px;
	height:5px;
	line-height:5px;
	overflow:hidden;
	border-top:1px solid #fff;
	border-bottom:1px solid #f00;
	background:#bfcae6;
}
.main .lColumn .menus .right .middle{
	border-left:1px solid #fff;
	background:#bfcae6;
	padding:0px 5px 0px 10px;
	min-height:350px;
	height:auto !important;
	height:350px;
}
.main .lColumn .menus .right .middle h1{
	margin:0 0 5px 0;
	color:#fff;
	font-weight:normal;
	line-height:20px;
	border-bottom:1px solid #eceff7;
}
.main .lColumn .menus .right .middle h2{
	margin:0;
	color:#fff;
	font-weight:normal;
	padding:3px 0 3px 10px;
}
.main .lColumn .menus .right .middle a{
	color:#5875B6;
	display:block;
	padding:5px 0 5px 5px;
}
.main .lColumn .menus .right .middle a.active{
	color:#fff;
	cursor:default;
}
.main .lColumn .menus .right .middle a:hover{
	color:#999;
	background:#eceff7;
	text-decoration:none;
}
.main .lColumn .menus .right .middle a.active:hover{
	background:transparent;
	color:#fff;
}
.main .lColumn .menus .right .bottom{
	clear:both;
	height:6px;
	line-height:6px;
	overflow:hidden;
}
.main .lColumn .menus .right .bottom .conner{
	background:url(/Public/image/quill/menus.gif) 0 -174px;
	float:right;
	width:6px;
	height:6px;
	line-height:6px;
	overflow:hidden;
}
.main .lColumn .menus .right .bottom .bottomline{
	float:right;
	width:124px;
	height:5px;
	line-height:5px;
	overflow:hidden;
	border-bottom:1px solid #fff;
	background:#bfcae6;
}
.main .lColumn .menus .left{
	width:35px;
	float:right;
	padding:15px 0;
}
.main .lColumn .menus .left a{
	float:right;
	width:35px;
	height:54px;
	cursor:default;
	margin:2px -1px 2px 0;
}
.main .lColumn .menus .left a:hover{
	background:url(/Public/image/quill/menus.gif) -41px -168px;
	text-decoration:none;
	width:34px;
	margin-right:0px;
}
.main .lColumn .menus .left a.active{
	background:url(/Public/image/quill/menus.gif) -6px -168px;
}
.main .lColumn .menus .left a.active:hover{
	background:url(/Public/image/quill/menus.gif) -6px -168px;
	width:35px;
	margin-right:-1px;
}
.main .lColumn .menus .left a span{
	float:right;
	height:24px;
	width:24px;
	background:#fff;
	margin:15px 5px 15px 0;
	text-align:center;
	background:url(/Public/image/quill/menus.gif);
}


/* right column */
.main .rColumn{
	float:left;
	width:821px;
	background:#f2f4fa;
	border:1px solid #AAA;
}

/* main content*/
.main .rColumn .main{
	float:left;
	width:650px;
	background:#fff;
	border-right:1px solid #d1dce9;
	padding:10px;
	min-height:500px;
	height:auto !important;
	height:500px;
}
.main .rColumn .main .navigation{
	margin-bottom:5px;
}


/* menus*/
.main .rColumn .menu{
	float:left;
	width:144px;
	padding:10px 3px;
	line-height:20px;
}
.menu ul{
	color:#666;
	margin:0 0 0 20px;
	padding:0;
}
.menu ul li{
	margin:0;
	list-style:url(/Public/image/quill/arrow_blue.gif);
}
.menu ul li span{
	text-decoration:underline;
	margin-right:5px;
}
.menu p{
	line-height:20px;
	margin:0;
	padding:5px 5px 0 5px;
	color:#999;
}
.menu h1{
	font-size:12px;
	font-weight:normal;
	padding:0 5px;
	margin:3px 0;
	background:#e5e8f2;
	border-top:1px solid #bfcae6;
	clear:both;
}
.menu h2{
	font:12px normal;
	padding:0;
	margin:0;
	color:#333;
	clear:both;
}
.menu h3{
	font:12px normal;
	padding:0;
	margin:0;
	text-align:right;
	color:#666;
	clear:both;
}
.menu .grid div{
	float:left;
	width:8px;
	height:4px;
	margin:1px;
	background:#7387c2;
}
.menu .grid span{
	float:left;
	width:8px;
	height:4px;
	margin:1px;
	background:#bfcae6;
}
ul.menus{
	margin:5px 0;
	padding:0;
	list-style:none;
	list-style-image:none;
}
ul.menus li{
	padding:0;
	margin:5px 0;
	display:block;
	list-style:none;
	list-style-image:none;
}
ul.menus li.hide{
	display:none;
}
ul.menus li a{
	display:block;
	background:url(/Public/image/quill/menus.gif) 0 0;
	width:140px;
	height:40px;
	line-height:40px;
	color:#000;
	text-decoration:none;
}
ul.menus li a:hover{
	background-position:0 -40px;
	color:#000;
	text-decoration:underline;
}
ul.menus li a span.icon{
	float:left;
	background:url(/Public/image/quill/menus.gif) 0 0;
	width:24px;
	height:24px;
	margin:8px 15px;
}
.menu ul.qsttypes{
	margin:5px 0;
	padding:0;
}
.menu ul.qsttypes li{
	padding:0;
	margin:0 0 5px 0;
	float:left;
	list-style:none;
}
.menu ul.qsttypes li.hide{
	display:none;
}
.menu ul.qsttypes li a{
	display:block;
	background:url(/Public/image/quill/menus.gif) 0 -128px;
	width:70px;
	height:40px;
	line-height:40px;
	color:#666;
	text-decoration:none;
}
.menu ul.qsttypes li a:hover{
	background-position: -70px -128px;
	color:#333;
}
.menu ul.qsttypes li a span.icon{
	float:left;
	background:url(/Public/image/quill/menus.gif) -120px -80px;
	width:20px;
	height:20px;
	margin:10px 2px 10px 5px;
}
/* footer */
.footer{
	width:965px;
	clear:both;
	padding:5px 15px 25px 15px;
	text-align:right;
	color:#666;
}

/* step menus */
a.stepmenu:hover, a.currentstepmenu:hover{
	text-decoration:none;
}
.stepmenu, .currentstepmenu{
	display:block;
	height:50px;
	width:130px;
	overflow:hidden;
	background:url(/Public/image/quill/stepmenu.gif) top left no-repeat;
	margin:15px 3px;
	cursor:pointer;
}
.stepmenu{
	background-position:0 -50px;
}
.stepmenu .tag, .currentstepmenu .tag{
	float:left;
	line-height:50px;
	width:50px;
	height:50px;
	text-align:center;
	font-size:44px;
	color:#eceff7;
	font-family:"Arial Black";
}
a.stepmenu:hover .tag{
	color:#BFCAE6;
}
.stepmenu .cap, .currentstepmenu .cap{
	float:left;
	line-height:50px;
	height:50px;
	padding-left:8px;
}
.stepmenu .cap{
	color:#ccc;
}
.currentstepmenu .cap{
	color:#000;
}
a.stepmenu:hover .cap{
	color:#999;
}
