@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, sans-serif;
	color: #242323;
}

.clearing {
	clear:both;
	height: 1px;
	overflow: hidden;
}


 a {
	text-decoration: none;
	color: #242323;
}

a:hover {
	text-decoration: underline;
}

.top {
	height: 142px;
	width: 100%;
	background-image: url(top_bg.jpg);
	background-repeat: repeat-x;
	border-bottom: solid 7px #4b4b4c;
}

.top-cont {
	width: 980px;
	padding: 10px;
	margin: 0px auto;
	font-weight: bold;
	font-size: 21px;
}

.login {
	width: 350px;
	height: 98px;
	padding: 14px;
	border: solid 1px #aaaaaa;
	margin: 200px auto;
}

.login h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 0px;
}


.login-input {
	width: 112;
	height: 21px;
	margin: 0px 7px 0px 0px;
	border: solid 1px #ccc;
}

.content {
	width: 980px;
	margin: 0px auto;
	padding: 20px 0px 1px 0px;
}

.content table h2 {
	font-weight: normal;
	line-height: 14px;
	margin: 0px 0px 0px 15px;
	font-family:Helvetica, sans-serif;
	color: #FFF;
}


.content h2 {
	font-weight: normal;
	font-family:Helvetica, sans-serif;
}

.content ul {
	margin: 0px 0px 30px 0px;
}

.content li a {
	font-size:14px;
	line-height: 18px;
}

.content li a:hover {
	text-decoration: underline;
}

.logout {
	width: 980px;
	border-top: solid 1px #CCC;
	height: 50px;
	font-size: 12px;
	text-align: right;
}


.registered_main {
	width: 980px;
	padding:0px 0px 1px 0px;
	border: solid 1px #abaaaa;
	margin: 0px 0px 35px 0px;
	font-size: 12px;
}

.registered_top {
	height: 17px;
	padding: 7px 0px;
	background-color: #dedddd;
	font-weight: bold;
}

.registered_mid {
	height: 17px;
	padding: 7px 0px;
	border-bottom: solid 1px #abaaaa;
	font-weight: normal;
	clear: both;
}

.res1 {
	width: 175px;
	height: 16px;
	padding: 4px 11px;
	float: left;
}

.res2 {
	width: 126px;
	height: 16px;
	padding: 4px 11px;
	float: left;
}

.res3 {
	width: 217px;
	height: 16px;
	padding: 4px 11px;
	float: left;
}


.res4 {
	width: 49px;
	height: 16px;
	padding: 4px 11px;
	float: left;
	font-weight: bold;
}
