.newsletter_preview{
    width:650px;
    height:300px;
    border:1px solid silver;
    padding:0px;
}

div.newsletter_preview{
    overflow:auto;
    padding: 0px;
}


/*** admin sub nav ***/

ul.sub-nav{
    margin:0px;
    padding:3px 0px;
    width:100%;
    background-color:#F1F4F5;
    border-bottom:1px solid #ccc;
}

ul.sub-nav li{
    float:left;
    padding:0px 5px;
    list-style: none;
}

.role_admin.manage-layout .admin #admin_tabnav.tabnav li.active{
    background: #F1F4F5;
    border-bottom:1px solid #F1F4F5;
}

.manage-layout #content-wrap{
    padding-top:0px;
}


/*** Directory ***/

table.profile-meta, table.profile-meta a{
    color:#777
}

table.profile-meta a:hover{
    color: #00EA00;
}

table.profile-meta td{
    padding-bottom: 5px;
}

/*** Directory end ***/

/*** Tags ***/
ul.tags-flat li{
    float:left;
    padding-right:6px;
    list-style: none;
    white-space: nowrap;
}

ul.tags-flat{
    margin:0px;
    padding:0px;
}

/*** Tags end ***/

/*** Home page ***/
.section-block{
    width:170px;
    float:left;
    margin:0px 10px;
    padding: 5px;
    padding-bottom: 1000em;
	margin-bottom: -999.5em;
	/*background-color:#F4F4F4;*/
}

div.sector_tags{
    padding-bottom:23px;
}

code{
    font-size: 10px;
}

#wrapper
{
    overflow: hidden;
}

.section-block#jobs-block{
    border-top: 2px solid #FFCC00;
    height:100%;
}

.section-block#directory-block{
    border-top: 2px solid #0099FF;
    height:100%;
}

.section-block li{
    list-style-type: none;
    margin:0px;
    padding:0px;
    border:none;
}

.section-block ul{
    margin:0px;
    padding-top: 15px;
}

.section-block a.more{
    padding:4px 4px 4px 20px;
    background: url(/images/icons/arrow_right.png) no-repeat 0px 3px;
    margin-top: 20px;
    float:right;
}

h1 a{
    text-decoration:none;
}

h1 a:hover{
    text-decoration:underline;
    color:black;
}



/*** End of homepage ***/


div#create_email_alert{
    width:350px;
    margin: 0px 150px 0px 100px;
}

#sidebar-left ul.icon_menu_list {
    margin:0px;
    padding:0px;
}

.new-message p{
    font-weight: bold;
}

div#create_email_alert .important_form_element{
    background-color:#F1F4F5;
}

div#create_email_alert .important_form_element td{
    padding-top: 10px;
    padding-bottom: 10px;
}

div#create_email_alert table{
    margin-left:20px;
}

table.basic_show td.label{
    width:25%;
    font-weight:bold;
}

#notes_table p{
    padding: 3px 45px;
}

#home-search input.keyword{
    width: 250px;
}

#home-search #advanced-search-link{
    padding-top:5px;
    margin-left:190px;
}

#home-search{
    padding: 10px 0 15px 50px;
}

/* Flash style notices */

.info_notice, .flash_notice, .error_notice, .flash_error, .catastrophic_notice{
    margin:0px;
    margin-bottom:15px;
    padding:5px 5px 5px 30px;
}

.info_notice, .flash_notice {
    background:#F1F4F5 url(/images/icons/information.gif) no-repeat 6px 8px;
    border:1px solid #D8E4E8;
}

.error_notice, .flash_error {
    background:#FFFFCC url(/images/icons/error.png) no-repeat 6px 8px;
    border:1px solid #FFCC00;
}

.catastrophic_notice {
    background:#FFFFCC url(/images/icons/serious_error.png) no-repeat 6px 8px;
    border:1px solid #FFCC00;
}

.validationError h2 {
  border-bottom: none;
  font-size:100%;
  font-weight: bold;
}

.validationError ul li {
  list-style: none;
}

/* Advertise page */
.icon_menu_list a{
    padding-left:00px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: underline;
    line-height: 20px;
}

#sidebar-left #more_nav{
    margin-bottom:20px;
}

.icon_menu_list li{
  list-style-type: none;
  margin:0px; 
}

.icon_menu_list.flat_list li{
  margin-left: 10px;
}

.icon_menu_list div{
  padding-left:20px;
}

ul.icon_menu_list{
  margin:0px;
  padding:0px; 
}

.info_block{
    margin-top:5px;
    background-color:#E0E0E0;
    padding: 10px;
}

#sidebar-left table.login_form .credential-input input{
    width:90px;
}

