/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

body, td, p {
	font-family:Open Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	vertical-align: top;
}

a, a:visited {
	color: #866B40;
}

a:hover {
	color: #ff8200;
	background-color: #e0e0e0;
}

.hilight {
	color: #866B40;
}

.hilight2 {
	color: #528AAD;
}

.big {
	font-size: 16px;
	font-weight: bold;
}

.prompt {
	color: #528AAD;
	font-weight:bold;

}

legend {
	color: #ff8200;
	font-size:12px;
	font-weight:bold;
}

.hint {
	font-size:10px;
	padding-bottom:10px;
}

h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/headerbg.gif);
	background-position: 0px 1px;
	color: #ff8200;
	font-size: 17px;
	height:24px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-bottom: 8px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color: #528AAD;
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-top: 12px;
	margin-bottom: 8px;
}


p {
	padding: 0 0 0 0;
	margin-top: 0px;
	margin-bottom: 8px;
}
.menu {
	border-top: 1px solid #aaaaaa;
}

.menuItem {
}

.menuItem a {
	color:#666666 !important;
	background-color: #efefff;
    display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px inset #ffffff;
	
}

.menuItem a:hover {
	background-color: #f0f0ff;
	color: #ff8200 !important;
}

.borderr {
	border-right: 1px solid #dddddd;
}

.borderb {
	border-right: 1px solid #dddddd;
}

.bordert {
	border-top: 1px solid #dddddd;
}

.rightcell {
	padding-left: 10px;
}


.space {
	padding-top: 5px;
}

.longField {
	width: 500px;
}

td.prompt {
	text-align:right;
	padding-right:5px;
}
.fieldTable td {
	padding-bottom: 5px;
}

#metadata {
	display:none;
}