html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

th, td {
  padding: 2px;
}

img {
  border: 0;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

strong {
  font-weight: bold;
}

body { 
  background: #7e0707;
  color: #000000;
  font: 100% Arial, Helvetica, sans-serif;
  text-align:center;
}

pre, code {
  font-family: Courier, Arial, sans-serif;
  background: #eaeaea;
  padding: 5px;
}

em {
  font-style: italic;
}

div#skip {
  display: none;
}

div#container {
	background-color: #ffffff;
  width: 1000px;
  text-align: left;
  font-size: 70%;
  margin: 0 auto;
	border: 1px solid #000000;
}

div#header {
  height: 120px;
  width: 950px;
  position: relative;
	padding-bottom:40px;
}

div#header h1#logo {
  width: 347px;
  height: 80px;
  position: absolute;
  top: 15px;
  left: 20px;
}

div#header h1#logo a {
  width: 300px;
  height: 120px;
  outline: 0;
  background: url(/images/main_logo.png) 0 0 no-repeat;
  text-indent: -1000em;
  float: left;
}

div#header ul#top {
  position: absolute;
  top: 20px;
  right: 10px;
}

div#header ul#top li {
  display: inline;
  margin-left: 2px;
  background-color: transparent;
  color:#0099CC;
	font-size: 140%;
}

div#header ul#middle {
	position: absolute;
	top: 60px;
	right: 10px;
}

div#header ul#middle li {
	display: inline;
	margin-left: 2px;
	background-color: transparent;
	color: #0099CC;
	font-size: 140%;
}

div#the_feed {
  top:100px;
  position:absolute;
  right:20px;
}

div#box { height:102px; background: url(/images/bg-box.png) 0 0 no-repeat; position:relative; margin-left:25px;}
div#box div#search { position:absolute; top:25px; left:40px;}
div#box div#search fieldset input { background:transparent url(/images/bg-search.png) 0 0 no-repeat; font-size:1.6em; width:276px; height:27px; border:none; padding:6px 10px 6px 10px; color:#444;} 
div#box div#search fieldset input:focus, div#search fieldset input:hover { background:transparent url(/images/bg-search.png) -296px 0 no-repeat;}
div#box div#search fieldset label { clear: both; display: block; font-size:1.0em; color:#666; background-color:transparent;margin-left:15px;}
div#box div#search #indicator {  }
div#box .addJob { position:absolute; right:60px; top:28px;}
div#box .addJob a.add { display: block; width:182px; height:53px; text-indent:-1000em; background: url(/images/bt-post.png) no-repeat 0 0;}
div#box .addJob a.add:hover { background: url(/images/bt-post.png) no-repeat -182px 0; }
div#request-job a { font-weight: bold; font-size: 14px; text-align: right; }
div#promo { margin-top: 10px;}
div#promo a:hover { background: #fff; }

.search_results_label { color: #888; background-color:transparent;font-size: 1.1em; }

#other_results span {float: right;}

#content { 
	margin: 85px 250px 20px 25px;
	padding-right: 10px;
	background-color:#ffffff;
	min-height:300px;
}

#content p { margin: 0 0 10px 0; padding: 0;}
#content a { color: #09C; background-color:transparent; padding: 2px; }
#content a:hover { background-color: #09C; color: #fff; text-decoration: none; padding: 2px;}
#content ol { margin: 0 0 0 17px;}
#content ul { list-style-type: disc; margin-left: 17px;}

div#categories {background: #0099cc; float: left; width:950px; padding-bottom: 6px; margin:25px 0 0 25px; font-size: 11px;}
div#categories ul{background: #ffffff; float: left; width:950px; list-style-type: none; margin:0; padding:0;}
div#categories ul li {background: white; float: left; padding-right: 6px; }
div#categories ul li a{display: block; background: #eee url(/images/sd_left.gif) no-repeat 0 0; background-position: 0 -75px;  padding: 4px 0px 4px 6px;  float: left; text-decoration: none; color: #333 !important; position: relative; outline: none;}
div#categories ul li a:hover{ background-position: 0 0px; color: #fff !important;}
div#categories ul li.selected a{ background-position: 0 0px; color: #fff !important;}
div#categories ul li a span{display: block; float: left;  padding-left: 12px;cursor: pointer; font-size:14px; padding-top:4px; }

