
body {
	background-color: #EAEFF0;
}
body, div, table, tr, th, td, form, img {
	border: 0px;
	color: #365465;
	font-family: Verdana;
	font-size: xx-small;
	margin: 0px;
	padding: 0px;
}

th {
	background-color: #AEC4D0;
	border-top: 1px solid #DAD1A9;
	border-bottom: 1px solid #DAD1A9;
}

input {
	font-size: 10px;
}

#login input {
	font-size: 10px; /* has to be set to this or the login form on the frontend will break */
	width: 95px; /* has to be set to this or the login form on the frontend will break */
}

form {
	text-align: left;
}

a {
	color: #365465;
	text-decoration: none;
}
a:hover {
	color: #B48B06;
}
a:visited {
	text-decoration: none;
}
a:focus {
	font-weight: bold;
}
a:active {
	text-decoration: underline;
}


#yellow{
	color:#D7A500;
	font-weight:bold;
}
h1 {
	color: #ffffff;
	font-size: 160%;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	text-align: center;
}
h2 {
	color: #D7A500;
	font-size: 170%;
	font-weight: strong;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	text-align: center;
}
h2 a {
	color: #D7A500;
}

h3 {
	font-size: 140%;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

h3 a {
	color: #FFFFFF;
	font-size: 110%;
	font-weight: normal;
}

h4 {
	color: #365465;
}

p {
	padding: 0px;
	margin: 20px;
	text-align: left;
}

ul, li {
	text-align: left;
}
ul {
	margin-top: 10px;
	padding-top: 10px;
}


/*****************/
/* layout styles */
/*****************/

#page {
}

/* header styles */

#header {
	height: 174px; /* dont remove */
}

#header_left {
	float: left; /* dont remove */
	height: 174px; /* dont remove */
	width: 136px; /* dont remove */
}

#header_right {
	float: right; /* dont remove */
	height: 174px; /* dont remove */
	width: 712px; /* dont remove */
}

#header_top {
	height: 136px; /* dont remove */
	text-align: left; /* dont remove */
}

/* header menu styles */

#header_menu {
	font-size: 12px; /* needed to not break the layout */
	text-align: right;
}

#header_menu, #header_side_menu {
	background-color: #AEC4D0; 
	border-top: 1px solid #DDD7B8;
	border-bottom: 1px solid #DDD7B8;
	height: 14px; /* dont remove */
	margin-bottom: 6px;
	padding: 8px 0px 10px 0px;
}

#header_side_menu {
	position: relative;
	top: 69px;
	width: auto; /* dont remove */
}

#header_menu a, #header_side_menu a {
	display: inline; /* dont remove */
	font-size: 12px; /* needed to not break the layout */
	/* line-height: 17px; needed to not break the layout */
	margin: 0px 10px 0px 10px; /* dont remove */
}

/* main area styles */

#main {
	background-color: #DAD1A9;
	clear: both; /* dont remove */
	height: auto; /* dont remove */
}

#login {
	margin: 16px; /* dont remove */
	padding: 0px 0px 5px 0px;
}

#content {
	background-color: #365465;
	border-left: 5px solid #EAEFF0;
	border-right: 5px solid #EAEFF0;
	height: auto;  /* dont remove */
	margin: 0px;
	padding: 5px; /* dont remove - have to set the padding here instead of margin on content_menu and content_content to keep the layout from breaking in IE6 */
	width: 839px; /* dont remove */
}



/* menu area styles */

#content_menu {
	float: left; /* dont remove */
	height: auto;  /* dont remove */
	padding-right: 2px;
	text-align: left;
	width: 271px; /* dont remove */
}

/* content area styles */

#content_content {
	float: right; /* dont remove */
	height: auto;  /* dont remove */
	padding-left: 2px;
	width: 550px; /* dont remove */
}

/* footer styles */

#footer {
	background-color: #AEC4D0;
	border-top: 5px solid #EAEFF0;
	height: 36px; /* dont remove */
}

.adminLinks {
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}

.printIcon {
	float: right; 
	margin: 10px;
	text-align: right; 
}

#edit, .error, .required {
	color: #990000
}

#webdevelopment {
	margin: 0px;
	padding: 5px 5px 163px 5px;
	text-align: right;
}
#footer_keywords {
	text-align: left;
	width:800px;
}

#facebook{
	float:right;
	margin-right:2px;
	margin-bottom:0;
	padding:0;
}
#twitter{
	float:right;
	padding:0;
	margin-bottom:0;
}

/********************/
/* home page styles */
/********************/

