/* RESET */
* {
	outline: none;
}	    
body, html {
	margin: 0;
	padding: 0;
	}
body {
	font-family: Arial, Tahoma;
	font-size: 12px;
	background: transparent url(../images/frame_repeatbg.jpg) repeat scroll left top;
	}	
.mainwindow {   
    width:1000px;
    position: relative;
    padding: 3px;
    margin:0 auto;
    /*background-color: #FFFFFF;*/
    }
.frametop {   
    margin:15px auto 0 auto;
    position: relative;
    padding: 0px;
    background: transparent url(../images/frame_top.png) no-repeat scroll center top;
    height: 20px;
    }
.framebody {
	background: transparent url(../images/frame_body.png) repeat-y scroll center top;
	margin:0 auto;
	}
.framebottom {    
	margin: 0 auto 15px auto;
    position: relative;
    padding: 0px;
    background: transparent url(../images/frame_bottom.png) no-repeat scroll center top;
    height: 20px;
    }    
    
.padding_tb5 {
	padding: 5px 0;
	}
.padding_r5 {
	padding-right: 5px;
	}

/* RESET */
    

/* HEADER */
.logo {
	position: absolute;
	left: 10px;
	top: 18px;
	z-index: 9;
	}
.header {
	height: 63px;
	/*background-color: #004588;
	margin-bottom:15px;
	margin-top:12px;*/
	position:relative;
	background: #FFFFFF url(../images/header_bg.jpg) no-repeat scroll center top;
	height: 102px;
	}
.account {
	position: absolute;
	right: 15px;
	top: 50px;
	}
.account_name {
	padding-bottom: 3px;
	}	
.account_name span {
	color: #024487;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
	}	
.language {
	position: absolute;
	right: 9px;
	top: 0px;
	width: 272px;
	height: 28px;
	line-height: 28px;
	background: transparent url(../images/language_bg.jpg) no-repeat scroll left top;
	z-index: 444;
	text-align: center;
	}
.language span {
	padding: 0 5px;
	color: #014997;
	font-weight: normal;
	font-size: 11px;
	}
.language .selected {
	font-weight: bold;
	}
.date {
	/*background-color:#007CBC;*/
	height:22px;
	line-height:22px;
	position:absolute;
	right:0;
	text-align:right;
	padding-right: 15px;
	top: 110px; /* 56px 75px; 78px */
	width:200px;
	z-index: 10;
}	
.date span {
	color: #FFF;
	font-size: 11px;
	}
.uinfo {
	position: absolute;
	right: 15px;
	top: 135px; 	/* 56px 75px; 78px 99px*/ 
	width: 500px;
	height: 22px;
	line-height: 22px;
	text-align: right;
	z-index: 8;
	}
.uinfo span {
	color: #FFF;
	font-size: 11px;
	}

/* END HEADER */    


/* CONTENT */

div.z-grid {
	/*background-color: #5C99D8;*/ 
	}
*:first-child+html .clearie, * html .clearie {
	font-size: 1%;
	clear: both;
	display: block;
	height:0;
	visibility:hidden;
	display: none;
	}

/*Pagging*/
.pagging {
	background: #EEEEEE; 
	height: 26px;
	}
.sumtext {
	float: left; 
	line-height: 26px;
	padding-left: 5px;
	}
.ipcpaging {
	float: right;
	padding-right: 5px;
	}

/*End Pagging*/


/*Dat Lenh*/
.dlbox {
	padding: 12px 8px 0px 8px;
	height: 140px;
	}
.button-normal {
	float: right;
	margin-right: 0px;
	margin-top: 9px;
	}
.button-cash {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	}
.button-search {
	float: left;
	}
.sumfoot {
	background-color: #CBD0D4;
	}	
.logout {
	background: transparent url(../images/button_logbg.jpg) no-repeat scroll center top;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
	font-size: 12px;
	padding: 3px 16px 4px 17px;
	margin-left: 4px;
	width: 60px;
	font-family: Arial;
	}