div#categories ul li a span.cnr {
  display: block;
  background: url(/images/sd_right.gif) no-repeat right 0;
  float: left;
  position: relative;
  top: -4px;
  background-position: right -75px;
}

div#categories ul li a:hover span.cnr{
  background-position: right 0px;
  cursor: pointer;
}

div#categories ul li.selected a span.cnr{
  background-position: right 0px;
  cursor: pointer;
}

#sitemap-1 {
  float: left;
  display: inline;
  width: 200px;
}

#sitemap-2 {
  float: left;
  display: inline;
  width: 200px;
  margin-left: 30px;
}

#sitemap-3 {
  float: left;
  display: inline;
  width: 200px;
  margin-left: 30px;
}

.posted-ok {
  border: 1px solid #8FF868;
  background: #E9FEE0;
  color: #009900;
  padding: 10px;
}

.posted-pending {
  border: 1px solid #FF9900;
  background: #FFFBD1;
  color: #ff5500;
  padding: 10px;
  font-size: 14px;
}

#sidebar {
	background-color:#ffffff;
  float: right;
  width: 175px;
  padding: 10px 0 0 0;
}

#sidebar a {
  color: #0099CC;
  padding: 2px;
  font-size: 11px;
}

#sidebar a:hover {
  background-color: #0099CC;
  color: #fff;
  text-decoration: none;
  padding: 2px;
}

#sidebar h4 {
  font-size: 14px;
  margin: 10px 0 3px 0;
  font-weight: bold;
}

#sidebar h4 a {
  font-size: 14px;
  text-decoration: underline;
}

#stats {
  color: #777;
  font-size: 11px;
}

#ideas {}

#ideas h3 {
  margin: 0 0 5px 0;
}

#ideas ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#ideas ul li {
  margin-bottom: 5px;
}

.info {
  color: #888;
}

.job-posts {
  width: 100%;
}

table.job-posts tr.alt td {
  background: #f5f5f5;
}

table.job-posts tr.over td {
  background: #f5fefe;
}

table.job-posts td {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

table.job-posts a:link, table.job-posts a:visited {
  color: #0099CC;
  padding: 2px;
}

table.job-posts a:hover {
  background-color: #0099CC;
  color: #fff;
  text-decoration: none;
  padding: 2px;
}

table.job-posts td.time-posted, table.job-posts td.applicants {
  text-align: right;
  color: #888;
  font-size: 11px;
  width: 80px;
}

table job-posts td.time-posted img, table job-posts td.applicants img {
  width: 11px;
}

#footer {
  clear: both;
  color: #888;
  font-size: 11px;
  background: #FFFFCC;
  text-align: center;
  float: left;
  width: 100%;
  padding-top: 12px;
  height: 14em;
}

.footer-contents {
  width: 950px;
  margin:0 auto;
  text-align: left;
}

.footer-copyright {
  float: right;
}

.footer-left {
  float: left;
  display: inline;
  width: 120px;
}

.footer-mid {
  float: left;
  display: inline;
  margin-left: 50px;
  width: 120px;
}

.footer-right {
  float: left;
  display: inline;
  margin-left: 50px;
  width: 130px;
}

.footer-col4 {
  float: left;
  display: inline;
  margin-left: 30px;
  width: 185px;
}

#partners {
  margin-top: 13px;
}

#partners ul {
  list-style-type: none;
}

#partners ul li {
  float: left;
  margin-right: 12px;
}

.validation-error {
  color: red;
}

.withErrors {
  padding-right: 20px;
  background-image: url(/images/exclamation.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.withErrors input, .withErrors textarea {
  border: 1px solid red !important;
}

.validation-failure {
  color: red;
  background-color: #ffd0d6;
  padding: 5px;
}

.validation-failure img {
  vertical-align: -3px;
}

.apply-status-ok {
  color: #009900;
  background-color: #dfFFda;
  padding: 5px;
  margin-bottom: 7px;
}

#no_ads {
  color: #555;
  margin-top: 10px;
}

.suggestionTop {
  color: #666;
  font-size: 11px;
  float: right;
  width: 250px;
}

.suggestion {
    color: #777;
    font-size: 11px;
}

.left {
  float:left;
  display:inline;
}

.right {
  float:right;
  display:inline;
}

.clear {
  clear:both;
}

.error {
  color:#ff0000;
}

.error-message {
  color:#ff0000;
}

#job_details {
  padding: 10px 0;
  margin: 0;
}

