a {
  color: #908100;
}

a:hover {
  text-decoration: none;
}

a.nobold {
  font-weight: normal;
}

body {
  margin: 0;
  padding-bottom: 1em;
  /*background: #6295A6 url(../graphics/bg_gradient.gif) repeat-x; */
  background: #588898;
/*  color: #333; Edited by E */
  color: #433c2a;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 90%;
}

button, input, optgroup, option, select, textarea {
  font-size: small;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

code {
  color: red;
}

fieldset {
  margin-top: 1em;
  margin-bottom: 1em;
  border: dashed #D0D9CA 1px;
}

h3 {
  color: #588898;
  font-weight: normal; /* Added by E */
}

.blue14 {
  color: #588898;
  font-size:14px;
  font-weight:bold;
}

hr {
  height: 1px;
  border: 0;
  border-top: dashed 1px #D0D9CA;
}

img {
  border: 0;
}

legend {
  color: #588898;
  font-weight: bold;
}

noscript {
  color: red;
}

ol, ul {
  padding-left: 15px;
}

strong {
  font-size: 90%;
}

td, th {
  vertical-align: top;
  text-align: left;
}

td.label {
  text-align: right;
}

/*  G L O B A L   C L A S S E S  */

.searchbox {
	background-color:#ececec;
	width:240px;
	padding-top:10px;
	padding-bottom:15px;
}

.avail {
  display: none;
}

img.checked_box {
  float: left;
  margin-bottom: 1em;
}

.clear {
  clear: both;
}

.dimmed {
  color: #999;
}

/* Edited by E
.dimmedblue {
	color: #588898;
	font-weight: bold;
}
*/

.dimmedblue {
	color: #588898;
}


.error_msg {
  color: red;
}

.form_error {
  visibility: hidden;
  color: red;
  font-size: 90%;
  font-weight: bold;
}

#h2_position {
  position: relative;
  top: -7px;
  color: #4C4C4C;
}

.heading_vbar {
  color: #CEE5E6;
}

.inactive_href {
  color: #7F7F7F;
  font-size: 90%;
}

.long_btn {
  width: 122px;
  height: 30px;
  margin-right: 6px;
  vertical-align: bottom;
}

.nickname {
  color: #588898;
  font-weight: bold;
}

.standard_btn {
  width: 93px;
  height: 30px;
  margin-right: 6px;
  vertical-align: bottom;
}

.usage_note {
  font-size: 80%;
}

div.spacer {
  height: 1px;
}

/* PAGE ELEMENTS */

#bg_bottom_drop {
  margin: 0 auto;
  width: 896px;
  height: 8px;
  background: url(../graphics/bg_bottom_drop.png) no-repeat;
}

#bg_top_drop {
  margin: 0 auto;
  width: 896px;
  height: 20px;
  background: url(../graphics/bg_top_drop.png) no-repeat;
}

#header {
  width: 880px;
  padding: 0 8px;
  margin: 0 auto;
}
/* Edited by E
#main, #footer {
  width: 816px;
  padding: 12px 40px 33px 40px;
  margin: 0 auto;
} 
*/
#main {
  width: 816px;
  padding: 12px 40px 33px 40px;
  margin: 0 auto;
}
#footer {
  width: 816px;
  padding: 10px 40px 33px 40px;
  margin: 0 auto;
}

#header, #main {
  background: url(../graphics/bg.png) repeat-y;
}

/* HEADER RULES */

/* Edited by E to fix spacing issue
#header table {
  margin-bottom: 18px;
  width: 100%;
  height: 77px;
  font-size: 90%;
} 
*/

#header table {
  margin-bottom: 9px;
  width: 100%;
  height: 77px;
  font-size: 90%;
}

#header td {
  vertical-align: middle;
}

#logo_td {
  width: 164px;
  padding-left: 32px;
}

#location_td {
  width: 420px;
  padding-left: 22px;
  color: #588898;
  font-weight: bold;
}

#login_td {
  text-align: right;
  padding-right: 32px;
}

.login_out {
  float: right;
  color: #908100;
  /* font-weight: bold; */
}

#login {
  position: relative;
}

