﻿

#main
{
  height:700px;
  background-color:white;
	
}
#banner {
	background-image: url('Images/banner.jpg');
	width: 779px;
	height: 129px;
	padding: 0px; margin: 0px; width: 100%;
	background-repeat: no-repeat;
	background-color:inherit;
}
#banner_right {
	background-image: url('Images/banner_right.jpg');
	height: 129px;
	padding: 0px; margin: 0px; width: 100%;
	background-repeat: repeat-x;
}
#banner_line {
	background-image: url('Images/banner_line.jpg');
	background-repeat: repeat-x;
	height:8px;
	padding: 0px; margin: 0px;
}
#footer {
	background-image: url('Images/footer.jpg');
	background-repeat: repeat-x;
	height: 42px;
	width: 100%;
	
}
#container
{
   background-color: Transparent;
}

#container2
{
   background-color: Transparent; margin-right: 200px;
}
#leftcol
{
   position: absolute; top: 139px; left: 0px; 
   background-color: white; font-size: 8px;
   background-image: url('Images/menu_bottom.jpg');
   background-repeat: repeat-y;
}

#centercol
{
   position: relative inherit; margin-left: 200px; padding: 0px;
   background-color: white; 
   height: 100%;
}

#centercolcontent
{
   padding: 15px 6px 15px 6px;
   height: 100%;
}

#rightcol
{
   position: absolute; top: 139px; right: 0px; font-size: 10px;
   color: White; background-color: white;
}

#menu .ItemSelected, #menu .ItemHover
{ 
  /* CSS class for hovering and selected Menu Item
     ... which can be split up, of course! */
  	background-position: center center;
	background: url('Images/menu_b.jpg') ;
	font-family: Verdana;
	font-size: 8pt;
	height: 33px;
	width: 232px;
	padding-left: 2px;
	background-repeat: repeat-x;
}