table.login_form .credential-input input{
    width:170px;
}

table.login_form login_field {
    text-align: right;
}

table.login_form{
    margin-top: 10px;
}

/* Buttons */

#button_panel li{
    padding: 5px 20px;
}

#button_panel ul{
    padding-top:10px;
}

#button_panel ul.no-heading {
    padding-top: 0px;
    margin-top: 0px;
}

/* CRM org, contact and reg display */
.crm-show td.label{
    background-color:#F1F4F5;
    text-align:right;
    font-weight:bold;
}

.crm-show td{
    border-bottom:#EEEEEE solid 1px;
    border-right:#EEEEEE solid 1px;
}

.crm-show td.label{
    border-bottom:#F1F4F5 solid 1px;
}

.crm-show{
    border-top:#EEEEEE solid 1px;
    margin: 20px 0px;
}

/* notes and messages */

.ajax_table thead td{
}

.ajax_table .focus td{
  background-color: #EEEEEE;
}

.msg_action_done{
  background-color: #CCC;
  color: #FFF;
  padding: 3px;
}

/* ajax tables */

.ajax_table .ro_row td{
  border-bottom: none;
}

.ajax_table td{
  border-bottom: 1px #DDDDDD solid;
}

.ajax_table .border_edit td{
  border-top: 1px #DDDDDD solid;
  border-bottom: 1px #DDDDDD solid;
}

/* notes */

.notes_section{
  padding:10px 0px;
  margin-top: 10px;
}

table.admin_table{
  margin-top:4px;
  border-collapse: collapse;
}

table.admin_table td{
  vertical-align: top;
  padding-top:3px;
  padding-bottom: 3px;
}

.notes_section thead td, table.admin_table thead td{
  border-bottom: 1px solid #DDD;
}

.notes_section table.submission{
  border:none;
}

.crm_buttons{
  padding: 5px 0px;
}

.notes_section table td, table.admin_table td{
    background-color: white;
    border-bottom: 1px #DDD solid;
    padding:2px 0px;
}

.notes_section table.submission tr{
    border:none;
}

.notes_section .note_icon{
    padding-left:7px;
}

/* paging */
.pagination_links li{
  list-style-type: none;
  display: inline;
  margin:0px;
  padding:0px;
}

.pagination_links li.previous-false, .pagination_links li.next-false{
  color:#B5B5B5;
}

.pagination_links ul{
  padding:0px;
  margin:0px;
  height:10px;
}

.pagination_links {
  margin: 0 auto;
  text-align: center;
  padding-bottom:10px;
}

.pagination_links a, .pagination_links a{
  text-decoration:none;
  color:#1856B3;
}

.pagination_links{
  text-align:right;
  padding-right:10px;
}

.pages .pagination_links{
  text-align:center;
  padding-right:0px;
}

.pagination_links .current{
  font-weight:bold;
}

/* will paginate styles */

.pagination {
  margin: 0 auto;
  padding-bottom:5px;
  padding-right:10px;
  padding-top:5px;
  text-align:right;
}

.pagination a{
  text-decoration:none;
  color:#1856B3;
}

.pagination .next_page, .pagination .prev_page{
	background-repeat: no-repeat;
}

.pagination .disabled{
	color:#B5B5B5;
}

.pagination .next_page{
	background-image: url(/images/icons/next-true.png);
	background-position: right 4px;
	padding-right: 15px;
}

.pagination .next_page.disabled{
	background-image: url(/images/icons/next-false.png);
}

.pagination .prev_page{
	background-image: url(/images/icons/previous-true.png);
	background-position: 4px;
	padding-left: 17px;
}

.pagination .prev_page.disabled{
	background-image: url(/images/icons/previous-false.png);
}

/* admin advert view */

.edit_buttons_panel{
    padding-bottom:15px;
}

#admin-advert-side{
    float:right;
    width:30%;
    margin: 5px;
} 

#admin-advert-main{
    float:left;
    width:60%;
}

