@charset "utf-8";
/* CSS Document */

/* Color Scheme
Base Color: #bfd4de
Highlight: #69b9db
Lowlight: #2a87b0
Extreme Lowlight: #1a526a
*/

* {
	margin: 0;
	padding: 0;
	position: relative;
}
a {
	color: #2a87b0;
	text-decoration: none;
}
h3 {
	color: #1a526a;
	font-size: 1.4em;
}
img {
	border: none;
}
a:hover {
	color: #69b9db;
}
body {
	margin: 0;
	padding: 0;
	min-width: 770px;
	font: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(images/body_bg.png) repeat-x;
}
#wrapper {
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 760px;
	background: transparent;
}
#header {
	height: 160px;
	background: url(images/header_bg.png) no-repeat;
}
#header img {
	margin: 10px;
}
#content {
	padding: 0 30px 0 20px;
	height: 100%;
	background: url(images/content_bg.png) repeat-y;
}
#content .menu {
	float: left;
	padding: 1%;
	width: 21%;
	height: 100%;
}
#content .menu li {
	padding-left: 14px;
	color: #1a526a;
	list-style: none;
	background: url(images/bullet.png) left center no-repeat;
	font-size: 1.1em;
	font-weight: bold;
}
#content .body {
	text-align: left;
	float: left;
	padding: 1%;
	width: 75%;
}
#content .full {
	text-align: left;
	float: left;
	padding: 1%;
	width: 100%;
}
#content .body p {
	margin-bottom: 8px;
}
#footer {
	clear: both;
	text-align: center;
	color: #999999;
	height: 60px;
	background: url(images/footer_bg.png) no-repeat;
}
#submit_now {
	width: 220px;
	height: 56px;
	background: url(images/submit_now.png) no-repeat;
}
#submit_now:hover {
	background-position: 0 -56px;
}
span.label {
	color: #2a87b0;
	font-weight: bold;
}
#form {
	margin: 10px auto;
	background: #DEE8EB;
	padding: 10px;
	border: 2px solid #71A8BD;
	width: 80%;
}
#form label {
	float: left;
	width: 100px;
	line-height: 1.4em;
}
#form label.error {
	float: none;
	width: auto;
	color: #990000;
	display: block;
}
#form select{
	margin-bottom: 5px;
}
#form input {
	margin-bottom: 5px;
}
#form input.textinput {
	font-size: 1.4em;
}
#form textarea {
	width: 75%;
	height: 150px;
}
#coauthors {
	margin: 5px;
}
.breadcrumb {
	color: #69b9db;
	font-size: 1.1em;
	font-weight: bold;
}
.breadcrumb.current {
	color: #2a87b0;
}
#breadcrumbs {
	color: #69b9db;
	text-align: center;
}
h4.subcontainer {
	border: 1px solid #3399CC;
	background: #C9E7F4;
	text-indent: 0;
	padding: 5px;
	margin: 5px 0;
}
h4.error {
	border: 1px solid #990000;
	background: #FBE1E2;
	color: #AE0004;
	text-indent: 0;
	padding: 5px;
	margin: 5px 0;
}
.tip {
	font-style: italic;
	font-size: .9em;
	text-align: center;
}
.previous{
	float: left;
}
.next{
	float: right;
}
.emphasize{
	font-weight: bold;
	color: #1a526a;
}
.clear {
	clear: both;
}
