@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-size:12px;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url('http://www.swcciowa.edu/templates/swcc/images/logo.png');
	background-position:top right;
	background-repeat:no-repeat;
}
.oneColFixCtr #mainContent {
	padding: 20px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #900;
}
h2, h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	background-color: #CCC;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
h3 {
	font-size:12px;
	margin: 30px 0px 5px 0px;
}
.formSection {
	border: 2px solid #CCC;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.textField {
	background-color: #FFFDE1;
	width: 350px;
	border: 1px solid #999;
	margin-right: 100px;
	margin-left: 20px;
	vertical-align: top;
}
.textField:focus {
	background-color:#FFF;
}
.textField-missing {
	background-color: #FCF;
	width: 350px;
	border: 2px solid #F00;
	margin-right: 100px;
	margin-left: 20px;
	vertical-align: top;
}
.lable {
	float: left;
	width: 200px;
	text-align: right;
}
.entry {
	text-align: right;
}
.entry-missing {
	text-align: right;
	padding:2px;
}
.review {
	color:#666;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left:10px;
}
.alert {
	width:680px;
	margin-left:auto;
	margin-right:auto;
	color:#e31937;
	font:bold 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding: 0px;
	margin-bottom: -10px;
}
