/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
    background-color: #F8F8F8;

	margin-left: 0px;
	margin-top: 0px;

}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  {
}

.ContentPane  {
}

.RightPane  {
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:  nk {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  15px;
    font-weight:     bold;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #492920;
}



/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* GENERIC */
H1  {



 font-family: Tahoma, Arial, Helvetica;
    font-size:  15px;
    font-weight:     bold;
    color: #333333;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}


A:link  {
    text-decoration:    none;
    color:  #003366;

}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}
A:href   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}


A:hover {
    text-decoration:    underline;
    color:  #ff0000;

}
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}



HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

input:text buton submit reset {
 font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;



	BORDER-RIGHT: #5182c2 1px solid;
	BORDER-TOP: #5182c2 1px solid;
	BORDER-LEFT: #5182c2 1px solid;
        BORDER-BOTTOM: #5182c2 1px solid;
	COLOR: #17314c;


}
table{

}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background-color: #333333;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #333333 0px solid;
	border-bottom: #333333 1px solid;
	border-top: #333333 1px solid;
	border-right: #333333 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #333333;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
	border-top: #333333 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #333333;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 1px solid;
	border-right: #404040 0px solid;
	background-color: White;
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #CCCCCC;
	cursor: pointer;
	cursor: hand;
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
	border-top: #333333 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}


/*---------------------------*/

/* Doc Browse */

/*Nguoi tao Tran Dinh Thanh */
/*Dung cho cac van ban Doc */
/*Ngay tao 1/11/2004*/
/* style of item titles on edit and admin pages */
.DocHead   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  15px;
    font-weight:     bold;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.DocSubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
   font-weight: bold;

    color: #512219;
}


.DocSubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:   bold;
    color: #A52A2A;
}

/* text style used for most text rendered by modules */
.DocNormal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.DocNormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
}

.DocNormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.DocNormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}
.DocSearchTitle
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;

    color: #512219
}
/* text style for buttons and link buttons used in the portal admin pages */
.DocCommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DocOverDate
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/*---------------------------*/

/* Table */

/*Nguoi tao Tran Dinh Thanh */
/*Dung cho cac bang */
/*Ngay tao 28/02/2005*/


.TableRowLeft
{
	border-top: #9E9E9E 1px solid;
	border-bottom: #9E9E9E 1px solid;
	font-size: 11px;
	border-left: 1px solid #9E9E9E;
	color: White;
	font-family: 'Arial';
	background-color: #9E9E9E;
	font-weight: bold;
}

.TableRowCenter
{
	border-top: #9E9E9E 1px solid;
	border-bottom: #9E9E9E 1px solid;
	font-size: 11px;
	color: White;
	font-family: Tahoma;
	background-color: #00596B;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 11px;
	font-weight: bold;
}

.TableRowRight
{
	border-right: 1px solid #9E9E9E;
	border-bottom: #9E9E9E 1px solid;
	border-top: #9E9E9E 1px solid;
	font-size: 11px;
	color: White;
	font-family: Tahoma;
	background-color: #00596B;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 11px;
	font-weight: bold;
}

.HorForm
{

	border-top: #9E9E9E 1px solid;
	border-right: #9E9E9E 1px solid;
	font-size: 11px;
	border-left: #9E9E9E 1px solid;
	color: #000066;
	border-bottom: #9E9E9E 1px solid;
	font-family: Tahoma;
	background-color: #A5C3C6;
}

.HorForm2
{

	border-top: #9E9E9E 1px solid;
	border-right: #9E9E9E 1px solid;
	font-size: 12px;
	border-left: #9E9E9E 1px solid;
	color: #000066;
	border-bottom: #9E9E9E 1px solid;
	font-family: Tahoma;
	background-color: #3366CC;
}


.ListTable
{
	border-right: #9E9E9E 1px solid;
	font-size: 11px;
	color: #FFFFFF;
	border-bottom: #9E9E9E 1px solid;
	font-family: Tahoma;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}


