/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.skinmaster {
	height: 100%;
	background-color: #F3F5FA;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: #CAD5EA; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: #CAD5EA;
}
.MainMenu_MenuItem {
	border-left: #CAD5EA 0px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	border-right: #CAD5EA 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #CAD5EA;
}
.MainMenu_MenuIcon {
	background-color: #CAD5EA; 
	border-left: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #CAD5EA;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #8DA4D3; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}
/*=======================================*\
* Tien Edit
\*=======================================*/
.t-smallBlack
{
    font-family: Arial, Verdana;
    font-size: 9px;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}
a.t-smallBlack:link, a.t-smallBlack:visited, a.t-smallBlack:hover
{
    font-family: Arial, Verdana;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    text-decoration: none;
    line-height: 20px;
}
.bg_BorderTop
{
    background-image: url(../../images/border/bg_top.jpg);
    background-repeat: repeat-x;
    height: 6px;
}
.bg_BorderBottom
{
    background-image: url(../../images/border/bg_bottom.jpg);
    background-repeat: repeat-x;
    height: 6px;
}
.bg_BorderLeft
{
    background-image: url(../../images/border/bg_left.jpg);
    background-repeat: repeat-y;
}
.bg_BorderRight
{
    background-image: url(../../images/border/bg_right.jpg);
    background-repeat: repeat-y;
}
.bg_BorderContent
{
    background-color: White;    
}
.SubMenuHome
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #7F8082;
	background-color: #E8ECED;
	/*width: 90px;*/
}
a.SubMenu:link, a.SubMenu:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: none;
	color: #7F8082;
	background-color: #E8ECED;
}
a.SubMenu:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: underline;
	color: #7F8082;
	/*color: #7F8082;*/
	background-color: #E8ECED;
}
a.l_green:link, a.l_green:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #024F53;
	text-align: center;
	line-height: 22px;
	text-decoration: none;
}
a.l_green:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #024F53;
	text-align: center;
	line-height: 22px;
	text-decoration: underline;
}
/*=======================================*\
* Tien End Edit
\*=======================================*/


/*=======================================*\
* Thong Edit
\*=======================================*/



/*=======================================*\
* Thong End Edit
\*=======================================*/

.bg_template
{
	background-image: url(Images/bgtemplate.png);
	background-repeat:no-repeat;
	/*height: 100%;
	width: 646px;*/
	
}
.bg_toptemplate
{
	background-image: url(Images/toptemplate.png);
	background-repeat:no-repeat;
}
.bg_middletemplate
{
	background-image: url(Images/middletemplate.png);
	background-repeat:repeat-y;
}
.bg_bottomtemplate
{
	background-image: url(Images/bottomtemplate.png);
	background-repeat:no-repeat;

}
.bg_popup1
{
	background-image: url(Images/popupimg.jpg);
	background-repeat:no-repeat;

}
.bg_popup2
{
	background-image: url(Images/popupimg1.jpg);
	background-repeat:no-repeat;
    font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #484848;
	text-decoration: none;
}
.detail
{	
    font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #484848;
	font-weight:bold;
	text-decoration: none;
}
a.lnkDetail:link, a.lnkDetail:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #767373;
	text-decoration: none;
	font-weight: bold;
	padding-left: 6px;
}

