/* General*/
#body {
	clear: both;
	padding-top: 10px;
}

.error {
	font-weight: bold;
}
legend {
	color: red;
}
/* Nav Top*/
#navlinks {
	float: right;
	width: 50%;
	list-style-type: none;
}
 /* footer area*/
#footerlinks {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
/* job search form page*/
#searchform legend {
	font-weight: bold;
}
#searchform fieldset {
	padding: 0 1em;
}
#searchform label {
	display: block;
	width: 150px;
	font-weight: bold;
}
#searchform input {
	width: 200px;
}
#searchform select {
	width: 200px;
}
#searchform button {
	float: right;
	height: 30px;
	width: 150px;
}
#jobs, #jobs td, #jobs th {
	border: 1px solid;
	border-collapse: collapse;
	border: 1px solid #c0c0c0;
	padding: 4px;
}
#jobs td, #jobs th {
	margin: 0px;
 	padding: 2px;
 	background-color: #fff;
}
#thead th {
	width: 100px;
	text-align: left;
	background-color: #e8e8e8;
	/*font-weight: bold;*/
}
/* job page*/
#job dl {
}
#job dt {
	clear: both;
	display: block;
	font-weight: bold;
}
#job dd {
}
#jobwrapper {
	width: 500px;
	margin: 0 auto 0 auto;
	padding: 10px;
}
#jobwrapper h3 {
	float: left;
}
#jobwrapper img {
	float: right;
}
/* candidate login page*/
p#loginlinks {
	float: right;
	padding: 1em;
}
#login fieldset {
	width: 450px;
	margin: 0 auto 0 auto;
	display: block;
	padding: 1em;
	border: solid 1px;
} 
#login legend {
	font-weight: bold;
}
#login label {
	display: block;
	width: 150px;
}
#login input {
	width: 200px;
}
#login select {
	width: 200px;
}
#login button {
	clear: both;
	float: right;
	height: 30px;
	width: 150px;
		
}
/* Application form*/
.standout {
	width: 450px;
	margin: 1em auto 1em auto;
	display: block;
	padding: 1em 1em 1em 1em;
	border: solid 1px;
}
#apply fieldset {
	width: 550px;
	margin: 0 auto 0 auto;
	display: block;
	padding: 1em 1em 1em 1em;
	border: solid 1px;
} 
#apply label {
	font-weight: bold;
	clear: both;
	display: block;
	margin: 1em 0 1em 0;
}
#apply input {
	width: 200px;
}
#apply textarea {
	width: 400px;
	height: 400px;
}
#apply button {
	margin-top: 1em;
	clear: both;
	float: right;
	height: 30px;
	width: 150px;
}
#apply {
	width: 100px;
	clear: both;
	display: block
}
#apply legend {
	font-weight: bold;
}
.candidateregistermaintableheader th {
	text-align: center;
}
/* client registration page*/
#process_client th {
	text-align: left;
}
#process_client fieldset {
	margin: 0 auto 0 auto;
	display: block;
	padding: 1em 0 1em 0;
	border: solid 1px;
}
#process_client label {
}
#process_client input {
}
#process_client select {
}
#process_client button {
	clear: both;
	float: right;
	height: 30px;
}
/*#process_client #logo_auto {
	width: 100px;
}*/
#process_client legend {
	font-weight: bold;
}
.clientregistermaintableheader {
	text-align: center;
}
/* Topup form*/
#topup fieldset {
	width: 450px;
	margin: 0 auto 0 auto;
	display: block;
	padding: 1em 1em 1em 1em;
	border: solid 1px;
} 
#topup label {
	font-weight: bold;
	clear: both;
	display: block;
	margin: 1em 0 1em 0;
	padding: 1em;
}
#topup select {
	margin-left: 1em;
	width: 200px;
}
#topup button {
	margin-top: 1em;
	clear: both;
	float: right;
	height: 30px;
	width: 150px;
}
#topup legend {
	font-weight: bold;
}
/* job registration page*/
#jobpost th {
	text-align: left;
}
#jobpost fieldset {
	width: 450px;
	margin: 0 auto 0 auto;
	display: block;
	padding: 1em 0 1em 0;
	border: solid 1px;
} 
#jobpost label {
}
#jobpost input {
	width: 200px;
}
#jobpost select {
	width: 200px;
}
#jobpost textarea {
	width: 445px;
	height: 200px;
}
#jobpost button {
	clear: both;
	float: right;
	height: 30px;
	width: 150px;
	
}
#jobpost legend {
	font-weight: bold;
}
.postjobmaintableheader {
}
/* job preview page*/
#preview th {
	text-align: left;
}
#preview fieldset {
	width: 450px;
	margin: 0 auto 0 auto;
	display: block;
	padding: 1em;
	border: solid 1px;
} 
#preview select {
	width: 200px;
}
#preview button {
	clear: both;
	float: right;
	height: 30px;
	width: 150px;
}
#preview legend {
/**/font-weight: bold;
	 
}
/* manage jobs*/
#managejobs tr {
	text-align: left;
}
#managejobs .title {
}
#managejobs, #managejobs th, #managejobs td {
	border: 1px solid;
	border-collapse: collapse;
	padding: 2px;
	margin: 0px;
}
/*cv search*/
#client_searchcv th {
	text-align: left;
}
#client_searchcv fieldset {
	width: 450px;
	margin: 0 auto 0 auto;
	display: block;
	padding: 1em 0 1em 0;
	border: solid 1px;
} 
#client_searchcv label {
}
#client_searchcv input {
	width: 200px;
}
#client_searchcv select {
	width: 200px;
}
#client_searchcv textarea {
	width: 445px;
	height: 200px;
}
#client_searchcv button {
	clear: both;
	float: right;
	height: 30px;
	width: 150px;
	
}
#client_searchcv legend {
	font-weight: bold;
}
.postjobmaintableheader {
}
/*cv listings search*/
#cvlistings fieldset {
	width: 450px;
	display: block;
	padding: 1em;
	border: solid 1px;
	border: 1px solid #999DA3;
} 
#cvlistings label {
	width: 150px;
	font-weight: bold;
	clear: both;
	display: block;
	margin: 1em 0 1em 0;
}
#cvlistings input {
	width: 200px;
}
#cvlistings select {
	width: 200px;
}
#cvlistings button {
	clear: both;
	float: right;
	height: 30px;
	width: 150px;
	
}
#cvlistings legend {
	font-weight: bold;
}
.postjobmaintableheader {
}
#managecandidates tr {
	text-align: left;
}
#managecandidates, #managecandidates th, #managecandidates td,
	#manageclients, #manageclients th, #manageclients td {
	border: 1px solid #c0c0c0;
}
#managecandidates, 
#manageclients {
	border-collapse: collapse;
	border-spacing: 1px 1px;
	margin-bottom: 30px;
}
#managecandidates th, #managecandidates td, 
#manageclients th, #manageclients td {
	padding: 4px;
	margin: 0px;
}
#managecandidates th,
#manageclients th {
	background-color: #e8e8e8;
}
#managecandidates td,
#manageclients td {
	background-color: #fff;
}
#managecandidates td.delimiter,
#manageclients td.delimiter {
	height: 2px;
	padding: 0px;
	margin: 0px;
	background-color: #c0c0c0;
}
/* candidate registration page*/
#process_candidate th {
	text-align: left;
}
#process_candidate fieldset {
	width: 550px;
	margin: 0 auto 0 auto;
	display: block;
	padding: 1em 0 1em 0;
	border: solid 1px;
} 
#process_candidate label {
}
#process_candidate input {
	width: 200px;
}
#process_candidate select {
	width: 200px;
}
#process_candidate button {
	clear: both;
	float: right;
	height: 30px;
	width: 150px;
}
#process_candidate {
	width: 100px;
}

#process_candidate legend {
	font-weight: bold;
}
/* pagination */
#pagelink {
	display: block;
	margin: 0px;
	padding: 0px;
}
#pagelinks li {
	display: inline;
	list-style-type: none;
}