.CenterForm{
text-align: center;
        font-size: 11px;
	color: #000000;
	border-bottom: #9E9E9E 0px solid;
        border-right: #9E9E9E 0px solid;
        border-left: #9E9E9E 0px solid;

	font-family: Tahoma;
	background-color: #F8F8F8;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}

.DualCenterForm
{
text-align: center;
	font-size: 11px;
	color: #000066;
	border-bottom: #9E9E9E 0px solid;
        border-right: #9E9E9E 0px solid;
        border-left: #9E9E9E 0px solid;
	font-family: Tahoma;
	background-color: #EFEFEF;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
.RightForm
{
	border-right: #9E9E9E 0px solid;
	font-size: 11px;
	color: #000000;
	border-bottom: #9E9E9E 0px solid;
	font-family: Tahoma;
	background-color: #F8F8F8;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;

}

.LeftForm
{
text-align: right;
	font-size: 11px;
	border-left: #9E9E9E 0px solid;
	color: #000066;
	border-bottom: #9E9E9E 0px solid;
	font-family: Tahoma;
	background-color: #EFEFF3;

	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}


.LeftForm
{
text-align: right;
	font-size: 11px;
	border-left: #9E9E9E 0px solid;
	color: #000066;
	border-bottom: #9E9E9E 0px solid;
	font-family: Tahoma;
	background-color: #EFEFF3;

	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}

.ErrForm
{
	font-size: 11px;
	border-left: #336699 1px solid;
	border-top: #336699 1px solid;
	border-right: #336699 1px solid;
	border-bottom: #336699 1px solid;

	color: #A20000;
	font-family: Tahoma;
	background-color: #FFE3F3;
	font-weight: bold;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 11px;
}
.TopFormLeft
{
	border-top: #9E9E9E 0px solid;
	border-bottom: #9E9E9E 0px solid;
	font-size: 12px;
        border-right: 0px solid #9E9E9E;
	border-left: 0px solid #9E9E9E;
	color: #AD1C00;
	font-family: 'Arial';
	background-color: #F8F8F8;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 8px;
	padding-top: 4px;
	font-weight: bold;
}

.TopFormCenter
{
	border-top: #9E9E9E 0px solid;
	border-bottom: #9E9E9E 0px solid;
	font-size: 11px;
	color: White;
	font-family: Tahoma;
	background-color: #00596B;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 11px;
	font-weight: bold;
}

.TopFormRight
{
	border-right: 0px solid #9E9E9E;
	border-bottom: #9E9E9E 0px solid;
	border-top: #9E9E9E 0px solid;
	font-size: 11px;
	color: White;
	font-family: Tahoma;
	background-color: #00596B;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 11px;
	font-weight: bold;
}

.subTitleWhite {
	font-family: Tahoma;
	color: #99FFFF;
	font-size: 12px;
	font-weight: bold;
}
.MenuTitle {
	font-family: Tahoma, Arial, Helvetica;
	color: #F3F3F4;
	font-size: 12px;

}


.LinkText {
	 font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #003366;


}

.LargeLinkText {
	 font-family: Tahoma, Arial, Helvetica;

    font-weight: normal;
	color: #003063;
	font-size: 14px;
}

.SmallTextBox {
	font-family: Tahoma;
	font-size: 12px;
        width:80px;
	height: 20px;

	BORDER-RIGHT: #5182c2 1px solid;
	BORDER-TOP: #5182c2 1px solid;
	BORDER-LEFT: #5182c2 1px solid;
	COLOR: #17314c;
	BORDER-BOTTOM: #5182c2 1px solid;

}

.NormalTextBox {
	 font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
        width:150px;
	height: 20px;

	BORDER-RIGHT: #5182c2 1px solid;
	BORDER-TOP: #5182c2 1px solid;
	BORDER-LEFT: #5182c2 1px solid;
	COLOR: #17314c;
	BORDER-BOTTOM: #5182c2 1px solid;

}

/* menu */
.Menu_Left    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #FFFFFF;
}
/* menu */
.Footer   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  10px;

    color: #FFFFFF;
}


