/* background color for the content part of the pages */
Body
{
	background-color: white;
	margin: 0px;
}

.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	font-family: Arial;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #003366;
}

/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}


/* style for module titles */
.Head
{
	font-family: Arial;
	font-size: 20pt;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}
.SubItalic
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;	
	font-style:italic;
}
.SubTitle
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: white;
}

.SubHeadNormal
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: black;
}

.SubNormal
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: black;
}
.SubHeadItalic
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: red;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
    padding-left :0px;
    padding-right :0px;       
    vertical-align :middle ;
	
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
	background-color: whitesmoke;
	color: blue;
	font-family: Arial;
	font-size: 10pt;
	height : 20px;
	font-weight: normal;
	padding-left : 3px;
	border : solid 1px gray;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
	background-color: #404040;
}
.DataGrid_Header
{
	background-color:#404040;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
    height : 25px;	
	border : solid 1px #CBCBBD ;    
	color: White;

}
.DataGrid_Item
{
	background-color: Transparent;
	color: Black;
	font-family: Arial;
	font-size: 10pt;
	height : 20px;
	border : solid 1px gray;	
	padding-left : 5px;
	font-weight: normal;
}
.DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
}

.TreeMenu_NodeSelected
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
}

.FileManagerTreeNode
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
}

.FileManagerTreeNodeSelected
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
	width: 650px;
}
.WizardButton
{
	border-right: #696969 1px solid;
	padding-right: 2px;
	border-top: #696969 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	padding-top: 2px;
	border-bottom: #696969 1px solid;
	background-color: #dcdcdc;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height: 40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Arial;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Arial;
}


/* text style used for help text rendered by modules */
.Help
{
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11pt;
	padding-bottom: 2px;
	bord?r-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: Arial;
	background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.CommandButtonBold
{
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold ;
	text-decoration: underline;
	
}

/* 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:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #003366;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11pt;
	background: #dddddd;
	color: #000000;
	font-family: Arial;
}


/* GENERIC */
H1
{
	font-family: Arial;
	font-size: 20pt;
	font-weight: normal;
	color: #666644;
}

H2
{
	font-family: Arial;
	font-size: 20pt;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: #003366;
}

H4
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: #003366;
}

H5, DT
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #003366;
}

H6
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #003366;
}

TFOOT, THEAD
{
	font-family: Arial;
	font-size: 12pt;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #003366;
}

A:link
{
	text-decoration: none;
	color: #003366;
}

A:visited
{
	text-decoration: none;
	color: #003366;
}

A:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A:active
{
	text-decoration: none;
	color: #003366;
}

SMALL
{
	font-size: 8pt;
}

BIG
{
	font-size: 14pt;
}

BLOCKQUOTE, PRE
{
	font-family: Arial;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
OL UL LI
{
	list-style-type: disc;
}

HR
{
	color: #696969;
	height: 1pt;
	text-align: left;
}

/* 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;
	height: 16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Arial;
	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;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	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;
	color: black;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
	font-family: Arial?
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
	font-family: Arial;
	font-size: 10pt;
	cursor: pointer;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Arial;
	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;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_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;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
	font-family: Arial;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: Arial;
	font-size: 10pt;
	cursor: pointer;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg
{
	background-color: #CCCCCC;
}

.TabBg
{
	background-color: black;
}

.SelectedTab
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #FFFFFF;
	font-family: Arial;
	text-decoration: none;
}

A.SelectedTab:link
{
	text-decoration: none;
	color: white;
}

A.SelectedTab:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.SelectedTab:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.SelectedTab:active
{
	text-decoration: none;
	color: #eeeeee;
}

.OtherTabs
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Arial;
	text-decoration: none;
}

A.OtherTabs:link
{
	text-decoration: none;
	color: white;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: #eeeeee;
}

.PagingTable
{
	height: 33px;
}

/*
.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}
*/

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
	border: solid 1px black;
	white-space: nowrap;
	background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
	background-color: navy;
	color: White;
}


