body {
	background-color: #ededed;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; /*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

/*input[type="text"] {
	border: 2px solid #12304C;
}

input[type="password"] {
	border: 2px solid #12304C;
}

textarea {
	border: 2px solid #12304C;
}

select {
	border: 2px solid #12304C;
}

input[type="checkbox"] {
	border: 2px solid #12304C;
}*/

input[type="submit"] {
	border: .25em outset #F6921D;
	background-color: #F6921D;
	color: #dddddd;
	font-weight: bold;
	cursor: pointer;
}

input[type="reset"] {
	border: .25em outset #F6921D;
	background-color: #F6921D;
	color: #dddddd;
	font-weight: bold;
	cursor: pointer;
}

input[type="button"] {
	border: .25em outset #F6921D;
	background-color: #F6921D;
	color: #dddddd;
	font-weight: bold;
	cursor: pointer;
}

.highlight {
	background-color: #B2CCFF;
}

/*used on some table cells add margin to make the lines appear to go together*/
.bottom_border {
	border-bottom: 1px dashed #000000;
	padding: 1em 0 1em 0;
}

.radar_bullets {
	padding-left: 10px;
}

.radar_bullets li {
	color: #ffffff;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding-left: 20px;
	padding-bottom: 20px;
	background-image: url("images/radar_bullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	list-style-type: none;
	margin-top: 0px;
	font-size: 1.25em;
}

.radar_bullets li .larger {
	/*font-size: larger;*/
	font-size: 1.25em;
}

h1 {
	background-color: #ffffff;
	color: #12304C;
	margin-top: 0px;
	border-bottom: medium solid #F09832;
	font-size: 2em;
}

a {
	/*background-color: #ffffff;*/
	color: #1F8343;
	text-decoration: none;
	font-weight: bold;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

td {
	vertical-align: top;
}

.required {
	color: #ff0000;
	background-color: #ffffff;
}

#container {
	position: relative;
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: thin solid #000000;
	background-color: #ffffff;
	color: #434343;
}

#inner_container {
	position: relative;
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#header {
	position: relative;
	border-bottom: medium solid #1F8343;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; /*background-color: #F6921D;*/
	background-color: #FFFFFF;
}

#content_container {
	position: relative;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#left_nav_general {
	position: relative;
	width: 150px;
	background-color: #12304C;
	color: #ffffff;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: medium outset #12304C;
	font-size: small;
}

#left_nav_general a {
	color: #ffffff;
	background-color: #12304C
}

#left_nav_seeker {
	position: relative;
	width: 150px;
	background-color: #12304C;
	color: #ffffff;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: medium outset #12304C;
	font-size: small;
}

#left_nav_seeker a {
	color: #ffffff;
	background-color: #12304C
}

#left_nav_employer {
	position: relative;
	width: 150px;
	background-color: #1F8343;
	color: #ffffff;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: medium outset #1F8343;
	font-size: small;
}

#left_nav_employer a {
	color: #ffffff;
	background-color: #1F8343
}

#content {
	position: relative;
	width: 585px;
	float: right;
}

#admin_dashboard {
	position: relative;
	width: 150px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: 2px solid #000000;
}

#main_admin {
	position: relative;
	width: 585px;
	float: left;
}

#main_table {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

#main_table a {
	color: #ffffff;
	background-color: transparent;
}

#main_table .orange {
	color: #F09832;
}

#main_left {
	width: 540px;
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 0px 0px;
	background: #12304C url(images/blue_radar_bg.jpg) no-repeat center;
	text-align: left;
	color: #ffffff;
	height: 400px;
	vertical-align: top;
	border: 2px outset #12304C;
}

#main_left_top {
	background: #12304C url(images/Blue_gradient_bg.gif) no-repeat top right;
	height: 50px;
}

#main_left .float_right {
	float: right;
	text-align: left;
	border-left: 1px solid #12304C;
	margin-top: 5px;
	padding: 0px 5px 0px 5px;
}

#main_table h2 {
	float: left;
	margin-top: 8px;
	font-size: 18px;
}

#main_left .main_left_align {
	position: relative;
	margin-left: 150px;
	text-align: left;
	clear: both;
}

#main_right {
	width: 220px;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	background: #1F8343 url(images/green_radar_bg.jpg) no-repeat center;
	color: #ffffff;
	text-align: left;
	height: 400px;
	vertical-align: top;
	border: 2px outset #1F8343;
}

#main_right .main_left_align {
	position: relative;
	padding-left: 30px;
	text-align: left;
	clear: both;
}

#main_right_top {
	background: #1F8343 url(images/Green_gradient_bg.gif) no-repeat top right;
	height: 50px;
}

#main_right .float_right {
	float: right;
	text-align: left;
	border-left: 1px solid #1F8343;
	margin-top: 5px;
	padding: 0px 5px 0px 5px;
}

#bottom_nav {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	clear: both;
	font-size: small;
}

/*.topleft_corner {
	background: #F6921D url(images/top_left_round.gif) no-repeat top left;
	padding: 0 0 0 0;
	margin: 0;
}

.topright_corner {
	background: #F6921D url(images/top_right_round.gif) no-repeat top right;
	padding: .5em 0 0 0;
	margin: 0;
}

.bottomright_corner {
	background: #F6921D url(images/bottom_right_round.gif) no-repeat bottom right;
	padding: 0 1em .5em 0;
	margin: 0;
}

.bottomleft_corner {
	background: #F6921D url(images/bottom_left_round.gif) no-repeat bottom left;
	padding: 0 0 .5em 0;
	margin: 0;
}*/

#footer {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	border-top: medium solid #12304C;
}

/*styles for tables used for step tracking*/
#step_table {
	margin: 0 auto 0 auto;
	padding: 0;
	border: 2px solid #12304C;
	border-right: none;
}

#step_table td {
	background: #ffffff url(images/radar_bg_orange.png) no-repeat center;
	color: #12304C;
	margin: 2px;
	padding: .25em;
	border-right: 2px solid #12304C;
	font-weight: bold;
	width: 100px;
	text-align: center;
	font-size: small;
}

#step_table td.current_step {
	background: #1F8343 url(images/radar_bg_white.png) no-repeat center;
	color: #ffffff;
}
/*end styles for tables used for step tracking*/
