@charset "utf-8";
/* CSS Document */



body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(bg.jpg) repeat-x #f8f3e0;
	text-align: center;
}

div#wrapper {
	width:900px;
	margin:auto;
	border: dashed #999 thin;
	background:#FFF;
	margin-top:10px;
	text-align:left;
	min-height:1400px;
}

div#fjob {
	background:url(images/featuredjob.jpg) no-repeat;
	 width:158px;
	 /*height:110px;*/
	 padding-top:35px;
	 text-align:center;
	 padding-bottom:10px;
	 font-weight:bolder;
}

div#femp {
	background:url(images/featuredemployer.jpg) no-repeat;
	 width:158px;
	 height:110px;
	 padding-top:35px;
	 text-align:center;
	 padding-bottom:10px;
}


/*General styling*/
img {
	border:0;
}

.border {
	border: thin #999 dashed;
}

p {
	font-size:12px;
}

li {
	margin:0;
}

ul {
	margin:0;
}

h1 {
	color:#900;
	font-size:18px;
}

h1.inline {
	display:inline;
	color:#900;
	margin-left:3px;
	font-size:12px;
	margin:0px;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

h2.trigger a {
	color:#03F;
}

h2.blue {color:#03F;
		display:inline;
}

h3 {
	color:#900;
	margin-left:3px;
	font-size:12px;
	margin:0px;


	
}
	
h4 {
	margin:0px;
	color: #C96;
	font-weight:bold;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

h5 {
	color:#C96;
	font-size:14px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
}

a {
	color:#900;
	text-decoration:none;
	outline:none;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/*end general styling*/

/* additional text styling */


p.footer {
	font-size:11px;
}

.green {
	color:#393;
	font-weight:bold;
}

.blue {
	color:#03F;
	font-size:14px;
	font-weight:bold;
}

a.footer:link {
	color:#900;
	text-decoration:none;
	outline:none;
	font-size:11px;
}

a.footer:visited {
	color:#900;
	text-decoration:none;
	outline:none;
	font-size:11px;
}
a.footer:hover {
	color:#900;
	text-decoration:underline;
	outline:none;
	font-size:11px;
}

/*Headers and Footers*/
td#header {
	width:900px;
	background:url('images/header3.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
}
div#signin {
	width:895px;
	text-align:right;
	color:#000;
	margin-top:2px;
	margin-right:3px;
	z-index:99;
	overflow:hidden;
	font-weight:bold;
}

div#signin a:hover {
	color:#F93;
}



div#footer {
	width:900px;
	margin:auto;
	text-align:left;
	white-space:nowrap
	}
	

div#footer a span{
	color:#900;
	text-decoration:none;
	margin-right:160px;
	font-weight:bold;
}

div#footer a {
	color:#666;
	margin:2px;
	font-size:11px;
}
	


/*End headers and footer*/


/*navigation start*/
div.nav {
	margin: 0px;
	padding:0px;
	margin-top:90px;
	height:35px;
	width:940px;
	margin-left:-40px;
	white-space:nowrap;
	display:block;
	z-index:998;
	}
	
ul.nav {
	width: 900px;
	height:35px;
	list-style: none;
	z-index:999;

}

ul.nav li { display: inline;}
	
ul.nav li a {
	display: block; float: left; height: 35px; width:900px;
	background-image: url(images/nav.jpg); text-indent: -9999px;
	font-size:0px; line-height:0px; 
}

	ul.nav li a.home {
		width: 100px; background-position: 0 0;	
	}
	
	ul.nav li a.aboutus {
		width: 131px; background-position: -100px 0;	
	}
	
	ul.nav li a.contact {
		width: 98px; background-position: -231px 0;	
	}
	
	ul.nav li a.jobseekers {
		width: 140px; background-position: -329px 0;	
	}
	
	ul.nav li a.employers {
		width: 155px; background-position: -469px 0;	
	}
	
	ul.nav li a.events {
		width: 105px; background-position: -624px 0;	
	}
	
	ul.nav li a.recruiting {
		width: 171px; background-position: -729px 0;	
	}
	
	ul.nav li a.home:hover, ul.nav li a.home:focus {
		background-position: 0 -35px;	
	}
	
	ul.nav li a.aboutus:hover, ul.nav li a.aboutus:focus {
		background-position: -100px -35px;	
	}
	
	ul.nav li a.contact:hover, ul.nav li a.contact:focus {
		background-position: -231px -35px;	
		
	}
	
	ul.nav li a.jobseekers:hover, ul.nav li a.jobseekers:focus {
		background-position: -329px -35px;	
		
	}
	ul.nav li a.employers:hover, ul.nav li a.employers:focus {
		background-position: -469px -35px;	
	}
	
	ul.nav li a.events:hover, ul.nav li a.events:focus {
		background-position: -624px -35px;	
	}
	
		ul.nav li a.recruiting:hover, ul.nav li a.recruiting:focus  {
	   background-position: -729px -35px;	
	}
	
