﻿body {
	FONT-SIZE: 10pt; 
	MARGIN: 0px; 
	/*COLOR: #000; 
	background-color:#ffffff;*/
	FONT-FAMILY: verdana,arial,helvetica,sans-serif;

    /*background-image: url(../images/bg.jpg);
    background-repeat:repeat-x;*/
    background-color:white;
}

/* 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: 100%;
}

.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;
	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;
}

.showInfo tr
{
	behavior:url('IEHoverFix.htc');
}

.showInfo tr:hover,.showInfo tr.odd:hover
{
	background:#99ccff;
	color:White;
}

.showInfo th
{
	background:#3565b5;
	color: #fff;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
}

.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;*/
}

#welcome
{
	color:White;
	font-size:10pt;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

#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;
	
	height:30px;
	width:100%;
    float:left;
}


#nav li a
{
	display:block;
	
	height:22px;
	
	text-decoration:none;
	padding-bottom:8px;
	padding-top:7px;
	background:url("../Images/bullet.gif") no-repeat 10px 3px;
	text-indent: 35px;
	
}

#nav a:hover 
{
	background-color:#fff;
	height:22px;
}

img
{
	border:0;
}

.RegisterStyle
{
line-height:20px;
border-collapse:collapse;
border:solid gray;
border-width:1px 0 0 1px;
}

.RegisterStyle td,th 
{
	border:solid gray;
	border-width:0 1px 1px 0;
	
    padding-left:5px;
    height:35px;
}

.SendShortMessageStyle
{
line-height:20px;
border-collapse:collapse;
border:solid #dad8d8;
border-width:1px 0 0 1px;
}

.SendShortMessageStyle td,th 
{
	border:solid #dad8d8;
	border-width:0 1px 1px 0;
	
    padding-left:5px;
    height:35px;
    font-size:13px;
     font-family:微软雅黑;
}

.SendShortMessageStyle textarea
{
   font-size:13px;
   font-family:微软雅黑;
   line-height:22px;
}













.InvoiceTableStyle
{
line-height:20px;
border-collapse:collapse;
border:solid #0088ac;
border-width:1px 1px 1px 1px;
}

.InvoiceTableStyle td,th 
{
	border:solid #0088ac;
	border-width:0 0px 0px 0;
    height:auto;
}


.PaperIDListStyle
{
line-height:20px;
border-collapse:collapse;
border:solid #0088ac;/*0088ac*/
border-width:0px 0px 0px 0px;
float:left;
}


.PaperIDListStyle td,th 
{
	border:solid #0088ac;
	border-width:0 0px 0px 0;
    height:auto;
    font-family:Verdana;
    font-size:10pt;
    padding-right:10px;
}

.PaperIDListStyle input
{
	margin-left:-5px;
}


.PaperList
{
line-height:20px;
border-collapse:collapse;
border:solid gray;
border-width:1px 0 0 1px;
}

.PaperList td,th 
{
	border:solid gray;
	border-width:0 1px 1px 0;
	
    padding-left:5px;
    height:28px;
}











.Register
{
line-height:20px;
border-collapse:collapse;
border:solid gray;
border-width:0px 0 0 0px;
}


.Register td,th 
{
	border:solid gray;
	border-width:0 0px 0px 0;
	
    padding-left:5px;
    height:45px;
}



