@charset "utf-8";

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Myriad Pro, Myriad, Arial Narrow,Arial,Verdana;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #fe8c34;
}

#rcdsoContent {
	padding: 0px;
	width: 980px;
	height: 650px;
	border: 1px solid #0A779E;
	border-width: 2px 0px 0px 0px;
	margin: 40px auto 0px auto; 
	text-align: left;
}

#rcdsoHeader {
	margin: 0px;
	padding: 0px;
	height: 275px;
	width: auto;
}

#rcdsoTagline {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 30px;
	width: auto;
}

#rcdsoTagline img {
	margin: 0px;
	padding: 0px;
	height: 30px;
	border: none;
}

#rcdsoForm {
	margin: 0px;
	padding: 140px 40px 60px 520px;
	height: 145px;
}

#rcdsoHeaderImage {
	margin: 0px;
	padding: 0px;
	height: 275px;
	width: 275px;
	float: left;		
}

#rcdsoHeaderImage img {
	margin: 0px;
	padding: 0px;
	height: 275px;
	width: 275px;
	border: none;
}

#rcdsoHeaderTitleAndLogo {
	margin: 0px;
	padding: 0px;
	height: 275px;
	width: 705px;
	float: right;		
}

#rcdsoHeaderTitle {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	height: 110px;
	width: auto;
}

#rcdsoHeaderTitle img {
	margin: 0px;
	padding: 0px;
	height: 110px;
	border: none;
}

#rcdsoHeaderLogo {
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: auto;
	text-align: right;
}

#rcdsoHeaderLogo img {
	margin: 0px;
	padding: 0px;
	border: none;
	height: 125px;
}

#rcdsoRegistration {
	margin: 0px;
	float: left;
	width: 179px;
	text-align: center;
}

.rcdsoFormHeading{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: Myriad Pro, Myriad, Arial Narrow,Arial,Verdana;
	color : #003248;
}

#rcdsoLogin {
	border: 1px #666 dashed;
	border-width: 0px 0px 0px 1px;
	margin: 0px;
	padding-left: 20px;
	float: right;
	width: 220px;
}

#rcdsoLoginForm, #rcdsoAdminLogin, #forgotPasswordForm {
	text-align: right;
}

#rcdsoLoginForm .rcdsoLoginInput[type=text],
#rcdsoLoginForm .rcdsoLoginInput[type=password],
#rcdsoAdminLogin .rcdsoLoginInput[type=text],
#rcdsoAdminLogin .rcdsoLoginInput[type=password],
#forgotPasswordForm .rcdsoLoginInput[type=text],
#forgotPasswordForm .rcdsoLoginInput[type=password],
#pinForm .rcdsoAdminInput[type=text] {
	width: 133px;
	border: 1px solid #003248;
	background-color: #ffffff;
	margin: 0px;
	margin-bottom: 4px;
}

#rcdsoRegistrationForm .rcdsoRegInput[type=text],
#rcdsoLoginForm .rcdsoLoginInput[type=text],
#rcdsoAdminLogin .rcdsoLoginInput[type=text],
#pinForm .rcdsoAdminInput[type=text] {
	/*font-family: Myriad Pro, Myriad, Arial Narrow,Arial,Verdana;*/
}

#pinForm .rcdsoAdminSelect {
	min-width: 135px;
	border: 1px solid #003248;
	background-color: #ffffff;
	margin: 0px;
	margin-bottom: 4px;
	/*font-family: Myriad Pro, Myriad, Arial Narrow,Arial,Verdana;*/
}

#pinForm .labelDiv {
	float: left;
	text-align: right;
	width: 145px;
}

#pinForm .inputDiv {
	padding: 0px 0px 0px 150px;
}

#rcdsoRegistrationForm .rcdsoRegInput[type=text],
#rcdsoRegistrationForm .rcdsoRegInput[type=password] {
	width: 250px;
	border: 1px solid #003248;
	background-color: #ffffff;
	margin: 0px;
	margin-bottom: 18px;
}

.submit {
	border: none;
	font-family: Myriad Pro, Myriad, Arial Narrow,Arial,Verdana;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #003248;
	text-transform: uppercase;
	width: 63px;
	height: 31px;
	background-image: url(../images/button.png);
	cursor: pointer;
	padding: 0px !important;
}

.submit_over {
	border: none;
	font-family: Myriad Pro, Myriad, Arial Narrow,Arial,Verdana;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #003248;
	text-transform: uppercase;
	width: 63px;
	height: 31px;
	background-image: url(../images/button_over.png) !important;
	cursor: pointer;
	padding: 0px !important;
}

.loginError { 
	display: none;
	color: #FE0803;
	font-size: 13px;
	font-weight: bold;
}

#rcdsoRegHeader {
	margin: 0px;
	padding: 0px;
	height: 90px;
}

