﻿/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px arial, tahoma, Verdana;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/******************************/


/***** STYLE NÀY CHO PHẦN TÌM KIẾM VÀ HIỂN THỊ KẾT QUẢ TÌM KIẾM Ở TRANG MAIN  ****/
.bgTableMain
{
	background-image:url('images/body_bg.gif');
	background-color: #6B89AF;
	width:100%;
}

.PaddingTableMain
{
	padding: 0px 0px 0px 0px;
}

.DivSearchAreaContent 
{
	border-style:solid;
	border-width:1px;
	border-color:#A5ACB2;
	padding-left:4px;
	color:#000000;
	font-family:verdana, tahoma, arial;
	font-size:12px;
}

.FormBody 
{ 
	border: 1px solid #126ecc;
	width: 100%;
	background-color: #FFFFFF; 
}

.FormLabel
{
	font-size: 8pt; font-weight: normal; text-align: left;
	font-family:verdana, tahoma, arial;
	border-top: 1px solid #FEFEFE; 
	border-right: 1px solid #FEFEFE;
	color: #000000;
	white-space: nowrap;
	color: #000000;
}

.FormControl
{
	font-family:verdana, tahoma, arial;
	font-size: 8pt;
	border-top: 1px solid #FEFEFE; 
	border-right: 1px solid #FEFEFE;
	white-space: nowrap;	
	color: #000000;
}

.FormCommand
{
	background-color:#E1ECFC;
	border-top: 1px solid #B9D1F4; 
	white-space: nowrap;	
	color: #000000;
}

.DropDownWidth
{
	width:250;
}

.NormalText
{
	font-size: 8pt; font-weight: normal; /*text-align: left;*/
	font-family:verdana, tahoma, arial;
	color: #000000; 
}

.NormalTextBold
{
	font-size: 8pt; font-weight: bold; text-align: left;
	font-family:verdana, tahoma, arial;
	color: #000000;	
}

.TextForStaff
{
	font-size: 8pt; font-weight: normal; text-align: left;
	font-family:verdana, tahoma, arial;	
}
.NormalNoScrollBar
{
	font-size: 8pt; font-weight: normal; text-align: left;
	font-family:verdana, tahoma, arial;
	color: #000000;	
	background-color:#ffffff; 
	
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
}
.GridProject {
	border-spacing:1px;
	font-family:verdana, tahoma, arial;
	font-size:9pt;
	color: #000000;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 3px #ccc;
}

.GridHeader
{
	text-align: center;	
	background-color:#6B89AF;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-transform:uppercase;
	font-size:7pt;
	white-space: nowrap;	
	font-weight:bold;
	font-family:verdana, tahoma, arial;
}

.GridRowAlt td
{
	font-family:verdana, tahoma, arial;
	font-size:8pt;
	/*text-align: left;			*/
	font-weight:normal;
	padding: 2px 2px 2px 2px;	
}

.GridRow td
{
	font-family:verdana, tahoma, arial;
	font-size:8pt;
	/*text-align:left;*/
	font-weight:normal;	
	padding: 2px 2px 2px 2px;	
}

a.GridRow:link
{
	font-size:8pt;
	color: #666;
	text-decoration: none;
	font-weight:normal;
}
a.GridRow:hover
{
	font-size:8pt;
	color: #666;
	text-decoration: underline;
	font-weight:normal;
}
a.GridRow:visited
{
	font-size:8pt;
	color: #666;
	text-decoration: none;
	font-weight:normal;
}

.GridFooter {
	background-color:#E7E7E7;	
	padding:12px;
	font-family:Arial,tahoma,Verdana;
	text-align:center; 	
	font-size:10pt; 
	font-weight:bold; 
	border-bottom:6px solid #CCC;
}

a.GridFooter:link {				
	font-size:10pt; 
	font-weight:bold; 
	color:blue;
}

a.GridFooter:hover {	
	font-size:10pt; 
	font-weight:bold; 
	color:red;
}

a.GridFooter:visited {		
	font-size:10pt; 
	font-weight:bold; 
	color:blue;		
}


.TextLabel {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8pt; 
	COLOR: #808080; 
	font-family:verdana, tahoma, arial; 
	/*TEXT-ALIGN: left;*/
}
.TextLabelMessage {
	FONT-WEIGHT:bolder; 
	
	FONT-SIZE: 9pt; 
	COLOR: red; 
	font-family:verdana, tahoma, arial; 
	TEXT-ALIGN:center;
}
.TextGroup {
	padding-left:2px; 
	padding-top:3px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt; 
	COLOR: #000000; 
	font-family:arial, verdana, tahoma; 	
}
.SubTitle {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 14pt; 
	FONT-FAMILY: arial;
	COLOR: #131fa5;
}

/*----- tab -----*/
.cssTabTable
{
	font-weight: normal; 
	font-size: 11px; 
	color: black; 
	font-family: verdana, tahoma, arial, times new roman; 
	text-decoration: none; 
}