#job_details h2 {
  margin: 0 0 10px 0;
  color: #0099CC;
  font-weight: normal;
  font-size: 26px;
  line-height: 1.2;
}

#job_details .label {
  color: #555;
  font-weight: bold;
}

#job_details .fading {
  color: #aaa;
}

#job_details ul {
  margin: 0 0 10px 15px;
  list-style-type: disc;
}

#job_bottom {
  background-color: #f0f0f0;
  padding:15px 8px 0px;
  font-size: 14px;
  height: 50px;
}

#number_views {
  float: right;
  display: inline;
  font-size: 11px;
  color: #777;
}

#job_post_utils {
  float: left;
  display: inline;
  font-size: 11px;
  color: #888;
}

#job_post_utils #report_spam_response em{
  font-style: normal;
  color: orange;
}

#apply_online_now {
  font-size: 14px;
  margin-bottom: 7px;
}

.old-ad {
  margin-bottom: 10px;
  padding: 5px;
  background-color: #ffff88;
  color: #ff2200;
}

span.la {
  color: #888;
}

#step_1 {
  float: left;
  display: inline;
  width: 100px;
}

#step_2 {
  float: left;
  display: inline;
  margin-left: 30px;
  width: 120px;
}

#step_3 {
  float: left;
  display: inline;
  margin-left: 30px;
  width: 130px;
}

.step-active {
  color: #fff;
}

.job-form {}

.job-form fieldset, #promo_form fieldset {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  margin: 0 0 5px 0;
  padding: 10px;
}

.job-form fieldset legend {
  font-weight: bold;
  color: #555;
  font-size: 12px;
}

.job-form input, .job-form textarea,
#frm-send-to-friend input, #frm-send-edit-link input,
#apply_online input, #apply_online textarea, #promo_form input {
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
}

.job-form input.submit {
    background-color: #00AAEE;
    color: #fff;

}

.job-form input:focus, #search input:hover,
.job-form textarea:focus, #search textarea:hover,
#frm-send-to-friend input:focus, #frm-send-to-friend input:hover,
#frm-send-edit-link input:focus, #frm-send-edit-link input:hover,
#apply_online input:focus, #apply_online input:hover,
#apply_online textarea:focus, #apply_online textarea:hover,
#promo_form input:focus, #promo_form input:hover {
  border: 1px solid #7F635F;
}

.job-form input#submit, #send-to-friend input#submit,
#frm-send-edit-link input#submit, #apply_online input#submit,
#promo_form input#submit {
  background-color: #0099CC;
  color: #fff;
  border: 1px solid #009988;
  cursor: pointer;
  cursor: hand;
}

.job-form input#submit:hover, #send-to-friend input#submit:hover,
#apply_online input#submit:hover, #promo_form input#submit:hover {
  background-color: #00aaee;
}

.job-form label.small {
  color: #555;
  font-size: 12px;
}

.job-form input.no-border {
  border: 0;
}

td.publish-label {
  width: 100px;
}

fieldset.hidden {
  display: none;
}

td.register-label {
    width: 120px;
}

#apply_online {
    background-color: #f6f6f6;
    padding: 10px;
}

#feed-me
{
    text-align: right;
    font-size: 14px;
    margin: 15px 0 5px 0;
}
#feed-me a:link, #feed-me a:visited {
    color: #0099CC;
}
#feed-me a:hover {
    background: #fff;
    color: #0099CC;
    text-decoration: none;
}

#search_form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

code {
    font-size: 12px;
}

#send-to-friend {
    background-color: #f6f6f6;
    padding: 3px;
    width: 749px;
}
#send-to-friend table {
    font-size: 12px !important;
}
td.send-to-friend-address-label {
    width: 90px;
}

#map {
    height: 550px;
    border: 1px solid #ddd;
}

.mapicon {
    text-align: center;
}

.mapicon a {
    font-family: Arial, Tahoma, Verdana;
    color: #fff !important;
    text-decoration: none;
    position: relative;
    z-index: 4999;
    /* display: block; !!!!!!!! */
}

.mapicon a:hover {
    z-index: 5000;
    color: #fff !important;

}

.mapicon a .bubble {
    display: none;
    background: white;
    cursor: default;
    line-height: 15px;
    text-align: left;
    text-decoration: none;
    padding: 5px;
}