.search, .reset, .confirm {
	background: #3A80DF url(../images/button_bg.jpg) no-repeat scroll center top;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 19px;
	font-size: 11px;
	margin-left: 4px;
	font-family: Tahoma, Arial;
	white-space: nowrap;
	display: block;
	width: 60px;
	text-align: center;
	}
.onfocus {
	background-color: #666666;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	font-size: 11px;
	margin-left: 4px;
	font-family: Arial;
	white-space: nowrap;
	display: block;
	width: 60px;
	text-align: center;
	}
.button-fl {
	background-color: #3A80DF;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	font-size: 11px;
	font-family: Arial;
	white-space: nowrap;
	display: block;
	width: 110px;
	text-align: center;
	}
/*End Dat Lenh*/


/*Xac Nhan*/
.xnbox {
	padding: 12px 8px 0px 8px;
	height: 140px;
	}
.accoutinfo {
	margin: 0px 0 14px 0;
	}
.highlight {
	height: 39px;
	line-height: 39px;
	text-align: center;
	background-color: #ccc;
	padding-left: 20px;
	}
.highlight span {
	padding-right: 0px;
	}
.emoney {
	color: #F00;
	font-weight: bold;
	}
.bmoney {
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	}
.errorsec {
	padding-top: 8px;
	}		
/*BBA01 - add order*/	
.message-error{
	color: #FF0000;
	padding-left:5px;
	}
.message-success{
	color: #013C88;
	padding-left:5px;
	}		
.intro {
	font-weight: bold;
	font-size: 18px;
	color:#999999;
	}
.transaction-type{
	font-weight: bold;
	font-size: 18px;
	color:#FFF;
	}
.order-info{
	font-family:arial;
	font-weight: bold;
	font-size:18px;
	color:#FFF;
	}	
.input-order-info{
	font-family:Arial;
	
	}		
/* end BBA01*/
/*End Xac Nhan*/


/* So du tai khoan - BOX*/
.sdtkbox {
	border-top: 0px solid #C5C5A8;
	border-right: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	height: 140px;
	overflow: hidden;
	}
.sdtkb1 {
	width:262px; 
	float:left; 
	padding: 0 0; 
	border-right: 0px solid #C5C5A8;
	height: 150px;
	}
.sdtkb2 {
	width:262px; 
	float:left; 
	padding: 0 0;  
	border-right: 0px solid #C5C5A8;
	height: 150px;
	}
.sdtkb3 {
	width:262px; 
	float:left;
	height: 150px;
	padding: 0 0; 
	}

.gttkbox {
	border-top: 0px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	/*height: 42px;*/
	overflow: hidden;
	}	
.gttk1 {
	width:261px; 
	float:left; 
	padding: 0 0; 
	border-right: 1px solid #F2F2F2;
	height: 46px;
	}
.gttk2 {
	width:261px; 
	float:left; 
	padding: 0 0;  
	border-right: 1px solid #F2F2F2;
	height: 46px;
	}
.gttk3 {
	width:262px; 
	float:left;
	height: 46px;
	padding: 0 0; 
	}

/* So du tai khoan - BOX*/

/* Thong tin KH - BOX*/
.button-customer {
	float: none;
	border: 0px solid #CCC;
	}
.search-c, .reset-c, .confirm-c {
	float: left;
	background-color: #0081BF;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
	font-size: 11px;
	margin-right: 4px;
	font-family: Arial;
	white-space: nowrap;
	display: block;
	width: 60px;
	text-align: center;
	}
/* Thong tin KH - BOX*/


/* Chuyen tien */
	
	
/* End - Chuyen tien */
.tabmenu {
	position: relative;
	}
.submenu {
	width: 988px;
	background: #3A80DF;
	height: 24px;
	line-height: 24px;
	padding-left: 8px;
	background: url(../images/navmainleveltwo_g.jpg) repeat-x scroll left top;
	margin-left: 1px;
	/*position: absolute;
	top: 30px;*/
	}