.status_awaiting_review{ color: #F18A04}
.status_await_live_date{ color: #FFCB00}
.status_live{ color: green}
.status_closed{ color: gray}
.status_deleted{ color: #BFBFBF}

/* forms */

.form-captions{
    background-color: #F1F4F5;
    width: 150px;
}

.form td{
    padding:3px 5px;
}

.admin-form-captions {
    background-color: #E5EDF0;
    width: 150px;
}

.admin-advert-form{
    margin-top:5px;
}

.form td:first-child{
    text-align:right;
}

.form .date_select select{
    width:60px;
}

input[type='checkbox']{
    width:20px;
}

input[type='radio']{
    margin-top:4px;
}

/* Main Tabs */

.tabnav {
	padding: 0;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom:0px;
	/*background: #000 url(/images/tab-panel-bottom.jpg) bottom left repeat-x;*/
}

.tabnav ul{
    padding:0px;
    margin:0px;
}

.tabnav li {
    float:left;
	overflow: hidden;
	list-style-type: none;
	padding-top:2px;
    margin: 0px;
    height:17px;
    text-align:center;
    border-bottom: 1px solid #CCCCCC;
    background-image: url(/images/lc/tab-lo.jpg);
}

#main_tabnav li{
    width:84px;
}

.role_advertiser .admin #admin_tabnav.tabnav li{
   width:84px;
}

.role_admin .admin #admin_tabnav.tabnav li{
    padding-left:10px;
    padding-right:10px;
    background: #E0E0E0;
    border-left: 1px solid #BBB;
    border-top: 1px solid #BBB;
    margin-top: -1px;
    _margin: 0px 0px;
}

.role_admin .admin #admin_tabnav.tabnav li.active {
    background: #FFF;
}

.tabnav li.active {
    border-bottom: 1px solid #FFFFFF;
    background-image: url(/images/lc/tab-hi.jpg);
}

.tabnav a{
	color: black;
	text-decoration: none;
}

.tabnav a:hover{
    background-color:transparent;
}

#main_tabnav{
    float: left;
}

/* Admin */

.admin table{
    width:100%;
}

#left-header{
    padding: 31px 0px 0px 230px;
    float:left;
}

#right-header{
    float:right;
    padding: 15px 15px 0px 0px;
}

#right-header select{
    width: 150px;
}

#right-header p, #right-header label{
    font-weight:bold;
}

#right-header a{
    color:#FFF;
    text-decoration: underline;
}

#right-header {
    text-align: right;
}

.admin thead td, .admin_table thead td{
    background-color: #F1F4F5;
    color: black;
}

.label-note{
    font-size: 80%;
}

#advert-main select{
    width:140px;
}

.admin table .even{
    background-color: #EEE;
}

.admin table .odd{
    background-color: #FFF;
}

.admin td{
    padding: 3px 5px;
}   

/* Ad Details */

#ad_details{
    
}

table { empty-cells:show; border-collapse: collapse}

/* Advert Summary */

.ad_summary_group{
    padding-bottom:15px;
}

.advert_summary .logo{
    width:70px;
    height:35px;
    float:left;
    /*background: url(/images/no-logo.gif);*/
    margin: 5px;
}

.logo{
    width:140px;
    height:70px;
    /*background: url(/images/no-logo-large.gif);*/
    margin: 0px 5px;
}

.small_logo{
    width:70px;
    height:35px;
    float:left;
    padding:4px;
}

.small_logos_side{
    padding-top:10px;
}

img{
    border: 0;
}

.advert_summary .info, .advert_summary dt{
    margin-left:90px;
}

.advert_summary{
    margin: 10px 0px;
    _margin: 0px 0px;
}

a.arrow{
    padding-left: 8px;
    background:transparent url(/images/arrow.gif) center left no-repeat;
}

/* Portal */

ul{
    padding: 0px 5px;
    margin: 5px 15px;
}

#sidebar-left ul{
    padding: 2px 0px 20px 5px;
}

#sidebar-right .sectors a, #sidebar-left .sectors a{
    text-decoration: none;
}

ul.sectors li {
    padding: 3px 2px;
    border-bottom:#E5E5E5 solid 1px;
}

ul.sectors{
    padding-top: 5px;
    margin-left:0px;
}

ul.sectors li ul.sector-options li{
    border-top:#E5E5E5 solid 1px;
    border-bottom:none;
    margin-left:35px;
}

ul.sectors li.selected{
    background-color: #F4F4F4;
    
    /*border-left:#E5E5E5 solid 1px;*/
    /*border-right:#E5E5E5 solid 1px;*/
    
}

ul.sectors li.selected.first{
    border-top:#E5E5E5 solid 1px;
    margin-top: -1px;
}

#sidebar-left ul.sectors li ul.sector-options{
    margin:0;
    padding:0;
    margin-top:5px;
}
/* Search */

input, textarea, select, button, .link_as_form_button{
    border: solid 1px #7F9DB9;
    margin: 2px;
}

input, textarea{
    padding:1px;
}

.ad_description a{
    text-decoration: underline;
}

.ad_description td{
    padding: 0px 4px 0px 0px;;
}

input.form-button, button, .link_as_form_button, a.link_as_form_button{
    background-color: #FCFCFC;
    border-color: #676767;
    color: #333;
    padding:1px 4px;
    font-size:95%;
}

