/**
 * File: http://www.iparecruiternetwork.com/assets/templates/main/css/styles.css
 */

.black {color:#000000;}
.white {color:#FFFFFF;}
.darkergrey {color:#333333;}
.darkgrey {color:#555555;}
.grey {color:#707070;}
.lightgrey {color:#AAAAAA;}
.lightergrey {color:#CCCCCC;}
.rust {color:#C35B28;}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg.png) top center repeat-x #FFF;
}
a {
	color: #c15b29;
}
a:hover {
	color: #887660;
}
div.main {
	width: 830px;
	margin: auto;
	height: 100px;
	padding: 0 15px;
}
div.header {
	height: 129px;
	position: relative;
}
div.header img.logo {
	position: absolute;
	top: 20px;
	left: -10px;
}

div.signup {
	position: absolute;
	top: 0;
	right: 10px;
	background: url(/rounded/sh_r/r_5/w_280/h_30/fg_201D58/bgt_1/x.png);
	padding-top: 7px;
	height: 23px;
	width: 280px;
	text-align: center;
	cursor: pointer;
	color: #BFCCD4;
	z-index: 100;
}

div.social {
	position: absolute;
	top: 0;
	right: 10px;
	background: url(/images/bg.png);
	padding-top: 35px;
	text-align: center;
	cursor: pointer;
	color: #BFCCD4;
	z-index: 100;
}

div.signup span {
	font-weight: bold;
	font-style: italic;
	padding: 0 25px 0 10px;
	background: url(../images/envelope.png) right center no-repeat;
}
form.signup {
	visibility: hidden;
	position: absolute;
	top: 20px;
	right: 0;
	width: 360px;
	padding: 15px 0 0 10px;
	border: 2px solid #201D58;
	background-color: #BFCCD4;
}
form.signup th {
	text-align: left;
}
form.signup td {
	padding: 0 10px 5px 0;
}
form.signup label {
	font-size: 0.8em;
}
form.signup input.field {
	width: 166px;
}
form.signup input.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/* NAV */
ul.nav {
	height: 30px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #877660;
	overflow: hidden;
}
ul.nav li {
	float: left;
	height: 30px;
	border-right: 1px solid #877660;
}
ul.nav li a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
	height: 25px;
	background: url(../images/nav_off_bg.png) top center repeat-x;
	color: #FFFFFF;
	padding-top: 5px;
}
ul.nav li a:hover {
	background-image: url(../images/nav_over_bg.png);
	color: #FFFFFF;
}
ul.nav li.active a,
ul.nav li.active a:hover {
	color: #C35B28;
	background-image: url(../images/nav_on_bg.png);
}

ul.nav li span.lock {
	padding-right: 15px;
	background-position: right center;
	background-repeat: no-repeat;
}
ul.nav li a span.lock {
	background-image: url(../images/nav_off_lock.png);
}
ul.nav li a:hover span.lock {
	background-image: url(../images/nav_over_lock.png);
}
ul.nav li.active a span.lock,
ul.nav li.active a:hover span.lock {
	background-image: url(../images/nav_on_lock.png);
}

/* CONTENT AND FOOTER*/
div.content,
div.footer,
div.subnav {
	background-color: #FFF;
}
div.content {
	padding-bottom: 1.3em;
}
h1.error,
h1.confirm {
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0;
	background-color: #FFF;
	border-width: 3px;
	border-style: solid;
}
h1.error {
	border-color: #900;
	color: #900;
}
h1.confirm {
	border-color: #090;
	color: #090;
}
div.subnav,
div.footer {
	text-align: center;
	font-size: 0.8em;
}
div.subnav {
	border-width: 1px 0;
	border-style: dashed;
	border-color: #887660;
	padding: 0.8em 0;
}
div.subnav a {
	margin: 0 1.3em;
}
div.footer {
	color: #887660;
	padding: 1.3em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}


div#popup {
	position: absolute;
	display: none;
	visibility: hidden;
	top: 0;
	left: 0;
	width: 570px;
	height: 364px;
}
div#popup div.dragbar {
	background-color: #436B81;
	padding: 4px 4px;
	height: 16px;
}
div#popup span.close {
	display: block;
	float: right;
	border: 1px solid #FFFFFF;
	width: 14px;
	height: 14px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}
div#popup div.container {
	position: relative;
	height: 336px;
	width: 562px;
	border-width: 0 4px 4px;
	border-color: #436B81;
	border-style: solid;
}
div#popup iframe.content {
	border: 0;
	width: 562px;
	height: 336px;
	overflow: hidden;
	background: #FFFFFF;
}
div#popup div.cover {
	width: 562px;
	height: 336px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
