#jobBoard.normal {
	margin:25px 0;	
}
#jobBoard #jobBoardHeader {
	margin-bottom:25px;	
}
#jobBoard.facebook #jobBoardHeader table {
	margin:0px auto;
}
#jobBoard #jobBoardHeader .box {
	float:left;
}
#jobBoard #jobBoardHeader .box.left {
	margin-right:6px;
}
#jobBoard #jobBoardHeader .companyHeader {
	text-align:center;
}
#jobBoard.facebook #jobBoardHeader .companyHeader {
	margin-bottom:10px;	
}
#jobBoard #jobBoardHeader .recruiterPic {
	width:60px;
}
#jobBoard #jobBoardHeader .recruiterPic img {
	border:2px solid #3B5998;
}
#jobBoard #jobBoardHeader .divider {
	background-color:#999999;
	height:24px;
	margin:0 2px;
	width:1px;
}
#jobBoard #jobBoardContent {
	clear:both;	
}
#jobBoard #jobSearch table {
	margin:0px auto;
}
#jobBoard #jobList {
	margin-top:10px;	
}
#jobBoard #jobList .job {
	margin-bottom:20px;	
}
#jobBoard #jobList .job .title a {
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
#jobBoard #jobList .job .actions {
	margin:2px 0px;	
}
#jobBoard #jobList #job .description {
	margin-bottom:20px;	
}
#jobBoard .pagination {
	text-align:center;
}
#jobBoard .foot {
	padding-top:10px;
	border-top:1px solid #cccccc;
	margin:10px 0;
}
#jobBoard input.text {
	width:200px;
}
#jobBoard .errorMsg {
	color:red;
}
#jobBoard .noResults {
	margin:40px 0px;	
}
#jobBoard .defaultText {
	font-style:italic;
	color:#999999;
}
#jobBoard #jobSearchForm { position:relative; }
#jobBoard #jobSearchForm td {
	vertical-align:top;
}
#jobBoard #jobSearchForm #submit {
	margin-top:2px;
}
#jobBoard #countryContainer {
	position:relative;
	text-align:right;
	margin:1px;
}
#jobBoard #countryLabel {
	cursor:pointer;
	padding-right:15px;
	background:url('http://jobmagic.com/images/iconArrowDown.png') no-repeat scroll right 0;
}
#jobBoard #countrySelected {
	margin-left:5px;
}
#jobBoard #countryDropDown {
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-width:1px 2px 1px 1px;
	position:absolute;
	right:0px;
	top:16px;
}
#jobBoard #countryDropDown li {
	cursor:pointer;
	padding:5px;
	border-bottom:1px solid #cccccc;
	background:#fcfcfc;
}
#jobBoard #countryDropDown li:hover {
	background-color:#D8DFEA ;	
}

#jobBoard #fbSpinner {
	background-color: #f0f0f0;
	background-image: url('http://jobmagic.com/images/iconAnimatedBusy_30.gif');
	background-position: center center;
	background-repeat: no-repeat;
	bottom: -1px;
	left: 0pt;
	opacity: 0.85;
	position: absolute;
	right: 0;
	top: 0pt;
	z-index: 100;
	display:none;
}

 .pagination {
	width:100%;
	font-size:12px;
}
 .pagination .pageNumber {
	margin:0px 3px;
}
 .pagination .currentPage {
	font-size:12px;
	font-weight:bold;
}