/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;

}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}

.Headline
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003399
}



.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

.hyperLink{
	color: #003798;
	word-spacing: 0px;

}
.FindButton
{
   BORDER-RIGHT: #00596B 1px solid;
	BORDER-TOP: #00596B 1px solid;
   BORDER-BOTTOM: #00596B 1px solid;
	BORDER-LEFT: #00596B 1px solid;

	FONT-SIZE: 11px;

	FONT-FAMILY: Tahoma;
	background-color: White;
	font-weight: bold;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}

.NormalButton
{
   BORDER-RIGHT: #00596B 1px solid;
	BORDER-TOP: #00596B 1px solid;
   BORDER-BOTTOM: #00596B 1px solid;
	BORDER-LEFT: #00596B 1px solid;
	FONT-SIZE: 11px;
	COLOR: Black;
	FONT-FAMILY: Tahoma;
	background-color: White;
	font-weight: bold;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;

}

.LoginButton
{
   BORDER-RIGHT: #5182c2 1px solid  ;
	BORDER-TOP: #5182c2 1px solid ;
   BORDER-BOTTOM: #5182c2 1px solid ;
	BORDER-LEFT: #5182c2 1px solid ;

	COLOR: #931600;
	  width:60px;
          font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #D8D8DE;



}
.NormalComboBox
{
 BORDER-RIGHT: #5182c2 1px solid;
	BORDER-TOP: #5182c2 1px solid;
	BORDER-LEFT: #5182c2 1px solid;
        BORDER-BOTTOM: #5182c2 1px solid;

	FONT-SIZE: 11px;
	COLOR: Black;
	FONT-FAMILY: Tahoma;
	background-color: White;
width:150px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}
.SmallComboBox
{
BORDER-RIGHT: #5182c2 1px solid;
	BORDER-TOP: #5182c2 1px solid;
	BORDER-LEFT: #5182c2 1px solid;
        BORDER-BOTTOM: #5182c2 1px solid;

	FONT-SIZE: 11px;
	COLOR: Black;
	FONT-FAMILY: Tahoma;
	background-color: White;
width:40px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}
.Title  {
  font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
      text-decoration:    underline;
}
.Message{
 font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color:  #512219;
    padding-top:3px;
   text-align: center;
    align:center;

}


/* GENERIC */


/***********************************************
 * color of the thin line surrounding the form *
 **********************************************/
TABLE.FORM {
		background-color : #000000;
}
/**************************************
 * background color of the form title *
 *************************************/
TH.FORM {
	font-size: 11px;
	border-left: #9E9E9E 1px solid;
	color: #000066;
	border-bottom: #9E9E9E 1px solid;
	font-family: Tahoma;
	background-color: #DEDFE7;

	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
/********************************
 * background color of the form *
 *******************************/
TD.FORM {
	font-size: 11px;
	color: #000066;
	border-bottom: #9E9E9E 1px solid;
	font-family: Tahoma;
	background-color: #EFEFEF;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;

}
P.FORM{
      text-align: center;
	font-size: 11px;
	color: #000066;
	font-family: Tahoma;
	background-color: #EFEFEF;
	border-bottom: #9E9E9E 1px solid;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;


}
/*tao docInfo the hien khi xem van ban*/
.DocInfoSpan{
BORDER-RIGHT: black thin solid;
PADDING-RIGHT: 7px;
BORDER-TOP: black thin solid;
PADDING-LEFT: 7px;
FONT-SIZE: 11px;
LEFT: 0px;
PADDING-BOTTOM: 7px;
BORDER-LEFT: black thin solid;
WIDTH: 200px; PADDING-TOP: 7px;
BORDER-BOTTOM: black thin solid;
FONT-FAMILY: Tahoma,Verdana;
POSITION: absolute; TOP: 0px;
BACKGROUND-COLOR: #fff8dc;
TEXT-ALIGN: justify
}
/*tao cho cay duyet van ban*/
.description {
	BORDER-RIGHT: brown thin solid;
        PADDING-RIGHT: 7px;
        BORDER-TOP: brown thin solid;
        PADDING-LEFT: 7px; FONT-SIZE: 11px;
        PADDING-BOTTOM: 7px;
        BORDER-LEFT:  brown thin solid; PADDING-TOP: 7px;
        BORDER-BOTTOM: brown thin solid;
        FONT-FAMILY: Tahoma,Verdana;
        BACKGROUND-COLOR: #F0F9FD; TEXT-ALIGN: justify
}

/* These id's are static, so keep the same names */
#menuDiv {
  background-color: #F8F8F8;
  border: 0px solid #CCC;
  color: #000;
  width:100%;
}