/*navigation end*/




/*job table styling*/
table#tabbed {
	text-align:left;
}
/*alternating row colours = use php to do this later*/
tr.d0 td {
	background-color: #FFF; color: black;
}
tr.d1 td {
	background-color: #EEE; color: black;
}

tr.fancyAdmin {padding-bottom:15px;}

/*end job table styling*/


/*form styling*/
div.search {
	width:890px;
	margin-top:3px;
	margin:0px;
	display:inline;
}

form.search {
	margin:0px;
	display:inline;
	width:890px;
}

input.search {
	border:thin solid #964737;
	background-color:#BC5945;
	display:inline;
	color:#FFF;
}


select {
	background-color:#FFF;
	color:#C60;
	border:dashed thin #CCC;
	
}

form.reg {
	margin:0px;
	display:inline;
	width:550px;
}

input.reg {
	background-color:#FFF;
	color:#C60;
	border:dashed thin #CCC;
	width: 200px;
	
}

input.regundash {
	background-color:#EFF2C4;
	
}

input.button {
	background-color:#FFF;
	color:#C60;
	border:dashed thin #CCC;
	width: 350px;
	
}

input.code {
	background-color:#FFF;
	color:#C60;
	border:dashed thin #CCC;
	width: 100px;
	
}

select.category {
	width: 175px;
}
select.location {
	width: 150px;
}
select.company {
	width: 150px;
}
select.date {
	width: 93px;
}

input.keyword {
	background-color:#FFF;
	color:#C60;
	border: dashed thin #CCC;
	width: 150px;
	
}
/*end form styling*/

/*table styling*/
div.post {
	text-align:center;
	margin:auto;
	width: 143px;
	margin-top: 15px;
	margin-bottom: 5px;
}

div.post a {
	display: block; float: left; height: 114px;
	background-image: url(images/postbg.jpg); text-indent: -9999px;

}

a.post {
		width: 143px; background-position: 0 0;	
	}
	
a.post:hover, a.post:focus {
		background-position: 0 -125px;	
	}
	
	
div.nowhiring {
	width: 160px;
	margin-bottom: 5px;
	padding-bottom:35px;
}

div.nowhiring a {
	display: block; float: left; height: 25px;
	background-image: url(images/nowhiringbg.jpg); text-indent: -9999px;

}

div.companysign {
	width: 160px;
	margin-bottom: 5px;
	padding-bottom:35px;
}

div.companysign a {
	display: block; float: left; height: 25px;
	background-image: url(images/companysign.jpg); text-indent: -9999px;

}


a.nowhiring {
		width: 160px; background-position: 0 0;	
	}
	
/*a.nowhiring:hover, a.nowhiring:focus {
		background-position: 0 -30px;	
	}*/
	
td.nowhiring {
	padding-top:15px;
	padding-right: 20px;
}
	
td.nowhiring img {
	margin-top: 3px;
	margin-bottom: 3px;
	text-align:center;
}

td.post img {
	margin-top: 5px;
	margin-bottom:5px;
	text-align:center;
}
td.joblist, tr.joblist, th.joblist {
	margin-right:6px;
}
td.joblistsmall {
	margin-right:16px;
	font-size:12px;
	margin:5px;
}
textArea	{

	background:#ffffff; 
	text-align: left; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, Geneva, Helvetica; 
	FONT-SIZE: 12px;
}



/* 2/24/2010 - SL */
.errorMsg {font-weight:bold;font-size:12px;color:#F00}
.successMsg {font-size:14px;font-weight:bold;color:#390}
/*End table styling*/