a.side_menu_link1, a.side_menu_link2 {
	color: #FFFFFF;
	display: block;
	font-size: 12px;  /* needed to not break the layout */
	font-weight: normal;
	line-height: 14px; /* dont remove - must be set to keep layout not breaking in safari */
	padding: 3px 0px 3px 20px;
	width: 240px;
}

a.side_menu_link2 {
	border-top: 1px solid #B48B06;
}
.menu_box h2 {
	font-size: 18px;  /* needed to not break the layout */
}
.menu_box_inside h3 {	
	font-size: 14px;  /* needed to not break the layout */
	font-weight: normal;
}


#login div {
	color: #FFFFFF;
}

.menu_box, .content_box {
	border: 1px solid #B48B06;
	margin: 0px 0px 5px 0px; /* dont remove */
	text-align: left;
	width: 269px; /* dont remove */
}

.menu_box_outside, .content_box_outside {
	background-color: #55849F; 
	height: auto;  /* dont remove  */
	padding: 5px 0px 5px 0px; /* don't change - need this like this for layout to look right in IE and Firefox */
	width: 269px; /* dont remove  */
}

.menu_box_inside, .content_box_inside {
	background-color:#365465; 
	border: 1px solid #B48B06;
	color: #FFFFFF;
	height: auto;  /* dont remove  */
	margin: 0px 5px 0px 5px; /* don't change - need this like this for layout to look right in IE and Firefox */
	width: 259px; /* dont remove  */
}

/*
.content_box .content_box_outside {
	width: 245px; /* dont remove  *//* 
}

.content_box  .content_box_inside {
	width: 231px;  /* dont remove *//* 
}
*/

/***********************/
/* content page styles */
/***********************/

.content_area {
	width: 552px; /* dont remove */
}

.content_area a { 
	color: #B48B06;
}
.content_area_outside {
	background-color:#55849F; 
	border: 1px solid #B48B06;
	height: auto;  /* dont remove */
	width: 550px; /* dont remove */
}

.content_area_inside {
	background-color:#EAEFF0; 
	border: 1px solid #B48B06;
	font-size: 120%;
	height: auto;  /* dont remove */
	margin: 5px; /*  dont remove */
	width: 538px; /* dont remove */
}
.content_area_inside h3,
.content_area_inside h4 {
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	margin: 20px;
	text-align: left;
}
.content_area_inside td{
	font-size:x-small;
}
.content_area_inside h2 {
	font-size: 110%;
	margin: 20px;
	text-align: left;
}

.content_area_inside p.more a {
	color: #D7A500;
	font-weight: bold;
}
.content_area_inside p.more_winners a {
	color:#365465;
	font-size:120%;
}
.content_area_inside p.more_winners a:hover {
	text-decoration:underline;
}
.content_area_inside p.more {
	margin-top: 0;
	padding-top: 0;
}
/*********************/
/* job listing pages */
/*********************/

#jobsearch {
	margin: 5px;
	width: 528px; /* 538px (total width) - 5px (margin right) - 5px (margin left) */
}

table.jobs {
	width: 528px;
	font-size: 80%;
}
table.jobs th, table.jobs td {
	padding: 5px 10px 5px 10px;
}
table.jobs th {
	font-size: 10px;
}
table.jobs td.h_elements,
table.jobs td.elements {
	font-size: 12px;
}
table.jobs td {
	padding: 10px;
}
table.jobs th, table.jobs td {
	text-align: left;
	vertical-align:top;
}
table.jobs td.h_elements, table.jobs td.h_elements_desc {
	background-color:#DAD1A9;
}
.h_elements, .elements {
	font-weight: bold;
}

/* styles copied from live ameristaff site */

#content_content .content_area_inside #application_form, #content_content .content_area_inside #interest_form {
	font-size: 100%;
	font-weight: bold;
	width: 490px;
	margin: 3px 15px 0px 15px;
	padding: 10px;
}
#content_content .content_area_inside #application_form {
	background-color: #F9FAFB;
	border: 1px solid #DAD1A9;
}
#application_form table, #application_form tr, #application_form th, #application_form td, #interest_form table, #interest_form tr, #interest_form th, #interest_form td {
	font-size: 100%;
	font-weight: bold;
}

#application_form td {
	padding-top: 5px;
}
.tab, .notab, .tabSpacer {
	height: 12px;
	font-size: 10px;
	padding: 3px;
}
.tab {
	background-color: #F9FAFB;
	border: 1px solid #DAD1A9;
	border-bottom: 0px;
	color:#B68E0B;
	padding-bottom: 4px;
}
.notab {
	background-color: #DAD1A9;
	border-left: 1px solid #EAEFF0;
	border-bottom: 1px solid #DAD1A9;
}
.tabSpacer {
	background-color:#EAEFF0;
	border-bottom: 1px solid #DAD1A9;
	width: 41px; /* set to adjust for the extra space - if add / remove steps will need to adjust this */
}
#red{
	color:#CC0000;
}
#diff{
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}
#announc{
	background-color: #EAEFF0;
	font-size: 100%;
}

