@charset "utf-8";

body {
	margin:0;
	padding:0;
	background-image: url(../img_eval/body_bg.gif);
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.5;
}
body, td, th {
	color: #666;
}
a:link {
	color: #00f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00f;
}
a:hover {
	text-decoration: underline;
	color: #f00;	
}
a:active {
	text-decoration: none;
	color: #f00;
}
table{
	border-collapse:collapse;
}

/*page*/
#wrapper {
	width:685px;
	margin:0 auto;
	padding:0 7px;
	background-image: url(../img_eval/wrap_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/*header*/
#header {
	width: 685px;
	height: 68px;
	background-image: url(../img_eval/header_banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size:1px;
	overflow: hidden;
}
#header #logo a {
	background-image: url(../images/header_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 50px;
	width: 300px;
	overflow: hidden;
	display:block;
}
#header #logo {
	height: 50px;
	width: 300px;
	font-size:1px;
	float:left;
	overflow: hidden;
}

/*footer*/
#footer {
	margin-top: 50px;
	border-top-width: 6px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9ca1f9;
	padding-top: 6px;
	padding-bottom: 28px;
	clear: both;
	text-align: right;
	font-size: 10px;
	padding-right: 19px;
}
#footer #project {
	font-weight: bold;
	color: #669900;
	font-size: 0.9em;
}
#footer #menu {
	text-align: right;
	float: right;
	width: 350px;
	padding-top: 10px;
	font-size: 0.85em;
}

#footer address {
	font-size: 0.85em;
}
/*contents*/
#main .alg_center {
	text-align: center;
}
#main .alg_right {
	text-align: right;
}
#wrapper #main {
	padding-top: 10px;
	padding-left: 23px;
	padding-right: 15px;
	background-image: url(../img_eval/contents_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 647px;
	
}
#wrapper #main .menu dd.docs{
	height: 400px;
	overflow:scroll;
	overflow-x:hidden; /*for IE*/
	padding-left: 3px;
	clear:both;
	width: 645px;
	padding-top: 11px;
	line-height: 1.5;
	float: none;
}
#wrapper #main .docs tr {
	background-image: url(../img_eval/line_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#wrapper #main .docs th {
	padding-top: 10px;
	padding-left:3px;
	padding-bottom: 9px;
	width: 71px;
	padding-right: 18px;
}
#wrapper #main .docs td{
	padding-top: 10px;
	padding-bottom: 9px;
}
#wrapper #main .menu dt {
	height: 43px;
	width: 193px;
	float: left;
	padding-top: 17px;
	padding-right: 14px;
	display:block;
}
#wrapper #main .menu dd{
	padding-top: 17px;
	display:block;
	width: 440px;
	float:right;
	line-height: 43px;
	height: 43px;
}

