body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#000;
}
a{
	text-decoration:none;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.submitButton{
	font-family:Georgia;
  	border: 1px solid #002154;
	background-color: #004e94;
	color: #FFF;
	cursor:pointer;
	padding:4px 7px;
	border-radius:2px;
	font-weight:bold;
	
 }
.submitButton:hover{
	border:1px solid #000;
  	background-color:#000;
  	color:#FFF;
	cursor:pointer;
	padding:4px 7px;
	border-radius:3px;
	font-weight:bold;
	outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.085),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.8)
}

input[type="text"],input[type="password"]  {
    border:1px solid #CCC;
	height:20px;
	padding:1px 3px;
	border-radius:2px;
	font-size:13px;
	
}
input[type="text"]:focus, input[type="password"]:focus{background:#ECF2FD;border-color:#0099FF;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.085),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.8)}

.header{
	background-color:#eaeaea;
	min-height:80px;
	margin:0;
	padding:0;
	border-bottom:1px solid #CCCCCC;
	width:100%;
}
.header-content{
	width:99%;
	border:0px solid red;
	min-height:60px;
	margin:auto;
}
.body-content{
	width:99%;
	border:0px solid red;
	min-height:510px;
	margin:auto;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:6px;
	margin-right:6px;
	position:relative;
}
.body-content-left{
	width:14%;
	behavior:url(ie-css3.htc);	
	border-radius:5px;	
	border:1px solid #a1a1a1;
	min-height:508px;
	float:left;
	background-color:#eaeaea;
}
.body-content-right{
	width:85.3%;
	behavior:url(ie-css3.htc);
	border-radius:5px;
	border:1px solid #a1a1a1;
	min-height:508px;
	float:right;
}
.left-side-top{
	background-color:#eaeaea;
	border-top:1px solid #a1a1a1;
	border-left:1px solid #a1a1a1;
	border-right:1px solid #a1a1a1;
	border-top-left-radius:0.3em;
	border-top-right-radius:0.3em;
	margin-left:-1px;
	margin-right:-1px;
	height:4px;
	margin-top:-1px;
}
.left_inner{
	margin-top:-4px;
}
.right-side-top{
	background-color:#eaeaea;
	border:1px solid #a1a1a1;
	border-top-left-radius:0.3em;
	border-top-right-radius:0.3em;
	margin-left:-1px;
	margin-right:-1px;
	height:35px;
	margin-top:-1px;
}	
.clear{
	clear:both;
}
.footer{
	margin-top:4px;
	width:100%;
	background-color:#f8f8f8;
	min-height:40px;
	border-top:1px solid #CCCCCC;
	position:relative;
	bottom: 0px;
}
.footer-content{
	width:99%;
	border:0px solid red;
	min-height:25px;
	margin:auto;
	padding-top:10px;
	text-align:center;
}
.bbwhite{
	border-bottom:#FFFFFF;
}
.blwhite{
	border-left:#FFFFFF;
}
.brwhite{
	border-right:#FFFFFF;
}
/*===2014-08-05======*/

.divLogin {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:500px;
	behavior:url(ie-css3.htc);
	margin:0px;
	border-radius:15px;
	padding:5px;
	border:1px solid #a1a1a1;
	background-color:#EAEAEA;
	margin-bottom:5px;
}
.bold-text{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:15px;
	color:#000000;
	text-align:right;
	font-weight:bold;
	text-decoration:none;
}
.bold-text a{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:15px;
	color:#545454;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
}
.bold-text a:hover{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:15px;
	color:#000000;
	text-align:left;
	font-weight:bold;
	text-decoration:underline;
}
.text{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:11px;
	color:#000000;
	text-align:right;
	font-weight:normal;
	text-decoration:none;
}
.message{
  color:#0099FF;font-family:Verdana, Arial, sans-serif;font-size: 12px;
} 
.normalText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}
.normalText a{
	color:#0066CC;
	text-decoration:underline;
}
.normalText a:hover{
	color:#0066CC;
	text-decoration:none;
}
.page-text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;

}
.page-text a{
	text-decoration:none;
	color:#000;
}
.page-text a:hover{
	text-decoration:underline;
	color:#000;
}
.page-text span{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#333;
}
.submitButton{
  border:1px solid #B3BAC5;
  background-color:#DADBDC;
  color:#000000;
 }


.admin-left-box-heading-bg{
	background:url(images/admin-left-box-heading-bg.jpg) left top repeat-x;
	height:33px;
	padding:0px;
	margin:0px;
}