.mapicon a:hover .bubble {
    width: 120px;
    text-align: center;
    display: block;
    position: absolute;
    top: -40px;
    left: -60px;
    z-index: 5000;
    text-decoration: none;
    border: 3px solid #ccc;
}

.bubble h3 {
    color: black;
    margin: 0;
    text-decoration: none;
    padding: 0;
    font-size: 13px;
    border: 0;
    font-family: Verdana, Tahoma, Arial, sans-serif;
}

.bubble img {
    margin-bottom: 4px;
}

.bubble p {
    color: #666666;
    font-size: 11px;
    line-height: 15px;
    margin: 0;
    padding: 0;
}

.bubble p strong {
    display: inline;
    font-weight: bold;
}

.big {
    width: 61px;
    height: 61px;
    line-height: 61px;
    font-size: 20px;
}

.small {
    width: 45px;
    height: 45px;
    font-weight: bold;
    font-size: 16px;
    line-height: 45px;
}

#accordion-list h4 {
  cursor: pointer;
  cursor: hand;
  text-decoration: underline;
}

fieldset.no-border {
    border: 0;
    padding: 0;
}

div.ok-response {
    color: green;
}
div.not-ok-response {
    color: red;
}

#outside_location {
    margin-top: 5px;
}

#small-link a {
    font-size: 11px;
}

.job-description {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 0;
}

/* TYPOGRAPHY */

a {
  color: #0099CC;
  background-color: transparent;
  text-decoration:none;
}

a:hover {
  color: #0099CC;
  background-color:transparent;
  text-decoration:underline;
}

h2 {
    font-size: 14px;
    margin: 10px 0 7px 0;
    font-weight: bold;
}

h2 a {
    text-decoration: underline;
    font-weight: normal;
}

h3, .job-listings h2 {
    font-size: 14px;
    margin: 10px 0 7px 0;
    font-weight: bold;
}

h3.steps, div.steps {
  margin: 0;
  padding: 1px 5px 5px 8px;
  background: transparent url(/images/header-bg.png) no-repeat left;
  font-weight: normal;
  color: #9AD4FF;
  font-size: 14px;
  height: 22px;
}

h3.page-heading, div.page-heading {
  display: block;
  margin: 0 0 7px 0;
  padding: 2px 5px 5px 8px;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  height: 21px;
  background: transparent url(/images/header-bg.png) no-repeat left;
}

h3.page-heading span {
    font-size: 12px;
}

h3.page-heading a:link, h3.page-heading a:visited,
div.page-heading a:link, div.page-heading a:visited {
    color: #fff !important;
}

h3.page-heading a:hover, div.page-heading a:hover {
    background-color: #fff !important;
    color: #0099CC !important;
}

h4 {
  font-size: 16px;
  margin: 12px 0 3px 0;
}

#status {
  color: #009900; background-color: #dfFFda; padding: 5px 0 2px 5px;}

.highlight_keyword {
    background-color: #ffff88;
}

/* recpatcha */
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
    background-color: #e1e1e1 !important;
}

#recaptcha_table {
    border-color: #f5f5f5 !important;
}

#recaptcha_response_field {
    border-color: #ccc !important;
    background-color:#fff !important;
}
#recaptcha_instructions {
    font-size: 12px;
}


.sort-by-type {
    float: right;
    font-size: 11px;
    color: #888;
}
div.sort-by-type a:hover { background: #fff; }


.applied-to-job {
    float: right;
    background: url(/images/bg-applied.png) no-repeat;
    color: #333;
    font-size: 20px;
    width: 60px;
    height: 58px;
    text-align: center;
    padding: 4px 0 0 0;
}
.applied-to-job p {
    font-size: 11px;
}


/* tag heights */
.company-tag-1 {
    font-size: 12px;
}
.company-tag-2 {
    font-size: 14px;
}
.company-tag-3 {
    font-size: 16px;
}
.company-tag-4 {
    font-size: 18px;
}
.company-tag-5 {
    font-size: 20px;
}
.company-tag-6 {
    font-size: 24px;
}


/* autocomplete */
.ac_results {
    padding: 0px;
    border: 1px solid #ddd;
    background-color: #fff;
    overflow: hidden;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    overflow: hidden;
}

.ac_loading {
    background: #fff url('indicator.gif') right center no-repeat;
}

.ac_over {
    background-color: #b5d5ff;
    color: #000;
}

#textile-suggestions table {
    margin-top: 5px;
    width: 80%;
    font-size: 11px;
}
#textile-suggestions table th {
    border-bottom: 2px solid #bbb;
    font-weight: bold;
}
#textile-suggestions table td {
    border-bottom: 1px solid #ccc;
}


