/* CSS Document */
html, body, form, div, table, fieldset, td, th, p, ul, ol, li, caption {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	color: #525050;
	font-size: 12px;
    line-height: 1.3;
	background-color: #525050;
}

#body {
	background-color: #fff;
}

h1{
	font-size: 16px;
	margin: 0 0 0 0;
	padding-left:8px;
	border-bottom: 2px solid #213D94;
}

a {
	color: #c00418;
	/*text-decoration: none;*/
}

a:hover {
	text-decoration: underline;
}

#body {
	margin-left: 20px;
	width: 924px;
}

#header {
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 924px;
	height: 109px;
}

#content {
	padding: 10px;
	background-image: url('../images/shadow.gif');
	background-position: left top;
	background-repeat: repeat-x;
    min-height: 368px;
}

#footer {
	border-top: 5px solid #c90020;
	padding: 5px 10px;
	background-color: #7D7B7C;
	/*color: #d4d4d4;*/
	color: #fff;
}

#footer a{
	text-decoration: none;
	color: #fff;
}
#footer a:hover{
	text-decoration: underline;
}

#upperbar {
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
	margin-bottom: 20px;
	font-size: 10px;
	color: #fff;
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	float: right;
}

#upperbar a {
	background-color: #9d0020;
	color: #fff;
	padding: 1px 8px 1px;
	height: 12px;
	line-height: 12px;
	display: block;
	text-align: center;
	float: right;
	border-right: 1px solid #fff;
	text-decoration: none;
}

#upperbar a:hover {
	background-color: #fff;
	color: #9d0020;
	text-decoration: none;
}

#cde {
	background-repeat: no-repeat;
	background-position: 495px 71px;
	height: 109px;
}

.bold, .b {
	font-weight: bold;
}

.italic, .i {
	font-style: italic;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.red {
	color: #c10018;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

ul {
	list-style-image: url('../images/bullet.gif');
	margin-left: 20px;
}

div.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
}

td.red {
	vertical-align: top;
}

.block {
	/*border-top: 6px solid #213D94;*/
	padding-top: 0px;

}

#login {
	width: 435px;
	float: left;
}

#register {
	float: right;
	width: 435px;
	border-left: 2px solid #7D7B7C;
	margin-left: 10px;
	padding-left: 15px;
}

input, select, textarea {
	font-size: 1em;
}

.caption {
	font-weight: bold;
	font-size: 12px;
	color: #213D94;
	padding: 0 0 15px 0;
}

label {
	display:inline;
	white-space: normal;
	text-align: right;
	text-indent:inherit;

}

label.inline {
	display: inline;
	text-align: left;
	padding: 0 0 6px 2px;
}
.optional{
	font-weight:normal;
	color:#7d7b7c;
	font-size:10px;
	padding:0 0 0 0;
}
th {
	padding: 2px 3px;
	white-space: nowrap;
	vertical-align: top;
	text-align: center;
}
th label {
	padding-left: 0;
	text-align: right;
}
td {
	padding: 1px 3px;
	vertical-align: top;
	text-align:left;
}

td label, th label {
	vertical-align: middle;
	text-align: left;
	height: 20px;
	line-height: 20px;
}

td label.inline, th label.inline {
	vertical-align: baseline;
}

.block table {
	margin: 5px;
	width: 425px;
}

.message, .errorBlock {
	text-align: left;
	padding: 0 5px 10px;
	line-height: 13px;
}
.errorBlock {
	color: #c00418;
}

tr.buttons td, tr.buttons th {
	padding-top: 5px;
	border: none !important;
}

div.buttons {
	padding-top: 8px;
}

.errors {
	text-align:left;
	color: #c10018;
	font-size: 12px;
	padding: 3px 0 4px 0px;
	line-height: 13px;
}

td.spacing {
	height: 30px;
	vertical-align: middle;
}

hr {
	border: none;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #fff;
	height: 2px;
	margin-left: 20px;
	margin-right: 20px;
}

ul.noBullet, ul.noBullet li {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.green {
	color: #009900;
}

table {

}

table.grid {
    border-spacing:0;
	border-collapse: collapse;
    background: #fff;
}

table.grid td, table.grid th {
	vertical-align: middle;
	border: 1px solid #7D7B7C;
}

.tabStats {
	width: 80%;
}

.tabStats td {
	margin: 0;
	padding: 0;
}

.tabStats table {
	width: 90%;
}

.tabStats table td {
	padding: 1px 3px;
}

caption {
	font-size: 12px;
	color: #213D94;
	font-weight: bold;
	padding-bottom: 3px;
}

.noBorder {
	border: none !important;
}

form {
	padding: 0;
	margin: 0;
}

span.name strong {
  color: #555;
  white-space: nowrap;
}

.btn-register {
    font-size: 14pt;
    background: #003e7e;
    border-color: #003e7e;
    color: #fff;
    padding: 4px 12px;
}