﻿/* ================================
    CSS STYLES FOR LCMS
   ================================
*/   
/* PAGE BACKGROUND */
body 
{
    font-family:Arial;
    font-size:11px;
    margin-bottom: 3px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 3px;  
    background-color:#043A5D; 
}
/* error mesage */
.errortext
{
	font-family:Arial;
	font-size:11px;
	color:#646464;
}
/* background color for the header at the top of the page  */
.partwindow
{
	border: solid 0px #CACACA;
	border-collapse:collapse;
	border-color:#CACACA;	
}
.partwindowtitle
{
	border: solid 1px #CACACA;
	border-collapse:collapse;
	border-color:#CACACA;	
}
.languagecombo
{
	background-color:#ffffff;
	color:black;
	font-weight:normal;
	border:0;
	font-size:xx-small;
}

.lv-header-style
{
	font-family:Arial; 
    text-align: center;
    font-size: 10pt; 
    background-color:#639ACE ;
    color: #FFEB85;  
    padding-left:2px;
    font-weight:bold;	
}
.lv-item-style
{
	background-color:#FFFFFF; vertical-align:top; text-align:left;
}
.lv-alt-style
{
	background-color:#EFEFEF; vertical-align:top; text-align:left; 
}

.prexp{
	border : 1 solid #0057AE;
	/*background-color : #158AFF;*/
	background-color : #639ACE;/*#5A86D6;/*#26B760;/*#5A759C;*/
	color:White;
	font-family : Arial, Helvetica;
	font-weight:bold;
	font-size : 11px;
	
}
.TextView
{
	font-family:Arial,Helvetica;
	font-size : 9pt;
}
.TextViewBold
{
	font-family:Arial,Helvetica;
	font-size : 9pt;
	font-weight:bold;
}
.prexp2{
	border : 1 solid #D4D0C8;
	font-family : arial,Helvetica;
	font-size : 10pt;
	background: white;
}

.HeadBg {
    background-color: white;
}

/* background color for the content part of the pages */

/* background/border colors for the selected tab */
.TabBg {
    background-color: #EDF7EC;
}
.TabBgText {
    font-size: 8.5pt;
    color: #24A94A;
    font-family:  Arial, Helvetica;
    text-decoration: none;
}
.WebBackground
{
	background-color:#0071BC;
	/*
	background-image:url(../../images/banner/bgr.jpg);
	background-attachment:fixed;
	*/
}
.LeftPane  
{
	/*background-color:#A3CFFC ;  BDE2FC*/
	background-color:#BDE2FC ;  
}

.ContentPane  
{
	background-image:url(../../images/banner/bgr_tin_body.jpg);
}

.RightPane  
{
	/* background-color:#A3CFFC; EEF8FF */
	background-color:#EEF8FF;
}
.TopPane  
{
	background-color:#ffffff;
}
.BottomPane  
{
	background-color:#ffffff;
}