.RegButton
{
	  width: 120px;
        height: 30px;
        
        font-size: 11pt;
        font-family:Arial;
        letter-spacing: 1px;
        text-align:center;
        border-radius: 5px;
        border: 1px solid #2576A8;
        
        
        
        
        	         background: -webkit-linear-gradient(top,#66B5E6,#2e88c0);
 background: -moz-linear-gradient(top,#66B5E6,#2e88c0);
background: linear-gradient(top,#66B5E6,#2e88c0);
 background: -ms-linear-gradient(top,#66B5E6,#2e88c0);
       
         
 box-shadow: 0 1px 2px #8AC1E2 inset,0 -1px 0 #316F96 inset;
 
    color: #fff;
    text-shadow: 1px 1px 0.5px #22629B;
    
     cursor:pointer;
}


.RegButton:hover
{

           background: -webkit-linear-gradient(top,#4E9FD1,#186ca0);
    background: -moz-linear-gradient(top,#4E9FD1,#186ca0);
   background: linear-gradient(top,#4E9FD1,#186ca0);
   background: -ms-linear-gradient(top,#4E9FD1,#186ca0);
	
	/*
           background: -webkit-linear-gradient(top,#8DC9EF,#4E9FD1);
    background: -moz-linear-gradient(top,#8DC9EF,#4E9FD1);
   background: linear-gradient(top,#8DC9EF,#4E9FD1);
   background: -ms-linear-gradient(top,#8DC9EF,#4E9FD1); */ 
}



.ButtonStyle
{
	  width: 80px;
        height: 25px;
        font-size: 10pt;
        font-family:Arial;
        letter-spacing: 1px;
        text-align:center;
        border-radius: 4px;
        border: 1px solid #2576A8;
   background: -webkit-linear-gradient(top,#66B5E6,#2e88c0);
 background: -moz-linear-gradient(top,#66B5E6,#2e88c0);
background: linear-gradient(top,#66B5E6,#2e88c0);
 background: -ms-linear-gradient(top,#66B5E6,#2e88c0);
 box-shadow: 0 1px 2px #8AC1E2 inset,0 -1px 0 #316F96 inset;
    color: #fff;
    text-shadow: 1px 1px 0.5px #22629B;
     cursor:pointer;
}


.ButtonStyle:hover
{

           background: -webkit-linear-gradient(top,#4E9FD1,#186ca0);
    background: -moz-linear-gradient(top,#4E9FD1,#186ca0);
   background: linear-gradient(top,#4E9FD1,#186ca0);
   background: -ms-linear-gradient(top,#4E9FD1,#186ca0);
}






.fee
{
line-height:20px;
border-collapse:collapse; 
border:solid gray;
border-width:1px 0 0 1px;
}

.fee td,th 
{
	border:solid gray;
	border-width:0 1px 1px 0;
	text-align:left;
    padding-left:5px;
}

.Survey 
{
	margin-top:0px;
}

.Survey label 
{
   cursor:pointer;
}

.Survey td
{
	height:20px;
	padding:0px;
}

    
.Statistical label
    {
    cursor:pointer;
    margin-right:20px;
    }
    
.Statistical
{
line-height:20px;
border-collapse:collapse;
border:solid wheat;
border-width:1px 0 0 1px;
width: 90%;
}

.Statistical td,th 
{
	border:solid wheat;
	border-width:0 1px 1px 0;
	text-align:left;
    padding-left:5px;
    height:30px;
}

.title
{
background-color: #0088ac;
 font-weight: bold;

 font-size:15px;
text-align:center;
color:#ffffff;
}






.textBoxStyle 
{ 
display:inline;
padding: 0px 0px 0px 2px; 
font-size: 14px; 
height:25px;
line-height: 1.428571429; 
color: black; 
vertical-align: middle; 
background-color: #ffffff; 
border: 1px solid #cccccc; 
border-radius: 4px; 
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
} 

.textBoxStyle:focus 
{ 
border-color: #66afe9; 
outline: 0; 
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 
} 



/*login textbox style*/
.loginTextBoxStyle 
{ 
display:inline;
padding: 0px 0px 0px 2px; 
font-size: 11pt; 
height:30px;
line-height: 1.428571429; 
color: #555555; 
vertical-align: middle; 
background-color: #ffffff; 
border: 1px solid #cccccc; 
border-radius: 5px; 
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
} 

.loginTextBoxStyle:focus 
{ 
border-color: #66afe9; 
outline: 0; 
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 
} 



.fixed
{
	position:fixed; left:0px; bottom:0px; width:100%; height:45px; background-color:#000; z-index:9999;
}

.topAndDown
{
   position: fixed;
   width: 40px;
   height:80px;
   bottom: 300px;
   right: 0px;
   text-align: center;
}
