body {	margin-top: 0px;}
.main_tool_bar
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #800000;
	text-decoration: none;
}
.main_tool_bar:visited
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #800000;
	text-decoration: none;
}
.main_tool_bar:hover
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #800000;
	text-decoration: none;
}

/*=================================================*/.main_title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #800000;
	background-image: url(../images/clip_hdr.gif);
	background-repeat: repeat-x;
	border: 1px solid #A8C9FA;
	height: 20px;
	font-style: normal;
	text-transform: uppercase;
}
.main_title A
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #800000;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
}
.main_title A:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #800000;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
}
.main_title A:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #800000;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
}
.separation_line
{
	line-height: 4px;
}
/*=================================================*/
.leftborder
{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color:cornflowerblue;
}
 /*=================================================*/
.search_form
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #F0F6FF;
	border: 1px solid #A8C9FA;
	}
.search_form td
 { vertical-align: top;
padding-top:3px;
padding-left:8px;
padding-right:8px;
padding-bottom:3px;
}
 /*==============================*/
.search_form #red /*for chnging the text color to red for the:"*Required Fields" messages in the forms*/
{color: #FF0000;}
.search_form #spacer /*for adding space after the "required" sentence */
{
padding-bottom:17px;
}
.search_form #space /*for adding space before and after the submit button*/
{
padding-top:15px;
padding-bottom:15px;
}
.search_form #done /*for adding space before and after the done box*/
{
padding-top:20px;
padding-bottom:20px;
}
.search_form #error /*for adding space before and after the error box*/
{
padding-top:20px;
padding-bottom:20px;
}
.search_form #title /*for the titles of the new applicant form*/
{
	color: #FFFFFF;
	background-color:#3B66AB;
	font-weight:bold;
	font-style:italic;
	text-transform: capitalize;
}
.search_form #image /*for the dimension of the applicant photo.. this code also reserve  the ratio between the width and the height to view the pic correctly*/
{
	max-height:280px;
	max-width:280px;
    border: 1px solid #000000;
}

.search_form A:link
 { 
font-size: 11px;
color: #00008B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
 }
.search_form A:visited
 { 
font-size: 11px;
color: #00008B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.search_form A:hover
 { 
font-size: 11px;
color: #FF3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
 }
.search_form label
{
	font-weight:bold;
	font-style:italic;
	text-transform: capitalize;
}
.search_form optgroup
{
color: #000000;
}

/*==================          FORMS       ===================*/
input[type="text"]
{
	COLOR: darkblue;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	border: 1px solid cornflowerblue;
	height: 13px;
	padding-left:3px;
	}
INPUT[type="text"]:focus {border: 1px solid #FF0000;}
input[type="password"]
{ 	COLOR: darkblue;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	border: 1px solid cornflowerblue;
	height: 13px;
	padding-left:3px;
}
INPUT[type="password"]:focus {border: 1px solid #FF0000;}
input[type="radio"]
{
color:#CC0033
background-color: #00CCCC;
}
select
{
	COLOR: darkblue;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	}
select:focus{border: 1px solid #FF0000;}
textarea
{
	COLOR: darkblue;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	border: 1px solid cornflowerblue;
	padding-top:4px;
padding-left:4px;
padding-right:4px;
padding-bottom:4px;
}
textarea:focus{border: 1px solid #FF0000;}
/*===============================*/
input[type="submit"]
{
	COLOR: DARKBLUE;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	FONT-WEIGHT: bold;
	border: 1px solid #000000;
	height: 17px;
}
input[type="submit"]:hover
{
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	FONT-WEIGHT: bold;
	border: 2px solid cornflowerblue;
	height: 17px;
	cursor: hand;
}
input[type="button"]
{
	COLOR: DARKBLUE;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	FONT-WEIGHT: bold;
	border: 1px solid #000000;
	height: 17px;
}
input[type="button"]:hover
{
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	FONT-WEIGHT: bold;
	border: 2px solid cornflowerblue;
	height: 17px;
	cursor: hand;
}
input[type="file"]
{
	COLOR: DARKBLUE;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	FONT-WEIGHT: bold;
	border: 1px solid #000000;
	height: 17px;
}
input[type="file"]:hover
{
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	FONT-WEIGHT: bold;
	border: 2px solid cornflowerblue;
	height: 17px;
	cursor: hand;
}

/*=======================================================*/
.error 
{
border: 1px solid #FF0000;	font-size: 11px;	color: #FF0000;	font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration: none;	width: 70%;	height:67px;
	background-color: #FFF4F5;	background-image: url(../images/error.gif);	background-repeat: no-repeat;	background-position: 5px 8px;
}
.error td
{padding-left:65px;padding-right:5px;padding-top:5px;padding-bottom:5px;vertical-align:top;
}
.done
{border: 1px solid #35AD5E;	font-size: 11px;	color: #006633;	font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration: none;	width: 70%;	height:67px;background-color: #F9FCF3;	background-image: url(../images/done.gif);	background-repeat: no-repeat;	background-position: 5px 8px;
}
.done td{padding-left:65px;padding-right:5px;padding-top:5px;padding-bottom:5px;vertical-align:top;}
.noresult 
{border: 1px solid #FF0000;	font-size: 11px;	color: #FF0000;	font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration: none;	width: 70%;	height:67px;
	background-color: #FFF4F5;}
/*=================   RESULTS   ===========================*/
Table.result {background-color: #A8C9FA;}/*for keeping the border color if there is no data in the cell*/
.result {font-size: 11px;color: #000000;	font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none;border-top-width: 1px;border-right-width: 1px;	border-left-width: 1px;border-top-style: solid;border-right-style: solid;	border-left-style: solid;border-top-color: #A8C9FA;border-right-color: #A8C9FA;
border-left-color: #A8C9FA;}
.result td{padding-top:3px;padding-left:8px;padding-right:8px;	padding-bottom:3px;
border-bottom-color:#A8C9FA;border-bottom-style: solid;border-bottom-width: 1px;}
.result #header/*for adding space & color for the first line*/{padding-bottom:17px;color:#FF3300;background-color: #FFFFFF;}
.result #header2/*for adding background cololr for the first line*/{background-color: #FFFFFF;}
.result label{font-weight:bold;font-style:italic;text-transform: capitalize;}
.result #white{background-color: #FFFFFF;}
.result #white:hover{background-color: #F9FCF3;}
.result #blue{background-color: #EAF7FF;}
.result #blue:hover{background-color: #F9FCF3;}
.result A:link {font-size: 11px;color: #00008B;	font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none; }
.result A:visited { font-size: 11px;color: #00008B;font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none;}
.result A:hover{ font-size: 11px;color: #FF3300;font-family:Verdana, Arial, Helvetica, sans-serif;text-decoration: underline; }
/*==============  PAGING    ================================*/
.paging td{font-size: 11px;color: #00008B;	font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none;padding-top:25px;padding-bottom:5px;}
.paging #selected{	padding:4px;font-size: 11px;color: #FF3300;	font-family: Verdana, Arial, Helvetica, sans-serif;border: 1px solid #FF3300;	background-color: #FFF4F5;}
.paging A:link {padding:4px;	font-size: 11px;color: #00008B;font-family:Verdana, Arial, Helvetica, sans-serif;text-decoration: none;border: 1px solid #A8C9FA;
	background-color: #EAF7FF;}
.paging A:visited {padding :4px;font-size: 11px;color: #00008B;font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none;border: 1px solid #A8C9FA; background-color: #EAF7FF;}
.paging A:hover{padding:4px;font-size: 11px;color: #FF3300;	font-family: Verdana, Arial, Helvetica, sans-serif;border: 1px solid #FF3300;background-color: #FFF4F5;}
/*======================================================*/
.copyright
{
font-size: 10px;
color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
text-transform: capitalize;
}
.copyright A:link
{
font-size: 10px;
color: #00008B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
text-transform: capitalize;
}
.copyright A:visited
{
font-size: 10px;
color: #00008B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
text-transform: capitalize;
}
.copyright A:hover
{
font-size: 10px;
color: #FF3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-transform: capitalize;
}