.article {font-family:arial,helvetica,sans-serif;font-size:8pt; color:#000000 ; vertical-align:top; line-height:1.25em; }
a.archive {font-family:arial,helvetica,sans-serif;font-size:8pt; vertical-align:top; line-height:1.25em; }
.article2 {font-family:arial,helvetica,sans-serif;font-size:8pt; color:#555555 ; vertical-align:top; line-height:1.25em; }
a.toparticle { font-weight:bold; font-size:10pt; line-height:1.50em;}
.recenttimedate { font-weight:bold; font-size:8pt; color:#000000}
.provtimedate { font-weight:bold; font-size:8pt; color:#999999}

.gridheader
{
	background-color:#446CC0;
	filter:none;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

.LoginTabs
{
	font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family:  Arial, Helvetica;
    text-decoration: none;
}
A.LoginTabs:link {
    text-decoration:    none;
    color:#004270;
}
A.LoginTabs:visited  {
    text-decoration:    none;
    color:#004270;
}

A.LoginTabs:active   {
    text-decoration:    none;
    color:yellow;
}
A.LoginTabs:hover
{
	color:yellow;
	text-decoration: none;
}
/* login tabs for default banner */
.DefaultLoginTabs
{
	font-weight:normal;
    font-size: 9.5pt;
    color: white;
    font-family:  Arial, Helvetica;
    text-decoration: none;
}
A.DefaultLoginTabs:link {
    text-decoration:    none;
    color:white;
}
A.DefaultLoginTabs:visited  {
    text-decoration:    none;
    color:white;
}

A.DefaultLoginTabs:active   {
    text-decoration:    none;
    color:yellow;
}
A.DefaultLoginTabs:hover
{
	color:yellow;
	text-decoration:underline;
}
/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family:  Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:#d86a3c;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#d86a3c;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#d86a3c;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#003366;
}
/* text style for the selected tab */
.CurrentTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family:  Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.CurrentTab:link {
    text-decoration:    none;
    color:#F3B94C;
}

A.CurrentTab:visited  {
    text-decoration:    none;
    color:#F3B94C;
}

A.CurrentTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.CurrentTab:hover    {
    text-decoration:    none;
    color:#003366;
}
A.PathLink
{
	font-weight:bold;
	font-family:Arial;
	font-size:9pt;
	color:#6F6F5C;
}
A.PathLink:visited
{
	color:#6F6F5C;
}
A.PathLink:hover
{
	color:black;
	text-decoration: none;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family:  Arial, Helvetica;
    text-decoration: none;
}
.LVWEBFooterText
{
	font-size:11px;
}
.LVWEBFooterBackground
{
	background-color:#3e86f2;
}
/* 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:  Arial, Helvetica;
    font-size:  11pt;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family:  Arial, Helvetica;
    font-size:  8pt;
    font-weight:    bold;
    color: #003366;
    vertical-align:top;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family:  Arial, Helvetica;
    font-size:  8pt;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family:  Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
}
.NormalText
{
	font-family:  Arial, Helvetica;
    font-size: 10pt;
    font-weight: normal;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:  Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
}

.NormalRed
{
    font-family:  Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family:  Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold
}

.lcmsButton
{
	border : 1 solid #0057AE;
	background-color : #639ACE;
	color:White;
	font-family : Arial, Helvetica;
	font-weight:bold;
	font-size : 8pt;
}


.DisLabelContact
{
	font-family:  Arial, Helvetica;
    font-size:  9pt;
    font-weight: normal;
    vertical-align:top;
    text-align:center ;
 
}

.CommandContact     {
    font-family:  Arial, Helvetica;
    font-size: 9pt;
    font-weight: normal;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family:  Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
}

.ButtonBlue
{
	WIDTH: 24px; 
	COLOR: #000000;
	HEIGHT: 20px;
	BACKGROUND-COLOR: #99cccc;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* GENERIC */
H1  {
    font-family:  Arial, Helvetica;
    font-size:  14pt;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family:  Arial, Helvetica;
    font-size:  14pt;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family:  Arial, Helvetica;
    font-size:  12pt;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family:  Arial, Helvetica;
    font-size:  11pt;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family:  Arial, Helvetica;
    font-size:  8pt;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family:  Arial, Helvetica;
    font-size:  8pt;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family:  Arial, Helvetica;
    font-size:  10pt;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family:  Arial, Helvetica;
    font-size:  10pt;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8pt;
}

BIG {
    font-size:  12pt;
}

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;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

TD{font-family : Arial, Helvetica;}

.DisHeader
{
	font-family:  Arial, Helvetica;
    font-size:  11px;
	background-color:#446CC0;
	filter:none;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;	
}
.DisLabel
{
	font-family:  Arial, Helvetica;
    font-size:  8pt;
    font-weight:    bold;
    color: #002991;
    vertical-align:top;
}
.DisText
{
	
	font-family: 'arial'; font-size: 11px; color: #000000; vertical-align:top;	
}

.gridheaderFAQ
{
	background-color:#446CC0;
	filter:none;
	font-size:12pt;
	font-weight:bold;
	color: #FFFFFF;
	text-align:center;
}

.TextQuestion
{
	font-family:  Arial, Helvetica;
    font-size:  10pt;
    font-weight:bold;
    color:#003366;
    text-align:left;
}

.TextDetail
{
	font-family:  Arial, Helvetica;
    font-size:  10pt;
    font-weight: normal;
    color:Black;
    /*text-align:justify ;*/
    text-indent:15pt;
}

.TextTable
{
	font-family:  Arial, Helvetica;
    font-size:  10pt;
    font-weight: normal;
    color:Black;
    text-align:left ;
}

.TextTitle
{
	font-family:  Arial, Helvetica;
    font-size:  10pt;
    font-weight: normal;
    color:#003366;
    text-align:left ;
}

.CommandLink
{
	font-family:  Arial, Helvetica;
    font-size:  8pt;
    text-decoration:    underline;
    font-weight: normal;
    color: #003366;
    text-align:center;
}

.CheckBoxAlign
{
	vertical-align:middle;
	
}

.IndexAlign
{
	text-align:right;
}

.FaxTitle
{
	font-family:  Arial, Helvetica;
    font-size:  10pt;
    font-weight:bold;
    color:#0000ff;
    text-align:left ;
}

.FaxMsg
{
	font-family:  Arial, Helvetica;
    font-size:  10pt;
    font-weight:normal;
    color:#ff6633;
    text-align:left ;

}
.CountFax
{
    font-family:  Arial, Helvetica;
    font-size: 8pt;
    font-weight:normal;
    color: #FF0000;
}
.PageCollection
{
    font-family:  Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.PageCollection:link {
    text-decoration:    underline;
    color: #0000ff;
}

A.PageCollection:visited  {
    text-decoration:    underline;
    color: #0000ff;
}

A.PageCollection:active   {
    text-decoration:    underline;
    color: #0000ff;
}

A.PageCollection:hover    {
    text-decoration:    underline;
    color: #0000ff;
}
a { text-decoration:none;}
/*td {font-family: 'arial'; font-size: 10pt;}*/


/*****************************************User Personalize ***************************/

.pSuperTitle            { font-family: 'arial'; font-size: 10pt; font-weight: bold; margin-top: 0 }
.pSubTitle              { font-family: 'arial'; font-size: 10pt; font-weight: bold; margin-top: 0 }
.pTitle                 { font-family: 'arial'; font-size: 12.5pt; font-weight: bold; margin-top: 0 }
.pHead                  { font-family: 'arial'; font-size: 10pt; color: #5F5F5F; font-weight: bold }
.pBody                  { font-family: 'Times New Roman'; font-size: 12pt; color: #000000; line-height:20px}
.pInterTitle            { font-family: 'arial'; font-size: 11pt; color: #000000; font-weight: bold  }
.pAuthor                { font-family: 'arial'; font-size: 10pt; text-align: Right; font-weight: bold }
.pSource                { font-family: 'arial'; font-size: 10pt; text-align: Right; font-style: italic; text-transform: uppercase }
.pAnswer                  { font-family: 'arial'; font-size: 10pt; color: #000000}
.pQuestion            { font-family: 'arial'; font-size: 10pt; color: #000000; font-weight: bold  }
.tLegend { font-size: 8.5pt; color: #888888; font-family: 'Arial'; }
.lImage { 	border: 0 solid #0000FF; cursor: hand; }
.Time { font-size: 8pt; color: buttontext; font-style: italic; }
.LargeTime1 { font-weight: bold; font-size: 8pt; color: dimgray; font-family: 'arial'; }
.LargeTime2 {font-size: 8pt; color: gray; font-family: 'arial'; }
.MsoNormal  { font-family: 'Times New Roman'; font-size: 12pt; color: #000000; line-height:20px}

.b1
{
	background-color: #0417A1;
}
.b2
{
	background-color: #CDD8F8;
}
.b3
{
	background-color: #8196CD;
}
.b4
{
	background-color: #030863;
	font-weight: bold;
	font-size: 8pt;
	font-family: 'arial';
	color: #FFFFFF;
	text-align:left;
	padding-top: 2;
	padding-bottom: 2;
	padding-left: 15;
}
.b5
{
	background-color: #E6E7E9;
}
.b6
{
	background-color: #E0DEE0;
	font-weight: normal;
	font-size: 9pt;
	font-family: 'arial';
	color: #111111;
	text-align:left;
	padding-top: 2;
	padding-bottom: 2;
	padding-left: 15;
}
.b7
{
	background-color: #F8F6F6;
	font-weight: normal;
	font-size: 9pt;
	font-family: 'arial';
	color: #111111;
	text-align:left;
	padding-top: 2;
	padding-bottom: 2;
	padding-left: 15;

}
.b8
{
	background-color: #3B4F9B;
}
.t1
{
	font-weight: normal;
	font-size: 8pt;	
	color: #808fae;
	font-family: 'arial';
}
.t2
{
	font-weight: bold;
	font-size: 7pt;
	font-family: 'arial';
	color: #FFFFFF;
}

.t3
{
	font-weight:bold;
	font-size: 9pt;
	font-family: 'arial';
	color: #590010;
}
.t4
{
	font-weight:bold;
	font-size: 9pt;
	font-family: 'arial';
	color: #485882;
}
a.t5
{
	font-weight:normal;
	font-size: 9pt;
	font-family: 'arial';
	color: #11195B;
	text-decoration: underline;
}

.t6
{
	font-weight:normal;
	font-size: 8pt;
	font-family: 'arial';
	color: #707070;
}
.t7
{
	font-weight:bold;
	font-size: 9pt;
	font-family: 'arial';
	color: #111111;
}

a.t8:visited
{
	font-weight:normal;
	font-size: 8pt;
	font-family: 'arial';
	color: #11195B;
	text-decoration: underline;
}
a.t8:active
{
	font-weight:normal;
	font-size: 8pt;
	font-family: 'arial';
	color: #CE6702;
	text-decoration: underline;
}

a.t8
{
	font-weight:normal;
	font-size: 8pt;
	font-family: 'arial';
	color: #011698;
	text-decoration: underline;
}

a.t9
{
	font-weight: bold;
	font-size: 9pt;
	font-family: 'arial';
	color: #CE6702;
	text-decoration: underline;
}
t10
{
	font-weight: bold;
	font-size: 8pt;
	font-family: 'arial';
	color: #011698;
	text-decoration: none;
}

a.t10
{
	font-weight: bold;
	font-size: 8pt;
	font-family: 'arial';
	color: #011698;
	text-decoration:none;
}

.t11
{
	font-weight: bold;
	font-size:8pt;
	color:#111111;
	font-family: 'arial';
}
.t12
{
	font-weight: bold;
	font-size: 8pt;
	font-family: 'arial';
	color: #FFFFFF;
}
a.t13
{
	font-weight: bold;
	font-size:8pt;
	color:#011698;
	font-family: 'arial';
	text-decoration: none;
}

.t14
{
	font-weight: bold;
	font-size: 8pt;
	font-family: 'arial';
	color: #111111;
}
.t15
{
	font-weight: bold;
	font-size: 9pt;
	font-family: 'arial';
	color: #011698;
	text-decoration: underline;
	padding-left: 5
}
a.boxtopnewslink 
{
	font-weight:normal;
	font-size: 8pt;
	font-family: 'arial';
	color: #111111;
	text-decoration: none;
}
.boxtopnewstext
{
	font-weight:normal;
	font-size: 8pt;
	font-family: 'arial';
	color: #111111;
	
	text-decoration: none;
}
.WEBLV_LoginText
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: yellow; 
	FONT-FAMILY: Arial; 
	TEXT-DECORATION: none;
}	
A.WEBLV_LoginText:link {
    FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: yellow; 
	FONT-FAMILY: Arial; 
	TEXT-DECORATION: none;
}

A.WEBLV_LoginText:visited  {
    text-decoration:    none;
    color: yellow;
}

A.WEBLV_LoginText:active   {
    text-decoration:    none;
    color: yellow;
}

A.WEBLV_LoginText:hover    {
    text-decoration:    none;
    color: yellow;
	text-decoration:underline;
}

.WEBLV_UserText
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #1D9C00; 
	FONT-FAMILY: Arial; 
	TEXT-DECORATION: none;
}
A.WEBLV_UserText:link {
    FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #1D9C00; 
	FONT-FAMILY: Arial; 
	TEXT-DECORATION: none;
}
A.WEBLV_UserText:visited  {
    text-decoration:    none;
    color: #1D9C00;
}

A.WEBLV_UserText:active   {
    text-decoration:    none;
    color: #1D9C00;
}

A.WEBLV_UserText:hover    {
    text-decoration:    none;
    color: #1D9C00;
	text-decoration:underline;
}
.AdHeader
{
	font-size : X-Small;
	font-weight : bold;
	text-align : Center;
	color : White;
	background-color : #316AC5;
}
.AdItem
{
	font-size : x-small;
	border-color : #ACA899;
}
/* style for module Calendar */
.CalLabel
{
	font-size : x-small;
	font-family:Arial;
}
.CalListHeader
{
	filter:none;
	text-align:center;
	font-size:x-small;
	background-color:#dadada;
	font-family:Arial;
}
.CalItem
{
	font-size:x-small;
	font-family:Arial;
}
.CalFreeTime
{
	background-color:#fff1b4;
}
.CalWorkTime
{
	background-color:#ffffe1;
}
.CalAllDayEvent
{
	background-color:#c0c0c0;
}
.CalTimeTable
{
	background-color:#20b2aa;
}
.CalCurrentDate
{
	font-size:medium;
	font-weight:bold;
	font-family:Arial;
}
.CalButton
{
	font-family:Arial;
	font-size:x-small;
}
.CalEditLabel
{
	font-size:x-small;
	font-weight:bold;
	font-family:Arial;
	color:Navy;
}
.CalMonthEventItem
{
	overflow:hidden;
	cursor:default;
	border-bottom:1px solid silver;
}
.CalDayEventItem
{
	overflow:hidden;
	cursor:default;
	border:white thin outset;
}
.CalLunarDate
{
	font-size:xx-small;
	color:#666666;
}
.CalMonthSolarDate
{
	font-size:x-small;
	font-weight:bold;
	color:#333333;
	text-align:right;
	cursor:default;
}
.LinkModuleText
{
	font-family:Verdana;
	font-size:12px;
	color:white;
	font-weight:bold;
	text-decoration: none;
}
A.LinkModuleText:link {
    text-decoration:    none;
    color:#0E4FB0;
}
A.LinkModuleText:visited  {
    text-decoration:    none;
    color:#0E4FB0;
}
A.LinkModuleText:active   {
    text-decoration:    none;
    color:red;
}
A.LinkModuleText:hover
{
	color:red;
	text-decoration: none;
}
.ResumeBoxText
{
	font-size:x-small;
}
.ResumeTableTextCell
{
	background-color:#A3C1F6;
}
.ResumeTableValueCell
{
	background-color:#D9D9DC;
}
/*style for feedback product*/
.FeedbackGridHeader
{
	font-size:12px;
	background-color:#006666;
	color:White;
	height:24px;
}
/*DNTRUONG them dzo*/
.SearchGridFooter {
		color:#333333; 
		background-color:CCCC99;
	}
.SearchGridHeader
{
	font-weight: bold;
	color: activecaption;
	background-color: #ffffff;
}
.SearchGridPager
{
	color: black;
	background-color: #ffffff;
	text-align: center;
}
.SearchGridSelectedItem{
	font-weight:bold;  
	color:activecaption; 
	background-color:#ffffff;
	}
.SearchGridItem
{
	color: #ECDFBC;
	background-color: #ffffff;
}
.Searchpath
{
	color: #A6925A;
	}
	
.Searchbutton {
	border: 1px outset;
	background-color: #ECDFBC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	cursor: hand;
	border-color: #ECDFBC #ECDFBC #ECDFBC #ECDFBC;
}

.SearchTextBox {
	border: #ECDFBC 1px solid;
	border-color: #ECDFBC #ECDFBC #ECDFBC #ECDFBC;
	background-color: #FFFFFF;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.SearchStatus{
background-color: #A3CFFC;
}
.SearchTextTitle
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:White
}
.SearchText
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:Black;
}
/*for Announcement module*/
.AnnouncementTitle
{
	font-size:x-small;
	font-weight:bold;
	color:Green;
}
.AnnouncementDate
{
	font-size:xx-small;
	color:Gray;
}
/*for module TopTen*/
.TopTenLink
{
	font-size: 10px;
    color: #33AF53;
    font-family: Tahoma;
}
A.TopTenLink:link {
    text-decoration:    none;
    color:#33AF53;
}
A.TopTenLink:visited  {
    text-decoration:    none;
    color:#33AF53;
}

A.TopTenLink:active   {
    text-decoration:    none;
    color:#33AF53;
}
A.TopTenLink:hover
{
	color:red;
	text-decoration:underline;
}
.feedbackLabel
{
	font-size:12px;
	font-family:Verdana;
	color:#166AA8;
}
/*for module VC_Statistical*/
.DiseaseText
{
	color:Green;
	font-weight:bold;
}
.DiseaseColumn
{
	width:80px;
	text-align:center;
}
/* for module Duytanplastic-Ho so*/
.QLKH_Text
{
	font-family:Verdana;
	font-size:12px;
	font-style:italic; 
	color: #ffffff;
	font-weight:bold;
}

.QLKH_Datagrid_Header
{
	font-family:Verdana;
	font-size:12px;
	color: #ffffff;
	font-weight:bold;
	background:#7fbd74;
	text-align:center;
	
}
A.QLKH_Datagrid_Header:link {
    text-decoration:    none;
    font-weight:bold;
    color:red;
}
A.QLKH_Datagrid_Header:visited  {
    text-decoration:    none;
    font-weight:bold;
    color:Yellow;
}

A.QLKH_Datagrid_Header:active   {
    text-decoration:    none;
    font-weight:bold;
    color:red;
}
.QLKH_Datagrid_Text
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	text-align:center;
}
A.QLKH_Datagrid_Text:link {
    text-decoration: underline;
    font-weight:bold;
    color:#286b16;
}
A.QLKH_Datagrid_Text:visited  {
    text-decoration:none;
    color:#adcadc;
}

A.QLKH_Datagrid_Text:active   {
    text-decoration:  underline;
    color:#33AF53;
}

.VC_Hs001_Text
{
	font-family:Vernada;
	font-size:13px;
	color: #000000;
}
.VC_Hs001_Validator
{
	font-family:Vernada;
	font-size:11px;
	font-weight:bold;
	color:Red;
}
.VC_Hs003_Validator
{
	font-family:Vernada;
	font-size:10px;
	font-weight:bold;
	color:Red;
}
.QLKH_Phieukham
{
	font-family:Verdana;
	font-weight:bold;
	font-size:13px;
	color:Blue;
	text-align:center;
}
A.QLKH_Phieukham:link {
    color:Blue;
}
A.QLKH_Phieukham:visited  {
    text-decoration:none;
    color:Blue;
}
A.QLKH_Phieukham:active   
{
	text-decoration:underline;
    color:Maroon;
}
.QLKH_Trans
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color: #5fb049;
	text-align:center;
}
A.QLKH_Trans:link {
    text-decoration: none;
    font-weight:bold;
    color:#5fb049;
}
A.QLKH_Trans:visited  {
    text-decoration:none;
    color:#5fb049;
}

A.QLKH_Trans:active   {
    text-decoration:  underline;
    color:Maroon;
}
.QLKH_BgroundColor
{
	background-color:#d2edca;
	border-color:#4da044;
}

/*
	Start EDIT BY TRAN DANG KHAI Use for Duytanplastic
*/

/* PAGE PVEP_CONTRACT */

.lblInfo{
	/*border : 1 solid #0057AE;*/
	/*background-color : #158AFF;*/
	/*background-color : #639ACE;*/
	color:black;
	font-family : Verdana;
	font-weight: normal;
	font-size : 13px;
	
}
.lblInfo_CustomerView
{
	color:black;
	font-family : Arial;
	font-weight: bold;
	font-size : 11px;
}

.TextTitle
{
	font-family:  Arial, Helvetica;
    font-size:  10pt;
    font-weight: normal;
    color:#003366;
    text-align:left ;
}

.CommandLink
{
	font-family:  Arial, Helvetica;
    font-size:  8pt;
    text-decoration:    underline;
    font-weight: normal;
    color: #003366;
    text-align:center;
}

.DropdownStyle
{
	z-index:1;
}
.DataGrid_HD
{
	color:black;
	font-family : Arial;
	font-weight: normal;
	font-size : 12px;	
}
.Label_Pages
{
	color:green;
	font-family : Arial;
	font-weight: normal;
	font-size : 12px;	
}
.LabelAnnounce
{
	color:red;
	font-family : Arial;
	font-weight: normal;
	font-size : 12px;	
}
.HoSoLink
{
	font-size: 12px;
    color: green;
    font-family: Tahoma;
    font-weight:bold
}
A.HoSoLink:link {
    text-decoration:    none;
    color:green;
}
A.HoSoLink:visited  {
    text-decoration:    none;
    color:green;
}

A.HoSoLink:active   {
    text-decoration:    none;
    color:green;
}
A.HoSoLink:hover
{
	color:red;
	text-decoration:underline;
}

.QLKH_Datagrid_Header
{
font-family:Verdana;
font-size:12px;
color: #ffffff;
font-weight:bold;
background:#7fbd74;
font-style: italic;
text-align:center;

}
A.QLKH_Datagrid_Header:link {
    text-decoration:none;
    font-weight:bold;
    color:#ffffff;
}
A.QLKH_Datagrid_Header:visited  {
    text-decoration:    none;
    font-weight:bold;
    color:Yellow;
}

A.QLKH_Datagrid_Header:active   {
    text-decoration:    none;
    font-weight:bold;
    color:#33AF53;
}

.QLKH_Datagrid_Text
{
font-family:Verdana;
font-size:11px;
font-weight:bold;
color: #000000;
text-align:center;
}
A.QLKH_Datagrid_Text:link {
    text-decoration: underline;
    font-weight:bold;
    color:#286b16;
}
A.QLKH_Datagrid_Text:visited  {
    text-decoration:none;
    color:Olive;
}

A.QLKH_Datagrid_Text:active   {
    text-decoration:  underline;
    color:#33AF53;
}

/*
	Ending EDIT BY TRAN DANG KHAI Use for Duytanplastic
*/
.QLKH_Bgcolor_Checkbox
{
	background-color:lightcyan;	
}

/*
	Ending EDIT BY TRAN DANG KHAI Use for Duytanplastic
*/

.SubView_DocTitleLink:link {
    text-decoration:    none;
    color: Black;
}
.SubView_DocTitleLink:visited  {
    text-decoration:    none;
  color: Black;
}

.SubView_DocTitleLink:active   {
    text-decoration:    none;
   color: Black;
}
.SubView_DocTitleLink:hover
{
	color: Black;
	text-decoration:underline;
}

.NTFNews_DocDetailLink:link {
    text-decoration:    none;
    color:red;
}
.NTFNews_DocDetailLink:visited  {
    text-decoration:    none;
    color:red;
}

.NTFNews_DocDetailLink:active   {
    text-decoration:    none;
    color:red;
}
.NTFNews_DocDetailLink:hover
{
	color:red;
	text-decoration:underline;
}

.NTFNews_DocTitle:link 
{
    text-decoration:    none;
    color:#0058AE;
    font-weight:bold;
}
.NTFNews_DocTitle:visited  {
    text-decoration:    none;
    color:#0058AE;
    font-weight:bold;
}

.NTFNews_DocTitle:active   {
    text-decoration:    none;
    color:#0058AE;
    font-weight:bold;
}
.NTFNews_DocTitle:hover
{
	color:#0058AE;
	text-decoration:underline;
	font-weight:bold;
}

.NTFNews_DocTitleHostNew:link 
{
    text-decoration:    none;
    color:#E3271C;
    font-weight:bold;
}
.NTFNews_DocTitleHostNew:visited  {
    text-decoration:    none;
    color:#E3271C;
    font-weight:bold;
}

.NTFNews_DocTitleHostNew:active   {
    text-decoration:    none;
    color:#E3271C;
    font-weight:bold;
}
.NTFNews_DocTitleHostNew:hover
{
	color:#E3271C;
	text-decoration:underline;
	font-weight:bold;
}

.NTFNews_NextNews:link 
{
    text-decoration:    none;
    color:#222E59;
}
.NTFNews_NextNews:visited  {
    text-decoration:    none;
    color:#222E59;
}

.NTFNews_NextNews:active   {
    text-decoration:    none;
    color:#222E59;
}
.NTFNews_NextNews:hover
{
	color:#222E59;
	text-decoration:underline;
}

.FooterLink
{
	color:#037ACE;
}
/*
	Ending EDIT BY TRAN DANG KHAI Use for NFTNews_eCMS
*/
.QLKH_Bgcolor_Checkbox
{
	background-color:lightcyan;	
}
.ICDfolder
{
	font-family : Verdana;	
	font-size : 11px;	
	color: Black;
	cursor:hand;
}
.NTF_Tree
{
	font-family:Vernada;
	font-size:14px;
	color: #000000;
}
.ViewProduct_Lienket:link 
{
    text-decoration:    none;
    color:#515151;    
}
.ViewProduct_Lienket:visited  {
    text-decoration:    none;
    color:#515151;    
}

.ViewProduct_Lienket:active   {
    text-decoration:    none;
    color:#515151;    
}
.ViewProduct_Lienket:hover
{
	color:#515151;
	text-decoration:underline;	
}


.Link_header:link 
{
    text-decoration:    none;
    color:#FFFFFF;    
}
.Link_header:visited  {
    text-decoration:    none;
    color:#FFFFFF;    
}

.Link_header:active   {
    text-decoration:    none;
    color:#FFFFFF;    
}
.Link_header:hover
{
	color:#FFFFFF;
	text-decoration:underline;	
}

/* style for MenuVertical */
.MenuVertical_Text
{
	text-decoration: none;
    color:#838383;
    font-weight:bold;
    font-family:Arial;
    font-size:11px;
}
.MenuVertical_Text:link 
{
   text-decoration: none;
    color:#838383;
    font-weight:bold;
    font-family:Arial;
    font-size:11px;
}
.MenuVertical_Text:visited
{
	text-decoration: none;
    color:#838383;
    font-weight:bold;
    font-family:Arial;
    font-size:11px;
}

.MenuVertical_Text:active{
    text-decoration: none;
    color:#838383;
    font-weight:bold;
    font-family:Arial;
   font-size:11px;
}
.MenuVertical_Text:hover
{
	text-decoration: none;
    color:#838383;
    font-weight:bold;
    font-family:Arial;
    font-size:11px;
}




.MenuVertical_Text_Choosing
{
	text-decoration: none;
    color:#5B5B5B;
    font-weight:bold;
    font-family:Arial;
    font-size:12px;
}
.MenuVertical_Text_Choosing:link 
{
   text-decoration: none;
    color:#5B5B5B;
    /*font-weight:bold;*/
    font-family:Arial;
    font-size:12px;
}
.MenuVertical_Text_Choosing:visited
{
	text-decoration: none;
    color:#5B5B5B;
    /*font-weight:bold;*/
    font-family:Arial;
    font-size:12px;
}
.MenuVertical_Text_Choosing:active{
    text-decoration: none;
    color:#5B5B5B;
    /*font-weight:bold;*/
    font-family:Arial;
    font-size:12px;
}
.MenuVertical_Text_Choosing:hover
{
	text-decoration: none;
    color:#5B5B5B;
    /*font-weight:bold;*/
    font-family:Arial;
    font-size:12px;
}


.MenuVerticalSub_Text
{
	text-decoration: none;
    color:#0874D2;
    /*font-weight:bold;*/
    font-family:Arial;
    font-size:12px;
}
.MenuVerticalSub_Text:link 
{
   text-decoration: none;
    color:#0874D2;
    /*font-weight:bold;*/
    font-family:Arial;
    font-size:12px;
}
.MenuVerticalSub_Text:visited
{
	text-decoration: none;
    color:#0874D2;
    /*font-weight:bold;*/
    font-family:Arial;
    font-size:12px;
}

.MenuVerticalSub_Text:active{
    text-decoration: none;
    color:#0874D2;
    /*font-weight:bold;*/
    font-family:Arial;
    font-size:12px;
}
.MenuVerticalSub_Text:hover
{
	text-decoration: none;
    color:#0874D2;
    /*font-weight:bold;*/
    font-family:Arial;
    font-size:12px;
}


.MenuVerticalSub_Text_Choosing
{
	text-decoration: none;
    color:#0874D2;
    font-weight:bold;
    font-family:Arial;
    font-size:12px;
}
.MenuVerticalSub_Text_Choosing:link 
{
   text-decoration: none;
    color:#0874D2;
    /*font-weight:bold;*/
    font-family:Arial;
    font-size:12px;
}
.MenuVerticalSub_Text_Choosing:visited
{
	text-decoration: none;
    color:#0874D2;
    /*font-weight:bold;*/
    font-family:Arial;
    font-size:12px;
}
.MenuVerticalSub_Text_Choosing:active{
    text-decoration: none;
    color:#0874D2;
    /*font-weight:bold;*/
    font-family:Arial;
    font-size:12px;
}
.MenuVerticalSub_Text_Choosing:hover
{
	text-decoration: none;
    color:#0874D2;
    /*font-weight:bold;*/
    font-family:Arial;
    font-size:12px;
}
/* end style for MenuVertical */
/* Text Nga`y tren site*/
.txtDate
{
	color:#5B5B5B;
    /*font-weight:bold;*/
    font-family:Arial;
    font-style:italic; 
    font-size:11px;
}
/* end Text Nga`y tren site*/

/* Text Nga`y tren site*/
.LatestNew
{
	color:#161616;
    font-family:Arial;
    font-size:11px;
    text-decoration:underline;
}
.LatestNew:link
{
	color:#161616;
    font-family:Arial;
    font-size:11px;
    text-decoration:underline;
}
.LatestNew:visited
{
	color:#161616;
    font-family:Arial;
    font-size:11px;
    text-decoration:underline;
}
.LatestNew:active
{
	color:#161616;
    font-family:Arial;
    font-size:11px;
    text-decoration:underline;
}
.LatestNew:hover
{
	color:#161616;
    font-family:Arial;
    font-size:11px;
    text-decoration:none;
}
/* end Text Nga`y tren site*/
.header_td
{
	background-image:url(../../images/banner/banner.jpg);
	height:135px;
}
.footer_td
{
	height:68px;
	background-color:#0066CC;
}
.footer_td_left
{
	background-image:url(../../images/banner/footer.jpg);
	height:68px;
	background-color:#0066CC;
}
.footer_hyperlink
{
	font-size:11px;
	color:White;
	text-decoration:none;
}
.lcmsmaintable
{
	border-left:solid 1px white;
	border-right: solid 1px white;
}
/* Forum Style */
.Forum_Login_Title
{
	COLOR: yellow;
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-SIZE: 12px; BORDER-BOTTOM: 1px solid
}
.Forum_Main_Table
{
	 border-collapse: collapse;
	 border: solid 1px #999999;
}
.Forum_Forum_Title
{
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #233C8E; FONT-FAMILY: Arial;
	color:Black;
	border-left-style: solid; border-left-width: 1px; border-bottom-style: solid; border-bottom-width: 1px; border-top-style: solid; border-top-width: 1px; padding-left: 4px; padding-right: 4px
}
.Forum_Cat_Title_TD
{
	COLOR: #ff9900;
	FONT-WEIGHT: bold; FONT-SIZE: 11px; FONT-FAMILY: Arial;
	border-bottom-style: solid; border-bottom-width: 1px; padding-left: 4px; padding-right: 4px;	
}
.Forum_LeftImage_TD
{
	background-color:#A3CFFC;
	border-left: solid 1px #D1D1E1;
	border-bottom: solid 1px #D1D1E1;
	padding-left: 4px; padding-right: 4px;
}
.Forum_ForumChild_TD
{
	background-color:#c8e5fc;
	border-left: solid 1px #D1D1E1;
	border-bottom: solid 1px #D1D1E1;
	padding-left: 4px; padding-right: 4px;
}
.Forum_Statistic_Title_TD
{
	COLOR:Blue;
	background-color:white;
	FONT-WEIGHT: bold; FONT-SIZE: 11px; FONT-FAMILY: Arial;
	padding-left: 4px; padding-right: 4px;
}
.Forum_Statistic_Title_Image
{
	background-color:white;
	padding-left: 4px; padding-right: 4px;
}
/* End Forum Style */

/* SCN Vung Tau Style */
.SCN_main_table
{
	border:solid 1px #0066cc;
	font-family:Arial;
	font-size:11px;	
}
.SCN_product_table
{
	border-bottom:solid 1px #0066cc;
	font-family:Arial;
	font-size:11px;	
}
.SCN_Title
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:White;
}
.SCN_Title:link
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:Gray;
}

.SCN_Title:visited 
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:Gray;
}

.SCN_Title:hover
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:Yellow;
}

.SCN_Title : active
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:White;
}
.SCN_Grid
{
	font-family:Arial;
	font-size:11px;
}
.SCN_DetalLink
{
	color:Red;
	text-decoration:underline;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}
.SCN_DetalLink:link
{
	color:Red;
	text-decoration:underline;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}
.SCN_DetalLink:visited
{
	color:Red;
	text-decoration:underline;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}
.SCN_DetalLink:hover
{
	color:Blue;
	text-decoration:underline;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}
.SCN_Hplink
{
	color:Blue;
	text-decoration:underline;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}
.SCN_Hplink:link
{
	color:Blue;
	text-decoration:underline;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}
.SCN_Hplink:visited
{
	color:Blue;
	text-decoration:underline;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}
.SCN_Hplink:hover
{
	color:Red;
	text-decoration:underline;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}
.OtherCompany
{
	color:#0066cc;
	text-decoration:none;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}
.OtherCompany:link
{
	color:#0066cc;
	text-decoration:none;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}
.OtherCompany:visited
{
	color:#0066cc;
	text-decoration:none;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}
.OtherCompany:hover
{
	color:Red;
	text-decoration:underline;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}
.OtherCompanyTitle
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:Black;
}
.SCN_span_text 
{
	font-family:Arial;
	font-size:11px;
	color:#000000;
}
/* End SCN Vung Tau Style */
.adv_text
{
	font-size:11px;
}
.adv_table
{
	font-size:11px;
}
/* End Advertising Module Style */

 
ul.tree{
	width: auto;
	padding-left : 0px;
	margin-left : 0px;
}
ul.tree img{
 	border : none;
}
ul.tree, ul.tree ul {
	padding-left: 0;
}
ul.tree ul {
	margin-left: 16px;
}
ul.tree li.closed ul {
	display: none;
}
ul.tree li {
	list-style: none;
	background: url(../../LcmsModules/SiteMap/Images/i-repeater.gif) 0 0 repeat-y;
	display: block;
	width: auto;
	/* background-color:#FFFFFF; */
}
ul.tree li.last {
	list-style: none;
	background-image: none;
}
/* Span-A: I/L/I glpyhs */
ul.tree span.a 
{
	padding: 0px 0px 10px 0px;
	background: url(../../LcmsModules/SiteMap/Images/t.gif) 0 50% no-repeat;
	display: block;
}
ul.tree span.a.last {
	background: url(../../LcmsModules/SiteMap/Images/l.gif) 0 50% no-repeat;
}

/* Span-B: Plus/Minus icon */
ul.tree span.b {
}
ul.tree span.a.children span.b {
	background: url(../../LcmsModules/SiteMap/Images/minus.gif) 0 50% no-repeat;
	cursor:hand;
}
ul.tree li.closed span.a.children span.b {
	padding: 20px 0px 0px 0px;
	background: url(../../LcmsModules/SiteMap/Images/plus.gif) 0 50% no-repeat;
	cursor:hand;
}

/* Span-C: Spacing and extending tree line below the icon */
ul.tree span.c {
	margin-left: 16px;
}
ul.tree span.a.children span.c {
	background: url(../../LcmsModules/SiteMap/Images/i-bottom.gif) 0 50% no-repeat;
}
ul.tree span.a.spanClosed span.c {
	background-image: none;
}


/* Anchor tag: Page icon */
ul.tree a  {
	white-space: nowrap;
	overflow: hidden;
	
	padding: 10px 0px 10px 18px;
	line-height: 16px;

	background: url(../../LcmsModules/SiteMap/Images/page-file.png) 0 50% no-repeat;
}
ul.tree span.a.children a {
	background-image: url(../../LcmsModules/SiteMap/Images/page-openfoldericon.png);
}
ul.tree span.a.children.spanClosed a {
	background-image: url(../../LcmsModules/SiteMap/Images/page-foldericon.png);
}
ul.tree.unformatted li {
	background-image: none;
	padding-left: 16px;
}
ul.tree.unformatted li li {
	background-image: none;
	padding-left: 0px;
}
ul.tree li div {
	float: right;
	clear: right;
	height: 1em;
	margin-top: -26px;
}
ul.tree div a  {
	padding: 0;
	background-image: none;
	min-height: auto;
	height: auto;
}

ul.tree li A:link, ul.tree li A:visited {
	color : #0066cc;
	font-family:Arial;
	font-size:11px;
}
ul.tree li A:hover
{
	color : red;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
}

ul.tree li .over{
	background-color : pink;
}

.SiteMapRoot
{
	font-family:Arial;
	color:#957601;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
}


/* end Style for SiteMap */

/* Product Amin of Phu My */
.tdFont
	{
		font:Tahoma;
		font-weight:bold;
		text-align:center;
	}
.tdCenter
	{
		text-align:center;
		vertical-align: middle;		
	}
.tbCenter
	{
		text-align:center;
		border: solid;
		border-width: medium;	
	}
.tdTitleGrid
	{
		width:121px;
		text-align:center;
		color:White;
		font-weight:bold;
		font-size: 14px;	
	}
.tdWidthUpdatePro1
	{
		width:25%;
		text-align:left;
		padding-right:10px;
		font-family: Arial;
		font-size:12;
		font-weight:bold;
		padding-left:5px;
		color:Navy;
	}
.tdWidthUpdatePro2
	{
		width:65%;
		text-align: left;
		margin-right:-100px;
	}
.txtWidth100
	{
		width:100px;	
	}
.txtWidth200
	{
		width:400px;			
	}

.alignJustify
	{
		font-family: Arial;
		font-size:12px;
		text-align:justify;
		text-justify:auto;
	}
.textSpacing
	{
		font-family: Arial;
		font-size:12px;
		margin-left:5px;
		margin-bottom:2px;
		margin-right:10px;		
	}
.alignJustifyDetails
{
	font-family: Arial;
	font-size:14px;
	text-align:justify;
	text-justify:auto;
}
.textSpacingDetails
	{
		font-family: Arial;
		font-size:14px;
		margin-left:5px;
		margin-bottom:2px;
		margin-right:10px;		
	}
.fontTextBACK
{
	margin-left:5px;
	color:Silver;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	
}
.hr
{
	font-weight:bold;
	border-color:#FE5900;
	border-style:dotted;
	width:65%;
	text-align:center;
		
	
}
/* dinh dang cho trang cau hinh hien thi san pham*/
.textFormDisplay
{
	font-family:Arial;
	font-size:12px;
	color:Olive;
	font-weight:bold;
}
.textRdlFormDisplay
{
	font-family:Arial;
	font-size:12px;
	
	font-weight:bold;
}
/*Trang Category*/
.tdBiaTraiPhai
{
	width:30px	
}

/*End Trang Category*/
	/*Trang Cau hinh hien thi */
.tdWidth1
{
	width:165px;
}
.tdWidth2
{
	width:100px;
}
.tdWidth3
{
	width:100px;
}



/* END Product Amin of Phu My */

/* Fiont Size footer */
.tdFooter
{
	font-size:12px;	
	color:#0066CC;
}
.tdFooter a:link
{
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#0066cc;
}
.tdFooter a:hover
{
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:underline;
	color:#FE630F;
}
.tdFooter a;visited
{
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#0066cc;
}
/*End footer */
.calendar
{
	font-size:11px;
	font-weight:bold;
}
.textboxblank
{
	border:solid 1px #EEF8FF;
	background-color:#EEF8FF;
}
.languagecombo
{
	background-color:#9CD7FD;
	color:black;
	font-weight:normal;
	border:solid 1px #4B7CB5;
	font-size:xx-small;
}
.selectcountry
{
	font-size:11px;
	font-weight:bold;
	color:#0666d2;
}
.displaytime
{
	font-size:11px;
	font-weight:bold;
}