.loginBtn {
	background-color:#365465; 
	border: 1px solid #B48B06;
	color: #FFFFFF;
	font-size: 14px;
}

/************************/
/************************/
/* backend page styles */
/************************/
/************************/

/****************/
/* admin styles */
/****************/

body.admin {
	margin: 0px;
	padding: 0px;
}

body.admin, .admin_content div, .admin_content table, .admin_content tr, .admin_content th, .admin_content td, .admin_content form, .admin_content img, .admin_content p {
	font-size: 12px; /* making the admin content area fonts larger */
}
.admin_content table.menus, .admin_content table.menus tr, .admin_content table.menus th, .admin_content table.menus td {
	font-size: 10px; /* keeping the menu fonts the previous size */
}

body.admin, body.admin h4 a {
	color: #365465;
}

body.admin img {
	border: 0px;
}

.admin_header{
	background-color: #AEC4D0;
	border-bottom:solid 5px #EAEFF0;
	padding:5px 10px 0 10px;
}

.admin_header h3{
	font-weight: bold;
}
#LabelLoginMessage {
	font-weight: bold;
}
.admin_content {
	background-color: #DAD1A9;
	padding: 10px;
}


.admin_footer{
	background-color: #AEC4D0;
	border-top:solid 5px #EAEFF0;
	padding:5px 10px 10px 10px;
}

.admin_content h1 {
	border: 0px;
	padding: 0px 10px 0px 10px;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
}

.admin_content h4 {
	margin: 10px 0px 5px 0px;
	padding: 0px;
}

table.menus td{
	border: 1px solid #B48B06;
	padding: 0 3px 0;
}

.left{
	float:left;
	width:25%;
}

.right{
	float:left;
	width:50%;
	padding:10px;
}

.farright{
	float:right;
	width:15%;
}

table.admin{
	background-color: #FCF9E3;
	border: 1px solid #B48B06;
}

table.admin td{
	padding:3px;
	color: #993300;
}

.admin tr#main td{
	border-bottom: 1px solid #365465;
	background-color: #AEC4D0;
	color: #365465;
	font-size:105%;
	padding:5px;
}

.admin tr#main td a {
	color: #365465;
}

tr#main td span#red{
	color: #993300;
	font-weight:normal;
}

table.eventFormTable {
	width: 600px;
}

table.list {
	background-color: #FCF9E3;
	border: 1px solid #B48B06;
}

table.list th, table.list td {
	padding:3px 10px 3px 10px;
}

table.list td {
	background-color:#EAEFF0;
}

tr.highlight th, tr.highlight td {
	color: #365465;
	font-weight: bold;
}
tr.highlight th {
	background-color: #AEC4D0;
	border-bottom: 1px solid #365465;
	padding: 4px 4px 4px 10px;
	text-align: left;
}
tr.highlight th.alignright {
	padding: 4px 10px 4px 4px;
	text-align: right;
}
tr.highlight td {
	background-color: #DAD1A9;
	border-top: 1px solid #B48B06;
}

.teasers{
	border-right: 1px solid #365465;
	border-left: 1px solid #365465;
	border-bottom: 1px solid #365465;
}

.teaser{
	text-align:center;
	border-top: 1px solid #365465;
}

.teaser a:hover{
	text-decoration:none;
}

tr#greyrow{
	background-color:#8ECADA;
}

.red{
	color: #993300;
}

/* tiny mce */

.tablestyle1 {
	border:1px solid #DAD1A9;
}
.tablestyle1 td {
	border:1px solid #DAD1A9;
	padding:3px;
}
.tablestyle1 thead {
	background-color:#AEC4D0;
	color:#ffffff;
	font-size:110%;
	font-weight:bold;
}
.tablestyle1 thead td{
	color:#ffffff;
}
.tablestyle1 table td{
	border:0;
}
.picturetable{
	border:0;
	background-color:#AEC4D0;
	font-size:smaller;
}
.picturetable td{
	text-align:center;
	font-style:italic;
	padding:0;
	margin:0;
}
hr{
	border:1px solid #DAD1A9;
	margin: 10px 20px;
}
.greyrow {
	background-color:#AEC4D0;
	color: #FFFFFF;
}
h1 a {
	color: #fff;
}

/* fixes it so the HD logo doesn't have a border around it */

img.noborder {
	border: 0;
}
.admin_content div.admin_news {
	margin: 20px;
}


