/* vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker: */

form {
    padding: 0;
    margin: 0;
}

.rowelement {
	display: block;
	padding: 2px 0px;
	margin: 0px;
	clear: both;
}

.rowelement span {
	float: left;
	width: 45%;
	padding: 3px 4px;
	margin: 0px;
}

#center_form {
	margin: 10px 0px;
	padding: 0px;
	text-align: left;
}

#center_form h1 {
	clear: both;
	font-size: 12px;
}

#center_form p {
	margin: 0px;
	padding: 3px 2%;
}

#center_form select {
	border: 1px solid gray;
	font-size: 11px;
/*	width: 200px;*/
}

.error_display {
    color: red;
}

/** General table listing styles */
table.listing {
	width: 100%;
}
table.listing td {
    padding: 4px;
}
table.listing tbody tr:hover {
    background-color: lightyellow !important;
}
tr.hovered { /* For IE - uses javascript onmouseover/out to set each tr to this class */
	background-color: lightyellow !important;
}

/** General table headings */
table.listing thead th {
	background: #eee;
	border-top: 1px solid gray;
	border-bottom: 1px solid #aad;
	font-weight: bold;
	padding: 6px 3px;
}

.umbrella_header {
	background: #3A44BD;
	color: #fff;
	font-size: 10px;
	text-align: center;
	border-right: 1px solid white;
}

.sub_header {
	background: #3A44BD;
	color: #fff;
	font-size: 10px;

}

.sub_header_divider {
	background: #3A44BD;
	color: #fff;
	font-size: 10px;
	border-right: 1px solid white;
}

.formelement {
	text-align: left;
	width: 770px;
	padding:5px;
}

.formelement span {
	float: left;
	width: 48%;
	padding: 4px 0px;
	text-indent: 5px;
}

.formelement select {
	font-size: 11px;
}

div.formSection {
    background-color: #EBEFFF;
    padding-bottom: 5px;
}

.contentcenter_plain {
	width: 770px;
	text-align: left;
}

div.formSection p {
    padding: 3px;
}

div.formSectionTitle {
    border-bottom: 1px #F3B250 solid;
    background-color: #3A44BD;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

div.formSection div.col {
    width: 48%;
    padding-right: 5px;
    margin: 0;
    float: left;
}

div.formButtonBar {
    background-color: #3A44BD;
    text-align: center;
    padding: 5px;
}

td.label {
    text-align: right;
}

div.successMessage {
    font-face: Arial, Helvetica, Verdana;
    font-size: 14px;
    background: #E7F4D4 url(/images/success_tick.gif) no-repeat 0 50%;
    border: 1px solid #00D100;
    padding: 6px 6px 6px 30px;
    line-height: 16px;
}

input.checkbox, input.radio {
    border-style: none;
}

/* System Email CSS *******************************/

div#systemEmailTags {
    width: 160px;
    border: 1px #3A44BD solid;
    padding: 3px;
    margin-right: 5px;
    float: right;
}

/* System Email CSS (END)**************************/


/* Recruiter Add/Edit CSS *************************/

div#recruiterEdit td.label {
    text-align: right;
    width: 300px;
}

/* Recruiter Add/Edit CSS (END) *******************/

.checklist {
	list-style: none;
	overflow: auto;
	border: 1px solid gray;
	background-color: white;
	padding: 0px;
/*	height: 20em;*/
}

.checklist li { 
	margin: 0px;
	padding: 0px;
}

.checklist label {
	display: block;
	/*height: 2%;*/
	padding-left: 22px;
	text-indent: -20px;
}

.checklist label b {
	font-size: 11px;
}

	
.checklist label:hover, .checklist label.hover { background: #777; color: #fff; }

.checklist input {
	/*display: none;*/
	height: 10px;
	width: 10px;
	margin-bottom: 3px;
}
.checklist div {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	height: 18px;
	padding-top: 4px;
	width: 100%;
	text-indent: 20px;
}

#recruiter_sidebar {
	float: right;
	border: 1px solid gray;
	width: 300px;
}

#recruiter_sidebar h1 {
	margin: 0px;
	padding: 5px;
}

.candidate_search_row {
	background: #EBEFFF;
	margin: 5px;
	line-height: 21px;
	clear: both;
	width: 750px;
	height: 115px;
/*	border: 1px solid green;*/
}


.candidate_search_left {
	/*float: left;
	border-right: 10px solid white;
	padding: 5px;*/
	width: 400px;
/*	border: 1px solid red;*/
}

.candidate_search_right {
	float: right;
	padding: 5px;
	width: 315px;
/*	border: 1px solid yellow;*/
}




/* jquery.suggest */
	
	.ac_results {
		border: 1px solid gray;
		background-color: white;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
		height: 30em;
		overflow: auto;
	}
	
	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #101010;
		text-align: left;
	}
	
	.ac_results li span {
		float: none;
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #F0F0B8;
	}
	
	.ac_match {
		text-decoration: underline;
		color: black;
	}
	
/* end of jquery.suggest */

.formelementTitle {
	font-weight: bold;
}