﻿body 
{
	height:auto;
	margin-top:2px;
	margin-bottom:2px;
}
#TableMain
{
	width: 1024px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	border-spacing:0px;
}
#Top
{
	height:157px; 
	width:100%;
	padding:0px;
	margin-top:0px;
	border-spacing:0px;
}
#space
{
	width:100%;
	padding:0px;
	height:1px;
}
#statusTop
{
	width:100%;
	height:24px; 
	padding:0px;
}
#menuLeft
{
	width:350px;
	border:1px solid #7E0000;
}
#statusBottom
{
	width:100%;
	padding:0px;
	height:24px;
	 
}
#bottom
{
	width:100%;
	height:84px;
	padding:0px;
}

.spaceTop
{
	width:100%;
	padding:0px;
	height:1px;
}
.Content
{
	width:100%;
	border:1px solid #7E0000;
}

/*--------------------------------TEXT------------------------------*/
   /* Cỡ chữ Tiêu đề trang */	
.textTieuDeTrang
		{
   			font-family: Arial, Tahoma, Verdana, sans-serif;
			font-weight:bold;
			font-size:14px;
			font-style:normal;
			color:Black;
		}
	/* Cỡ chữ Tiêu đề một nhóm chức năng */	
.textNhomChucNang
		{
			font-family: Arial, Tahoma, Verdana, sans-serif;
			font-weight:bold;
			font-size:12px;
			font-style:normal;
			color:Black;
			
		}
	/* Cỡ chữ Label Input */	
.textLabel
        {
        	font-family: Arial, Tahoma, Verdana, sans-serif;
        	font-size: 12px;
        	font-style: normal;
        	height: 24px;
        }
	/* Cỡ chữ Control Input */
.textInput
        {
        	font-family: Arial, Tahoma, Verdana, sans-serif;
        	font-size: 12px;
        	font-style: normal;
        	 
        	height: 24px;
        }
.textArea
{
    font-family: Arial, Tahoma, Verdana, sans-serif;
        	font-size: 12px;
        	font-style: normal;
        	text-align: left;
        	
}
     /* Cỡ chữ Control Button */   
.textButton
        {
        	font-family: Arial, Tahoma, Verdana, sans-serif;
        	font-size: 12px;
        	font-style: normal;
        	text-align: center;
        	height: 24px;
        }

/*------------------------------END TEXT----------------------------------*/



/*-----------Style goto Top------------*/
#go_top{
	display:block;
	width:31px;
	height:31px;
	position:fixed;
	background-color:#006505;
	bottom:15px;
	right:15px;
}
/*-- tạo mũi tên --*/
#go_top:before{
	content:"";
	position:Absolute;
	width:0;
	height:0;
	border:11px solid transparent;
	border-bottom:11px solid white;
	left:5px;
	top:-8px;
}
#go_top:after{
	content:"";
	position:Absolute;
	width:10px;
	height:17px;
	background-color:white;
	left:11px;
	top:14px;
}
/*-------------End Style goto Top-------------------*/

/*___________________________________________________*/
a.HyperLinkHover
{
        color: #95FBCF; 
        background-color:#ff0;
        font-family:Tahoma Arial Sans-Serif;
        text-decoration:none;
}

a.HyperLinkHover:visited 
{ 
    color:White;
}
.HyperLinkHover
{
        color: #95FBCF; 
        background-color:#ff0;
        font-family:Tahoma Arial Sans-Serif;
        text-decoration:none;
}





