/*
# $Id$
*/

/* GlobalView styling */
body {
	text-align: center;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #D7E2EF center center;
	margin: 0px;
}

p {
	font-size: 0.80em;
	margin: 0px;
	padding: 0px 0px 1em 0px;
}

#body {
}

#container {
	width: 800px;
	background: #FFFFFF;
	margin: 0px auto;
	text-align: left;
}

#banner {
	border-bottom: #999999 1px dotted;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

#banner h1 {
	margin: 0px;
	padding: 20px 0px;
	font-size: 1.5em;
}

#banner.with-image h1 {
}

#main {
	padding: 1em;
}

#main h1 {
	padding: 0.25em;
}

.aiding-text {
	background: #FFFFCC;
	padding: 1em;
	font-size: 0.75em;
	border: #000000 1px dotted;
	font-style: italic;
	text-align: left;
}

#footer {
	background: #D7E2EF;
	color: #000000;
	font-size: 0.65em;
	font-weight: bold;
	text-align: center;
	padding: 1em 0px;
}


/* Common elements */
#main input[type="button"], #main input[type="submit"] {
	background: #F0F0F0;
	color: #000000;
	padding: 0.25em;
	font-size: 0.80em;
	font-weight: bold;
}


/* Progress bar */
#progress-bar {
	margin: 0px 0px 2em 0px;
	height: 1px;
}
#progress-bar[id] {
	height: auto;
	overflow: hidden;
}

#progress-bar div {
	float: right;
	width: 400px;
	height: 30px;
	background: url('images/progress-bar.png') no-repeat 0px -15px;
}

#progress-bar span {
	display: block;
	height: 15px;
	background: url('images/progress-bar.png') no-repeat -385px 0px;
}


/* Navigation buttons styles */
#section-nav {
	padding: 1em 0em;
	margin: 10px 0px 0px 0px;
	height: 1px;
}
#section-nav[id] {
	height: auto;
	overflow: hidden;
}

#section-nav input {
	padding: 0.5em 0em;
	width: 15em;
	font-weight: bold;
	background: #F0F0F0;	/*url('images/btn-bg.gif') !important;*/
	color: #000000;
}

#section-nav div {
	text-align: center;
	font-size: 0.70em;
	color: #666666;
}

#btn-previous {
	float: left;
}

#btn-next {
	float: right;
}

#section-nav input.disabled {
	color: #CCCCCC;
	background: #F9F9F9;
}


/* Sections, pages and statements */
#stmt-form h1 {
	font-size: 1.5em;
	margin: 0px 0px 0.5em 0px;
	padding: 0.5em;
	font-weight: bold;
	font-family: "Tahoma", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#stmt-form h2 {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px 0px 0.5em 0px;
	font-family: "Tahoma", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#page-intro {
	font-size: 0.80em;
	margin: 0px;
	padding: 0px 0px 1em 0px;
}

#stmt-container dl {
	margin: 0px;
	padding: 0px;
	height: 1px;
}
#stmt-container[id] dl {
	height: auto;
	overflow: hidden;
}

#stmt-container dt {
	display: block;
	border-bottom: #CCCCCC 1px dotted;
}

#stmt-container dt label {
	font-size: 0.80em;
	font-weight: bold;
	/*white-space: pre;*/	/* Forces the newlines without having to use <br/> */
}

#stmt-container dt span.aidtext {
	visibility: hidden;
}

#stmt-container dd {
	padding: 0px;
	margin: 0.5em 0px 1em 0.5em;
}

#stmt-container dd label {
	font-size: 0.80em;
	margin-right: 1em;
}

#stmt-container .type-text {
	width: 50em;
	margin: 0px 0px 5px 0px;
}

#stmt-container .type-textarea {
	font-family: Arial;
	font-size: 1em;
	width: 50em;
	height: 10em;
	margin: 0px 0px 5px 0px;
}