/* CSS Document */

body {
	background:#000;
	text-align:center;
	margin:20px auto;
	padding:0;
	font:normal 0.8em/1.2em "Trajan Pro",verdana,arial,sans-serif;
	color:#333;
	width:1024px;
	}
a {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted;
	}
a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
label {
	display:block;
}
.img-shadow {
	float:left;
	background: url('includes/images/shadowAlpha.png') no-repeat bottom right !important;
	background: url('includes/images/shadow.gif') no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	}
.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
/* 	border: 1px solid #a9a9a9; */
	margin: -6px 6px 6px -6px;
	padding: 0px;
	}
#img-wrapper {
	display:block;
	width:100%;
	clear:both;
}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#cb1f25 url("includes/images/rcolumn.png") repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:#cb1f25 url("includes/images/footer_fill.png") repeat-y top left;
	}
#header {
	padding:0px;
	margin:auto;
	text-align:center;
	color:#000;
	background-image:url('includes/images/header.png');
	background-repeat:no-repeat;
	height:180px;
	}
#header span {
	font-size:200%;
	display:none;
	}
#header a:hover {
	color:#7A2875;
	}
#maincol {
	position:relative;
	margin:0;
	padding:0px;
	}
#leftcol { 
	font:normal 0.8em/1.2em verdana,arial,sans-serif;
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	color:#fff;
	z-index:100;
	}
#rightcol {
	font:normal 0.8em verdana,arial,sans-serif;
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	color:#fff;
	z-index:99;
	}
#definitions {
	display:none;
	}
#centercol {
	position:relative;
	padding:0 220px;
	text-align:center;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#details {
	text-align:center;
	}
#siggen {
	background:url('includes/images/inner_topleft.png') top left no-repeat;
	width:584px;
	}
#siggen h1 {
	background:url('includes/images/inner_topright.png') top right no-repeat;
	font-size:1.3em;
	padding:20px;
	margin:0;
	}
#inner {
	background:url('includes/images/inner_rightborder.png') top right repeat-y;
	margin:0;
	margin-top:-2em;
	padding:20px;
	}
#inner table { margin: 0 auto; text-align:left; width:75%; }
.statkey {
	text-align:right;
	width:60%;
	}
#innerfooter {
	background:url('includes/images/inner_bottomleft.png') bottom left no-repeat;
	}
#innerfooter p {
	background:url('includes/images/inner_bottomright.png') bottom right no-repeat;
	display:block;
	padding:20px;
	margin:-2em 0 0 0;
	}
#footer {
	position:relative;
	top:0px;
	background:#333 url('includes/images/footer_fill.png') bottom right repeat-y;
	width:100%;
	clear:both;
	margin:0 0 0 0;
	padding:1% 0;
	text-align:center;
	color:#ccc;
	font-size:7pt;
	}
#endcap {
	font:normal 7pt "Trajan Pro",verdana,arial,sans-serif;
	text-align:center;
	background:transparent url('includes/images/footer.png') bottom right no-repeat;
	margin:0 0 0 0;
	padding:1px 0;
	height:14px;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #E600A8;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}