@CHARSET "utf-8";

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding: 0px;
	margin: 0px;
	color: #666666;
	font-size: 11px;
}
a {
	text-decoration: none;
}

h1, h2, h3, a {
	color: #00749F;
	font-weight: normal;
	margin: 0px;
}
h1 a, h2 a, h3 a {
	color: #00749F;
}

a:hover {
	text-decoration: underline;
}

.header {
	margin: 0px auto 0px auto;
	width: 950px;
}
.header h1 a span {
	color: #000000;
	font-size: 30px;
	font-weight: bolder;
}
.header h1 {
	font-size: 20px;
	margin: 10px 0px 0px 0px;
}

div.nav {
	background-color: #322E2E;
	height: 30px;
	margin: 10px 0 10px 0;
	overflow: hidden;
}
div.nav div {
	width: 950px;
	margin: 0px auto 0px auto;
	color: #ffffff;
}
div.nav div ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}
div.nav div ul li {
	display: inline-block;
	list-style: none;
	
}
div.nav div ul li a {
	color: #ffffff;
	font-weight: bold;
}

div.box {
	border: 1px solid #DFDFDF;
	padding: 10px;
	width: 280px;
	float: left;
	margin: 6px;
}
div.box h2 {
	border-bottom: 1px solid #EEEEEE;
	font-size: 15px;
	font-weight: bold;
}
div.box p {
	border-top: 1px solid #EEEEEE;
	margin: 0px;
	
}
div.box p a.submit {
	background: url(../images/link_add.png) no-repeat top left;
	color: #000000;
	padding: 4px 0px 0px 20px;
	height: 16px;
	display: block;
}
div.box li.more {
	list-style: url(../images/bullet_go.png);
}
div.box li.more a {
	font-weight: bold;
}

div.ad_box {
	width: 300px;
	float: left;
	margin: 6px;
}



.content {
	margin: 0px auto 0px auto;
	width: 948px;
}

.copyright {
	color: #aaaaaa;
	text-align: center;
	margin-top: 2em;
}
.copyright a {
	text-decoration: none;
	color: #aaaaaa;
}
.copyright a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}


.icon {
	line-height: 16px;
	background-position: 0px 0px;
	padding: 1px 0 1px 24px;
}
.iconAccept {
	background-position: 0px 0px;
	background: url(../images/icon-accept.png) no-repeat;
}
.iconError {
	background-position: 0px 0px;
	background: url(../images/icon-error.png) no-repeat;
}
.iconWarning {
	background-position: 0px 0px;
	background: url(../images/icon-warning.png) no-repeat;
}
.iconInformation {
	background-position: 0px 0px;
	background: url(../images/icon-information.png) no-repeat;
}


.formContainer {
	border: 1px solid #DFDFDF;
	padding: 10px;
	width: 850px;
	margin: 6px auto 6px auto;
}
.formContainer h2 {
	border-bottom: 1px solid #EEEEEE;
	font-size: 15px;
	font-weight: bold;
}
form.clearForm {
	
}
form.clearForm .formTable {
	width: 850px;
}
form.clearForm .formTable td {
	height: 30px;
}
form.clearForm .formTable td.required {
	width: 10px;
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
}
form.clearForm .formTable td.label {
	width: 300px;
}
form.clearForm .formTable label {
	font-weight: bold;
	font-size: 12px;
}
form.clearForm .formTable td.field {
	width: 540px;
}
form.clearForm .formTable td.tip {
	width: 850px;
	height: 20px;
	padding: 0 0 0 10px;
}
form.clearForm .yui-calcontainer {
	border: none;
}
.error {
	color: #ff0000;
	font-weight: bold;
}