/*Edit In Place Tool Bar Classes*/
.eipbackimg
{
	border: outset 1px; /*give toolbar a 3D look*/
	position: absolute; /*needed so it doesn't take up space */
	margin-top: -22px; /*specify toolbar to be just above text */
	white-space: nowrap; /* makes toolbar horizontal */
	background: url(../../images/eip_toolbar.gif);
	background-color: #99cccc;
	height: 22px;
}

.eipbuttonbackimg
{
	width: 21px;
	height: 21px;
	cursor: pointer; /*change mouse to pointer when hover over button*/
	/*display: -moz-inline-box; *//* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/
	display: inline-block; /* supported by Opera an? ? */
}

.eipbutton_edit
{
	background: url(../../images/eip_edit.gif) no-repeat 100% center;
}
.eipbutton_save
{
	background: url(../../images/eip_save.gif) no-repeat 100% center;
}
.eipborderhover
{
	border: outset 1px;
}

/* used to collapse panes without any content in them */
.DNNEmptyPane
{
	width: 0px;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft
{
	text-align: left;
}
.DNNAlignright
{
	text-align: right;
}
.DNNAligncenter
{
	text-align: center;
}

/* Login Styles */
.LoginPanel
{

}

.LoginTabGroup
{
	
}

.LoginTab {
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	border: 1px #25569a solid;
}

.LoginTabSelected{
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	background-position: 0% -41px;
	border: 1px #25569a solid;
}

.LoginTabHover
{
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #555;
	border: 1px #C00 solid;
	cursor:pointer;
}

.LoginContainerGroup
{
	clear: both;
	padding-top: 5px;
}

.LoginContainer
{
	
}
/* CSS TVdong*/
Links
{
    padding: 5px 0pt 0px 0px;
    color: #003366;
    font-weight :lighter ;
    font-size: 12pt; 
   font-family: Arial; 
}

.Links a
{
    padding: 0px 0pt 0px 0px;
    color: #003366;
    font-weight :bold ;
    font-size: 9pt;
    padding-left : 0px; 
    font-family:Arial;
}
.Links a:visited
{
    color: #003366;
}
.Links a:hover
{
    color: red;
}
.ContentTitle
{
    color: #003366;
    font-weight :bold ;
    font-size: 12pt;
    padding-left : 3px;
    font-family:Arial;
}

.Normals
{
    font-family: Arial;
    font-size: 10pt;
    font-weight :bold ;
    padding-left :5px;
    padding-right : 5px;
    vertical-align :middle ;
    
}

Menus
{
    padding: 0px 0pt 0px 0px;
    color:Black ;
    font-weight :lighter ;
    font-size: 12pt; 
    font-family:Arial;
}

.Menus a
{
    padding: 0px 0pt 0px 4px;
    color: black;
    font-weight :bold ;
    font-size: 9pt;
    font-family:Arial;
}
.Menus a:visited
{
    color: black;
}
.Menus a:hover
{
    color: red;
}

SubMenus
{
    padding: 0px 0pt 0px 20px;
    color:White ;
    font-weight :lighter ;
    font-size: 10pt; 
    font-family:Arial;
}

.SubMenus
{
    padding: 0px 0pt 0px 20px;
    color:Red  ;
    font-weight :lighter ;
    font-size: 10pt; 
    font-family:Arial;
}

.SubMenus a
{
    padding: 0px 0pt 0px 0px;
    color: Red;
    font-weight :bold ;
    font-size: 10pt;
    font-family:Arial;
}
.SubMenus a:visited
{
    color: #003366;
}
.SubMenus a:hover
{
    color: red;
}

table.Reg{

	border:1px solid #e0e0e0;
	text-align:left

}

table.Reg td.Title{

	vertical-align:middle ;
	font:bold 12pt Arial;
	color:#000000;
	padding-left:5px;
	padding-top :5px;
	background-color : Transparent;
	border-left : solid 0px red;
	border-top : solid 0px red;
	border-right : solid 0px red;
	border-bottom : solid 1px gray;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	text-align:left;
	background-repeat: repeat-y;
	background-position: left top;
}
table.Reg td.Row{

	vertical-align:middle  ;
	height :24px;
	font:normal 10pt Arial;
	color:#000000;
	padding-left:5px;
	padding-right :5px;
	background-color :Transparent   ;
	border-left : solid 0px red;
	border-top : solid 0px red;
	border-right : solid 0px red;
	border-bottom : solid 0px gray;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	text-align:left;
	background-repeat: repeat-x;
	background-position: left top;
}
table.Reg td.RowTop{

	vertical-align:top  ;
	height :24px;
	font:normal 10pt Arial;
	color:#000000;
	padding-left:5px;
	padding-right :5px;
	background-color :Transparent   ;
	border-left : solid 0px red;
	border-top : solid 0px red;
	border-right : solid 0px red;
	border-bottom : solid 0px gray;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	text-align:left;
	background-repeat: repeat-x;
	background-position: left top;
}

table.Reg td.Rowbold{

	vertical-align:middle ;
	height :24px;
	font:bold 10pt ar?al;
	color:#000000;
	padding-left:5px;
	padding-right :5px;
	background-color :Transparent   ;
	border-left : solid 0px red;
	border-top : solid 0px red;
	border-right : solid 0px red;
	border-bottom : solid 0px gray;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	text-align:left;
	background-repeat: repeat-x;
	background-position: left top;
}
table.Reg td.Rowbg{

	vertical-align:middle ;
	height :24px;
	font:normal 10pt arial;
	color:#000000;
	padding-left:5px;
	padding-right :5px;
	background-color :whitesmoke   ;
	border-left : solid 0px red;
	border-top : solid 0px red;
	border-right : solid 0px red;
	border-bottom : solid 0px gray;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	/*text-align:center ;*/
	background-repeat: repeat-x;
	background-position: left top;
}
table.Reg td.RowL{

	vertical-align:middle ;
	height :24px;
	font:normal 10pt arial;
	color:#000000;
	padding-left:5px;
	padding-right :5px;
	background-color :whitesmoke ; 
	border-left : solid 0px red;
	border-top : solid 1px #e0e0e0;
	border-right : solid 1px #e0e0e0;
	border-bottom : solid 0px gray;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	/*text-align:center ;*/
	background-repeat: repeat-x;
	background-position: left top;
}
table.Reg td.RowR{

	vertical-align:middle ;
	height :30px;
	font:normal 10pt arial;
	color:#000000;
	padding-left:5px;
	padding-right :5px;
	background-color :white;
	border-left : solid 0px red;
	border-top : solid 1px #e0e0e0;
	border-right : solid 0px #e0e0e0;
	border-bottom : solid 0px #e0e0e0;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	/*text-align:center ;*/
	background-repeat: repeat-x;
	background-position: left top;
}

table.Reg td.RowC{

	vertical-align:middle ;
	height :30px;
	font:normal 9pt arial;
	color:#000000;
	padding-left:2px;
	padding-right :2px;
	background-color :white;
	border-left : solid 0px red;
	border-top : solid 1px #e0e0e0;
	border-right : solid 0px #e0e0e0;
	border-bottom : solid 0px #e0e0e0;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	/*text-align:center ;*/
	background-repeat: repeat-x;
	background-position: left top;
}

table.Reg td.RowLExch{

	vertical-align:middle ;
	height :18px;
	font:normal 8pt arial;
	color:#000000;
	padding-left:2px;
	padding-right :2px;
	background-color :whitesmoke;  
	border-left : solid 0px red;
	border-top : solid 1px #e0e0e0;
	border-right : solid 1px #e0e0e0;
	border-bottom : solid 0px gray;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	/*text-align:center ;*/
	background-repeat: repeat-x;
	background-position: left top;
}
table.Reg td.RowRExch{

	vertical-align:middle ;
	height :22px;
	font:normal 8pt arial;
	color:#000000;
	padding-left:2px;
	padding-right :2px;
	background-color :white;
	border-left : solid 0px red;
	border-top : dotted 1px #e0e0e0;
	border-right : solid 1px #e0e0e0;
	border-bottom : solid 0px #e0e0e0;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	/*text-align:center ;*/
	background-repeat: repeat-x;
	background-position: left top;
}
table.Reg td.RowbgExch{

	vertical-align:middle ;
	height :18px;
	font:normal 10pt arial;	
	color: #02468b;	
	padding-left:2px;
	padding-right :2px;
	background-color: whitesmoke ;  
	border-left : solid 0px red;
	border-top : solid 0px red;
	border-right : solid 0px red;
	border-bottom : solid 0px gray;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	text-align:center ;
	background-repeat: repeat-x;
	background-position: left top;
}
table.Reg td.RowFix{

	vertical-align:middle ;
	height :24px;
	font:normal 10pt Arial;
	color:#000000;
	padding-left:0px;
	padding-right :0px;
	background-color :Transparent   ;
	border-left : solid 0px red;
	border-top : solid 1px #e0e0e0;
	border-right : solid 0px red;
	border-bottom : solid 0px gray;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	text-align:left;
	background-repeat: repeat-x;
	background-position: left top;
}

table.Reg td.RowbgTop{

	vertical-align:middle ;
	height :24px;
	font:normal 12px Arial, helvetica, sans-serif;
	color:#000000;
	padding-left:5px;
	padding-right :5px;
	background-color :#D1EBEB   ;
	border-left : solid 0px red;
	border-top : solid 0px red;
	border-right : solid 0px red;
	border-bottom : solid 0px gray;
	background : url('/images/chb.gif');
	
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	/*text-align:center ;*/
	background-repeat: repeat-x;
	background-position: left bottom ;
}
.MainTitle
{
    font-family: Arial;
    font-size: 16pt;
    font-weight: bold;
    color: #d50000; 
}

.OtherNews
{
    font-family: Arial;
    font-size: 10pt;
    font-weight:normal ;
    color:Blue ; 
}

.TitleTop
{
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    padding-top : 0px;
    color: Red; 
}

.ConvertResult
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    padding-top : 0px;
    color: Blue; 
}

