.candidate_content {

/* top right bottom left */
	margin: 10px 10px 100px 10px;
}

/* menu items on the index.php page */

.home_menu_items {

	font-family: verdana;

}

/* welcome title on the index.php page */
H3.welcome_title {

}

/* welcome text  on the index.php page */
.welcome_text {

}

/*

Used for diplaying explanation notes above input forms.
For example, in password.php:

Here you can change your password

Click 'Submit' after you have finished making the changes.

*/

.explanation_note {


}

TABLE.order_table {

	background-color: #d9d9d9;
	width: 100%;


}

TD.order_col_head {

	background-color: #E9E9E9;
	font-weight: bold;

}

TD.order_col_data {

	background-color: #ffffff;
	

}

TD.order_col_data_small {

	background-color: #ffffff;
	font-size: 7pt;

}

/*

A request was already made

*/

.request_msg_sent_label {
	border: solid; 
	border-color: #3333FF; 
	border-width:2px

}

/* ---------- Start LightBox ------------- */

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 5px;
	border: 5px solid #163351;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

/* ---------- End LightBox ------------- */