#menuList {
  margin: 0px;
  padding: 10px 0px 10px 15px;
}

li.menubar {
  background: url(../images/minus.gif) no-repeat 0em 0.3em;
  font-size: 12px;
  line-height: 1.5em;
  list-style: none outside;
}

.menu, .submenu {

  margin-left: 15px;
  padding: 0px;
}

.menu li, .submenu li  {
  background: url(../images/minus.gif) no-repeat 0em 0.3em;
  list-style: none outside;
}

li.menubar a.standalone {
  background: url(../images/plus.gif) no-repeat 0em 0.2em !important;
}

a.actuator, a.standalone {
  background-color: transparent;
  color: #000;
  font-size: 12px;
  padding-left: 15px;
  text-decoration: none;
}

.menu li a, .submenu li a {
  background-color: transparent;
  color: #000;
  font-size: 12px;
  padding-left: 15px;
  text-decoration: none;
}

a.actuator:hover, .menu li a:hover, submenu li a:hover, li a.standalone:hover {
  text-decoration: underline;

}

/* styles to allow for base links */
li a.base, li a.base:visited {
  background-color: transparent;
  color: #000;
  font-size: 12px;
  padding-left: 0px;
  text-decoration: none;
}

li a.base:hover {
  color: #CC0000;
  text-decoration: none;
}

span.key {
  text-decoration: underline;
}

a.highlight {
    color: red !important;
    font-weight: bold;
}


/* ------Cho menu dong */
.dmnTopTable{
background-color:#F0F9FD;
border-style:solid;
border-width:1px;
border-color:#B5B1B1;
cellpadding:0px ;
cellspacing:0px;
}
.dmnItemTable{
background-color: #F0F9FD;
cellspacing=0;
width:150px;
}
.dmnItemRow{
border-width:0px;
border-left-width:0px;
border-right-width:0px;
border-bottom-width:0px;
border-style:solid;
cellcellspacing:0px;
width:135px;
border-color:#B5B1B1;
}

.dmnLink{
text-decoration:none;
font-family:Tahoma, Arial, Helvetica;;
font-size:11px;
}
.dmnLabel{
cursor:hand;
font-family:arial;
font-size:12px;
color:  #565688; ;
}
.dmnMsOver{
color:#F8A29E ;
}

.dmnMsOut{

color:#565688;;
}

.HitCount{
border-width:1px;
border-left-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-style:solid;
cellcellspacing:0px;
width:135px;
border-color:#B5B1B1;
color:brown;
background-color: #D3D6F0;
font-family:Tahoma, Arial, Helvetica;;
font-size:11px;
   text-align: center;

}