table.cssTabTable
{
	margin: 0; 
	border: 1; 
	border-collapse:collapse; 
}

.cssTabItem
{
	color: Black;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	background-image:url('images/tabbgimage.gif');
}

.cssTabItem A
{
	color: Black;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
}

.cssTabItem A:hover
{
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}

.cssActiveTabItem
{
	color: White;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	background-color: #6B89AF;
	vertical-align: middle;
	text-align: center;
}

.cssActiveTabItem A
{
	color: White;
	font-weight: bold;
	background-color: #6B89AF;
	text-decoration: none;
}

.cssActiveTabItem A:hover
{
	color: White;
	font-weight: bold;
	background-color: #6B89AF;
	text-decoration: underline;
}

.cssActiveTabItem A:visited {
	color: White;
}
.cssActiveTabBorder
{
	background-color: Silver;
}

.cssInactiveTabBorder
{
	background-color: #666666;
}

/*----- end of tab -----*/

/* Menu toolbar*/
.MenuBox {
	BORDER-RIGHT: #cccccc 1px solid; 
	BORDER-TOP: #cccccc 1px solid; 
	BORDER-LEFT: #cccccc 1px solid; 
	BORDER-BOTTOM: #cccccc 1px solid; 
	FONT-FAMILY: verdana; 
	TEXT-ALIGN: left
}

.MenuFrame {
	background-image:url(images/toolgrad.gif);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}
.MenuItem {
	font-weight: normal; 
	font-size: 8pt; 
	vertical-align:top;
	color: black; 
	font-family: verdana, tahoma, arial, times new roman; 		
}

/* End of Menu toolbar*/
.Button
 {
    font-weight: normal; 
	font-size: 8pt; 
	color: black; 
	font-family: verdana, tahoma, arial; 
	text-align:center;	
	vertical-align:middle;	  
	width:70px;
	height:20px;
	padding-top:2px;
	border:solid 1 #C0C0C0;
	background-image: url(Images/tabbgimage.gif);
	text-decoration:none;
 }
 .Blue {	
	background-color:Blue;
}
 .Red {	
	background-color:Red;
}
 .NoPaint {	
	
}
.CenterText
{
	font-size: 8pt; font-weight: normal; text-align:center;
	font-family:verdana, tahoma, arial;
	color: #000000; 
}
.Texts_AlternatingItem
{
	font-size: 8pt;
	font-family: verdana, tahoma, arial;
	color: #403F3F;
	font-weight:normal;	
	border-bottom: #cccccc  1px solid;	/*#bdbdbd*/
	padding-left: 2px;
}
.Texts_ItemTemplate
{
	font-size: 8pt;
	font-family: verdana, tahoma, arial;
	color: #403F3F;
	font-weight:normal;
	background-color: #EAEAEA; 
	border-bottom: #cccccc 1px solid;
	padding-left: 3px;
}
.Table_workSchedule
{	
	BORDER-COLLAPSE: collapse;
	border-color:#cccccc;		
	width:100%;
	font-size: 8pt;
	font-family: verdana, tahoma, arial;
	color: black;
	font-weight:normal;
	}
.Td_workSchedule_content
{		
	width:5%;
	height:30px;	
	border-top:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	
	}
.Td_Delegation_content
{				
	border-top:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	background-color: #EAEAEA; 
}
.Td_Delegation_content_White
{				
	border-top:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}
.Text_date
{
	font-size: 8pt; font-weight: normal;	
	font-family:verdana, tahoma, arial;
	color: #FF8000; 
	}
.Td_Padding
{
	padding:3px 5px 3px 5px;
}
.Td_content_work_left
{	border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; border-left:1px solid #cccccc;
	font-size: 8pt; font-weight: normal;
	font-family:verdana, tahoma, arial;
	color: #000000; 
	padding:2px 2px 2px 2px;
	}
.Td_content_work_center
{
	font-size: 8pt; font-weight: normal;
	font-family:verdana, tahoma, arial;
	color: #000000; 
	border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; border-left:1px solid #cccccc;
	padding:2px 2px 2px 2px;
	white-space:nowrap;
	}
.Td_content_work_right
{
	font-size: 8pt; font-weight: normal;
	font-family:verdana, tahoma, arial;
	color: #000000; 
	border-top:1px solid #cccccc;border-bottom:1px solid #cccccc;
	padding:2px 2px 2px 2px;
	white-space:nowrap;
	}
.RepeaterRow
{
	font-family:verdana, tahoma, arial;
	font-size:8pt;
	border: 1px solid #FFF;
	text-align:left;		
	font-weight:normal;		
}	

.TD_DetailDay
{
	 border-bottom:solid 1px #ccc; border-left:solid 1px #ccc;
	}
.TD_Width
{	width: 10%;
	}

