body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #F4F4F4;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}
select {
	background-color: #454D4F;
	border: 1px solid black;
	color: #DDDDDD;
	margin-left: 7px;
	font-family: "Myriad Pro",Arial,Verdana,Helvetica,sans-serif;
}
input {
	background-color: #454D4F;
	border: 1px solid black;
	font-weight:bold;
	font-size:12px;
	padding:5px;
}

#main {
	background: url('../images/main_top_bg.jpg') top left repeat-x;
}
#logo {
	margin-left: auto;
	margin-right: 60px;
	text-align: center;
	background: url('../images/main_top.jpg') no-repeat;
	width: 527px;
	height: 396px;
}
.bluefill{
	background: url('../images/blue.gif') repeat;
	height: 100px;
}

.shadow{
	background: url('../images/shadow.png') repeat-x;
	height: 5px;
}
.logo {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #000;
	width: 277px;
	height: 73px;
	margin: 5px 0px 0px 30px;
	background: url('../images/logo.gif') top left no-repeat;
	float: left;
}
#main .headlines {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding-top: 10px;
}
#main .headlines h1 {
	font-size: 24px;
	margin-left: 30px;
	padding: 0px;
	margin-top: 0px;
}
#main .headlines ul {
	width: 600px;
}
#main .register {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#footer {
	font-size: 11px;
	text-align: center;
	color: #666;
	clear: both;
	margin-bottom: 40px;
}
#footer a, #footer a:active, #footer a:hover, #footer a:visited {
	color: #667b9a;
}
.login {
	float: right;
	padding-top: 25px;
	padding-right: 50px;
}
.gradBg {
	/*background: url('../images/gradient.gif') top left repeat-x;*/
	padding: 25px 0px 10px 50px;
	min-height: 400px;
}
.gradBg h1 {
	font-size: 18px;
	font-family: "Trebuchet MS";
	margin-bottom: 20px;
}
.row {
	clear:both;
	margin-bottom: 8px;
}
.label {
	float: left;
	width: 200px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #666;
}
.field input {
	width: 200px;
}

.button {
	background-color: #949494;
	text-align: center;
	color: white;
	font-size: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
}

.mattblacktabs{
width: 100%;
overflow: hidden;
background: #333333;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 50px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #333333; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: url('../images/blue.gif') repeat;
color: white;
}


.gradTable td {
	padding: 0px 10px 0px 10px;
	border: 1px solid #666;
	font-size: 16px;
}

.gradTable .row1 {
	background: #fff;
	height: 30px;
}

.gradTable .row2 {
	background: #f7f7f7;
	height: 30px;
}

.gradTable td.tableLeft {
	height: 30px;
	background: url('../images/table_l.gif') top left no-repeat;
	border: none;
	font-size: 12px;
	font-weight: bold;
	width: 280px;
}
.gradTable td.table {
	background: #fff url('../images/table.gif') top left repeat-x;
	border: none;
	font-size: 12px;
	font-weight: bold;
}
.gradTable td.tableRight {
	height: 30px;
	background: url('../images/table_r.gif') top right no-repeat;
	border: none;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
}
.error {
	color: #ff0000;
	font-size: 10px;
}

.saved {
	padding: 8px;
	border: 1px solid #FFCC00;
	background-color: #FFFF99;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.problem {
	padding: 8px;
	border: solid 1px #dd3c10;
	background-color: #ffebe8;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.tableContainer {
background:#FFFFFF;
}