.TitleMain
{
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    padding-top : 0px;
    color: Red;  
}

.Title
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    padding-top : 0px;
    color: #02468b; 
}

.TitleHotNew
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    padding-top : 0px;
    color: #02468b; 
}


.HeaderTop
{
	vertical-align:middle ;
	height :24px;
	font:normal 14pt Arial;
	color:black;
	padding-left:5px;
	padding-right :5px;
	padding-top :5px;
	background-color :Transparent   ;
	border-left : solid 0px red;
	border-top : solid 0px red;
	border-right : solid 0px red;
	border-bottom : solid 1px gray;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	text-align:left;
	background-repeat: repeat-x;
	background-position: left top;
}

.Content
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
    padding-left :0px;
    padding-right :5px;       
    vertical-align :middle ;
	
}

/*send money*/
.SeTitle
{
   font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    padding-top : 0px;
    padding-left : 10px;
    color: #003366; 
}

.SeContent
{
   font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    padding-top : 0px;
    padding-left : 10px;
    color: black; 
}

table.RegNoboder{

	border:0px solid #e0e0e0;
	text-align:left

}

table.RegNoboder td.Title{

	vertical-align:middle ;
	font:bold 12pt arial;
	color:#000000;
	padding-left:0px;
	padding-top :5px;
	background-color : Transparent;
	border-left : solid 0px red;
	border-top : solid 0px red;
	border-right : solid 0px red;
	border-bottom : solid 1px gray;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	text-align:left;
	background-repeat: repeat-y;
	background-position: left top;
}
table.RegNoboder td.Row{

	vertical-align:middle ;
	height :24px;
	font:normal 10pt arial;
	color:#000000;
	padding-left:5px;
	padding-right :5px;
	background-color :Transparent   ;
	border-left : solid 0px red;
	border-top : solid 0px red;
	border-right : solid 0px red;
	border-bottom : solid 0px gray;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	text-align:left;
	background-repeat: repeat-x;
	background-position: left top;
}

