/**
* NeoRecruit Component.
* @Copyright (C) 2008 Neoweb
* @Released under NEOWEB COMMERCIAL License : read LICENSE.txt
* @version 2.0 for Joomla 1.5.X
* By 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;
}


table#toolbar { 
	position: relative;
	left: 0;
	right: 100%;
}

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

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;
}

/* 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 td.key {
	width: 140px;
}

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

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