#login_opts {
  position: absolute;
  top: 2em;
  left: -82px;
  border: solid 1px #666;
  padding: 0.5em;
  background-color: white;
  white-space: nowrap;
  font-size: 85%;
  visibility: hidden;
}

#navbar {
  margin: 0 auto;
  width: 772px;
  height: 30px;
  padding: 6px 54px 0 54px;
  background-color: #588898;
  color: white;
}

#navbar a {
  color: white;
}

#navbar .inactive_href {
  color: #CC9;
}

/* MAIN RULES */

#content_col {
  float: left;
  width: 533px;
  padding: 0 20px;
  border-right: dashed #D0D9CA 1px;
  margin-bottom: 1em;
}

/* Edited by E
#scancol {
  float: left;
  width: 220px;
  padding: 0 5px;
  padding-top: 40px;
}
 
*/
#scancol {
  float: left;
  width: 220px;
  padding: 45px 0px 0px 20px;
}

/* Edited by E
  #scancol h3 {
  color: #3f3d26;
  font-size: 1.25em;
  font-weight: normal;
} 
*/
#scancol h3 {
  color: #3f3d26;
/*  font-size: 1.25em; Edited by E */
  font-weight: normal;
  margin: 5px 0px 0px 0px;
}

.bluHeader,
#scancol h3.bluHeader {
	color: #588898;
}


#scancol ul {
  list-style-image: url(../graphics/select_icon.gif);
}

/* Added by E */

#scancol ul li {
  padding: 0px 0px 4px 0px;
}


/* #scancol .top_heading {
  color: #333;
} */

#scancol .current_page {
  position: relative;
  top: -5px;
  color: #666;
  font-size: 110%;
}

#scancol .active_href {
  position: relative;
  top: -5px;
  color: #908100;
  font-size: 110%;
}

#scancol .inactive_href {
  position: relative;
  top: -5px;
  color: #CCC;
  font-size: 110%;
}


#the_small_print {
	font-size: 80%;
	margin-top: 10px;
}




/* FOOTER RULES */

#footer {
  color: white;
  font-size: small;
}

#footer a {
  color: white;
}

#footer h4 {
/*  margin-top: 0; Edited by E */
  margin: 0px;
  color: #9FE0F5;
}

#ftr_div_about {
  float: left;
  border-right: dashed #AAA 1px;
  padding-right: 20px;
  width: 223px;
}

#ftr_div_commun {
  float: left;
  border-right: dashed #AAA 1px;
  padding: 0 20px;
  width: 289px;
}

#ftr_div_legal {
  float: left;
  padding-left: 20px;
  width: 222px;
}

#ftr_div_logo {
  text-align: right;
}

#ftr_div_logo img {
   position: relative; top: 12px;
}

.ftr_options {
  line-height:18px;
  margin:0;
  padding-top:5px;
}
/* LOGIN PAGE */

#login_page_tbl td {
  padding: 3px;
}

/* CONTROL PANEL */

/* Edited by E
#ctrl_panel_cta {
  border: solid #EEE 1px;
  padding: 11px;
  background-color: #ECECEC;
} 
*/

/* Edited by E
#ctrl_panel_cta {
  border: solid #EEE 1px;
  padding: 11px;
  background-color: #ECECEC;
  overflow: hidden;
  margin-bottom: 19px;
} 
*/

#ctrl_panel_cta {
  border: solid #EEE 1px;
  padding: 0px 0px 7px 0px;
  background-color: #ECECEC;
  overflow: hidden;
  margin-bottom: 19px;
}

#ctrl_panel_cta strong {
  color: #588898;
}

#user_summary_box {
  margin: 1em 0;
  border: solid #EEE 1px;
  background-color: #ECECEC;
}

.user_actions a {
  font-weight: normal;
}
/* Control Panel Created by E */

#ctrl_panel_cta.emp_add_pad {
    padding: 8px;
}

#ctrl_panel_cta img {
	float: left;
	margin: 0px;
	padding: 0px;
}

#content_col #ctrl_panel_cta p {
	color: #588898;
	font-weight: bold;
	float: left;
	padding: 3px 0px 0px 8px;
    line-height: 1.2em;
}

#ctrl_panel_cta p span {
	font-size: 80%;
  	color: #433c2a;
}

