body {
	FONT-SIZE: 10pt; MARGIN: 0px; COLOR: #000; FONT-FAMILY: verdana,arial,helvetica,sans-serif;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;  
}

/* Use to display the apply form style*/
.tableForm
{
	font-family: Verdana;
	font-size: small;
	margin: 0 auto auto;
	border: solid 1px #9db3c5;
	border-collapse:collapse;
	width: 756px;
}

.tableForm caption
{
	font-family:Verdana;
	font-size:x-large;
	font-weight:bolder;
	padding-bottom: 4px;
	color:#1E517E;
}

.tableForm td
{
	height:30px;
	border-bottom: solid 1px #9db3c5;
	border-left:solid 1px #9db3c5;
	padding-left:7px;

}

.tableForm .noBorder td
{
	border: 0;
}

.tableForm #Panel_area
{
	float:left;
	max-width:406px;
	max-height:350px;
	height:350px;
	width:406px;
	overflow: scroll;
}

.tableForm .mainHeader
{
	background-image:url("../images/header.gif");
	background-repeat:repeat-x;
	color:White;
	font-size:large;
	font-weight:bold;
}

.tableForm .secondHeader
{
	background-color:#e8f3fd;
	color:#666;
	height:22px;
	font-size:medium;
	font-family:"Trebuchet MS";
	font-weight:bold;
}

.tableForm .faqHeader
{
	background:#3565b5;
	color:White;
	font-family:"Trebuchet MS";
	font-size:medium;
	font-weight:bold;
}

.tableForm .submitRow
{
	text-align:center;
	vertical-align:middle;
	height:36px;
}

.tableForm .submitRow input
{
	width:100px;
	margin: 0 5px;
}
a:link {
	COLOR: blue; TEXT-DECORATION: none
}
a:visited {
	COLOR: blue; TEXT-DECORATION: none
}
a:hover {
	COLOR: red;
}


/* use to display the search result style*/
fieldset 
{
	border-style:none;
	background-color: #f3f3f3;
	line-height:1.7em;
	width:100%;
}

fieldset .header
{
	color: White;
	font-weight:bolder;
	font-size:large;
	padding-left: 7px;
	background-image: url("../images/header.gif");
	background-repeat:repeat;
}

fieldset .name
{
	float:left;
	width: 180px;
	font-weight:bold;
	margin-left: 7px;
}

fieldset .footer
{
	 background-color: #deedff;
	 padding-left:7px;
	 font-weight:bold;
	 color:#666;
}

fieldset ul
{
	margin:0;
	padding:0;
	float:left;
	width: 100%;
	list-style:none;
}

fieldset ul li
{
	float:left;
	padding:0 2em;
}

fieldset li a
{
	display:block;
	text-decoration:none;
	float:left;
}

fieldset p
{
	float:left;
}

h1
{
	font-family:Verdana;
	font-size:x-large;
	font-weight:bolder;
	padding-bottom: 4px;
	margin-bottom:1px;
	color:#1E517E;
	text-align:center;
}

h2
{
	font-family:Verdana;
	font-size:larger;
	font-weight:bolder;
	padding-bottom: 5px;
	color:#1E517E;
	text-align:center;
}

/* use to display show table style */
.candidateTable, .showInfo
{
	border-collapse:collapse;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	width:100%;
	table-layout:fixed;
}

.showInfo td
{
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
	max-height:31px;
	/*height:30px;*/
}

.showInfo tr
{
	behavior:url('IEHoverFix.htc');
}

.showInfo tr:hover,.showInfo tr.odd:hover
{
	background:#3072cd;
	color:White;
}

.showInfo th
{
	background:#3565b5;/*±íÍ·±³¾°É«*/
	color: #fff;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
	height:30px;
	font-size:large;
	font-weight:bold;
	
}

.showInfo tr.odd
{
	background:#f7fbff;
}

.candidateTable th
{
	background-image:url("../images/tb_header.jpg");
	background-repeat:repeat-x;
	text-align:center;
	
}

.wrong
{
	/*background:url("../../Images/wrong.png") no-repeat left;
	padding-left:10px;*/
	width:240px;
}

#welcome
{
	background:#2e5faf;
	color:White;
	font-size:10pt;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	margin-top:20px;
	margin-bottom:20px;
}

#nav
{
	list-style-type:none;
	margin:0;
	padding:0;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
}

#nav li
{
	display:inline;
	border-top:solid 1px #fff;
}

#nav li a
{
	display:block;
	width:100%;
	height:13px;
	line-height:13px;
	text-decoration:none;
	padding-bottom:8px;
	padding-top:7px;
	background:url("../images/bullet.gif") no-repeat 13px 3px;
	text-indent: 40px;
}

#nav a:hover 
{
	background-color:#fff;
}

img
{
	border:0;
}

.message {
    color: red;
    margin: 5px;
    font-size: large;
    border-width : 1px;
    border-color : #ffba43;
    background-color:#fdffce;
    border-style : solid;
    padding : 5px;
    visibility:hidden;
}

.navTable
{
height:50px; 
text-align:center; 
width: 98%; 
font-size:15px;
}


.tableForm .mainHeader2
{
	background-color:#5b9fd7;
	color:White;
    font-size:large;
	font-weight:bold;
}

.tableForm .mainHeader3
{
	background-color:lightblue;
    font-size:large;
	font-weight:bold;
}