#rcdsoRegDivider {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 30px;
}

#rcdsoRegFormArea {
	margin: 0px;
	padding: 25px;
	min-height: 530px;
}

#rcdsoQuizFormArea {
	margin: 0px;
	padding: 25px;
	min-height: 530px;
}

#quizForm input[type=radio] {
	margin: 3px 3px 0px 3px;
	vertical-align: text-bottom !important;
	/*float: left;
	clear: both;
	display: block;*/
}

#quizForm ul.answerList {
	list-style-type: none;
}

#quizForm ul.answerList li {
	margin-bottom: 6px;
	clear: both;
}

#quizForm label {
	float: right;
	width: 850px;
	display: block;
	margin-bottom: 6px;
	vertical-align: top;
}

#rcdsoRegFormArea.admin {
	height: 500px;
}

#rcdsoRegFormLeft {
	float: left;
	width: 394px;
	padding: 0px;
	padding-right: 50px;
	margin: 0px;
	text-align: right;
}

#rcdsoRegFormRight {
	float: right;
	width: 394px;
	padding: 0px;
	padding-right: 50px;
	margin: 0px;
	text-align: right;
}

#rcdsoRegFormHolder {
    border: 1px dashed #699DB8;
    min-height: 480px;
	padding: 20px;
}

#rcdsoStudentRecords {
    border: 1px dashed #699DB8;
    min-height: 480px;
	padding: 20px;
	clear: both;
}

#rcdsoPINs {
    border: 1px dashed #699DB8;
    min-height: 480px;
	padding: 20px;
	clear: both;
}

#rcdsoRegFormHolder.admin {
    min-height: 450px;
	clear: both;
}

#rcdsoRegistrationForm {
	height: 440px;
	padding: 0px;
	color: #003248;
}

.errorBox {
	border: 1px solid #FE0803 !important;
	margin: 0px 0px 2px 0px !important;
}

.errorList {
	/*font-weight: bold;*/
	font-size: 12px;
	color: #FE0803;
	display: block;
	margin-bottom: 2px;
}

#rcdsoAdminTabs {
	height: 30px;
	padding: 0px;
	margin: 0px;
}

#rcdsoAdminTabs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
}

#rcdsoAdminTabs ul li{
	float: left;
	height: 30px;
	margin: 0px;
	background: transparent;
	background-image: url(../../images/tab_bg.gif);
	background-repeat: repeat-x;
	/*min-width: 50px;*/
	text-align: center;
}

.tabBody {
	color: #003248;
	float: left;
	font-size: 16px;
	font-weight: bold;
	min-width: 40px;
	margin: 0px;
	padding: 4px 3px 0px;
}

.tabBody a {
	color: #003248;
}

#rcdsoAdminTabs ul li .rightTabEdge,
#rcdsoAdminTabs ul li .leftTabEdge {
	float: left;
}

.resultsTable {
	border: 1px solid #003248;
	width: 100%;
}

.studentInfo {
	border: 1px #003248 solid;
	width: 50%;
	margin: 25px auto;
}

th {
	text-align: center;
}

td {
	padding: 2px;
}

.resultsTable th, td {
	background-color: #ffffff;
	border: none;
	border-bottom: 1px solid #003248;
	border-right: 1px solid #003248;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.studentInfo th, td {
	background-color: #ffffff;
	border: none;
	border-bottom: 1px solid #003248;
	border-right: 1px solid #003248;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
}

.studentInfoContent {
	width: 450px;
}

.studentInfo th {
	text-align: left;
}

.studentInfo td {
	text-align: right;
}

.studentInfo th.rightCol,
.studentInfo td.rightCol{
	border: none;
	border-bottom: 1px solid #003248;
}

.resultsTable th.rightCol,
.resultsTable td.rightCol{
	border: none;
	border-bottom: 1px solid #003248;
}

.studentInfo tr.bottomRow th,
.studentInfo tr.bottomRow td {
	border: none;
	border-right: 1px solid #003248;
}

.resultsTable tr.bottomRow th,
.resultsTable tr.bottomRow td {
	border: none;
	border-right: 1px solid #003248;
}

.studentInfo tr.bottomRow th.bottomRight,
.studentInfo tr.bottomRow td.bottomRight{
	border: none;
}

.resultsTable tr.bottomRow th.bottomRight,
.resultsTable tr.bottomRow td.bottomRight{
	border: none;
}

.studentInfo tbody,
.studentInfo thead,
.studentInfo tfoot,
.studentInfo tr {
	background-color: tranparent;
	border: none;
}

.resultsTable tbody,
.resultsTable thead,
.resultsTable tfoot,
.resultsTable tr {
	background-color: tranparent;
	border: none;
}

.pagination {
	list-style-type: none;
}

.pagination li{
	display: inline;
}