.StaffHover
{
	background-color:#DCF9DB;
	border: 1px solid #FFF;
	cursor: hand;
}
.MenuStyle
{
	background-color:#ffffff;
}
.StaffNormal
{
	background-color:#ffffff;
}	
.TextRow
{
    font-family:verdana, tahoma, arial;
	background-color:#003366;
}
.TextLableRow
{
    font-family:verdana, tahoma, arial;
	font-size:9pt;
	text-align:left;
	font-weight:bold;
	color:White;
}
.TextLableTitle
{
    font-family:verdana, tahoma, arial;
	font-size:9pt;
	text-align:left;
	font-weight:bold;
	color:Black;
}
/******************************/
.FSCMenuStyleHead {
	color: #ffffff;	
	text-decoration: none;
	font-weight: bold;
	width: 100%;	
	height: 20px;
	margin-left: 0px;
	text-align:left;
	vertical-align:middle;
	font-family:  Verdana,Arial, tahoma;
	font-size: 11px;
	
	BORDER-TOP: rgb(255,255,255) 1px solid; 
	BORDER-BOTTOM: rgb(102,102,102) 0px solid; 
	PADDING-LEFT: 10px; 
	PADDING-TOP: 3px; 	
	BACKGROUND-COLOR: #336699;
}
.FSCMenuStyleSubHead    
{
	color: #ffffff;	
	display: block;
	border-top: 1px solid #dadada;
	background-color: #6699cc;
	text-decoration: none;
	font-weight: normal;
	font-family:  Verdana,Arial, tahoma;
	cursor: hand;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 8pt;
	width: 100%;	
}
a.FSCMenuStyleSubHead:link
{
	border-top: 0px solid #dadada;
	color: #ffffff;
	font-family:  Verdana,Arial, tahoma;
}
a.FSCMenuStyleSubHead:hover
{
	border-top: 0px solid #dadada;
	color: Yellow;
	font-family:  Verdana,Arial, tahoma;
}
a.FSCMenuStyleSubHead:Visited
{
	border-top: 0px solid #dadada;
	color: #ffffff;
	font-family:  Verdana,Arial, tahoma;
}

a.FSCMenuStyleHead:link
{
	color: #ffffff;
	font-family:  Verdana,Arial, tahoma;
}
a.FSCMenuStyleHead:hover
{
	color: Yellow;
	font-family:  Verdana,Arial, tahoma;
}
a.FSCMenuStyleHead:Visited
{
	color: #ffffff;
	font-family:  Verdana,Arial, tahoma;
}
.Texts_NavLeft 
{
	background-color: #D0E0ED;
	color: #666666;
	font-family: Verdana,Arial, tahoma;
	font-weight: normal;	
}
.bgColorSearch
{
	BORDER-TOP: rgb(255,255,255) 1px solid; 
	BORDER-BOTTOM: rgb(102,102,102) 0px solid; 
	PADDING-LEFT: 10px; 
	PADDING-TOP: 0px; 
	
	font-size: 12pt;
	color: #666666;
	font-family: Verdana,Arial, tahoma;
	font-weight: Bold;	
	background-color:#d9d9d9 ;
 }
 .sPage
 {
	background-color: #D0E0ED;
	color: #666666;
	font-family: Verdana,Arial, tahoma;
	font-weight: normal;
	}
a.sPage:Visited
{
	color: #000;
	font-family: Verdana,Arial, tahoma;
}
a.sPage:hover
{
	color: #000;
	font-family: Verdana,Arial, tahoma;
}
a.sPage:link
{
	color: #000;
	font-family: Verdana,Arial, tahoma;
}

.FindPane
{
	background-color:#EEEEEE; 
	padding-top:8; 
	padding-bottom:8; 
	padding-left:10px; 
	border:solid 1px #C0C0C0;
	text-align:left;
	font-size: 9pt;
	font-family: Arial;
	border-right:solid 1px #C0C0C0;
}

A.Texts_NavHeaderText, A.Texts_NavHeaderText:Link, A.Texts_NavHeaderText:Visited    
{
    font-size: 11px;
	font-family: Tahoma;
	color: #FFFFFF;
	font-weight:bold;
}

A.Texts_NavHeaderText:Hover
{
    font-size: 11px;
	font-family: Tahoma;
	color: Yellow;
	font-weight:bold;
}
TD.Texts_Header , .Texts_Header 
{
	font-weight: bold;
	font-size: 11px;	
	color: #cc0000;
	font-family: Tahoma;		
	letter-spacing: 1px;
	background-color: #ECECEC;	
	background: url('Images/header_bg.gif') repeat-x top;
}

TD.Texts_Footer, .Texts_Footer 
{
	font-weight: bold;
	font-size: 8pt;	
	color:#cc0000;
	font-family: Tahoma;
	letter-spacing: 1px; 
	background: url('Images/footer_bg.gif') repeat-x top;	
	padding-left:5px; 
	padding-right:1; 
	padding-top:6px; 
	padding-bottom:14px;
}

TD.Texts_FooterText, .Texts_FooterText 
{
	font-weight: bold;
	font-size: 8pt;	
	color: #404044;
	font-family: Tahoma;
	letter-spacing: 1px;
}