#content_col ul.control_panel_list {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	list-style: none;
}

#content_col ul.control_panel_list_seeker {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#content_col ul.control_panel_list_seeker ul,
.control_panel_list ul {
	list-style: none;
}
#content_col ul.control_panel_list_seeker ul li,
.control_panel_list ul li {
	margin: 0px;
}

.photo_box {
	background: url(../graphics/photo_bg.gif) no-repeat;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 93px;
	height: 93px;
}

#ctrl_panel_cta div.photo_box img {
	margin: 0px;
	padding: 13px 0px 0px 13px;
}

#content_col ul.seeker_control_text {
	list-style: none;
	padding: 7px 0px 0px 0px;
	margin: 0px;
	float: left;
}

/* AD Pages Created by E */


#scancol ul.section_list {
	padding: 0px;
	list-style-image: none; /* for ie */
	list-style: none;
}
#scancol ul.section_list li {
	padding: 4px 0px;

}
#scancol ul.section_list li img {
	vertical-align: middle;
	margin-right: 5px;
	padding-bottom: 2px;
}
h3.sections_header span {
	color: #999;
}

#preview_details {
  border: solid #EEE 1px;
  padding: 0px;
  background-color: #ececec;
  overflow: hidden;
  margin-bottom: 20px;
}

table.table_avail {
	text-align: center;
	color: #433c2a;
	background-color: #ececec;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 280px;
	margin: 10px 0px;
	font-size: 90%;
}

table.table_avail td {
	background-color: #ececec;
	color: #433c2a;
	text-align: center;
	padding: 4px;
	border: 1px #fff solid;
}

table.table_avail th { 
	background-color: #e2f5fb;
	color: #433c2a;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-weight: bold;
} 

/* PROFILES */

#user_summary_box {
  margin: 1em 0;
  border: solid #EEE 1px;
  background-color: #ececec;
}

/* MATCH RANK */

.match_bar {
  float: right;
  width: 100px;
  height: 10px;
  text-align: right;
  margin-top: 1em;
  border: solid #CCC 1px;
  background: white url(../graphics/rank_bar.gif) no-repeat;
}


/*-------------------- Added by E Main Content? ----------------------- */

#homePage {
	width: 100%;
	background: #3a3321;
	margin-top: 10px;
}

#homePage #main {
  background: none;
}


#homePage #main p {
	color: #fff;
	font-size: 120%;
	margin: 5px 0px 30px 0px;
}


#homePage #main form  {
	margin-bottom: 30px;
}



#homePage #main form p {
	color: #fff;
	font-size: 120%;
	margin: 0px 0px 6px 0px;
}


#homePage #main form p input.radio {
	vertical-align: middle;
	padding: 1px;
	margin: 0px;

}

#homePage #main form p input.TextEmail {
	width: 195px;
}



select.dropdown {
	border: 1px solid #809eb8;
	padding: 1px;
	color: #333;
	width: 195px;
}

#homePage #main form p small {
	font-size: 70%;
}





#homePage #main dl {
	color: #fff;
	font-size: 120%;
	padding-bottom: 20px;
	overflow: hidden;
	width: 700px;
}
#homePage #main dl dt {
	float: left;
	color: #fff;
}
#homePage #main dl dd {
	float: left;
	width:360px;
	clear: right;
	margin: 0px 0px 6px 0px;
}
#homePage #main dl dd input.radio {
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
#homePage #main dl dd input.TextEmail {
	width: 195px;
}





#homePage #main dl dd small {
	font-size: 70%;
}


#content_col p {
 	margin: 0px;
	padding: 5px 0px;
}

#content_col p,
#content_col ul,
#content_col dl {
 	line-height: 1.5em;
}

.introBig {
	font-size: 160%;
	line-height: normal;
}

#scancol h4 {
	color: #588898;
	margin: 10px 0px 0px 0px;
	font-weight: normal;
}
#scancol h4.noPad {	
	margin: 2px 0px 0px 0px;
}

#scancol p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