.admin-heading-text{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:13px;
	color:#064940;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
}
.admin-heading-text a{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:13px;
	color:#064940;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
}
.white-border-bottom{
	padding:0px;
	margin:0px;
	height:30px;
	border:1px solid #ffffff;
	border-right:0px solid #d9d9d9;
	border-left:0px solid #d9d9d9;
}
.left-box-text{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-align:left;
	font-weight:normal;
	text-decoration:none;
}
.left-box-text a{
	color:#000000;
	text-decoration:none;
}
.left-box-text a:hover{
	color:#4b7094;
	text-decoration:underline;
}
.heading-text{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:13px;
	color:#064940;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
}
.nav-text{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
.nav-text a{
	color:#000000;
	text-decoration:none;
}
.nav-text a:hover{
	color:white;
	text-decoration:underline;
}
.heading-caption{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
	line-height:28px;
}
.action-text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000066;
}
.normalText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}
.normalText a{
	color:#0066CC;
	text-decoration:underline;
}
.normalText a:hover{
	color:#0066CC;
	text-decoration:none;
}
.pagination{
	padding:10px;
} 
.pagination-text{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:11px;
	color:#353535;
	text-align:center;
	font-weight:normal;
	text-decoration:none;
}
.pagination-text a{
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	color:#353535;
	text-decoration:none;
}
.pagination-text a:hover{
	background-color:#66CCFF;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	color:#000000;
	text-decoration:underline;
}
.active{
	background-color:#66CCFF;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	color:#000000;
	text-decoration:underline;
}
.pagination-next-prev-text{
	padding:5px;
	margin:0px;
	font-family:Arial;
	font-size:11px;
	color:#353535;
	text-align:center;
	font-weight:normal;
	text-decoration:none;
}
.pagination-next-prev-text a{
	color:#353535;
	text-decoration:none;
}
.pagination-next-prev-text a:hover{
	color:#000000;
	text-decoration:underline;
}
.acnoList{
	position:absolute;
	background-color:#CCCCCC;
	width:145px;
	border:1px solid #333333;
	line-height:20px;
	min-height:150px;
	max-height:200px;
	font-weight:bold;
	overflow:auto;
}	
.stockDivList{
	position:absolute;
	width:20%;
	background-color:#CCCCCC;
	border:1px solid #333333;
	line-height:20px;
	min-height:150px;
	max-height:200px;
	font-weight:bold;
	overflow:auto;
}
.tabular{
	float:left;	
	margin-left:4px;
	font-size:14px;
 	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
    padding: 6px;
    background: #dddddd;
    border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	text-decoration:none;
}
.tabular a{
	font-size:14px;
	text-decoration:none;
	color:#000;
}
.tabular a:hover{
	font-size:14px;
	text-decoration:none;
	color:#0000FF;
}
.tabActive{
	background-color:#999;
}
.tabContent{
	border:1px solid #666;
	min-height:160px;
	padding:5px;
	height:102px;
	overflow:auto;
}
/*AMS 2017-07-13*/
.gridTable{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	border-collapse:collapse;
	border:0px solid #a1a1a1;
}
.textBoxNumber{
	width:95%;
	border:0px;
	text-align:right;
}
.textBoxUChar{
	width:95%;
	border:0px;
	text-transform:uppercase;
}
.textBoxWordChar{
	width:95%;
	border:0px;
	text-transform:capitalize;
}
.wordChar{
	text-transform:capitalize;
}
.textBox{
	width:95%;
	border:0px;
}
.itemStockDivList{
	margin-top:5px;
	position:absolute;
	background-color:#CCCCCC;
	border:1px solid #333333;
	line-height:20px;
	min-height:100px;
	max-height:150px;
	font-weight:bold;
	overflow:auto;
}
.companyName{
	padding:2px;
	font-family:Arial;
	font-size:24px;
	color:#000000;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:5px;
}
.companyAddress{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-align:center;
	text-transform:uppercase!important;
	font-weight:bold;
	margin:2px 0;
}
.unitDivList{
	position:absolute;
	width:60px;
	background-color:#CCCCCC;
	border:1px solid #333333;
	line-height:20px;
	min-height:100px;
	max-height:150px;
	font-weight:bold;
	overflow:auto;
}
.unitDivList a{
	text-decoration:none;
}
.unitDivList a:hover{
	text-decoration:underline;
}
.vmark{
	color:#F00!important;
	font-size:14px;
}
.page-text11{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
}
.page-text10{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
}
/*-----2017-08-18------*/
.normalTextTB{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
.normalTextTB i{
	font-weight:normal;
}
.normalTextTB12{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}
.normalText12{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	text-decoration:none;
}

.normalText13{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
.normalText14{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
.divLogin {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:300px;
	behavior:url(ie-css3.htc);
	margin:0px;
	border-radius:3px;
	padding:5px;
	border:1px solid #aabdd1;
	background-color:#cadcef;
	margin-bottom:5px;
}
.userp{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin:2px 0;
	padding:0;
	}


@media print{
	.close_btn{
		display:none;
	}
}