div.icon-fulltime {
    margin-top: 3px;
    background: url(/images/icon-fulltime.png) no-repeat;
    height: 11px;
    width: 47px;
    display: inline;
}
div.icon-parttime {
    margin-top: 3px;
    background: url(/images/icon-parttime.png) no-repeat;
    height: 11px;
    width: 47px;
    display: inline;
}
div.icon-freelance {
    margin-top: 3px;
    background: url(/images/icon-freelance.png) no-repeat;
    height: 11px;
    width: 47px;
    display: inline;
}


label.request-label {

}
.req-params-item {
    background-color: #edfaff;
    padding: 3px;
    margin-bottom: 5px;
    display: inline;
    line-height: 1.9;
}

#req_col0 { float: left; display: inline; width: 160px; border: 0; }
#req_col1 { float: left; display: inline; width: 160px; margin-left: 30px; border: 0; }
#req_col2 { float: left; display: inline; width: 160px; margin-left: 30px; border: 0; }
#req_col3 { float: left; display: inline; width: 160px; margin-left: 30px; border: 0; }

#home-promo { background: url(/images/home-banner-bg.png) no-repeat; width: 757px; height: 66px; margin-top: 12px; text-align: center; padding-top: 8px; }
#home-promo div { color: #0897C6; font-size: 20px; }
#home-promo a { text-decoration: underline; font-size: 14px;}

/* paginator */
.job-listings .current_page{
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 1px 2px 1px 2px;
}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#fff;color:darkred;border-color:red;}
.notice {background:#fff;color:#514721;border-color:#FFD324;}
.success {background:#fff;color:green;border-color:#C6D880;font-weight:bold;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.login_status {
	height: 50px;
	background-color: #FFFFCC;
	padding-left: 30px;
	padding-right: 30px;
}

#admin {
	text-align: right;
	font-size: 12pt;
	font-weight: bold;
}

#google_translate_element {
	text-align: right;
}

#google_search {
	padding-top: 10px;
}

#publish_form { margin:50px 0 0 20px;}
#publish_form fieldset, #promo_form fieldset {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    margin: 0 0 5px 0;
    padding: 10px;
}
#publish_form fieldset legend {
    font-weight: bold;
    color: #555;
    font-size: 12px;
}
#publish_form input, #publish_form textarea, #frm-send-to-friend input, #frm-send-edit-link input, #apply-online input, #apply-online textarea, #promo_form input {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
}
#publish_form input:focus, #search input:hover, #publish_form textarea:focus, #search textarea:hover, #frm-send-to-friend input:focus,
#frm-send-to-friend input:hover, #frm-send-edit-link input:focus, #frm-send-edit-link input:hover, #apply-online input:focus, #apply-online input:hover, #apply-online textarea:focus, #apply-online textarea:hover, #promo_form input:focus, #promo_form input:hover {
    border: 1px solid #7F635F;
}
#publish_form input#submit, #send-to-friend input#submit, #frm-send-edit-link input#submit, #apply-online input#submit, #promo_form input#submit {
    background-color: #0099CC;
    color: #fff;
    border: 1px solid #009988;
    cursor: pointer;
    cursor: hand;
}
#publish_form input#submit:hover, #send-to-friend input#submit:hover, #apply-online input#submit:hover, #promo_form input#submit:hover {
    background-color: #00aaee;
}
#publish_form label.small {
    color: #555;
    font-size: 12px;
}
#publish_form input.no-border {
    border: 0;
}

td.publish-label {
    width: 100px;
}

div#categs-nav {
    background:#0099CC none repeat scroll 0% 0%;
    float:left;
    font-size:11px;
    margin-top:25px;
    padding-bottom:6px;
    width:950px;
}

#no-ads {
    color:#555555;
    margin-top:10px;
}

#categoriesContainer {
    position:relative;
    width:670px;
    padding-top:10px;
    padding-bottom:10px;
}

.categoryItem {
    background-color:#F5F5F5;
    border:1px solid #CCCCCC;
    margin:0pt 0pt 5px;
    /*position:relative;*/
    width:650px;
    margin-left:10px;
}

