body
{
	background-color:#1e1b6c;
	text-align:center;
}

.content
{
	background-color:#fef9ec;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fbbe26;
	border-bottom-color: #fbbe26;
	border-left-color: #fbbe26;
}
.xstooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    
    font: normal 12px Tahoma; 
    padding: 3px; 
    border: solid 1px;
    background-color:White;
}


.textbox {
	font-family: Tahoma;
	font-size:  11px;
	text-decoration: none;
	color:#333366;
	border:1px solid #999999;
	background-color:#ffffff;
}
.textboxR {
	font-family: Tahoma;
	font-size:  11px;
	text-decoration: none;
	color:#333366;
	border:1px solid #999999;
	background-color:#ffffff;
	text-align:right;
}
.textboxUCase {
	font-family: Tahoma;
	font-size:  11px;
	text-decoration: none;
	color:#333366;
	border:1px solid #999999;
	background-color:#ffffff;
	text-transform:uppercase;
}

/*actually they are not transparent, they are having the same color as the background
so please change it when you change the color of "content" */
.transpTextbox {
	font-family: Tahoma;
	font-size:  11px;
	text-decoration: none;
	color:#000000;
	border: none;
	background-color:#fef9ec;
}
/*numeric textbox, right align*/
.transpTextboxN
{
	border-right: medium none;
	border-top: medium none;
	font-size: 11px;
	border-left: medium none;
	color: #000000;
	border-bottom: medium none;
	font-family: Tahoma;
	background-color: #fef9ec;
	text-align: right;
	text-decoration: none;
}

select{
	font-family: Tahoma;
	font-size:  11px;
	text-decoration: none;
	color:#333366;
	border:1px solid #999999;
	background-color:#f1f1f1;
}

.fieldLabel
{
	font-size: 11px;
	color: #000000;
	font-family: Tahoma;
	text-align:left;
}

.validators
{
	font-size: 10px;
	color: red;
	font-family: Tahoma;
}

.title{
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e1b6c;
}
.button
{
font-family: Tahoma,Arial, Helvetica, sans-serif;
font-size: 10px;
color: #1e1b6c;
background-color:#cccccc;
border:solid 1px silver;
cursor:hand;
text-decoration: none;
	width: 126px;
}
.button2
{
font-family: Tahoma,Arial, Helvetica, sans-serif;
font-size: 10px;
color: #1e1b6c;
background-color:#cccccc;
border:solid 1px silver;
cursor:hand;
text-decoration: none;
}

.button1
{
	padding:0 0 0 0;
font-family: Tahoma,Arial, Helvetica, sans-serif;
font-size: 12px;
color: #1e1b6c;
background-color:#ffcc66;
border:solid 1px #ff9933;
cursor:hand;
}

.button1Big
{
	padding:0 0 0 0;
font-family: Tahoma,Arial, Helvetica, sans-serif;
font-size: 14px;
color: #1e1b6c;
background-color:#ffcc66;
border:solid 1px #ff9933;
cursor:hand;
font-weight:bold;
}

.small
{
	font-size: 10px;
	color: black;
	font-family: Tahoma,Arial;
}

.lblPriceNote
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Tahoma;
	background-color: #6B8E23;
	border:solid 1px #6B8E23;
}

.lblHeadFirebrick
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Tahoma;
	background-color: #800517;
	border:solid 1px #800517;
}

.dropshipHead
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Tahoma;
	background-color: #0000A0;
	text-align:left;
}

.lblAlert
{
	font-size: 14px;
	color: black;
	font-family: Tahoma;
	background-color: #FFDAB9 ;
	border:solid 1px red;
}

.searchword
{
	background-color: #ffcc00;
}

.companyName
{
	font-size: 12px;
	color:Maroon ;
	font-family: Tahoma;
	text-align:right;
}

.top5chart
{
	left:800px;
	top:400px;
	z-index:600;
}
.tblBalance td
{
    border: solid 1px #C0c0c0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
     text-align:right;
}

.contentPrint
{
	background-color: white;
	border:solid 1px gray;
}


.tblStock
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    border: solid 0px gray;
    border-collapse:collapse;   
}
.tblStock td
{
    border: solid 1px gray;
}


.txtStockQty
{
    width:35px;
    border: solid 0px;
     text-align:right;
}



/* price table on STEP3 page*/
#tblPrice 
{
	font-size:10px;
	border: solid 1px olivedrab;
}

#tblPrice th
{
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	background-color: olivedrab;
	color: #FFFFFF;
	border: solid 1px white;
	height:15px;
}

#tblPrice td input
{
	font-size:10px;
	background-color:#fef9ec;
	width:45px;
	text-align:right;
	border: solid 0px;
}

#tblPrice th input
{
	background-color: olivedrab;
	color: #FFFFFF;
	font-weight:bold;
	text-align:right;
	width:55px;
	font-size:10px;
	border: solid 0px;
}
/* price table ready */