.submenu .toolbarbtn {
	font-family: Arial;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 20px;
	padding-left: 10px;
	/*
	background: url(../images/arrow.gif) no-repeat scroll left center;
	*/
	}
.submenu .selected {
	font-family: Arial;
	color: #F8FF24;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 20px;
	padding-left: 10px;
	/*
	background: url(../images/arrows.gif) no-repeat scroll left center;
	*/
	}
	
.hdiv {
	background: #DADADA;
	}
.hdiv_m {
	margin-top: 1px;
	background: #C5C5A8;
	}	
.stockinfo {
	background-color: transparent; /*#F4F4F4*/
	height: 74px;
	padding: 0 0px;
	margin: 0 0 16px 0;
	}
.stockinfo table td {
	text-align: center;
	vertical-align: middle;
	padding: 0 0;
	}
.label-title{
	font-weight: bold;
	color: #024487;
	text-align: center;
	}
.label-title-stockinfo{
	font-weight: bold;
	color: #999999;
	text-align: center;
	}
.sub-label-title {
	font-weight: bold;
	font-size: 11px;
	color: #999999;
	line-height: 18px;
	}
.sub-label-con {
	color: #333333;
	font-size: 11px
	}	

.titleinfo {
	padding: 10px 0 5px 0;
	}	
	
.center {
	text-align: center;
	}	
.stockinfo .b1 {
	/*border-right: 1px solid #DADADA;*/
	width: 312px;
	height: 74px; 
	float: left;
	text-align: center;
	
	background-image:url("../images/dotLine50.gif");
	background-color : transparent;
	background-position : right center;
	background-repeat : no-repeat;
	}
.stockinfo .b2 {
	width: 318px;
	height: 74px; 
	float: left;
	text-align: center;
	}
.stockinfo .c1 {
	/*border-right: 1px solid #DADADA;*/
	width: 152px;
	height: 74px; 
	float: left;
	text-align: center;
	padding-right: 4px;
	
	background-image:url("../images/dotLine50.gif");
	background-color : transparent;
	background-position : right center;
	background-repeat : no-repeat;
	}
.sidebar {   
    float: right;
    width:200px;
    background-color: #F0F0F0;
    margin-top: 48px;
    margin-right: 3px;
    /*position: absolute;
    top: 46px;
    right: 0px;*/   
    }
.content-two-col {
	width: 788px;
	float: left;
	/*margin-top: 22px;*/
	}
.content-one-col {
	width: 997px;
	float: left;
	/*margin-top: 22px;*/
	}

.titleL {
	background: transparent url(../images/title_bg.jpg) no-repeat scroll left top;
	height: 27px;
	}
.titleR {
	background: transparent url(../images/title_bg.jpg) no-repeat scroll right top;
	height: 27px;
	margin-left: 3px;
	line-height: 27px;
	}
.titleR span {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 7px;
	}	
.heightPannel {
	height: 220px;
	border: 1px solid #CCC;
	}
.titlePannel {
		background-color:#3A80DF;
		padding:4px 3px 3px 13px;
	}
.titleText {
		color: #FFFFFF;
		font-weight: bold;
	}
.titlePad {
		margin-left: 20px;
	}


/* END CONTENT */

	
/* FOOTER */    
.footer {   
    height: 43px;
    text-align: center;
    margin-right: 3px;
    margin-top: 20px;
    
    border-top: 2px solid #0152a3;
    padding-top: 7px;
    }

.footer span {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin-left: 10px;
	}
/* END FOOTER */    
	    



tr.z-grid-odd td.z-row-inner, tr.z-grid-odd {
	background: transparent;
	}
tr.z-noneborder-row td.z-noneborder-row-inner {
	background: transparent; 
	/*border-bottom: 0px solid #DADADA;*/
	}
tr.z-noneborder-grid-odd td.z-noneborder-row-inner{
	background-color: transparent; 	
	}
td.z-noneborder-row-inner{
	padding: 4px; overflow: hidden;
	}

    
