/**
* @package NeoRecruit
* @copyright Copyright (C) 2005 - 2009 Neoweb. All rights reserved.
* @license GNU/GPL
* @version 2.0.4 for Joomla 1.5.X
* @author NeoJoomla
*/

div.nrc_admintools {
	float: right;
}
div.nrc_admintools div {
	margin: 0 8px;
}
div.nrc_admintools div a {
	display: block;
	float: left;
	padding: 2px 0 2px 18px;
}

div.nrc_admintools div.nrc_home a { 
	padding: 2px 0; 
}

div.nrc_admintools div.nrc_offers a {
	background: url(../images/edit.png) no-repeat 0 2px; 
}

div.nrc_admintools div.nrc_candidates a {
	background: url(../images/users.png) no-repeat 0 2px;
}

td.nrc_downloadfile a {
	float: left;
	display: block;
	background: url(../images/downloadfile.png) no-repeat 0 2px;
	padding: 2px 0 2px 22px;
}

div.alert {
	text-align: center;
	padding: 10px;
}

div.page, div.start, div.prev, div.next, div.end { float: left; }
div.page {
	padding: 0 4px;
}

table.offer {
	width: 100%;
}

table.offer th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
}

div.neorecruit_buttonbox {
	text-align: center !important;
}

table.filters {
	width: 100%;
	padding-bottom: 5px;
}

table.admin td.sectiontableheader {
	text-align: center;
}


/************************************************
	Toolbar
************************************************/

div.toolbar {
	float:right;
	padding: 10px 0;
	text-align:right;
}

table#toolbar { 
	border-collapse:collapse;
	margin:0;
	padding:0;
}

table#toolbar tr {	
	height: 55px !important; 
	height: 40px;
}

table.toolbar td {
	color:#666666;
	height:48px;
	padding:1px 1px 1px 4px;
	text-align:center;
	background-color: transparent;
}

table.toolbar a {
	border:1px solid #FBFBFB;
	/*color:#0B55C4 !important;*/
	cursor:pointer;
	display:block;
	float:left;
	padding:1px 5px;
	white-space:nowrap;	
	text-decoration:none;
	background-color: transparent;
}

table.toolbar span {
	display:block;
	float:none;
	height:32px;
	margin:0 auto;
	width:32px;
}

table.toolbar td.spacer {
	width:2px;
}

.icon-32-publish {
	background-image:url(../images/icon-32-publish.png);
}

.icon-32-unpublish {
	background-image:url(../images/icon-32-unpublish.png);
}

.icon-32-new {
	background-image:url(../images/icon-32-new.png);
}

.icon-32-edit {
	background-image:url(../images/icon-32-edit.png);
}

.icon-32-remove {
	background-image:url(../images/icon-32-delete.png);
}

.icon-32-save {
	background-image:url(../images/icon-32-save.png);
}

.icon-32-cancel {
	background-image:url(../images/icon-32-cancel.png);
}

.icon-32-back {
	background-image:url(../images/icon-32-back.png);
}

.icon-32-answer {
	background-image:url(../images/icon-32-send.png);
}

.icon-32-send {
	background-image:url(../images/icon-32-send.png);
}

.icon-32-view {
	background-image:url(../images/icon-32-edit.png);
}



/************************************************
	Tabs
************************************************/

dl.tabs {
	float:left;
	margin:10px 0pt -1px;
	z-index:50;
}

dl.tabs dt.open {
	background:#F9F9F9 none repeat scroll 0%;
	border-bottom:1px solid #F9F9F9;
	color:#000000;
	z-index:100;
}
dl.tabs dt {
	background:#F0F0F0 none repeat scroll 0%;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	color:#666666;
	float:left;
	margin-left:3px;
	padding:4px 10px;
}
div.current {
	border:1px solid #CCCCCC;
	clear:both;
	padding:10px;
}
div.current dd {
	margin-left: 10px;
}

table.adminform {
	padding: 5px;
}

table.adminform td.key {
	width: 140px;
}

div.neoheading div.componentheading {
	padding-top: 10px;
}

table.adminform textarea.comments {
	height: auto;
	width: 100%;
} 

.pane-sliders .panel {
	border:1px solid #CCCCCC;
	margin-bottom:3px;
}

.pane-sliders .panel h3 {
	background:#F6F6F6 none repeat scroll 0 0;
	color:#666666;
	font-size:13px;
}

.pane-sliders .title {
	color:#666666;
	cursor:pointer;
	margin:0;
	padding:2px;
}

.jpane-toggler-down {
	border-bottom:1px solid #CCCCCC;
}

.jpane-toggler span {
	background: transparent url(../images/j_arrow.png) no-repeat scroll 5px 50%;
	padding-left: 20px;
}

.jpane-toggler-down span {
	background: transparent url(../images/j_arrow_down.png) no-repeat scroll 5px 50%;
	padding-left: 20px;
}