/*cho trang hien loi*/
.cboNormal{
    BORDER-BOTTOM: #A6ADB7 1px solid;
	BORDER-LEFT: #A6ADB7 1px solid;
	BORDER-RIGHT: #A6ADB7 1px solid;
	BORDER-TOP: #A6ADB7 1px solid;
	HEIGHT: 18px;
	WIDTH: 102px;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.GeneralTermBigest{
    BACKGROUND-COLOR: #CC0000;HEIGHT: 66px; WIDTH: 40px;
    font : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: white;
    font-weight: Bold;
    font-size: 40px;
}
.HistoryTitleRedBig{
    COLOR: #cc0000;
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica;
    FONT-SIZE: 22px; FONT-WEIGHT: bold
}
.NewsTitleRedM {
    COLOR: #cc0000; FONT-FAMILY: Arial, Verdana, Geneva, Helvetica; FONT-SIZE: 17px; FONT-WEIGHT: Bold;
}

/* chungtt */
/* ------Doc */
.grid{
	font-size: 8pt;
	font-family: Arial, Verdana,Tahoma, Helvetica;
	text-decoration: none;
	border-right: #9E9E9E 1px solid;
	border-left: #9E9E9E 1px solid;
	border-top: #9E9E9E 1px solid;
	border-bottom: #9E9E9E 1px solid;
        border-collapse:collapse;

}
.gridheader{
	font-weight: bold;
	font-size: 8pt;
	color: #000066;
	font-family: Arial, Verdana,Tahoma, Helvetica;
	background-color: #DEDFE7;
	text-decoration: none;
}
.gridfooter{
	font-weight: bold;
	font-size: 8pt;
	color: #000066;
	font-family: Arial, Verdana,Tahoma, Helvetica;
	background-color: #DEDFE7;
	text-decoration: none;
}
.griditem{
	font-size: 8pt;
	font-family: Arial, Verdana,Tahoma, Helvetica;
	text-decoration: none;
}
.gridsubitem{
	font-size: 8pt;
	font-family: Arial, Verdana,Tahoma, Helvetica;
	text-decoration: none;
}
.griditemout{
	background-color: #FFFDFD;
}
.griditemover{
	color: #000066;
	background-color: #DDEEFF;
}
/* ------End Doc */

/* ------News */
.GroupNewsTitle{
    color:#FF6A9F;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}
.GroupOlderNews{
    color:#FF6A9F;
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}
.NewsTitleOlder{
    color:#496A9F;
    font-size: 9pt;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}
.NewsTitle
{
    color:#333333;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}
.NewsAbstract
{
	color:black;
    font-weight: bold;
    font-size: 10pt;
    font-family: Helvetica, Arial, Tahoma;
}
.NewsContent
{
	color:black;
    font-size: 9pt;
    font-family: Arial, Tahoma, Helvetica;
}
.NewsImageNote
{
	font-size: 8pt;
	color: #9b9b9b;
	font-style: italic;
	font-family: Arial, Tahoma, Helvetica;
}
/* ------End News */

/*end chungtt*/
/*start dongnd*/
OM: #5182c2 1px solid ;
	BORDER-LEFT: #5182c2 1px solid ;

	COLOR: #931600;
	  width:60px;
          font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #D8D8DE;



}
.NormalComboBox
{
 BORDER-RIGHT: #5182c2 1px solid;
	BORDER-TOP: #5182c2 1px solid;
	BORDER-LEFT: #5182c2 1px solid;
        BORDER-BOTTOM: #5182c2 1px solid;

	FONT-SIZE: 11px;
	COLOR: Black;
	FONT-FAMILY: Tahoma;
	background-color: White;
width:150px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}
.SmallComboBox
{
BORDER-RIGHT: #5182c2 1px solid;
	BORDER-TOP: #5182c2 1px solid;
	BORDER-LEFT: #5182c2 1px solid;
        BORDER-BOTTOM: #5182c2 1px solid;

	FONT-SIZE: 11px;
	COLOR: Black;
	FONT-FAMILY: Tahoma;
	background-color: White;
width:40px;
	padding-bottom: 1px;
	padding-left: 1px