﻿body
{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
.MainPanel
{
    border: 1px solid #CCCCCC;
    width: 990px;
    text-align: left;
}
.BottomPanel
{
    background-color: #333333;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #F3F3F3;
}
.PanelHeader
{
    padding: 2px 0px 0px 20px;
    width: 100%;
    height: 20px;
    background-color: #4675B9;
    font-size: medium;
    color: #FFFFFF;
}
.PanelHeader1
{
    width: 100%;
    height: 20px;
    background-color: #4675B9;
    font-size: medium;
    text-align: center;
    color: #FFFFFF;
    padding-top: 3px;
}

.PanelBody
{
    border: 1px solid #CCCCCC;
    width: 100%;
}
.MainTable
{
    width:100%;
    vertical-align:top;
}
.MainTableLeftColumn
{
    width:250px;
    vertical-align:top;
}
.MainTableMiddleColumn
{
    width: 520px;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}
.MainTableRightColumn
{
    width:250px;
    vertical-align: top;
}
.Separator
{
    width: 1Px;
    background-image: url('../../Images/Site/m2.jpg');
    height:22px;
}
.MenuHoziontalItem
{
    text-align:center ;
    height:22px;
}
.MenuHoziontalItem:hover
{
    background-color: #CC0000;
}
.MenuNgang
{
    background-color: #333333;
    height:25px;
}
.MenuMain
{
	width: 100%;
	text-align: center;
	height: 22px;
	background-image: url(   'images/bgmenu1.jpg' );
	padding-top: 5px;
	font-size: medium;
	background-repeat: repeat-x;
}
.MenuMain:hover
{
    background-color: #CC0000;
}
.MenuSub
{
	width: 100%;
	padding-left: 5px;
	height: 17px;
	color: #074377;
}
.MenuSub:hover
{
	background-color: #B2CCF3;
	Font-weight: bold;
}

.MenuMainItem
{
	text-decoration: none;
	font-size: medium;
	color: #FFFFFF;
}
.MenuMainSelectedItem
{
    text-decoration:none;
    color:#ffffff;
    font-size: medium;
}
.MenuSubItem
{
    text-decoration: none;
    color: #000000;
    font-size: small;
    text-align: left;
}
.MenuSubSelectedItem
{
    text-decoration: none;
    color: #CC3300;
    font-size: small;
    text-align: left;
}
.LinkTieuDeLon
{
    text-decoration: none;
    font-size: large;
    color: #000066;
}
.LinkTieuDeNho
{
    text-decoration: none;
    font-size: medium;
    color: #800000;
}
