/* SEARCH BOX STYLING */
#keywords, #location, #jobtype, input.file {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 0 1px #FFFFFF, 0 1px 1px 1px rgba(0, 0, 0, 0.06) inset, 0 0 10px rgba(0, 0, 0, 0.02) inset;
    color: #666666;
    padding: 4px;
	width: 100%;
}

#keywords {
	width: 98.5% !important
}

input[type="submit"] {
	background: url("../images/button_more.png") repeat-x scroll 0 0 #F0F0F0;
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.09);
	border: medium none;
 	border-radius: 20px 20px 20px 20px;
	font-size: 10px;
	font-weight: bold;
 	margin: 3px;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
    color: #666666;
}

#vacancySearch ul { 
	list-style:none;
	padding:0;
	margin:0;
}

#vacancySearch li {
	display:block;
	margin-bottom:10px; 
       padding:0; 
}

#vacancySearch ul li {
    padding-left:0px;
} 

#vacancySearch label {
	display:block;
	font-weight:bold;
}

#vacancySearch #submit-search {
    margin-top: 0;
    text-align: left;
}

#vacancySearch h3 {
    font-size:1.8em;
    margin-top:25px;
    margin-bottom:5px;
    padding-bottom:0px;
}


/*#vacancySearch input, 
#vacancySearch select {
    padding:2px;
}



 SEARCH PAGE RESULTS STYLING */

#page-title {
    margin-left:45px;
    margin-top:50px;
    margin-bottom: 15px;
}

#search-results {
	width:98%;
	margin:0 auto;
}

tr.datacell {
	border-bottom: 2px solid #7EB200;	
}

th.dataheader {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

#num-of-vacancys {
	text-align:left;
	display:block;
	margin-bottom:10px;
}


#pagination {
	text-align:center;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}

.next-link-active {
	margin-left:30px;
	background: url("../images/button_more.png") repeat-x scroll 0 0 #F0F0F0;
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.09);
    color: #444444;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
	margin-right:30px;
	border: medium none;
    border-radius: 20px 20px 20px 20px;
	font-size: 10px;
    margin: 3px;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
	font-weight:bold;
}

.next-link-dead {
	margin-left:30px;
	background: url("../images/button_more.png") repeat-x scroll 0 0 #F0F0F0;
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.09);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
	margin-right:30px;
	color:#999999;
	border: medium none;
    border-radius: 20px 20px 20px 20px;
	font-size: 10px;
    margin: 3px;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
}

.prev-link-active {
	margin-left:30px;
	background: url("../images/button_more.png") repeat-x scroll 0 0 #F0F0F0;
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.09);
    color: #444444;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
	margin-right:30px;
	color:#999999;
	border: medium none;
    border-radius: 20px 20px 20px 20px;
	font-size: 10px;
    margin: 3px;
    padding: 8px 10px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
	font-weight:bold;
}

.prev-link-dead {
	background: url("../images/button_more.png") repeat-x scroll 0 0 #F0F0F0;
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.09);
    color: #444444;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
	margin-right:30px;
	color:#999999;
	border: medium none;
    border-radius: 20px 20px 20px 20px;
	font-size: 10px;
    margin: 3px;
    padding: 8px 10px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
}

.pagelink {
	padding:10px;
}

.active {
	font-size:14px;
	font-weight:bold;
}


.bold-text {
	font-weight:bold;
}

.job-title {
	display:block;
	font-weight:bold;
	font-size:12px;
}

/*a {
	color:#F15604;
} */

#results-table {
	padding-bottom:5px;
	margin-bottom:5px;
	width:100%;
}

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


#results-table td {
	padding:5px;
}

#no-results-text {
    text-align:center;
    font-size:12px;
    display:block;
    font-weight:bold;
    margin-top:20px;
    margin-bottom:20px;
}

#homelink{
    font-size:11px;
    font-weight:normal;
}

/* VACANCY DETIALS PAGE STYLING */

#vacancy-info {
	width:700px;
	margin-left:0px;
}


#vacancy-info ul li {
    display:block;
    margin-bottom:5px;
}


#apply{
    margin-top:30px;
    text-align:center;
}
