﻿.modalPopup
{
    background-color:White;
}
.modalPopupBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.dvContentPopup
{
    margin:0;
    padding-top:5px;
    border:1px solid;
    border-color:Black;
    background-color:#e8eefa;    
}
.dvTitlePopup
{
    margin-left:8px;
    margin-right:8px;
    padding-top:8px;
    padding-bottom:8px;
    border:1px solid;
    border-color:#99BBE8;
    background-color:#e8eefa;    
    font-weight:bold;
    cursor:move;
    text-align:center;
}
.dvBodyPopup
{
    margin-top:2px;
    margin-left:8px;
    margin-right:8px;
    margin-bottom:6px;
    padding:6px;
    border:1px solid;
    border-color:#99BBE8;
    background-color:#e8eefa;    
}
.dtgRowSel
{
	background-color:#66CCCC;
}
.dtgRow
{
	background-color:White;
}
.dvMessage
{
	background-color:Yellow;
	color:Black;
	font-size:13px;
	font-weight:bold;
}
.dvTopMessage
{
	position:fixed;
	left:50%;
	top:0;
}
.Button
{
font-size:11px;
	color: Black;
	font-weight:bold;
	width:120px; 
	height:22px;
	background-color:#E6E6E6;
	border-color:#FFFFFF #747474 #747474 #FFFFFF;
	margin-left:6px;
	margin-top:2px;
	font-family:Tahoma;
}
.dvToolBar
{
    height:26px;
	background-color:#95B3DE;
	border-color:#D6DEEC;
	margin-top:0px;
	left:0%;
	right:0%;
	margin-bottom:4px;
}
.dtgView
{
	background-color:White;
	border-color:#336666;
	border-style: double;
	border-width:3px;
	width:99.6%;
	margin-left:2px;
	font-family:Tahoma;
	font-size:12px;
}
.dtgView th
{
    text-align:left;
}
.dtgColRight
{
    text-align:right;
}
th.dtgColRight
{
    text-align:right;
}
td.dtgRowRight
{
    text-align:right;
}
.dvContent
{
	padding-left:0px;
	width:100%;
}
.tbContent
{
	width:100%;
}
.tbContent td
{
	padding:0px;
}
.GroupTitle
{
	background-color:#D4E4FF;
	color:Navy;
	font-size:13px;
	font-weight:bold;		
}
.dvTitle
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#15428B;
	font-family:Tahoma;
	padding:2px;
}
.cusNo
{
	color:Red;
	font-weight:bold;	
}
.copyright
{
	text-align:center;
	position:absolute;
	bottom:10px;
	margin-left:40%;
}
.copyright a
{
       text-decoration: none; 
    color: Navy; 
    font-size: 12px; 
    font-family: Tahoma 
}
.copyright a:hover
{
    text-decoration:none;
    color:Red;
}
.td
{
    text-align:right;
}
.groupform
{
    border:1px solid;
    display:block;
    margin-bottom:10px;
    padding:9px;
    border-color:#B5B8C8;
}
.groupform legend
{
    color:#15428B;
    font:bold 11px tahoma,arial,helvetica,sans-serif;
    background-color:#e8eefa;
}
.dvform
{
    margin:0px 4px 4px 4px;
    padding:2px;
    border:1px solid;
    border-color:#99BBE8;
    background-color:#e8eefa;
}
.tab
{
    background-color:#e8eefa;
}
.stNew
{
    background-color:#FFCC00;
    width:14px;
    height:14px;    
}
.stPedding
{
    background-color:#996600;
    width:14px;
    height:14px;    
    
}
.stDispatch
{
    background-color:#00CCFF;
    width:14px;
    height:14px;    
}
.stCompleted
{
    background-color:#3300FF;
    width:14px;
    height:14px;    
}
.stRicing
{
    background-color:#9966CC;
    width:14px;
    height:14px;    
}
.stNotComplete
{
    background-color:#CC3300;
    width:14px;
    height:14px;    
}
.stCheckouForCus
{
    background-color:#00FF00;
    width:14px;
    height:14px;    
}
.stOKPrice
{
    background-color:#FF1DCE;
    width:14px;
    height:14px;    
}
.stWaitProduct
{
    background-color:#4B0082;
    width:14px;
    height:14px;    
}
.stDangChuyen
{
    background-color:#696969;
    width:14px;
    height:14px;    
}
.dvTypeToSearch
{
    background-color:#66CC66;
    color:#FFFFFF;
    font-weight:bold;
    font-family:Tahoma;
}
/*status*/
.stPendding
{
    height:16px;
    width:16px;
    background-color:Orange;    
}
.stDeny
{
    height:16px;
    width:16px;
    background-color:Red;
}
.stApprove
{
    height:16px;
    width:16px;
    background-color:Blue;
}
/*search dropdow list*/
.AddIncSearchChooser div:hover
{
    background-color:#3399ff;
    color:White;
}
.RowExpire
{
    color:Red;
}
/**/
.dvCopyright
{
    padding-top:26px;
    padding-left:12px;
    font-size:12px;
}
.dvCopyright a
{
    color:White;
}
.dvCopyright a:hover
{
    text-decoration:none;
    background-color:#7190e0;
    color:#FFFF99;
}
.headerTitle
{
    text-align:center;
    color:Black; 
    font-family:Tahoma;
    font-size:18px;font-weight:bold
}
.qblogo
{
    text-decoration:none;
}
.qblogo:hover
{
    background-color:White;
}
/*tooltip*/
#dhtmltooltip{
    position: absolute;
    border:1px solid;
    border-color:#99BBE8;
    background-color:#e8eefa;
    padding:2px;
    visibility: hidden;
    z-index: 100;
    font-family:Tahoma;
    font-size:13px;
}