/* ================================
    CSS STYLES FOR LCMS
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.languagecombo
{
	background-color:#507BCC;
	color:White;
	font-weight:bold;
}

.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 : 10pt;
	
}
.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 */
Body
{
    background-color: white;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #F0F0F0;
}
.TabBgText {
    font-weight: bold;
    font-size: 8.5pt;
    color: #4A6EC2;
    font-family:  Arial, Helvetica;
    text-decoration: none;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}


.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:12pt; line-height:100% }
.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: #333333;
    font-family:  Arial, Helvetica;
    text-decoration: none;
}

/* 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:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#FF0000;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}
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;
}
    
/* 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;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family:  Arial, Helvetica;
    font-size: 8pt;
    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:  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
}

.DisHeader
{
	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: #003366;
    vertical-align:top;
}
.DisText
{
	font-family:  Arial, Helvetica;
    font-size:  8pt;
    font-weight: normal;
    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;
}
.IRC_ShowDate
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Arial; 
	TEXT-DECORATION: none;
}
.IRC_LoginText
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Arial; 
	TEXT-DECORATION: none;
}	
A.IRC_LoginText:link {
    FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Arial; 
	TEXT-DECORATION: none;
}

A.IRC_LoginText:visited  {
    text-decoration:    none;
    color: #ffffff;
}

A.IRC_LoginText:active   {
    text-decoration:    none;
    color: #ffffff;
}

A.IRC_LoginText:hover    {
    text-decoration:    none;
    color: yellow;
}





body{
	font-family:Arial;
	font-size:12px;
}
table.tailieu, table.trangthai{
	width:600px;
	border-collapse:collapse;
}
table.tailieu td, table.tailieu th{
	border:1px #ddd solid;
	padding:5px 7px;
}
table.tailieu td.tdtthai{
	border:0px;
	padding:0px;
}
table.tailieu th{
	font-weight:bold;
	font-size:14px;
}
.tlRowOdd td{
	background-color:#F3F3F3;
}
.tt-rowTitle td{
	font-weight:bold;
	background-color:#c8ebff;
	color:#005687;
}
table.tailieu .trTrangthai td{
	font-weight:bold;
	border-top:0px;
}
.ttCol2, .ttCol3, .ttCol4{
	text-align:center;
}
.tlCol1{
	width:200px;	
}
.tlCol2{
	width:400px;	
}
