.outerWrapper {
  margin: 0 auto 0 auto;
  min-width: 921px;
  text-align: left;
  width: 921px;
 
}
.outerWrapper .header {
  height:196px;
  width:921px;
}

.outerWrapper .contentWrapper {
	float:left;
	width:921px;
	min-height: 400px;
	background-image:URL('../images/background.jpg');
	background-repeat: repeat-y;
}
.outerWrapper .contentWrapper .leftCol {
	width: 175px;
	padding-left:12px;
	float: left;
}
.outerWrapper .contentWrapper .middleCol {
	float: left;
	padding: 10px;
	width: 490px;
}
.outerWrapper .contentWrapper .rightCol {
	float: left;
	width: 200px;
	padding: 8px;
}

.footer {
	height: 22px;
	background-image:URL('../images/footer.jpg');
	background-repeat: no-repeat;
	color: white;
	text-align:center;
	padding-top: 20px;
	padding-left:10px;
}

.wrapper {
	margin:0 auto;
	width:350px;
}

.logo {
	margin:0 auto;
	margin-top:10px;
	text-align:left;
	width:320px;
}

.login {
	float:left;
	margin-top:10px;
	font-size:11px;
	/*border:1px solid #EEE;*/
	/*background: #FAFAFA;*/
	padding:8px;
}

.spacer {
	clear: both;
}

.login a { color:#af1c24; }

/* Forms */
.login_form {
	width:200px;
}
.login_form .form_input {
	border:1px solid #DDD;
	font-size:11px;
	padding:1px;
}
.login_form .form_input-highlighted {
	border:1px solid #999;
	font-size:11px;
	padding:1px;
}
.login_form div.row span.label_col {
	float:left;
	width:50px;
	text-align:left;
	margin-right:5px;
	height:25px;
}
.login_form div.row span.input_col {
	float:right;
	width:130px;
	height:25px;
}
.login_form .submit_div {
	clear:both;
	padding-top:5px;
	margin-left:70px;
}
.login_form .submit_div input { background:#FFF; border:1px solid #CCC; color:#000; padding:2px; font-size:11px; }

.account-table {}
.account-th { text-align:left; }

.left { float:left; }
.right { float:right; }
.spacer {clear:both; }

.overview {}
.overview .overview-table { width:100%; }
.overview .overview-table th { background-color:#F8F8F8; color:#990000; text-align:left; border:1px solid #DDD; padding:4px; }
.overview .overview-table td { border:1px solid #DDD; padding:4px; }