@charset "UTF-8";
body {
	background: url(pix/page_background.png) repeat-x top left;
	padding-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
body h1, h2, h3 {
	color: #376696;	
}
body p, ul, li {
	color: #434343;
}

/*
 * Extras
 */

.required {
	color: #F00;	
}
.alignleft {
	float: left;
	margin-right: 8px;
}
.alignright {
	float: right;
	margin-left: 8px;
}
.aligncenter {
	margin: 0 auto 0 auto;	
}
.backBtn {
	color: #ffffff;
	font-size: 1.1em;
	cursor: pointer;
	text-decoration: none;
	background-color: #376696;
	padding: 2px;
	border: 2px solid #c0c0c0;
}
.backBtn:active {
	background-color: #ffffff;
	color: #376696;
	border: 2px inset #c0c0c0;
}

/*
 * Structure
 */

#page-wrap {
	margin: 0 auto 0 auto;
	width: 841px;
}
#page-top {
	float: left;
	width: 100%;
	height: 10px;
	background: url(pix/header_top_background.png) no-repeat top left;
}
#page-body {
	float: left;
	width: 811px;
	background: url(pix/page_frame_background.png) repeat-y top left;
	padding-left: 15px;
	padding-right: 15px;
}
#page-footer {
	float: left;
	width: 100%;
	height: 17px;
	background: url(pix/page_frame_footer.png) no-repeat top left;
}
#clear-bottom {
	clear: both;
	height: 20px;
	width: 100%;
}

/*
 * Header/menu
 */
 
#header {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 5px solid #376696;
}
#logo {
	position: relative;
	float: left;
	width: 368px;
	height: 40px;
	background: url(pix/logo.png) no-repeat bottom left;
	margin-bottom: -15px;
}
#logo a:link, #logo a:visited {
	width: 368px;
	height: 40px;
	display: block;
}
#header ul {
	float: right;
	margin: 0 0 0 0;
	padding-top: 24px;
}
#header li {
	float: left;
	list-style-type: none;
	margin-left: 10px;
}
#header li a:link, #header li a:visited {
	display: block;
	text-decoration: none;
	color: #376696;
	font-size: 0.9em;
	height: 20px;
	padding: 7px;
}
#header li a:hover {
	background-color: #376696;
	color: #ffffff;	
}
#header .current_page_item a:link, #header .current_page_item a:visited {
	background-color: #376696;
	color: #ffffff;	
}

/*
 * Content
 */

#content h2 {
	font-weight: normal;
	margin: 0;
}
#content h3 {
	font-size: 1em;
	font-weight: normal;
}
#content p {
	font-size: 0.9em;	
}
#content ul {
	margin: 0;
	padding: 0;
}
#content li {
	list-style-type: none;
	font-size: 0.9em;
	margin-top: 10px;
}

/*
 * Application
 */
 
#application-header {
	width: 100%;
	height: 58px;
	background-color: #f0f0f0;
}
#application-header ul {
	margin: 0;
	padding: 0;
}
#application-header li {
	float: left;
	list-style-type: none;
	width: 180px;
	height: 58px;
	background: url(pix/application_inactive.png) no-repeat top left;
	color: #404040;
	font-size: 0.8em;
	line-height: 2.2em;
	padding-left: 3px;
}
#application-header .step-current {
	background: url(pix/application_active.png) no-repeat top left;
	color: #ffffff;
	font-weight: bold;
}
#application-header .step-current-2 {
	width: 215px;
	margin-left: -26px;
	padding-left: 20px;
	background: url(pix/application_active2.png) no-repeat top left;
	color: #ffffff;
	font-weight: bold;
}
#application-content {
	float: left;
	margin-top: 10px;	
}
#application-content ul {
	margin: 0;
	padding: 0;
}
#application-content li {
	list-style-type: none;
	color: #434343;
	margin-bottom: 10px;
}
#application-content label {
	padding-left: 2px;
	font-size: 0.9em;
}
#application-content input, #application-content textarea {
	margin-top: 5px;
	font-size: 1.2em;
	color: #434343;
	background-color: #fafafa;
	border: 1px solid #d6d6d6;	
}
#application-content .addBtn {
	font-size: 0.9em;
	cursor: pointer;
	color: #ffffff;
	background-color: #376696;
	border: 2px solid #c0c0c0;
}
#application-content .addBtn:active {
	border: 2px inset #c0c0c0;	
	color: #376696;
	background-color: #ffffff;
}
#application-content p {
	width: 240px;
	padding: 2px;
	font-size: 0.8em;
	color: #F00;
	border: 1px solid #f00;
	font-style: italic;
}
#application-desc {
	margin-top: 10px;
	float: right;
	width: 470px;
}
.button {
	color: #ffffff;
	font-size: 1.1em;
	cursor: pointer;
	text-decoration: none;
	background-color: #376696;
	border: 2px solid #c0c0c0;
}
.button:active {
	background-color: #ffffff;
	color: #376696;
	border: 2px inset #c0c0c0;
}
#application-desc .button[disabled] {
	cursor: help;
	background: url(pix/application_button_disabled.png) no-repeat top left;
}
#application-desc h2 {
	margin: 0;
}
#application-desc p {
	font-size: 0.9em;
	line-height: 1.5em;
}

/*
 * Footer
 */
 
#footer {
	clear: both;
	text-align: center;	
	border-top: 5px solid #376696;
}
#footer p {
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0;	
}