.menuItem
        {
	color:#FFFFFF;
	padding:2px;
	width: 100%;
	font-family: Vernada;
	font-size: 7pt;
	font-weight: bold;
}
.menuItem:link	{text-decoration:none;color: #FFFFFF;}
.menuItem:active  {text-decoration:none;color: #FFFFFF;}
.menuItem:visited {text-decoration:none;color: #FFFFFF;}
.menuItem:hover	{text-decoration:underline;color: #FFFFFF;}

.menuItemSelected
        {
	border: 1px solid #999999;
	background-color: white;
	color: black;
	padding: 2px;
	width: 100%;
}
.menuItemSelected:link	{text-decoration:none;color: black;}
.menuItemSelected:active  {text-decoration:none;color: black;}
.menuItemSelected:visited {text-decoration:none;color: black;}
.menuItemSelected:hover	{text-decoration:none;color: black;}

.menuItemHover
        {
	border: 1px solid #999999;
	background-color: #CCCCCC;
	color: black;
	padding: 2px;
	width: 100%;

}
.menuItemHover:link	{text-decoration:none;color: black;}
.menuItemHover:active  {text-decoration:none;color: black;}
.menuItemHover:visited {text-decoration:none;color: black;}
.menuItemHover:hover	{text-decoration:none;color: black;}





.bg_white {
	background-color: #FFFFFF;
	
}



/* Các control web  --------------------------------------------------------------------- */
	.Textbox
	{	font-family: Verdana, Arial, Helvetica, sans-serif;	
		font-size:8pt; border:1px solid Gray;}

	.TextboxPhai
	{	font-family: Verdana, Arial, Helvetica, sans-serif;	
		font-size:8pt; border:1px solid Gray; text-align:right;}	
		
		
	.Button1
	{	font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration:none;
		color:#0C20B5; font-size:8pt;background-color:white;  border:1px Ridge lightSteelBlue; cursor:hand;}
	.Button1:link	{text-decoration:none;}
	.Button1:active  {text-decoration:none;}
	.Button1:visited {text-decoration:none;}
	.Button1:hover	{text-decoration:none;}
		
	.Icon
	{	cursor:hand;}
	
	.Image
	{	border: 1px solid silver; cursor:hand;}
	.Image:link	{text-decoration:none;}
	.Image:active  {text-decoration:none;}
	.Image:visited {text-decoration:none;}
	.Image:hover	{text-decoration:none;}
/* End Các control web  */
		
/* Các bảng, hộp thoại --------------------------------------------------------------------- */	
	.TableDownload
		{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:8pt;
		background-color: whitesmoke;	border: 1px solid silver;}
	.TableSearch 
		{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:8pt;
		background-color: whitesmoke;	border: 1px solid silver;}
	/* dòng màu trắng ở đầu và cuối table*/
	.TableWhite
		{background-color: white;	border: 1px solid white; height:4px;}

	/* dùng cho 2 table nhỏ ở đầu các trang danh mục (1 table trạng thái và 1 table tìm kiếm) */
	.TableStatus
		{font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: whitesmoke;	border: 1px solid silver;}
				
	/* Tiêu đề của những table màu cam */
	.TableHeader
	{	background-image: url(Images\BoxHeader_.jpg);}
	
	/* Báo lỗi */
	.TableError
		{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:8pt; color:#cc0000; line-height:15px;
		background-color: lightyellow;	border: 1px solid #cc0000;width:100%;}
	.TableErrorHeader
		{background-color: #cc0000;	border: 1px solid #cc0000; width:15; text-align:center; line-height:15px;}
	
	/* Hướng dẫn */	
	.TableHelp
		{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:8pt; line-height:15px;
		background-color: aliceblue;	border: 1px solid #0099ff;width:100%; color:Navy;}
	.TableHelpHeader
		{background-color: #0099ff;	border: 1px solid #0099ff; width:15; text-align:center; line-height:15px;}	
		
	/* Thông báo */
	.TableNote
		{
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 15px;
	background-color: aliceblue;
	border: 1px solid #0099ff;
	width: 80%;
	color: Navy;
	text-align: justify;
}
		
	/* Thông báo link*/
	.TableNoteLink
		{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:8pt; line-height:15px;color:Navy;}
	.TableNoteLink:link		{color:Navy; font-weight:bold; text-decoration:none;}
	.TableNoteLink:active  {color:Blue; font-weight:bold; text-decoration:none;}
	.TableNoteLink:visited {color:Navy; font-weight:bold; text-decoration:none;}
	.TableNoteLink:hover	{color:Blue; font-weight:bold; text-decoration:none;}
	
	.TableNoteHeader
		{background-color:#0099ff;	border: 1px solid #0099ff; width:15; text-align:center; line-height:15px;}	  
		
	/* Phản hồi (Dòng đậm) */
	.PH1
		{background-color: #e7ebf7;}
	/* Phản hồi (Dòng lợt) */
	.PH2
		{background-color: #eff3f7;}
	.PH3
		{background-color: beige;}
	
/* End Các bảng, hộp thoại  */

/* Nhập liệu (NL) --------------------------------------------------------------------- */	
	/* Tiêu đề bên trái */
	.NLTitle
	{	font-family: Verdana, Arial, Helvetica, sans-serif;	
		color:Black; font-size:8pt; background-color: whitesmoke; text-align:right;}
		
	.NLTable
		{font-family: Verdana, Arial, Helvetica, sans-serif;	
		color:Black; font-size:8pt;	border: 0px; width:100%; margin-right:15px;}		
	.NLTable:link	{color:black;}
	.NLTable:active  {color:black;}
	.NLTable:visited {color:black;}
	.NLTable:hover	{color:black;}
/* End Nhập liệu */

/* Chữ --------------------------------------------------------------------- */		
	/* Chữ có màu (1) */
	.TextColor1
	{	font-family: Verdana, Arial, Helvetica, sans-serif;	
		color:#FF6C00;	font-size:8pt;	 line-height:15px;}
	.TextColor1:link {	color:#FF6C00;		}
	.TextColor1:active  { color:#FF6C00;	}
	.TextColor1:visited { color: #FF6C00;	}
	.TextColor1:hover{	color:#FF6C00;	}
	
	/* Chữ có màu */
	.TextColor
	{	font-family: Verdana, Arial, Helvetica, sans-serif;	
		color:#0C20B5;	font-size:8pt;	 line-height:15px;}
	.TextColor:link {	color:#0C20B5;		}
	.TextColor:active  { color:DARKKHAKI;	}
	.TextColor:visited { color: #0C20B5;	}
	.TextColor:hover{	color:DARKKHAKI;	}
	
	/* Chữ  màu đen đậm*/
	.TextDam
	{	font-family: Verdana, Arial, Helvetica, sans-serif;	
		color:Black;font-size:8pt;	 line-height:15px; font-weight:bold}
	.TextDam:link {	color:Black;		}
	.TextDam:active  { color:gray;	}
	.TextDam:visited { color: Black;		}
	.TextDam:hover{	color:gray;	}
	
	/* Chữ nhỏ, có màu, dùng cho hiển thị ngành hành ở tranh chủ */
	.TextColorSmall
	{	font-family: Verdana, Arial, Helvetica, sans-serif;	
		color:#0C20B5;	font-size:8pt;	 line-height:15px;}
	.TextColorSmall:link {	color:#0C20B5;		}
	.TextColorSmall:active  { color:chocolate;	}
	.TextColorSmall:visited { color: #0C20B5;	}
	.TextColorSmall:hover{	color:chocolate;	}
	
	/* Chữ màu trắng */
	.TextWhite
	{	color:white;	font-size:8pt;	}
	
	/* Chữ màu đen */
	.Text
{
    font-family: Verdana;
    color: Black;
    font-size: 8pt;
    line-height: 20px;
    text-align: justify;
    
}
	.Text:link {	color:Black;		}
	.Text:active  { color:gray;	}
	.Text:visited { color: Black;		}
	.RedText
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: Red;
    
}		
	/* Chữ màu xám */
	.TextGray
	{	font-family: Verdana, Arial, Helvetica, sans-serif;	
		color:gray;font-size:8pt;	 line-height:15px;}
	.TextGray:link {	color:gray;		}
	.TextGray:active  { color:gray;	}
	.TextGray:visited { color: gray;		}

	/* Đường link nhỏ, có màu */
	.LinkColor
	{	font-family: Verdana, Arial, Helvetica, sans-serif;	
		color:#0C20B5;	font-size:7.5pt;line-height:15px;}
	.LinkColor:link		{color:#0C20B5;}
	.LinkColor:active	{color:#990000;}
	.LinkColor:visited	{color: #0C20B5;}
	.LinkColor:hover		{color:#990000;}
	
	/* Chữ màu Hong, đường link có gạch dưới */
	.LinkHong
	{	font-family: Verdana, Arial, Helvetica, sans-serif;	
		color:#c2077b ;font-size:8pt;	 line-height:15px;}
	.LinkHong:link		{	color:#c2077b; }
	.LinkHong:active	{	color:yellow;	}
	.LinkHong:visited	{	color: #c2077b;	}
	.LinkHong:hover		{	color:yellow;}
	
	/* Chữ màu hong, đường link không có gạch dưới */
	.Link
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#1103C3;
	font-size:8pt;
	line-height:15px;
	text-transform: uppercase;		
		}
	.Link:link		{	color:#1103C3; text-decoration: none;		}
	.Link:active
{
    color: #0C0288;
    text-decoration: none;
}
	.Link:visited	{	color: #1103C3;text-decoration: none;		}
	.Link:hover		{	color:#0C0288;text-decoration: none;	}
		
	/* Chữ màu hong, đường link không có gạch dưới */
	.MenuTop
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:8pt;
	line-height:15px;
	text-transform: uppercase;		
		}
	.MenuTop:link		{	color:#FFFFFF; text-decoration: none;		}
	.MenuTop:active
{
    color: peachpuff;
    text-decoration: none;
}
	.MenuTop:visited	{	color: #FFFFFF;text-decoration: none;		}
	.MenuTop:hover		{	color:peachpuff;text-decoration: none;	}
	
	/* Tiêu đề lớn của form */
	.FormTitle
	{	font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12pt; color:white; font-weight:bold;
		color:#0C20B5; padding-top:10;}
		
	/* Tiêu đề bình thường, màu giống tiêu đề form */
	.Title
	{	font-family: Verdana, Arial, Helvetica, sans-serif;	
		color:#0C20B5;	font-size:8pt;	font-weight:bold;  line-height:15px;}
		
	/* Tiêu đề bình thường màu trắng */
	.TitleWhite
	{	font-family: Verdana, Arial, Helvetica, sans-serif;	
		color:white;	font-size:10pt;	font-weight:bold;  line-height:15px;}
	
	/* Tiêu đề bình thường màu trắng */
	.OrangeTitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ff9900;
    font-size: 9pt;
    font-weight: bold;
    
}
	
	/* Tiêu đề màu trắng dành cho Tab */
	.TextTab
		{font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11pt; color:white; font-weight:bold; padding-top:7px;	}
	.TextTab:link	{color:white; font-weight:bold;text-decoration: none;}
	.TextTab:active  {color:white; font-weight:bold;text-decoration: none;font-size:12pt;}
	.TextTab:visited {color:white; font-weight:bold;text-decoration: none;}
	.TextTab:hover	{color:white; font-weight:bold;text-decoration: none;font-size:12pt;}
	
	/* Tiêu đề màu trắng dành cho Menu chính (menu ngang) */
	.TextMenu
		{font-family: Verdana, Arial, Helvetica, sans-serif;font-size:8pt; 
		color:white; font-weight:bold;}
	.TextMenu:link	{color:white; text-decoration:none; font-weight:bold;}
	.TextMenu:active  {color:white; text-decoration:none;font-weight:bold; font-size:9pt;color:Yellow;}
	.TextMenu:visited {color:white; text-decoration:none;font-weight:bold;}
	.TextMenu:hover	{color:white; text-decoration:none;font-weight:bold; font-size:9pt;color:Yellow;}
	
	/* Thông báo lỗi */
	.Error
	{	font-family: Verdana, Arial, Helvetica, sans-serif;	
		color:red;	font-size:8pt;	font-weight:normal; line-height:15px;}
	.Error:link {color: brown;	text-decoration: underline;}
	.Error:active {color: darkorange;text-decoration: underline;}
	.Error:visited {	color: brown;	text-decoration: underline;}
	.Error:hover {color: darkorange;text-decoration: underline;}
	
	.Error1
	{	font-family: Verdana, Arial, Helvetica, sans-serif;	
		color:red;	font-size:8.5pt;	font-weight:bold; line-height:15px;}

	/* Các ghi chú, lưu ý, có màu đen */
	.Note
	{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size:7.5pt; color:Gray; line-height:15px;}
	.Note:link	{  color:Gray;font-weight:bold;}
	.Note:active {  color:Gray;font-weight:bold;}
	.Note:visited {  color:Gray;font-weight:bold;}
	.Note:hover {  color:Gray;font-weight:bold;}
	
	/* Các ghi chú, lưu ý, có màu đỏ */
	.NoteRed
	{	font-family: Verdana, Arial, Helvetica, sans-serif;	
		color:brown;	font-size:7.5pt; line-height:15px;}
	.NoteRed:link {color: brown;font-weight:bold;}
	.NoteRed:active {color: red;font-weight:bold;}
	.NoteRed:visited {	color: brown;font-weight:bold;}
	.NoteRed:hover {color: red;font-weight:bold;}
	
	/* Các ghi chú, lưu ý, có màu đỏ */
	.Footer
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:8pt;
	background-color: #000000;
}
.FooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:8pt;
	background-color: #000000;
}
	.Footer:link {
	
	color: #FFFFFF;
	text-decoration: none;
}
	.Footer:active {
	
	color: #FFFFFF;
	text-decoration: underline;
}
	.Footer:visited {
	
	color: #FFFFFF;
	text-decoration: none;
}
	.Footer:hover {
	
	color: #FFFFFF;
}
	
	.Footer_bg{ background-color:Black;}
/* End Chữ */
				
/* Tab --------------------------------------------------------------------- */	
	.TabTable
		{border: 0px;width:100%;}
		
	.TabTable_
		{background-color: #ff8300;	border: 1px solid #ff8300;width:100%; height:5px;}	
		
	.Tab
		{font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12pt; color:white; font-weight:bold; padding-top:8pt;
		background-image: url(..\..\Image\Tab.gif);	border: 1px solid #ff8300;	text-align:center;}
	.Tab:link	{color:white; text-decoration:none;}
	.Tab:active  {color:white; text-decoration:none;}
	.Tab:visited {color:white; text-decoration:none;}
	.Tab:hover	{color:white; text-decoration:none;}

	.TabUnactive
		{font-family: Verdana, Arial, Helvetica, sans-serif;font-size:11pt; color:white; font-weight:bold; padding-top:7px;
		background-color:#FFB566;	border: 1px solid white;	text-align:center;}	

	.TabBackground
		{border: 0px; background-image: url(..\..\Image\Tab_Bg.gif);}
/* end Tab */

/* Menu chính (menu ngang) ---------------------------------------------------------------------------------------- */
	.MainMenu
		{font-family: Verdana, Arial, Helvetica, sans-serif;font-size:8pt; color:white; font-weight:bold; padding-left:8pt; padding-right:8pt;
		background-image: url(..\Image\Menu.gif);border: 1px solid steelblue;text-align:center;height:22px;}
	.MainMenu:link	{color:white; text-decoration:none;}
	.MainMenu:active  {color:white; text-decoration:none;}
	.MainMenu:visited {color:white; text-decoration:none;}
	.MainMenu:hover	{color:white; text-decoration:none;}
	
	.MainMenuUnactive
		{font-family: Verdana, Arial, Helvetica, sans-serif;font-size:8pt; color:white; font-weight:bold; padding-left:8pt; padding-right:8pt;
		background-color:#4BA7F4;border: 1px solid Steelblue;text-align:center;height:22px;}
/* End Menu chính */

/* Menu dọc ---------------------------------------------------------------------------------------- */
	/* Khoảng cách từ tên nhóm menu xuống menu đầu tiên*/
	.Menu3
	{	background-color: whitesmoke; height:3px;}
	
	/* Độ dài menu*/
	.Menu
	{	background-color: whitesmoke; height:17px;}
	
	/* Độ dài phân cách giữa 2 menu*/
	.Menu5
	{	background-color: whitesmoke; height:5px;}
	
	/* Phân cách giữa các menu */
	.Menu_	
	{	background-image: url(..\..\Image\Menu_.gif);}

/* end Menu dọc */
/* Co them scroll ----------------------------------------------------------------------------------- */
.sstermbox {
	 PADDING-RIGHT: 6px; PADDING-LEFT: 6px; PADDING-BOTTOM: 6px; OVERFLOW: scroll;  PADDING-TOP: 6px;  HEIGHT: 150px 
}
/*end Scroll*/
                   
.line
{
    background-image: url(../../App_Themes/StandardTheme/Images/h_dot.gif);
    width: 100%;
    height: 25px;
    background-repeat: repeat-x;
}
A:link	
{
    font-family:Verdana;
	text-decoration:	underline;
	color:	#0000CC;
	}	
		
A:visited	
{
    font-family:Verdana;	
	text-decoration:	underline;
	color:	#0000CC;
	}	
		
A:active	
{
    font-family:Verdana;
	text-decoration:	none;
	color:	#FF6600;
	}	
		
A:hover	
{
    font-family:Verdana;	
	text-decoration:	underline;
	color:	#FF6600;
	}
.Grid
{
    font-family: Verdana;
    font-size:8pt;
	line-height: 20px;
}

.s_menu
	{font-family: Verdana, Arial, Helvetica, sans-serif;font-size:8pt; 
	color:black; padding:2px;}
.s_menu:link	{color:black; text-decoration:none; padding:2px;}
.s_menu:active  {color:black; text-decoration:none; padding:2px;}
.s_menu:visited {color:black; text-decoration:none;padding:2px;}
.s_menu:hover	{color:black; text-decoration:none;padding:2px;}
	
.ss_menu
{font-family: Verdana, Arial, Helvetica, sans-serif;font-size:8pt; 
color:black; z-index:9999;}
.ss_menu:link	{color:black; text-decoration:none; }
.ss_menu:active  {color:black; text-decoration:none; }
.ss_menu:visited {color:black; text-decoration:none;}
.ss_menu:hover	{color:black; text-decoration:none; }
	
.table_content{border-color:#D2E4FC;}
.Text_Tes
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
   line-height:18px;
    
}

.Text_Tes_blue
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
   line-height:18px;
   color:#3333cc;
    
}
.Image
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}
.Admin_Menu
{
    background-color:#006666;
    color:White;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight:bold;
    
 }
 .Admin_Menu:link
{    
    color:White;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
    
 }
  .Admin_Menu:visited
{   
    color:White;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
 }
 .Admin_Menu:hover
{   
    color:White;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration:underline;
 }
.Text_Ques
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 8pt;
    font-style:italic;
    line-height:18px;
}
.Text_Ans
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 8pt;
    line-height:18px;
}
TEXTAREA
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
BUTTON
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
INPUT
{
     font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
/* New for Axioo */
.fakehlink {cursor: hand; text-decoration: underline; color: #0066CC; font-weight:normal;}
.menu_top
        {
	font-family: Verdana;
	font-size:8pt;
	font-weight:bold;
	padding: 1px 1px 1px 1px;
	
}

.menu_left
        {
	font-family: Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#FFFFFF;
	padding: 1px 1px 1px 1px;	
}
.menu_left:link	{color:#FFFFFF; text-decoration:none; }
.menu_left:active
{
    color: peachpuff;
    text-decoration: underline;
}
.menu_left:visited {color:#FFFFFF; text-decoration:none;}
.menu_left:hover	{color:peachpuff; text-decoration:underline; }

.line_1{
	background-color: #FF800E;
}
.line_2{
	background-color: #39346E;
}
.line_3{
	background-color: #0A5F02;
}
.TitleBlack{
	font-family: Verdana;
	font-size:8pt;
	color:#000000;
	font-weight:bold;
	text-transform: uppercase;
}