/*=======================================*\
* Vinh Edit
\*=======================================*/
.bg_center
{
	background-image: url(Images/bg_center.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 646px;
}
.bg_center1
{
	background-image: url(Images/bg_center1.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 624px;
}
.t_space_link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #024F53;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
}
.t_link_bottom
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #024F53;
	text-align: center;
	line-height: 22px;
}
a.t_link_bottom:link, a.t_link_bottom:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #024F53;
	text-align: center;
	line-height: 22px;
	text-decoration: none;
}
a.t_link_bottom:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #024F53;
	text-align: center;
	line-height: 22px;
	text-decoration: underline;
}
.t_copyright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #596A74;
	text-decoration: none;
}
a.t_privacy:link, a.t_privacy:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #596A74;
	text-decoration: none;
}
a.t_privacy:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #596A74;
	text-decoration: underline;
}
.t_small_blue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #02656A;
	padding-right: 10px;
	text-align: justify;
}
.t_IBportal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #272727;
	text-decoration: none;
}
.bg_center_img
{
	background-image: url(images/bg_center_img.jpg);
	background-repeat: repeat-y;
	height: 220px;
	width: 200px;
}
.t_link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #767373;
	text-decoration: none;
	font-weight: bold;
	padding-left: 6px;
}
.bg_frame2
{
	background-image: url(images/bg_frame2.jpg);
	background-repeat: repeat-x;
	height: 210px;
	width: 624px;
}
.t_xbold
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4E4E4E;
	text-decoration: none;
}
.t_day_mont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004A4D;
	text-decoration: none;
}
a.t_day_mont:link, a.t_day_mont:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004A4D;
	text-decoration: none;
}
a.t_day_mont:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004A4D;
	text-decoration: underline;
}
.t_x_normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #004A4D;
	text-decoration: underline;
	padding-top: 20px;
	padding-bottom: 20px;
}
.t_small_grey
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/*color: #7F7F7F;*/
	color: Black;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 20px;
	line-height: 16px;
}
.t_grey_big
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	/*color: #7F7F7F;*/
	color: Black;
	text-decoration: none;
	padding-left: 10px;
}
.LinkGroupColor
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #095457;
	text-decoration: none;
	font-weight: bold;
	padding-left: 6px;
}
.t_small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/*color: #7F7F7F;*/
	color: Black;
	text-decoration: none;
	/*padding-top: 6px;*/
}
.t_underline_black
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #272727;
	text-decoration: underline;
}
.t_llc
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #484848;
	text-decoration: none;
	line-height: 20px;
}
.t_linkweb
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000FF;
	text-decoration: underline;
}
.t_code
{
	font-family: courier;
	font-size: 12px;
	font-weight: normal;
	color: #1E1E1E;
	text-decoration: none;
	line-height: 16px;
}
.t_blue_bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #085255;
	text-decoration: underline;
}
.t_are_not
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #464646;
}
.t_link_map
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}
.t_red
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.t_iexodus
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #365FB8;
	text-decoration: none;
}
a.LinkWebHome:link, a.LinkWebHome:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #767373;
	text-decoration: none;
	font-weight: bold;
	padding-left: 6px;
}
a.LinkWebHome:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #767373;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 6px;
}
a.LinkWebOther:link, a.LinkWebOther:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
a.LinkWebOther:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
a.LinkWebMap:link, a.LinkWebMap:visited
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}
a.LinkWebMap:hover
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}
.LabelEdit
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #272727;
	text-decoration:none;
	text-align:right;
}
.TextEdit
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #272727;
	text-decoration:none;
}
.Message
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight:bolder;
	text-decoration:none;
	vertical-align:middle;
}
.HeaderStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#767373;
	background-color:#B5CCFF;
	text-align:center;
	text-decoration:none;
}
.Button
{
	border:solid 1px Blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#767373;
	background-color:#B5CCFF;
	text-align:center;
	text-decoration:no;
	cursor:pointer;
}
.IDTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #272727;
	background-color:#596A74;
	border:solid 1px Black;
	text-decoration:none;
}
a.l_biggreen:link, a.l_biggreen:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #024F53;
	text-align: center;
	line-height: 22px;
	text-decoration: none;
}
a.l_biggreen:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #024F53;
	text-align: center;
	line-height: 22px;
	text-decoration: underline;
}
.BottomUnderline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #272727;
	text-align:justify;
	text-decoration:none;
	border-bottom: solid 1px #CFCFCF;
}
.TextParagraph
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:115%;	
	text-decoration:none;
}
.TitleParagraph
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:Black;
	text-decoration:none;
}
.BoldParagraph
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:Black;
	text-decoration:none;
}
.RedBoldParagraph
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:Red;
}
a.AllBrokerLink:link, a.AllBrokerLink:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #272727;
	text-align:justify;
	text-decoration:none;
}
a.AllBrokerLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #272727;
	text-align:justify;
	text-decoration:underline;
}
.HidePanel
{
	visibility:hidden;
	position:absolute;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:solid 1 Blue;
	color:Blue;
	background-color:#B5CCFF;
	height:200px;
	width:600px;
}
.LabelEditContact
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #272727;
	text-decoration:none;
}
.TextEditContact
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #272727;
	background-color:#DFE5F2;
	text-decoration:none;
	padding: 1px 5px 1px 5px;
}
/*=======================================*\
* Vinh End Edit
\*=======================================*/