#content_col h2 {
	background: url(../graphics/hrule.gif) repeat-x left bottom;
	padding-bottom: 4px;
}
#content_col h2.view_ad_hdr img {
	vertical-align: middle;
}
#content_col h2.view_ad_hdr {
	font-size: 120%;
}
dl {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

dt {
	margin: 10px 0px 5px 0px;
	font-size: 120%;
  	color: #5d8891;
}

dd {
	margin: 0px;
}

dl.text_cities_big {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

dl.text_cities_big dt {
	clear: both;
	color: #433c2a;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}

dl.text_cities_big dd {
	font-size: 120%;
	float: left;
	padding: 0px 0px 15px 0px;
}

#content_col h3 {
	padding: 0px;
	margin: 0px;
}

#content_col p.top_pad_15 {
	padding-top: 15px;
}

.color_blu {
	color: #588898;
}

.color_br {
	color: #433c2a;
}

.sub_content {
	margin-top: 20px;
}

#content_col div.sub_content h3 {
	margin-bottom: 10px;
}

/* Edited by E
#content_col .sub_content p  {
	padding: 10px 0px;
	line-height: 1.5em;
} 
*/

.sub_content ul {
	list-style: none;
}

.sub_content h4 {
	margin: 15px 0px 0px 0px;
}

.sub_content #preview_details ul {
  padding: 0px;
  margin:5px 8px;
  float: left;
}

.sub_content #preview_details p  {
  float: right;
  margin-right: 10px;
}

.sub_content dl {
	padding: 10px 0px;
	margin: 0px;
	overflow: hidden;
	line-height: 1.5em;
}

.sub_content dl dt  {
	margin: 0px;
	padding: 0px;
	color: #433c2a;
	font-size: 100%;
	float: left;
	width: 190px;
}

.sub_content dl dd  {
	margin: 0px;
	padding: 0px;
	float: right;
	clear: right;
	width: 310px;
}

.sub_content dl.profileViewList dt  {
	width: 220px;
}

.sub_content dl.profileViewList dd  {
	width: 300px;
}


/* PROFILE Pages Created by E */

#profile_icon_create {
	width: 547px;
	background: url(../graphics/bgr_profile_create.gif) no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
}
#profile_icon_create h4 {
	margin: 15px 0px 0px 0px;
}
#profile_icon_lft {
	width: 220px;
	height: 190px;
	float: left;
	padding-left: 30px;
}
#profile_icon_rgt {
	width: 245px;
	padding-right: 17px;
	float: right;
}
#content_col #profile_icon_rgt p {
	padding: 4px 0px 4px 0px; 
}
#profile_icon_rgt select {
	width: 130px;
}
.icon_img {
	background: url(../graphics/photo_bg_display.gif) no-repeat;
}
.icon_img img {
	margin: 3px 0px 0px 8px;
	display: block;
}
.show_default_icon {
	background: url(../graphics/default_icon_display.jpg) no-repeat 160px 0px;
}
#active_ads p {
	padding: 0px 0px 5px 5px;
	margin-top: 5px;
}
.active_ads_one {
	background: #ececec;
}
#content_col p.profile_sub_nav {
	margin-bottom: 5px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
}

/* FORM ELEMENTS
--------------------------------------------------*/

form {
	margin: 0;
	padding: 0;
}

.formContainer {
	margin-top: 10px;
}

.formContainer_padBot {
	padding-bottom: 10px;
}
.job_types {
	width: 160px;
	float: left;
	margin-right: 4px;
}
.job_types select {
	width: 150px;
}

form dl {
	margin: 0;
	padding: 0;
	clear: both;
}

form dt {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	color: #433c2a;
	font-size: 100%;
}

form dd {
	margin: 0 0 1em 0;
	padding: 0;
}

form dd.withDescription {
	margin: 0 0 0.2em 0;
}

dl.checkbox {
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	width: 450px;
}

form dl.checkbox dt {
	float: left;
	width: 25px;
}

form dl.checkbox dd {
	float: left;
	padding-top: 2px;
	width: 400px;
}

.inputDescription {
	font-size: 90%;
}

input.Text,
textarea {
	border: 1px solid #809eb8;
	padding: 4px;
	color: #333;
}

input.Text {
	width: 200px;
}

input.Text_long {
	width: 300px;
}

input.Text_short {
	width: 100px;
}

input.iconField {
	width: 155px;
}

