.header
{
	position: relative;
	background-image:url(../images/header.gif);
	background-position:left;
	background-repeat:no-repeat;
	width: 1000px;
	height: 100px;
}

.header_bottom
{
	position: relative;
	background-image:url(../images/header_bottom.gif);
	background-repeat:no-repeat;
	width: 575px;
	height: 50px;
	left: 200px;
	margin-top:10px;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 0.8em;
}

.header_bottom a
{
	text-decoration: none;
}

.header_image
{
	position: absolute;
	left: 25px;
	top: 10px;
}

.header_links
{
	position: absolute;
	width: 620px;
	left: 205px;
	top: 2px;
}

.header_welcome_text
{
	position: absolute;
	right: 25px;
	top: 15px;
	text-align:center;
	font-size: 11px;
}

.admin_function_text
{
	position: absolute;
	width: 600px;
	top: 112px;
	left: 200px;
	text-align:center;
	font-weight: bold;
	font-size: 1.2em;
}

.admin_function_text_oneline
{
	position: absolute;
	width: 600px;
	top: 125px;
	left: 200px;
	text-align:center;
	font-weight: bold;
	font-size: 1.2em;
}

table
{
	empty-cells: show;
	font-size: 12px;
}

th
{
       text-align: right;
}

table.admin
{
	width: 100%;
}

table.admin td.title
{
	font-weight: bold;
/*	background-color: #FFD0DC;*/
	background-color: #7C9FC2;
/*
	border-style: solid;
	border-width: 1px;*/
	padding: 5px;
	text-align: right;
}

table.admin td
{
	background-color: #B0C6DB;
/*
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;*/
	padding: 5px;
}

table.admin_link_table
{
	width: 100%;
}

table.admin_link_table td.title
{
	font-weight: bold;
	background-color: #7C9FC2;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

table.admin_link_table td
{
	background-color: #B0C6DB;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

table.questionnaire_question
{
	width: 600px;
	margin-bottom: 15px;
}

table.questionnaire_question td.title
{
	font-weight: bold;
	background-color: #7C9FC2;
	padding: 5px;
}

table.questionnaire_question td.result_left
{
	background-color: #B0C6DB;
	padding: 5px;
	text-align: right;
	width: 50%;
}

table.questionnaire_question td.result_right
{
	background-color: #B0C6DB;
	padding: 5px;
	text-align: left;
	width: 50%;
}

table.questionnaire_question td
{
	background-color: #B0C6DB;
/*
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;*/
	padding: 5px;
}

#popup_div
{
	position: absolute;
	background-color: #FFCC99;
	width: 520px;
	height: 230px;
	text-align: center;
	visibility: hidden;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	z-index: 2000;
}

#popup_div a
{
	text-decoration:none;
}

#popup_iframe
{
	background-color: #FFFFCC;
	width: 500px;
	height: 200px;
}

.page_tab
{
	width:100%;
/*
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
*/
	background-color: #A7D3F9;
/*	background-image:url(../images/tab_background.gif);*/
	padding: 10px;
}

.page_tab_top
{
	background-image:url(../images/search_corner.gif);
	background-repeat:no-repeat;
	width: 1002px;
	height: 30px;
}

.page_tab_bottom
{
	background-image:url(../images/bottom_corner.gif);
	background-repeat:no-repeat;
	width: 1002px;
	height: 30px;
}

.main_link
{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #A8C3DD;
	padding: 5px;
}

.tab_link_container
{
	position: relative;
	width: 1002px;
	height: 30px;
}

.tab_link
{
	position:absolute;
	background-image:url(../images/corner.gif);
	background-repeat:no-repeat;
	width: 198px;
	text-align:center;
	padding-top: 7px;
	padding-bottom: 9px;
}

.tab_link_selected
{
	position:absolute;
	background-image:url(../images/corner_selected.gif);
	background-repeat:no-repeat;
	width: 198px;
	text-align:center;
	padding-top: 7px;
	padding-bottom: 9px;
}

.tab_link_six
{
	background-image:url(../images/corner_six.gif);
	width: 165px;
}

.tab_link_selected_six
{
	background-image:url(../images/corner_selected_six.gif);
	width: 165px;
}

.tab_search
{
	background-image:url(../images/search_corner.gif);
	background-repeat:no-repeat;
	width: 1002px;
	text-align:center;
}

.tab_link a
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.tab_link_selected a
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.studentdetails {
	background-color: #D9E8FD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: thin solid #000000;

}
.studentdetailstd {
	background-color: #B7D3FB;
        text-align: right;

}

.studentdetailstop {
	background-color: #B7D3FB;

}


.jobs {
	background-color: #FCDDCF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: thin solid #000000;

}
.jobstd
{
	background-color: #FAC1A9;
	text-align: right;
}

.jobstop {
	background-color: #FAC1A9;

}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(../back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}

.auto_complete
{
	position: absolute;
	width: 300px;
	height: 100px;
	background-color: #EAEAEA;
	overflow: scroll;
	font-size: 0.7em;
	visibility: hidden;
	z-index: 1000;
}

.auto_complete_row
{
	background-color: #EAEAEA;
	cursor: pointer;
}

.auto_complete_row:hover
{
	background-color: #0000FF;
	color: #FFFFFF;
}

.alert
{
/*
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
*/
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.alert a
{
	color: #FFFFFF;
	font-weight: bold;
}

textarea
{
	font: 12px Arial, Helvetica, sans-serif;	
	width: 350px;
}