/* CSS Document */
body {
	background-color: #000000;
	background-image: url(../images/rpg-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

p {
	padding: 5px 0px;
}

.siteTable td {
	padding: 3px;
}

.clear {
	clear: both;
	float: none;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.bodyTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.bodyTextWhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.smallTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.errorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C21C1E;
}

.headerOne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #C21C1E;
}
.subHeaderOne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.headerTwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.headerOneWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
}

.cInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #B9B9B9;
	border: 1px solid #B9B9B9;
}

.cInput2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #D8D8D8;
	background-image: url(../images/darkOverlay.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	border: 1px solid #B9B9B9;
	padding: 10px;
}

a:link {
	color: #C21C1E;
	text-decoration: none;
}
a:visited {
	color: #8C2B2B;
	text-decoration: none;
}
a:hover {
	color: #F02B2B;
	text-decoration: none;
}

.div-btn {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(../images/lightOverlay.png);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	text-align: center;
	padding: 3px;
	cursor: pointer;
}
.div-btn-on {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #C21C1E;
	background-image: url(../images/lightOverlay.png);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	text-align: center;
	padding: 3px;
	cursor: pointer;
}
.rRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.cHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	clear: both;
	float:none;
}
.cHeader .cCell {
	position: relative;
	float: left;
	padding: 2px;
	background-color: #000000;
}
.cRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	clear: both;
	float:none;
}
.cRow .cCell {
	position: relative;
	float: left;
	padding: 2px;
	background-image: url(../images/lightOverlay.png);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

/* FORM STYLES */
.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.fRow {
	position: relative;
	clear: both;
	float: none;
}
.fInput {
	position: relative;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding: 5px;
}
.qfInput {
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
}
.qfInput1 {
	width: 134px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
}
.qfInput2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #D8D8D8;
	background-image: url(../images/darkOverlay.png);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #B9B9B9;
}

/* RP QUESTIONS */
.rpQuestion {
	position: relative;
	float: left;
	width: 210px;
	margin-right: 5px;
}

.rpqImage {
	position: relative;
	width: 200px;
	padding: 5px;
}

.rpqOptions {
	position: relative;
	width: 200px;
	padding: 5px;
}

.qRadio {
	position:relative;
	float:left;
	width: 20px;
}

.qOpt {
	position:relative;
	float:left;
	padding-left: 5px;
	width: 170px;
}

.messageBox {
	padding: 10px;
}

