body,html{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #E2EBED;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	line-height: 100%;
	text-align:center;
	height:100%;
	width:100%;
}


#mainContainer{
	width:540px;
	border-left:1px solid #317082;	
	border-right:1px solid #317082;	
	margin:0 auto;	/* Center align content, equivalent to margin-left:auto;margin-right:auto; */
	text-align:left;	/* Override inherited text-align:center from the body tag */
	background-color:#FFF;
	height:240px;
}

#menuColumn{
	width:540px;
	float:left;
	padding:5px;
	font-size:0.9em;
}
#mainContent{
	width:240px;
	float:left;	
}

.oddRow{
	background-color:#FFF;
}
.evenRow{
	background-color:#EEE;
}

.productTable{
	border:3px double #000;
}
h3{
	margin-top:0px;
}


#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('../images/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:540px;	/* Width of tooltip content */
	height:150px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}

.TableBorderNgoai
{
border: 1px solid rgb(171, 205, 231);
border-collapse: collapse;
border:1;
bordercolor :#abcde7; 
cellpadding:4; 
cellspacing:0;
width :100%;
}
.cssLabel
{
background-color: #07519A;
color: white;
heigth:20px;
}
.borderbottom
{
	padding-top:4px;
	border-bottom:#abcde7 1px solid;
}
.border_StockInforComp
{
	border-bottom:#abcde7 1px solid;	
	border-left:#abcde7 1px solid;	
	border-right:#abcde7 1px solid;	
	padding:1px;
	border-collapse: collapse;
	border-color:#abcde7;
	border-width:1px;
}
.TblLine
{
	background-image: url(Images/CenterBg.jpg);
	background-repeat: repeat;
}

.grdColumnHeader
{
	font-family: Arial;
	font-size: 12px;
	color: #262A6E;
	text-align: left;
	background-color:#f0f6fc;
}
.grdColumnContent
{
	font-family: Arial;
	font-size: 11px;
	color: #004F8D;
	text-align: left;
}
.grdTitle
{
	font-family: Arial;
	font-size: 12px;
	color: #592A1A;
	
	text-align: Left;
	background-color:#f0f6fc;	
}
.grdHead
{                
	font-family: Arial;
	font-size: 14px;
	color: #592A1A;
	text-align: left;
	background-color: #6699cc;
	color: black
}
.tblContent
{
	font-family: Arial;
	font-size: 11px;
	color: #004F8D;
	text-align: left;
	background-color: #EAF1FE;
}
.infoFrom
{
	BORDER-RIGHT: #ecebeb 1px solId; 
	BORDER-TOP: #ecebeb 1px solId; 
	MARGIN: 0px auto; 
	BORDER-LEFT: #ecebeb 1px solId; 
	BORDER-BOTTOM: #ecebeb 1px solId; 
	BORDER-COLLAPSE: collapse; 
	border-spacing: 0px
}
.links { text-decoration: none; font-family: Verdana; font-size: 10pt; color: #000066}
