/* Default CSS Stylesheet for a new Web Application project */
/*
BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

*/
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
.text:link {
	FONT-SIZE: 10pt;VERTICAL-ALIGN: top;
	font-family : Arial,Tahoma,Verdana;
	text-decoration:	none;
}
.text:visited 
{
	
	FONT-SIZE: 10pt;VERTICAL-ALIGN: top;
	font-family : Arial,Tahoma,Verdana;
	text-decoration:	none;
}
.text:active {
	FONT-SIZE: 10pt;VERTICAL-ALIGN: top;
	font-family : Arial,Tahoma,Verdana;
	text-decoration:	none;
}
.text:hover {
	FONT-SIZE: 10pt;VERTICAL-ALIGN: top;
	font-family : Arial,Tahoma,Verdana;
	text-decoration:	none;
}


.text {
	FONT-SIZE: 10pt;VERTICAL-ALIGN: top;
	font-family : Arial,Tahoma,Verdana;
}
.title {
	font-family: Arial, Tahoma,Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #00547d;
}	

.ongrid {
	FONT-SIZE: 8pt;VERTICAL-ALIGN: top;
	width : 50px;	
}
.textrt {
	FONT-SIZE: 8pt; TEXT-ALIGN: right;VERTICAL-ALIGN: top;
}
.textlf {
	FONT-SIZE: 8pt; TEXT-ALIGN: left;VERTICAL-ALIGN: top;
}
.comboflat {
	FONT-SIZE: 8pt;
	font-family:Arial
	VERTICAL-ALIGN: top; 
	COLOR: #000000;
	border-style:groove; 
	text-align :right;
	width : 100%; 
}
.input {
	FONT-SIZE: 8pt; COLOR: #000000;
}
.inputflat {
	FONT-SIZE: 8pt;
	font-family:Arial
	VERTICAL-ALIGN: top; 
	COLOR: #000000;
	border-style:groove; 
	text-align :right;
	width : 100%; 
}
.inputflatreq {
	FONT-SIZE: 8pt;
	font-family:Arial
	VERTICAL-ALIGN: top; 
	COLOR: #000000;
	BACKGROUND-COLOR: #ffffe5;
	border-style:groove; 
	text-align :right;
	width : 100%; 
}
.inputflatlf {
	FONT-SIZE: 8pt;
	font-family:Arial
	VERTICAL-ALIGN: top; 
	COLOR: #000000;
	border-style:groove; 
	text-align :left;
	width : 100%; 
}

.inputrt {
	FONT-SIZE: 8pt; COLOR: #000000; TEXT-ALIGN: right;VERTICAL-ALIGN: top;
}
.inputrtreq {
	FONT-SIZE: 8pt; COLOR: #000000; BACKGROUND-COLOR: #ffffe5; TEXT-ALIGN: right
}
.inputreq {
	FONT-SIZE: 8pt; COLOR: #000000; BACKGROUND-COLOR: #ffffe5; TEXT-ALIGN: left
}
.bgbutton{
	BORDER-RIGHT: #077698 2px solid; 
	BORDER-TOP: #23a5cc 2px solid; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt; 
	BORDER-LEFT: #23a5cc 2px solid; 
	COLOR: #ffffff; 
	BORDER-BOTTOM: #077698 2px solid; 
	border-style: solid;   
	FONT-FAMILY: 'Arial'; 
	BACKGROUND-COLOR: #148eb3; 
	TEXT-DECORATION: none;
	height : 20px;
	width : 80px;
}
.bgbar {
		BORDER-RIGHT: #7599d0 1px solid; BORDER-TOP: #dce9fc 1px solid; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: #7599d0 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #7599d0 1px solid; BACKGROUND-COLOR: #bad4fc
}
.barHeader {
	FONT-SIZE: 8pt;
	font-weight:	bold;
	color :White; 
	VERTICAL-ALIGN: top;
}
.banner
{
	background-color :"#e2eeea";
	vertical-align : middle;	
	text-align : right;	
}
.TDBody
{
	vertical-align :top;
	height : 264;
}
.style12 {font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #000000; }
.vote_header
{
	FONT-SIZE: 11px;
	font-weight:bold;  
	COLOR: #ffffff;
	background-color: #389803;
	font-family:Arial;
	border-bottom: solid 1px #389803;
	border-top: solid 1px white;
	width: 100%;
	height: 25px;
	padding-left: 8px;
	vertical-align: middle;
}
.vote_body
{
	FONT-SIZE: 12px;
	font-weight:normal;  
	COLOR: #000000;
	background-color: #92cd73;
	font-family:Arial;
	border-bottom: solid 1px white;	
	border-top: solid 0px #92cd73;	
	width: 100%;
	height: 25px;
	padding: 8px;
}
.vote_button{
	BORDER-RIGHT: #ce4c00 1px solid; 
	BORDER-TOP: White 1px solid; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8pt; 
	BORDER-LEFT: White 1px solid; 
	COLOR: White; 
	BORDER-BOTTOM: #ce4c00 1px solid; 
	border-style: solid;   
	FONT-FAMILY: 'Arial'; 
	TEXT-DECORATION: none;

	background-color:#ff9801; 
	width:70px;
	height:20px;  
}
.td_pro_subcatelist
{
	background-image:url(../images/vuong.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:15px;
}
.a_pro_subcatelist
{
	font-family : Arial,Tahoma,Verdana;
	font-size:12px;
}
.a_pro_subcatelist_actived
{
	font-family : Arial,Tahoma,Verdana;
	font-size:12px;
	font-weight:bold;
	color:#ff9801;
}
.a_pro_subcatelist_actived:visited
{
	font-family : Arial,Tahoma,Verdana;
	font-size:12px;
	font-weight:bold;
	color:#ff9801;
}
.a_pro_subcatelist:visited
{
	font-family : Arial,Tahoma,Verdana;
	font-size:12px;
}
.td_topic_name
{
	font-family : Arial,Tahoma,Verdana;
	font-size:12px;
	font-weight:bold;
	background-color:#ff9801;
	color:#ffffff;
	padding:3px 0px 3px 3px;
}
.td_title
{
	padding-top:3px;
}
.a_title
{
	font-family : Arial,Tahoma,Verdana;
	font-size:12px;
	font-weight:bold;
	color: #389803;
}
.a_title:visited
{
	font-family : Arial,Tahoma,Verdana;
	font-size:12px;
	font-weight:bold;
	color: #389803;
}
.td_summary
{
	font-family : Arial,Tahoma,Verdana;
	font-size:12px;
}
.td_pro_subname
{
	text-align:right;
	font-family : Arial,Tahoma,Verdana;
	font-size:12px;
	font-weight:bold;
	color: #389803;
	border-bottom:solid 1px #ff9801;
}