.wrap-2 {
	margin: 0 auto;
	width: 916px;
	}
.main {  
    float:left;
    width:822px; 
    padding-right:2px;   
    }
.main_expansed {  
    float:left;
    width:1000px;    
    }
.content {
	clear: both;
	}

.splitter {
	float: left;
	width: 16px;
	}

.none-border {
	border: none;
	background: #FFF;	
	}

/*Sidebar Block*/
/*b1*/
.red {
	color: #F0323E;
	font-size:12px;
	font-weight: normal;
	}
.blue {
	color: #004DB7;
	font-size:12px;
	font-weight: normal;
	}	
.green {
	color: #004DB7;
	font-size:12px;
	font-weight: normal;
	}
.yellow {
	color: #FBA51A;
	font-size:12px;
	font-weight: normal;
	}		
.gray {
	color: #666666;
	}
.white {
	color: #FFFFFF;
	}	
.tbldtk td { padding: 8px 0; }	
/*b1*/


/*Sidebar Block*/

div.z-column-cnt{
	border:0;
	margin:0;
	padding:0;
	font-family:${fontFamilyC};
	font-size:${fontSizeM};
	font-weight:bold;	
	text-align: center;
	}	
.label-bold {
	font-weight: bold;
	}
.label-info-bold{
	font-weight: bold;
	color: #000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding-right: 4px;
	}	
.label-session-1, .label-color-1 {
	color: #FF0000;
	}
.label-session-2, .label-color-2 {
	color: #F77;
	}
.label-session-3, .label-color-3 {
	color: #FF0000;
	}
.label-color-4 {
	color: #024487;
	}
.label-color-5 {
	color: #024487;
	}
.z-watchlist-maCK{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	}
.z-watchlist-cell{
	font-family:arial;
	font-size:12px;
	
	}		
	
.title-order-info{
	font-weight: bold;
	
	}	

.index-label-title{
	font-weight: bold;
	font-size:11px;
	color: #003399;	
	}
.hand {
	cursor:pointer;
}	

/* Table header */

.article table, table.article
{
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}

.article table, table.article .article tr, .article th, .article td
{
  background-color: transparent;
}

.article th, .article td, .article tr
{
  background-color: #DAE7F6;
}

.article th, .article td, .article tr
{
  padding: 2px;
  border: solid 1px #6E9696;
  vertical-align: middle;
  text-align:center;
  
  color: #333333;
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
}

/*
.article th, .article td
{
  padding: 2px;
  vertical-align: middle;
  text-align:center;
}
*/

.article th
{
  text-align:center;
  vertical-align:middle;
  padding: 7px;
}
.lpadtable td.left {
	padding-left: 115px;
}
.even {
	background-color: #F0F7FF;
	}
	
/* Table header */




/*- Menu Tabs 4--------------------------- */

.tabs4 {
	float:left;
	width:100%;
	font-size:12px;
	line-height:normal;
	}
.tabs4 ul {
	margin:0;
	padding:10px 10px 0 5px;
	list-style:none;
    }
.tabs4 li {
	display:inline;
	margin:0;
	padding:0;
   }
.tabs4 a {
  float:left;
  background:url("../images/tableft4.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 7px;
  text-decoration:none;
  cursor: pointer;
  }
.tabs4 a span.act {
  float:left;
  display:block;
  background:url("../images/tabright4.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#6B78A9;
  }
 /* \*/
 .tabs4 a span.act {float:none;}
 /* */
 .tabs4 a:hover span.act {
   color:#6B78A9;
   }
 .tabs4 a:hover {
   background-position:0% -42px;
   }
 .tabs4 a:hover span.act {
   background-position:100% -42px;
   }

.tabs4 .current a {
	background-position:0% -42px;
}
.tabs4 .current a span {
	background-position:100% -42px;
	font-weight: bold;
}
.tabs4 .current a .act span {
	font-weight: bold;
	color: #014EBA;
}
/*- Menu Tabs 4--------------------------- */      