/* CSS Document */

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration:none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

button{cursor:pointer;}
select,input{font-size:12px;}

/*end reset*/


body { font-size:12px;color:#818695;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

/* Common */
.clear { clear: both; }

/*Header*/
#header {
	height:158px;
	background:url(title_bg.png) repeat-x;
}

#main {
	width: 950px;
	margin:0 auto;
	clear:both; }

#main #logo{
	width:240px;
	height:97px;
	overflow:hidden;
	line-height:60px;
	float:left;
	background:url(bk.png) no-repeat 0px -40px;}
	
#main #logo a {
	font-size:10px;
	width:100%;
	height:240px;
	text-indent:-9000px;
	display:block;
	overflow:hidden;}
	
#main #panel {
	height:20px;
	float:right;
	padding:18px 2px;}	
	
#main #panel .login{
	height:20px;
	width:60px;
	text-indent:-9000px;	
	display:block;
	float:left;
	background: url(bk.png) no-repeat 0px 0px;}

#main #panel .login a{
	width:100%;
	height:20px;
	display:block;
	overflow:hidden;}

	
#main #panel .register{
	border-left:#FFFFFF solid 1px;
	text-indent:-9000px;
	height:20px;
	width:60px;
	float:left;	
	display:block;
	background:url(bk.png) no-repeat -60px 0px;}	
	
#main #panel .register a{
	width:100%;
	height:20px;
	display:block;
	overflow:hidden;}

#contain {
	width: 950px;
    margin: 0 auto;
	margin-top:10px;
    color: #000;
    padding: 8px;
    text-align: left;
    background-color: #fff;
    border: 3px solid #e2e2e2;}

#contain ul {
	float:left;
	line-height:16px;
}

#contain li {
	line-height:16px;
	margin:5px;
	width:99%;
	border-bottom: 1px solid #e2e2e2;
}

#contain dl{
	margin:0;
	width:700px;
}

#contain .title{
	line-height:22px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding:2px 0;
}

#contain .source{
	line-height:18px;
	font-size:12px;
	color:#a1a1a1;
	padding:0;
	font-weight:lighter;	
}

	
#contain dl dd {
	font-size:13px;
	padding:2px 0;
	clear:both;
}

#contain .noline{
	border-bottom:none;
}

.manu {
	padding:5px 0; 
	margin:10px auto 10px auto; 
	text-align:right; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	width:920px; 
	float:left;
}
.manu a {border:#eee 1px solid; padding:2px 5px; margin:2px; color:#5C5C5C; text-decoration:none;}
.manu a:hover {border:#999 1px solid; color:#5B5B5B;}
.manu a:active {border:#FF4D00 1px solid; color:#5A5A5A;}
.manu .current{border:#eee 1px solid; padding:2px 5px; font-weight:bold; margin:2px; color:#fff; background-color:#5A5A5A;}
.manu .disabled {border:#eee 1px solid; padding:2px 5px; margin:2px; color:#ddd; padding-top:2px;}

#footer{
	width: 950px;
    margin: 0 auto;
	margin-top:10px;
    color: #000;
    padding: 8px;
    text-align: center;
    background-color: #fff;
    border: 3px solid #e2e2e2;}