input.TextEmail {
	width: 150px;
	border: 1px solid #809eb8;
	padding: 2px;
	color: #333;
}

input.Text:focus,
textarea:focus {
	border: 1px solid #666;
	background: #f6f7f8;
}

select {
	border: 1px solid #809eb8;
	padding: 3px;
}
textarea {
	font-family: inherit;
	font-size: 90%;
	width: 400px;
}

input.buttonImage {
vertical-align: middle;
}

.cta_button_withtext {;
	clear: both;
	padding-top: 8px;
}

.cta_button_withtext .buttonAlignMiddle {
	vertical-align: middle;
	margin-right: 10px;
	
}

form fieldset {
  border: solid #598898 1px;
  
}

form fieldset div.fieldsetContainer {
  padding: 10px 0px 10px 15px;
  
}

#content_col form fieldset div.fieldsetContainer p {
  padding-bottom: 10px;
  
}
#content_col form fieldset div.fieldsetContainer p.no_pad_bot {
  padding-bottom: 0px;
  
}
#content_col form fieldset div.fieldsetContainer p.radio_text {
  padding: 0px 0px 5px 25px;
  
}

form legend {
  color: #413827;
  font-weight: bold;
  margin-left: 0px;
}

form fieldset  dl {
	margin: 0;
	padding: 0;
	clear: both;
}

ul.weekdays_list {
	padding: 0px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
}
ul.weekdays_list li {
	float: left;
	padding: 5px 0px;
	width: 90px;
}

ul.weekdays_list li input.Check {
	padding: 0;
}

ul.form_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.form_list li {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

/* Updates Pages */

.updates_page_form dl {
	margin-top: 10px;
}
#content_col form.updates_page_form h3 {
	padding-top: 15px;
}


/* BUTTON CSS */

/* Form Buttons */

input.cta_form_button {
	background: url(../graphics/btn_bgr_rgt.gif) no-repeat top right;
	border: none;
	height: 30px;
	margin: 0px;
	padding: 0px 12px 3px 9px;
	color: #fff;
	font-size: 110%;
	cursor: pointer;
	width:auto; /* for IE button padding problem */
   	overflow:visible; /* for IE button padding problem */
}

a.cta_new_button {
	background: url(/graphics/btn_bgr_rgt.gif) no-repeat top right;
	margin: 0px;
	padding: 5px 12px 0px 9px;
	color: #fff;
	font-size: 110%;
	text-decoration: none;
	float: left;
	height: 25px;
}

#content_col p.cta_form_button_p {
	background: url(../graphics/btn_bgr_lft.gif) no-repeat top left;
	padding: 0px 0px 0px 3px;
}

#content_col p.cta_new_button_p2 {
	background: url(/graphics/btn_bgr_lft.gif) no-repeat top left;
	height: 30px;
	margin: 10px 0 10px 0;
	padding: 0px 0px 0px 5px;
}

#content_col .includeCancel p.cta_form_button_p {
	margin-right: 6px;
}

#content_col a.cta_new_button {
	background: url(/graphics/btn_bgr_rgt.gif) no-repeat top right;
	margin: 0px;
	padding: 3px 12px 2px 9px;
	color: #fff;
	font-size: 110%;
	text-decoration: none;
	float: left;
	height: 25px;
}

p.cta_new_button_p {
	background: url(/graphics/btn_bgr_lft.gif) no-repeat top left;
	height: 30px;
}


div.includeCancel {
	overflow: hidden;
	padding-top: 5px;
}

#content_col div.includeCancel p {
	float: left;
	margin-right: 8px;
}

/* Non Form Buttons */	

a.cta_new_button {
	background: url(../graphics/btn_bgr_rgt.gif) no-repeat top right;
	margin: 0px;
	padding: 5px 12px 0px 9px;
	color: #fff;
	font-size: 110%;
	text-decoration: none;
	float: left;
	height: 25px;
}

p.cta_new_button_p {
	background: url(../graphics/btn_bgr_lft.gif) no-repeat top left;
	height: 30px;
}

div.btn_text_rgt p {
	float: left;
	padding: 0px 0px 0px 5px;
}
#user_tabs_table p.text_try_search {
	margin-top: 12px;
}