@import url("forms.css");
@import url("lists.css");

body {
	margin: 0;
	padding: 0;

	color: #606060;
	font-family: Tahoma, Arial;
	font-size: 12px;

	background: url(../images/bg/body.jpg) repeat-x left bottom;
}

h2 {
	font-size: 146.5%;
	border-bottom: 1px #d3d3d3 solid;
}

h3 {
	font-size: 108%;
	clear: both;
}

h2, h3 {
	padding: 3px;
	margin: 5px 0;

	font-weight: normal;
	font-style: normal;
}

h2 strong, h3 strong {
	color: #ff6600;
	font-weight: normal;
}

p {
	margin: 12px 20px;
}

a {
	color: #ff6600;
	text-decoration: underline;

	-moz-focus-inner: none;
	-moz-outline-style: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

hr {
	border: 0;
	border-top: 1px #e3e3e3 solid;
	margin-left: 20px;
	margin-right: 20px;
}

/* */

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

.text-right {
	text-align: right!important;
}

.text-left {
	text-align: left!important;
}

.left {
	float: left!important;
}

.clear-none {
	clear: none!important;
}

.hide {
	display: none!important;
}

.show {
	display: show!important;
}

/* */

#wrap {
	width: 100%;
	min-height: 457px;
	float: left;
	background: url(../images/bg/middle.jpg) no-repeat center bottom;
}

#top-wrap {
	width: 100%;
	height: 326px;
	float: left;
	background: url(../images/bg/top_wrap.jpg) repeat-x center top;
}

#top {
	width: 100%;
	height: 326px;
	background: url(../images/bg/top.jpg) no-repeat center top;
}

#header {
	width: 950px;
	margin: 0 auto;
}

#middle {
	width: 950px;
	margin: 0 auto;
	/*background: url(../images/bg/middle.jpg) no-repeat center bottom;*/
}

#left {
	width: 261px;
	margin-left: 60px;
	padding-left: 2px;
	float: left;
}

#right {
	width: 600px;
	float: right;
	padding-bottom: 20px;
}

#bottom {
	width: 100%;
	clear: both;
	height: 116px;
	background: url(../images/bg/bottom.jpg) no-repeat center bottom;
}

#footer {
	width: 950px;
	margin: 0 auto;
	padding-top: 5px;
	border-top: 3px #ff6600 double;
}

/*  */

#logo {
	width: 258px;
	height: 113px;

	visibility: hidden;

	margin: 0 0 0 4px;
	padding: 0;

	background: url(../images/bg/logo.png) no-repeat;
}

#logo a {
	width: 100%;
	height: 70%;
	
	display: block;
	
	text-indent: -5000em;
}

/* */

table.datagrid {
	opacity: 0.75;
	*filter: alpha(opacity=75, gray);
}

table.datagrid thead th {
	background: #ecebeb;
	border-bottom: 1px #fff solid;
}

table.datagrid tbody td {
	border-bottom: 1px #fff solid;
}

table.datagrid tbody tr.actions td {
	color: #ff6600;
	font-size: 93%;
	padding-bottom: 6px;
}

table.datagrid tbody tr.actions td a {
	color: #2e2e2e;
}

table.datagrid tbody tr {
	background: #f9f9f9;
}

table.datagrid tbody tr.paired {
	background: #f1f1f1;
}

table.datagrid tfoot td {
	background: #ecebeb;
}
/* */

#job-post ul.actions {
	float: right;
}

#job-post ul.actions li {
	float: left;
	margin-left: 10px;
}


#job-post h3 {
	margin-top: 20px;
}

/* */

.pagination-control a {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.pagination-control a.current {
	font-weight: bold;
}