table.RegNoboder td.Rowbg{

	vertical-align:middle ;
	height :24px;
	font:normal 12pt arial;
	color:#000000;
	padding-left:0px;
	padding-right :5px;
	background-color :whitesmoke ;
	border-left : solid 0px red;
	border-top : solid 0px red;
	border-right : solid 0px red;
	border-bottom : solid 0px gray;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	text-align:center ;
	background-repeat: repeat-x;
	background-position: left top;
}
table.RegNoboder td.RowL{

	vertical-align:middle ;
	height :24px;
	font:normal 10pt arial;
	color:#000000;
	padding-left:5px;
	padding-right :5px;
	background-color :white ; 
	border-left : solid 1px #e0e0e0;
	border-top : solid 1px #e0e0e0;
	border-right : solid 1px #e0e0e0;
	border-bottom : solid 1px #e0e0e0;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	/*text-align:center ;*/
	background-repeat: repeat-x;
	background-position: left top;
}
table.RegNoboder td.RowR{

	vertical-align:middle ;
	height :30px;
	font:normal 10pt arial;
	color:#000000;
	padding-left:5px;
	padding-right :5px;
	background-color :white;
	border-left : solid 0px red;
	border-top : solid 1px #e0e0e0;
	border-right : solid 0px #e0e0e0;
	border-bottom : solid 0px #e0e0e0;
	/*background-image: url('http://localhost/uba/images/title_bgr_s.gif');*/
	/*text-align:center ;*/
	background-repeat: repeat-x;
	background-position: left top;
}
.Errmsg
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    padding-top : 5px;
    padding-left : 0px;
    padding-bottom : 15px;
    margin-bottom : 5px;
    color: red; 
}

