/* $Id: jobSearch.css 2148 2007-07-02 20:09:09Z sethw $ */
UL.maincats {
	list-style : square outside url("/images/buttons/yellowarrow.gif");
}
UL.maincats LI {
	padding : 2px;
	font : normal 8pt Verdana, Geneva, sans-serif;
}
UL.maincats LI.open {
	list-style-image : url("/images/buttons/yellowarrow_dn.gif");
}
UL.maincats LI A {
	font : bold 10pt Arial, Helvetica, sans-serif;
}

DL.jobcat {
	padding : 3px; margin-left : 0;
}
DL.jobcat DD {
	list-style : none inside none;  margin-left : 0; padding-left : 0;
}
DL.jobcat DT A, DL.jobcat DD A, DL.jobcat DT SPAN {
	font : normal 10pt Arial, Helvetica, sans-serif;
}

/* the header section for search results pages */
#resultsHead { width : 100%; }
#resultsHead TD { padding : 0; }
#resultsHead H1 { margin : 8px 0 0 0; }
.headerExtra, .sortingOptions {
	font-family : Verdana, Geneva, sans-serif;
	font-size : x-small;
}
.sortingOptions {
	margin-top : 19px;
	padding : 2px 0;
}

#searchNav {
	float: right;
	border : 1px solid #BB8;
	padding : 0 5px;
	width : 135px;
	background : #EED;
}
#searchNav DIV.searchNavImg {
	float : left;
	margin-right : 5px;
}
#searchNav DIV.searchNavItem {
	clear : both;
	margin : 7px 0;
	font-weight : bold;
	font-size : x-small;
	font-family : Verdana, Geneva, sans-serif;
}
#searchNav A { color : #555; text-decoration : none; }
#searchNav A:Hover { text-decoration : underline; }


/* the navigation bar for moving through results */
DIV.resultsNav {
	margin : 4px 0;
	border : 1px solid #999;
	border-top-color : #E6E6E6;
	border-left-color : #E6E6E6;
	padding: 3px;
	background : #D6D6D6;
}
DIV.resultsNav DIV.navLinks {
	float: right;
	padding-left : 25px;
}
DIV.resultsNav SPAN.stats {
	padding-right : 10px;
}

/* the section displaying the actual job results */
DIV#jobResults { margin : 20px 0; }
#jobResults P { text-align : center; }
DIV.pj { float : left; padding-right : 15px; }
.jobTitle, .instName {
	font-weight : bold;
	font-size : small;
}
.jobDetails, .jobLocation {
	font-family : Verdana, Geneva, sans-serif;
	font-size : x-small;
}

DIV#noResults {
	width: 80%;
	margin: auto;
	text-align: center;
}
DIV#noResults H2 { margin-top: 0; }
DIV#noResults P, DIV#noResults LI { text-align: left; }
DIV#noResults LI { margin-bottom: 7px; }