.edit_active_message{
  display: inline-block;
  padding: 0;
  margin: 0;
}

.form_button_as_link{
  padding: 0;
  margin: 0;
  display: inline-block;
  border: none;
  text-decoration: underline;
  background: none;
  color: #333333;
}

.form_button_as_link:hover{
  color: #00EA00;
}

.link_as_form_button{
  text-decoration: none;
  padding:2px 6px;
}

.link_as_form_button:hover{
  color: #333;
}

table.search td input.keyword{
    width:200px;
}

table.search{
    margin: 10px auto;
}

table.search td.caption{
    text-align:right;
    padding-right:10px;
}

table.search td select{
    width:206px;
}

input#search_button{
    float:left;
}

#advanced_search_link{
    float: right;
    padding-top: 5px;
}

#advanced_search_link a{
   text-decoration: underline;
}


/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #FFF;
	font: 70%/1.3em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

body.admin{
    padding-bottom: 70px;
}

hr{
    border:none;
    border-bottom: dotted 2px #C8C8C8;
    margin:5px 0px;
    _margin:0px 0px;
}

hr.solid{
   border-bottom: solid 1px #C8C8C8;
}

.ad_description hr{
    border:none;
    border-bottom: solid 1px #CCC;
    margin:10px 0px;
}

/* links */
a {
	color: #333;
}

/* headers */
h1, h2, h3, p {
	font-family: Arial, Tahoma, Sans-serif;
	font-weight: normal;
	padding: 3px 0px;
	margin: 0;
}
h1 {
	font-size: 190%;
	line-height: 1em;
	margin-bottom:8px;
}
h2 {
	font-size: 135%;
	font-weight: normal;
	line-height: 1.2em;
	border-bottom: 1px solid #CCC;
	margin-bottom:8px;
}
h3 {
	font-size: 100%;
	color: #666666;
	margin-bottom:0px;
}

.under{
    border-bottom: 1px solid #CCC;
}

ul.no-bullet li {
	list-style: none;
}

/* form elements */


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	position: relative;
}

#wrap.admin, .admin #header, .admin #content-wrap {
	width: 900px;
}

.admin #header{
    height: 103px;
}

#content-wrap {
	width: 800px;
	padding-top: 20px; 
	margin: 0px auto;
}

#header {
	width: 800px;
	height: 115px;
	position: relative;
	padding: 0;	
	color: #FFF;
}

#header #strip{
    width: 800px;
    height:10px;
}

div.csml div#header{
    background-image: url(/images/csml/header.png);
}

#header #strip .jobs{
  border-top: 7px solid #FFCC00;
}

#header #strip .directory{
  border-top: 7px solid #FFCC00;
}

#header #strip .split{
    width:250px;
    float:left;
}

#header #strip .full{
   width:500px;
   float:left;
}

#header #strip .section_tab{
    float:left;
}

/* Sidebar */	
#sidebar-right {
	float: right;
	width: 160px;
}

#sidebar-left {
	float: left;
	width: 160px;
	padding: 0; margin: 0;	
}

.controller_job_seeker #sidebar-left, .controller_users #sidebar-left, .controller_account #sidebar-left, .controller_email_alerts #sidebar-left{
    display: none;
}

/* Main Column */
#main {
	float: left;
	width: 410px;
	padding: 0px 25px; 
	margin: 0;
	display: inline;
}


#login_status{
    float:right;
    color:white;
    padding-right: 10px;
}

#login_status a, #login_status a:hover{
    color:white;
}

.controller_job_seeker #main, .controller_users #main, .controller_account #main, .controller_email_alerts #main{
    width: 600px;
    padding: 0px 10px; 
}

#user_side_panel li{
    list-style-type: none;
}

#user_side_panel ul{
    margin: 10px 0px;
    padding:0px;
}

.mandatory{
    padding-left:7px;
    background: url(/images/red-star.gif) no-repeat 0px 3px;
}

td{
/*    padding: 2px 10px; */
}

.pages {
  padding: 7px;
  text-align: center;
  margin: 0 auto;
}

#advert_list td{
    padding-right:20px;
}

.clear  { clear:both;}

#admin_nav li {float: left; list-style: none; padding-left:20px; }

body, p, ol, ul, td {
  font-family: verdana, helvetica, sans-serif;
}

.error input, .error textarea, .error select{
  border: solid 1px #FFCC00;
}


/** footer **/

#footer {
    position: absolute;
    bottom: 0;
    width:800px;
}

#inner-footer{
    border-top:1px solid #CCC;
}

.admin #footer {
    width:900px;
}