.labelname
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;       
    vertical-align :middle ;	
}

.NewTitleMain
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: black;
}

.NewTitleDetail
{
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	color: black;
}

.ContentAll
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: black;
}

.ContentRate
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: black;
}
.TitleRate
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #02468b;
}
.Summary
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: gray;
}

.SummaryMain
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: black;
}

.DateTime
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: gray;
}

.Viewdetail?
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	font-style :italic ;
	color: black;
}
.Branhgroup
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color:#02468b;
	/*color: blue;	*/
}
.Brachtitle
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: black; 
}
.NewTitleRight
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #02468b;
}

.fl {float:left;}

.fr {float:right;}

.activetab-center {height:21px; vertical-align :middle ; padding:3px 5px; font:bold 9pt arial; color:red; background: #ffffff url("/images/activetab-center.jpg") repeat-x top;}

.deactivetab-center {height:21px; vertical-align :middle ; padding:3px 5px; font:bold 9pt arial; color:black; background: #f5f5f6 url('/Images/deactivetab-center.jpg') repeat-x top;}

.activetab-left, .activetab-right, .deactivetab-left1, .deactivetab-left2, .deactivetab-right1, .deactivetab-right2 {width:5px; height:21px;}

.activetab-center, .deactivetab-center, .activetab-left, .activetab-right, .deactivetab-left1, .deactivetab-left2, .deactivetab-right1, .deactivetab-right2 {cursor:pointer;}

.activetab-left {background: #ffffff url('/images/activetab-left.jpg') no-repeat top;}

.activetab-right {background: #ffffff url('/Images/activetab-right.jpg') no-repeat top;}

.deactivetab-left1 {background: #f5f5f6 url('/Images/deactivetab-left1.jpg') no-repeat top;}

.deactivetab-left2 {background: #f5f5f6 url('/Images/deactivetab-left2.jpg') no-repeat top;}

.deactivetab-right1 {background: #f5f5f6 url('/Images/deactivetab-right1.jpg') no-repeat top;}

.deactivetab-right2 {background: #f5f5f6 url('/Images/deactivetab-right2.jpg') no-repeat top;}

.box-item {position:relative; top :0px ; width:100%; overflow:hidden; font:9pt arial; margin-bottom:20px;}
.tab {position:relative;width:100%;overflow:hidden;height:21px; background-color :White  }
.box-middle2 {border-left:1px solid #bfbfbf; border-right:1px solid #bfbfbf;}
.newsright {width:100%; background-color:#ffffff;}

.Img-center {height:22px; vertical-align :middle ; padding:3px 5px; font:bold 9pt arial; color:black; background: #f5f5f6 url('/Images/InternewsM.jpg') repeat-x top;}
.Img-left {background: #f5f5f6 url('/Images/InternewsL.jpg') no-repeat top;}
.Img-right {background: #f5f5f6 url('/Images/InternewsR.jpg') no-repeat top;}
.Img-left, .Img-right {width:2px; height:22px;}
.Titlebar {position:relative;width:100%;overflow:hidden;height:22px;}
.box-title {position:relative; top :0px ; width:100%; overflow:hidden; font:9pt arial; margin-bottom:10px;}
.Combobox
{
    border : solid 1px gray;
    font-family : Arial ;
    font-size : 10pt;
    background-color :white;
    padding-left : 3px;
}

SubCategories
{
    padding: 5px 0pt 0px 0px;
    color: #34454D;
    font-weight :lighter ;
    font-size: 10pt; 
    font-family:Arial;
	border-left:solid 0px #e0e0e0;
	border-bottom:solid 0px White;
	border-top:solid 0px #e0e0e0;
	border-right:solid 0px #e0e0e0;
  
}

.SubCategories a
{
    padding: 0px 0pt 0px 0px;
    color: blue;
    font-weight :normal   ;
    font-size: 10pt;
    padding-left : 0px;
    line-height : 19px;
    text-decoration : none; 
    font-family:Arial;
    color:#000000;
	
	border-left:solid 0px #e0e0e0;
	border-bottom:solid 0px White;
	border-top:solid 0px #e0e0e0;
	border-right:solid 0px #e0e0e0;
    
}
.SubCategories a:visited
{
    color: blue;

}
.SubCategories a:hover
{
    color: red;
    
}

.SubCategories a:active
{
    color: red;
	border-left:solid 1px #e0e0e0;
	border-bottom:solid 1px White;
	border-top:solid 1px #e0e0e0;
	border-right:solid 1px #e0e0e0;
	background-color:White;
}


.SubCategories_Click a
{
    padding: 0px 3pt 5px 3px;
    color: blue;
    font-weight :bolder   ;
    font-size: 10pt;
    line-height : 19px;
    text-decoration : none; 
    font-family:Arial;
    color:Blue;
    
	border-left:solid 1px #e0e0e0;
	border-bottom:solid 1px White;
	border-top:solid 1px #e0e0e0;
	border-right:solid 1px #e0e0e0;
	background-color:#F8F8FF;
    
}
.SubCategories_Click a:visited
{
    color: blue;

}
.SubCategories_Click a:hover
{
    color: red;
}

/* deliver popup*/
#Delyveraddnew

{
	margin : 0;	
    position: absolute;
    overflow: hidden;
    display: none;
    z-index:197;
    top: 255px;
    width: 396px;
	left:50px;
	background-color : white ;
}
#DelpoupTopLeft

{

    height: 20px;
    overflow: hidden;
	background:url(images/QucikShopBg.png) no-repeat 0 0;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=  "images/QucikShopBg.png" );
    _background: none;
   padding-left:13px; 
   padding-top:0px;
   width:358px;

}
#DelpoupTopRight

{
	width:25px;
	height:20px;
	background:url(images/QucikShopBg.png) no-repeat -935px 0;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=  "images/QucikShopBg.png" );
    _background: none;
	overflow:hidden; 
	position:absolute;
	top:0px;
	right:0px;

}
#DelpoupContent

{
	border-left:3px solid #399DB4;
	background:url(images/QucikShopBolder.png) repeat-y right;
	_background:url(images/QucikShopBolder.gif) repeat-y right;
	margin-left:1px;
	padding-left:10px;
	padding-right:20px;

} 

#DelpoupBottomLeft

{
    height: 25px;
    overflow: hidden;
	background:url(images/QucikShopBg.png) no-repeat 0 -20px;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=  "images/QucikShopBg.png" );
    _background: none;
   padding-left:13px; 
   width:358px;
   float:left ;

}

#DelpoupBottomRight
{
	width:25px;
	height:25px;
	background:url(images/QucikShopBg.png) no-repeat -935px -20px;
	_background:url(images/QucikShopBg.gif) no-repeat -935px -20px;
	overflow:hidden; 
	position:absolute;
	right:0;
}

#DelpoupEdit

{
	width:100%;
	float: left;
	font-family:Arial;
	font-size:10pt;
	border-left:solid 0px #C3CDDF;
	border-right:solid 0px #C3CDDF;
	border-bottom:solid 0px #C3CDDF;
	margin:0px 0 0px 0;
	
}

#DelpoupEdit dl
{
	float:left ;
	font-family:Arial;
	font-size:10pt;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:5px;
}
.clear

{

    clear: both;

}

.left

{

    float: left;

}

.right

{

    float: right;

}

.overFlow{

	overflow:hidden;

}
.LineSpace

{

	height:5px; 
	
	overflow:hidden;

}

.closeBtn

{

	 background:url(images/close.gif) no-repeat 0 0;

	 width:60px;

	 height:20px;

	 cursor:pointer;

	 overflow:hidden;

}

.closeBtn:hover

{

	 background-position:0 -20px;

}

.DotLine
{
	background:url(images/LMenuLine.gif) repeat-x;	
	height:1px;
}


AMenus
{
    padding: 0px 0pt 0px 0px;
    color:Red ;
    font-weight :lighter ;
    font-size: 12pt; 
    font-family:Arial;
}

.AMenus a
{
    padding: 0px 0pt 0px 4px;
    color: red;
    font-weight :bold ;
    font-size: 9pt;
    font-family:Arial;
}
.AMenus :visited
{
    color: red;
}
.AMenus :hover
{
    color: red;
}

.GridRowStyle 
	{
		font-family :Arial ;
		font-size: 8pt;
		padding-left: 3px;
		padding-right: 2px;
		padding-bottom: 2px;
		padding-top: 2px;
		vertical-align: top;
		height : 23px;
		border-left: solid 0px #e0e0e0;
		border-bottom : dotted 0px #e0e0e0;
		border-right : dotted 0px #e0e0e0;
	}
	
	.GridHeader{
	/* this definition should be exactly the same as .listViewThS1 */
	font-size: 10.5px;
	font-weight: bold;
	text-align:left ;
	padding: 0px 2px 2px 3px;
	border-bottom: 0px solid #e0e0e0;
	border-left: solid 0px #e0e0e0;
	border-right: solid 0px #e0e0e0;
	border-top: 0px solid #e0e0e0;
	height: 22px;
	vertical-align:top;
}

/*
*
* DoanhDN edited on 2010/04/16 
*
*/
.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border:#91a7b4 1px solid;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-image: url(images/YahooSprite.gif);
    background-position:top;
    background-repeat:repeat-x;
    background-color:#d1dbe0;
    
}
.HeaderStyle th
{
    padding: 3px;
    color: #16387c;
    font-size:small;
    background-image: url(images/YahooSprite.gif);
}
.HeaderStyle a
{
    text-decoration:none;
    color:#16387c;
    display:block;
    text-align:left;
    font-weight:normal;
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
}
.PagerStyle table td
{
    border:0px;
    padding:3px;
}
.PagerStyle td
{
    border-top: #91a7b4 1px solid;
}
.PagerStyle a
{
    color:#16387c;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #fff;
    border-right:solid 1px #91a7b4;
    border-bottom:solid 1px #91a7b4;
    border-left:solid 1px #fff;
}
.PagerStyle span
{
    font-weight:bold;
    color:#16387c;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 3px;
    border-right: solid 1px #91a7b4;
}
.RowStyle td
{
    background-color: #f1f5f6;
    font-size:12px;
}
.AltRowStyle td
{
    background-color: #9ab2ca;
	background-image: url(images/YahooSprite.gif);
    background-position:0 -80px;
    background-repeat:repeat-x;
    font-size:12px;
}
.SelectedRowStyle td
{
    background-color: #fcb814;
	background-image: url(images/YahooSprite.gif);
    background-position:center;
    background-repeat:repeat-x;
}