body {
    background-color: #efefef;
    font-family: Arial;
    font-size: 12px;
    margin:0;
    position: relative;
    min-height: 100%;
    top: 0px;
    /*color: #585858;*/
   color: black; 
}

#mainstyle {
    margin:0 auto;
    width: 100%;  
    /*background: url(../images/bgmain.png) top repeat-y;*/   
    margin-bottom: 20px;
}

/************************************     Top     ******************************/
#top {
    width: 100%;
    background-color:#005f69 ;
   	height: 140px;
}
#top_body
{
	width:70%;
	margin: 0 auto;	
	padding-right: 20px;	
}
#top_body_left
{
	width:60%;	
	float:left;
	padding-top: 20px;
}
#top_body_right
{
	width:40%;
	float:left;
	text-align: right;
	padding-top: 10px;
}
#top_body_right span
{
	color: white;
	
}
#top_body_right a
{
	text-decoration: none;
}
#top_body img
{	
	height:90px;
}
/****************** Body ****************************/

#mainpage
{
	width: 100%;		
	background-color:#E8E8E8;
	float:left;
}
#main_body
{
	width: 70%;		
	background-color:white;
	margin: 0 auto;	
}
#body_mess
{
	width: 100%;
	height:800px;
	padding-top: 20px;
	padding-left: 20px;
}
#body_confirm
{
	width: 100%;
	height:700px;
	padding-top: 20px;
	padding-left: 20px;
}
#body_list
{
	width: 100%;
	height:100%;
	padding-top: 20px;
	padding-left: 20px;
}
.title_list
{
	color: blue;
	font-weight: bold;
	font-size: 16px;
}
#header_body
{
	width:100%;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 50px;	

}
#header_body span
{
	font-size: 20px;
	color: #FA7D37;
	font-weight: bold;
	
}
 /****************** Footer ****************/
#bottom {
    width: 70%;
    margin: 0 auto;   
}
#footer {
    width: 100%;
    background-color:#005f69 ;
   	height: 150px;
}
#footer_left
{
	width:70%;
	float:left;
}
#footer_left_1
{
	width:100%;
	float:left;
}
#footer_left_2
{
	width:100%;
	float:left;
	padding-left: 15px;
}
span.text_footer
{
	color: white;
	line-height: 20px;
	font-style: italic;
}
#footer_right
{
	width:30%;
	float:left;
}
#footer_right img
{
	width:50px;
	float:right;
	padding-top: 15px;
}
/*************** Elements ****************/
.line_body{
    width: 100%;
    height: 3px;    
    background-color: #ff0a0a;   
}
.title_form
{
	font-size: 14px;
	color: #3333cc;
	font-weight: bold;
}
/*************** Form đăng ký ********************/
input[type="text"]
{
    /*background: transparent;*/
   /* border: 1px solid #C1C4BC;*/
  	/*border: 1px solid #AAA4A3;*/
  	border: 1px solid #9C9897;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
   height: 25px;
    padding: 2px 5px;
    font-size:12px;
}
.text_form
{
	color:#212424;
	color:black;
	font-size:12px;	
}
.text_form_sub
{
	color:black;
	font-size:12px;	
	font-style: italic;
	font-weight: bold;
}
.boder_1
{
	border-top: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	border-right: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	
}
.boder_2
{
	border-top: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;	
	border-bottom: 1px solid #7f7f7f;
}
.boder_3
{
	border-bottom: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;	
}
.boder_4
{	
	border-left: 1px solid #7f7f7f;
	border-right: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;	
}
.ttt
{
	text-transform: uppercase;
}
table#kqtt, table#kqtt th, table#kqtt td
{
	border:1px solid #cdcdcd;
	text-align: center;
}
table#kqtt td
{
	color:#115DA5;
}
table#kqtt
{
    border-collapse:collapse;
}
table#kqtt tr:nth-child(even) {
  background-color: #eee;
}
table#kqtt tr:nth-child(odd) {
 background-color: #fff;
}
table#kqtt th {
  background-color: #115DA5;
  color: white;
}
table#kqtt_thpt, table#kqtt_thpt th, table#kqtt_thpt td
{
	border:1px solid #cdcdcd;
	
}
table#kqtt_thpt td
{
	color:#115DA5;
	
}
table#kqtt_thpt
{
    border-collapse:collapse;
}
table#kqtt_thpt tr:nth-child(even) {
  /*background-color: #eee;*/
}
table#kqtt_thpt tr:nth-child(odd) {
 background-color: #fff;
}
table#kqtt_thpt th {
  background-color: #115DA5;
  color: white;
  text-align: center;    
}
label.error {
    width: 100%;
    color: red;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    
    text-align: left;
    float: left;
    display: block;
}
