#header ul {
	position: absolute;
	right: 0;
	top: 80px;
}
#header ul li {
	float: left;
	padding-left: 20px;
}
#header ul li.selected {
	font-weight: bold;
}


#publish_form .text_field {
	width: 700px;
}
#publish_form .textarea_field_small {
	width: 340px;
}
#publish_form .textarea_field {
	width: 700px;
}
#publish_form .submit_button {
	background-color: #dddddd;
	color: #fff;
	border: 1px solid #009988;
	cursor: pointer;
	cursor: hand;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	padding:3px;
}
.sidebar_page_edit {
	padding-top: 430px;
}
table {
	line-height: auto;
}

table{
  border-collapse:collapse;
}
table,td{
  border:1px solid #9a9a9a;
  padding-left : 5px;
  padding-right : 5px;
}

.login_table{
	border:0px solid #9a9a9a;
	padding-left : 5px;
	padding-right : 5px;
}
.form_error {
	display: block;
	background: url(../../img/exclamation.png) no-repeat left center;
	padding: 10px 26px;
	color: #E86857;
}
.hidden {
	display: none;
}

#tabsContainer {
	position: relative;
	width: 725px;
	overflow: auto;
}
.tabsItem {
	border:#565656 1px solid; 
}

#categoriesContainer  {
	position: relative;
	width: 650px;
	overflow: auto;
}
.categoryItem {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
	position: relative;
}
.categoryItem a {
	float: right;
}
.categoryItem label {
	display: block;
	margin-bottom: 5px;
}
.categoryItem label span {
	font-weight: bold;
	float: left;
	display: block;
	margin-bottom: 5px;
	clear: left;
	width: 70px;
}
.categoryHandle {
	margin-bottom: 5px;
	height: 10px;
	overflow: hidden;
	cursor: move;
	background: #0099CC;
}
.categoryWrapper {
	padding: 5px;
}
.draggingItem {
	z-index: 4000;
}
div.draggingItem div.categoryHandle {
	background: #E86857;
}
#content a.saveCategory {
	display: none;
}

#messagesContainer {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -150px;
	width: 300px;
}
#messagesContainer div {
	border: 5px solid #eee;
	margin: 0 0 10px;
	padding: 10px;
	background-color: #fff;
}

#overlay {
	background-color: #fff;
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
	position: absolute;
	display: none;
}
#overlay img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	z-index: 3000;
}
table#job-posts, table#job-posts2, table#job-posts3 {
	width: 100%;
}
	table#job-posts tr.alt td, table#job-posts2 tr.alt td, table#job-posts3 tr.alt td {
		background: #f5f5f5;
	}

	table#job-posts tr.over td, table#job-posts2 tr.over td, table#job-posts3 tr.over td {
		background: #f5fefe;
	}
	table#job-posts td, table#job-posts2 td, table#job-posts3 td {
		padding: 5px;
		border-bottom: 1px solid #ddd;
	}
	table#job-posts a:link, table#job-posts a:visited, table#job-posts2 a:link, table#job-posts2 a:visited, table#job-posts3 a:link, table#job-posts3 a:visited {
		color: #085ac6;
		padding: 2px;
	}
	table#job-posts a:hover, table#job-posts2 a:hover, table#job-posts3 a:hover {
		background-color: transparent;
		color: #fff;
		text-decoration: none;
		padding: 2px;
	}
	table#job-posts td.time-posted, table#job-posts2 td.time-posted, table#job-posts3 td.time-posted {
		text-align: right;
		color: #888;
		font-size: 11px;
		width: 80px;
	}
		table#job-posts td.time-posted img, table#job-posts2 td.time-posted img, table#job-posts3 td.time-posted img {
			width: 11px;
		}

.msg_content {
	width: 300px;
	overflow: visible;
}

.td_title {
	text-align: center; 
	font-weight: bold; 
}

.sp_link{
	float: right;
}

div#categs-nav-client {background: #ff9d37; float: left; width:950px; padding-bottom: 8px; margin-top:25px; font-size: 11px;}
div#categs-nav-client ul{background: #fff; float: left; width:950px;  list-style-type: none; margin:0; padding:0;}
div#categs-nav-client ul li {background: white; float: left; padding-right: 2px; }
div#categs-nav-client ul li a{display: block; background: #eee url(http://www.jobsmode.com/img/sd_left1.gif) no-repeat 0 0; background-position: 0 -75px;  padding: 0px 0px 0px 6px;  float: left; text-decoration: none; color: #333 !important; position: relative; outline: none;}
div#categs-nav-client ul li a:hover{ background-position: 0 0px; color: #fff !important;}
div#categs-nav-client ul li.selected a{ background-position: 0 0px; color: #fff !important;}
div#categs-nav-client ul li a span{display: block; float: left;  padding-left: 12px;cursor: pointer; font-size:14px; padding-top:4px; }
div#categs-nav-client ul li a span.cnr{display: block; background: url(http://www.jobsmode.com/img/sd_right1.gif) no-repeat right 0; background-position: right -75px;  float: left; position: relative; top:0px;}
div#categs-nav-client ul li a:hover span.cnr{ background-position: right 0px; cursor: pointer; }
div#categs-nav-client ul li.selected a span.cnr{ background-position: right 0px; cursor: pointer; }

