/* ================================
    CSS STYLES FOR LCMS
   ================================
*/   
/* PAGE BACKGROUND */
/* 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:White;
	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 */
Body
{
	background-color:white;
}

/* 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:#FFFFFF;
}
.LeftPane  
{
	background-color:#F1F9F0;
}

.ContentPane  
{
	background-color:white;
}

.RightPane  
{
	background-color:#F1F9F0;
}
.TopPane  
{
	background-color:#F1F9F0;
}
.BottomPane  
{
	background-color:#F1F9F0;
}


.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:#24A94A;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#24A94A;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

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; }
.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;
	color:#5f5f5f;
}
.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: B0E4B8;
}
/*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;
}
/*style for NTF_News*/
.NTFNews_DocTitle
{
	font-size: 12px;
    color: green;
    font-family: Verdana;
    font-weight:bold;
}
A.NTFNews_DocTitle:link {
    text-decoration:    none;
    color:green;
}
A.NTFNews_DocTitle:visited  {
    text-decoration:    none;
    color:green;
}

A.NTFNews_DocTitle:active   {
    text-decoration:    none;
    color:green;
}
A.NTFNews_DocTitle:hover
{
	color:navy;
	text-decoration:none;
}
/**/
.NTFNews_DocDetailLink
{
	font-size: 11px;
    color: green;
    font-family: Verdana;
    font-style:italic;
}
A.NTFNews_DocDetailLink:link {
    text-decoration:    none;
    color:green;
}
A.NTFNews_DocDetailLink:visited  {
    text-decoration:    none;
    color:green;
}

A.NTFNews_DocDetailLink:active   {
    text-decoration:    none;
    color:green;
}
A.NTFNews_DocDetailLink:hover
{
	color:navy;
	text-decoration:none;
}
.feedbackLabel
{
	font-size:12px;
	font-family:Verdana;
	color:Green;
}