@CHARSET "ISO-8859-1";
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #D7432C;
	color: #fff;
}
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 800px;
	margin: 0 auto;
}
body.login {
	background-color: #E4E4E4;
	color: #000000;
	text-align: center;
}
#content {
	margin: 0 auto;
	min-height: 547px;
	padding-bottom: 3px;
	text-align: left;
}
* html #content {
	height: 547px;
}
#textheader {
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 12px;
	margin-bottom: 18px;
}
#loginform, #page {
	width: 440px;
}
#loginform form {
	margin-top: 25px;
	margin-bottom: 25px;
}
#loginform span {
	width: 125px;
	height: 17px;
	padding-top: 5px;
	display: block;
	float: left;
}
#loginform input {
	width: 150px;
	border: 1px solid #666666;
	margin-top: 5px;
}
#loginform input.submit, #loginform input.submitactive {
	width: auto;
	color: #D7432C;
	background: #fff;
	font-weight: bold;
	font-size: 13px;
}
#page form {
	margin-top: 0;
	margin-bottom: 0;
}
#page input {
	border: 1px solid #666666;
	margin-top: 5px;
}
#page input.submit, #page input.submitactive {
	width: auto;
}
#page input.check {
	width: auto;
	margin: 1px;
}
/*
#page span {
	width: 125px;
	height: 17px;
	padding-top: 5px;
	display: block;
	float: left;
}
*/
span.date {
	color: #ccc;
	font-size: 11px;
}
#container {
	margin: 0 auto;
	width: 800px;
	height: 600px;
	background-color: #5E5D6F;
	color: #FFFFFF;
	background-image: url('img/Rctm_1.jpg');
	text-align: left;
}
#mainpage { 
	min-height: 100%;
	margin-bottom: -93px;
}
* html #mainpage {
	height: 100%;
}

#module {
	clear: both;
	width: 100%;
	height: 55px;
	background-image: url('img/Rctm_2_r2_c1.jpg');
	background-repeat: no-repeat;
}

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
#list {
	float: left;
	width: 200px;
	padding-right: 10px;
	margin-left: 0px;
}
#overview {
	background-color: #F1A730;
	padding: 10px;
}
#overview strong {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
#overview ul {
	list-style: disc outside;
	padding: 0px;
	margin-left: 15px;
	line-height: 18px;
}
#clearfooter{
	clear:both;
	height:93px;
}
#footer {
	border-top: 1px solid #fff;
	clear: both;
	bottom: 0px;
	background: #ff8 url(images/footer.gif) no-repeat;
	height: 93px;
	width: 800px;
}
.submit, .submitactive {
	width: auto;
	color: #D7432C;
	background: #fff;
	font-weight: bold;
	font-size: 13px;
}
input, textarea {
	font-family: arial, sans-serif;
}
.theFont {
	font-family: arial, sans-serif;
}
div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}
div.flash {
	width: 375px;
	margin: 10px 5px;
	border:  1px solid #afe14c;
	border-color: #fff;
	border-width: 1px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #D7432C;
}
.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #f7f7f7;
	color: #000;
	overflow: hidden;
}

/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}
a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}
a.progressCancel:hover {
	background-position: 0px 0px;
}
form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}