.categoryHandle {
    background:#0099CC none repeat scroll 0% 0%;
    cursor:move;
    height:10px;
    margin-bottom:5px;
    overflow:hidden;
}

.categoryWrapper {
    padding:5px;
}

.categoryItem label {
    display:block;
    margin-bottom:5px;
}

.categoryItem label span {
    clear:left;
    display:block;
    float:left;
    font-weight:bold;
    margin-bottom:5px;
    width:70px;
}

a.deleteCategory, a.saveCategory {
    float: right;
}

div.footer {
    background:#F2FCFF url(/images/footer-bg.png) no-repeat scroll center top;
    color:#888888;
    float:left;
    font-size:11px;
    height:14em;
    margin-top:30px;
    padding-top:12px;
    text-align:center;
    width:100%;
}

#add-category-overlay {
    vertical-align:middle;
    background-color:#FFFFFF;
    opacity:0.7;
    width:650px;
}

#add-category-overlay img {
    left:50%;
    margin-left:-12px;
    margin-top:-12px;
    position:relative;
    top:50%;
    z-index:3000;
}

#notice_message {
    left:50%;
    margin-left:-150px;
    position:absolute;
    top:0pt;
    width:300px;
    background-color:#fff;
    border:8px solid #eeeeee;
    font-size:9px;
    padding-top:10px;
    text-align:center;
}

#error_message {
    left:50%;
    margin-left:-150px;
    position:absolute;
    top:0pt;
    width:300px;
    background-color:#fff;
    border:8px solid #ec0f0f;
    font-size:9px;
    padding-top:10px;
}

table.pages-container {
    width:100%;
}

table.pages-container td {
    border-bottom:1px solid #DDDDDD;
    padding:5px;
}

#publish_form .submit_button {
    background-color:#0099CC;
    border:1px solid #009988;
    color:#FFFFFF;
    cursor:pointer;
    font-family:Helvetica,Arial,sans-serif;
    font-size:12px;
    padding:5px;
}

#publish_form .label_field {
	width:100px;
}

#publish_form .text_field {
    width:300px;
}

#publish_form .textarea_field_small {
    width:340px;
}

#publish_form .textarea_field {
    width:700px;
}

.formError {
    color:#E86857;
    display:block;
    padding:10px 26px;
    font-style:italic;
}

.sidebar_page_edit {
    padding-top:430px;
}

#apply-online {
    background-color:#F6F6F6;
    padding:10px;
    width:735px;
}

#messagesContainer {
    left:50%;
    margin-left:-150px;
    position:absolute;
    top:0pt;
    width:300px;
}

#overlay {
    background-color:#FFFFFF;
    display:none;
    opacity:0.7;
    position:absolute;
}

#overlay img {
    left:50%;
    margin-left:-12px;
    margin-top:-12px;
    position:absolute;
    top:50%;
    z-index:3000;
}

.draggingItem {
    background: #E86857;
    z-index: 4000;
}

#header ul#nav-admin {
    position:absolute;
    right:0pt;
    top:80px;
}

#header ul#nav-admin li {
    float:left;
    padding-left:20px;
}

#header ul#nav-admin li.selected {
    font-weight:bold;
}

.right {
  float: right; }

.left {
  float: left; }

.clear-both, .clear {
  clear: both; }

.clear-right {
  clear: right; }

.clear-left {
  clear: left; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.flash {
  position: relative;
  padding-right: 25px;
  text-align: center; }
  .flash .close {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 2px; }
  .flash a {
    font-weight: bold;
    color: #0066CB; }

.bold {
  font-weight: bold !important; }

.inline {
  display: inline !important; }

.block {
  display: block !important; }

.hint {
  color: #999 !important; }

.hpad-15 {
  padding-left: 15px;
  padding-right: 15px; }

.hpad-30 {
  padding-left: 30px;
  padding-right: 30px; }

.hpad-50 {
  padding-left: 50px;
  padding-right: 50px; }

.hpad-100 {
  padding-left: 100px;
  padding-right: 100px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

.vert-middle {
  vertical-align: middle; }

.empty {
  margin: 30px;
  font-size: 15px; }

.flash {
  position: relative;
  padding-right: 25px;
  text-align: center; }
  .flash .close {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 2px; }
  .flash a {
    font-weight: bold;
    color: #0066CB; }


.flash {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 2; }


#banner_ad {
	height: 70px;
  width: 950px;
  position: relative;
	margin-left: 20px;
}