﻿a, a:visited, a:active
{
	text-decoration:none;
	color:inherit;
}
a:hover
{	
	color:#B70E21;
}
body
{
	margin: 0 0 0 0;
}

.top-icon-box
{	
	height:90px;
	width:100%;
	font-family: verdana,Century Gothic;
	font-size: 9px;
	background-color:#FFFFFF;
	color:#005D80;
	text-decoration: none;	
	vertical-align:middle;	
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-box-shadow: inset 2px 0 15px 2px #E3E1E1;
	-webkit-box-shadow: inset  2px 0 15px 2px #E3E1E1;
	box-shadow: inset 2px 0 15px 2px #E3E1E1;
}

.left-icon-box
{	
	font-family: verdana,Century Gothic;
	font-size: 12px;
	background-color:#FEFEFE;
	color:#000;
	text-decoration: none;	
	vertical-align:middle;	
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	-moz-box-shadow: inset 0px 2px 12px 0px #C0C0C0;
	-webkit-box-shadow: inset  0px 2px 12px 0px #C0C0C0;
	box-shadow: inset 0px 2px 12px 0px #C0C0C0;
}

.content-box
{	
/*	height:200px; */
	width:100%;
	font-family: verdana,Century Gothic;
	font-size: 12px;
	background-color:#FFFFFF;
	color:black;
	text-decoration: none;
	border-top:1px solid #005D80;
	border-right:1px solid #005D80;
	border-left:1px solid #005D80;
	border-bottom:5px solid #005D80;
	vertical-align:middle;	
	border-radius:10px;
	-moz-box-shadow: inset 2px 0 15px 2px #F2F2F2;
	-webkit-box-shadow: inset  2px 0 15px 2px #F2F2F2;
	box-shadow: inset 2px 0 15px 2px #F2F2F2;
}
.pageTitle
{
	background-color:#0085B6;
	font-size: 15px;
	font-weight:bold;
	color:#B7ECFD;
	font-family: verdana,Century Gothic;
	border-bottom:1px #005D80 solid;
	border-top:1px #005D80 solid;
	text-align:left;
	padding: 5px 5px 5px 10px;
	-webkit-box-shadow: 0px 2px 2px 0px #F3F3F3;
	box-shadow: 0px 2px 2px 0px #F3F3F3;
}
.subTitle
{
	font-size: 14px;
	color: #006BAE;
	font-weight:bold;
	font-family: verdana;
	border-bottom:1px red solid;	
	text-align:left;
	padding: 5px 5px 5px 5px;	
	letter-spacing:2px;
	vertical-align:top;
}
.sub_subTitle
{
	font-size: 13px;
	color:#4C4849;
	font-weight:bold;
	font-family: verdana;
	text-align:left;
	padding: 15px 5px 5px 5px;	
	letter-spacing:2px;
	vertical-align:top;
}
.subTitleBlue
{
	font-size: 12px;
	color:#808080;
	background-color:#E8E6E6;
	font-family: verdana;
	border-bottom:1px #C0C0C0 solid;	
	text-align:right;
	padding: 2px 5px 2px 5px;	
	letter-spacing:1px;
	vertical-align:top;
}
.subTitleBill
{
	font-size: 11px;
	font-weight:bold;
	color:#000;
	background-color:#fff;
	font-family: verdana;
	border-bottom:1px #000 solid;
	border-left:1px #808080 dotted;	
	border-right:1px #808080 dotted;	
	text-align:left;
	padding: 2px 0px 2px 5px;	
	letter-spacing:1px;
	vertical-align:top;
}
.ruler
{
	border-bottom:1px #D5D3D3 solid;	
}
.engCell {
	text-align: left;
	font-family: verdana,Century Gothic;
	color: #000000;
	font-size: 13px;
	width:60%;
	height:20px;	
	letter-spacing:1px;
}
.headerengCell {
	text-align: left;
	font-weight:bold;
	font-family: verdana,Century Gothic;
	color: #000000;
	font-size: 13px;
	width:60%;
	height:20px;	
	letter-spacing:1px;
	background-color:#fff;
}
.headerarCell {
	text-align: left;
	font-weight:bold;
	font-family: verdana,Century Gothic;
	color: #000000;
	font-size: 13px;
	width:60%;
	height:20px;	
	letter-spacing:1px;
	background-color:#fff;
}
.arCell {
	text-align: right;
	font-family: Cambria;
	color: #808080;
	font-size: 13px;
	width:40%;
	height:20px;
	font-style:italic;
}
.formLabel {
    font-family: Cambria;
    color: #808080;
    font-style: italic;
    display: inline-block;    
	font-size: 13px;
}
.subCell {
	text-align: center;
	font-family: verdana,Century Gothic;
	color: #000000;
	font-size: 11px;
	color: #555;
	width:60%;
	letter-spacing:1px;
	background-color:#fff;
}
.cancelButton
{
	font-family: verdana;
	color: #005D80;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #005D80;
	padding: 7px 25px 7px 10px;
	border-radius:6px;
	background-image: url('../imgs/cancel.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}

.deleteButton
{
    font-family: verdana;
	color: #F50B7A;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #F50B7A;
	padding: 7px 25px 7px 10px;
	border-radius:6px;
	background-image: url('../imgs/delete.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}
.printButton
{
	font-family: verdana;
	color: #005D80;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #005D80;
	padding: 7px 25px 7px 10px;
	border-radius:6px;
	background-image: url('../imgs/print.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}
.searchButton
{
	font-family: verdana;
	color: #005D80;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #005D80;
	padding: 7px 25px 7px 10px;
	border-radius:6px;
	background-image: url('../imgs/search_icon.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}
.saveButton
{
	font-family: verdana;
	color: #005D80;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;
	border:solid 1px #005D80;
	padding: 7px 25px 7px 10px;	
	border-radius:6px;
	background-image: url('../imgs/save.gif');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
	
}
.loginButton
{
	font-family: verdana;
	color: #005D80;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;
	border:solid 1px #005D80;
	padding: 7px 25px 7px 10px;	
	border-radius:6px;
	background-image: url('../imgs/login.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
	
}
.delButton
{
	font-family: verdana;
	color: #005D80;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #005D80;
	padding: 7px 25px 7px 10px;
	border-radius:6px;
	background-image: url('../imgs/delicon.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}

.doneButton
{
	font-family: verdana;
	color: #247202;
	font-size: 11px;
	font-weight:bold;
	background:#BCFF9F;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #2E9600;
	padding: 7px 25px 7px 10px;
	border-radius:6px;
	background-image: url('../imgs/tick.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}

.preButton
{
	font-family: verdana;
	color: #005D80;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #005D80;
	padding: 7px 7px 7px 15px;
	border-radius:6px;
	background-image: url('../imgs/prev.gif');
	background-repeat: no-repeat;
	background-position:left;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}

.nextButton
{
	font-family: verdana;
	color: #005D80;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #005D80;
	padding: 7px 15px 7px 10px;
	border-radius:6px;
	background-image: url('../imgs/next.gif');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}
.txtBox
{
	font-family: verdana,Century Gothic;
	color: #005D80;
	font-size: 12px;
	border: 1px solid #C0C0C0;	
	height: 20px;		
	vertical-align:middle;	
	border-radius:5px;
	-moz-box-shadow: inset 1px 0 15px 2px #E0E0E0;
	-webkit-box-shadow: inset  1px 0 15px 2px #E0E0E0;
	box-shadow: inset 1px 0 15px 2px #E0E0E0;
	padding: 5px 5px 5px 5px;
	resize: none;
	width:98%;
}
.txtQty
{
	font-family: verdana,Century Gothic;
	color: #005D80;
	font-size: 11px;
	border-bottom: 1px solid #C0C0C0;
	border-right:none;	
	border-left:none;	
	border-top:none;	
	height: 18px;		
	vertical-align:middle;	
	resize: none;
	width:98%;
	text-align:center;
}
.lblRO
{
	font-family: verdana,Century Gothic;
	color: #000;
	font-size: 12px;
	font-weight:bold;
	padding: 0px 0px 0px 5px;
	width:98%;
}
.txtBoxRO
{
	font-family: verdana,Century Gothic;
	color: #000;
	font-size: 12px;
	font-weight:bold;
	border: 1px solid #C0C0C0;	
	height: 20px;		
	vertical-align:middle;	
	border-radius:5px;
	padding: 5px 5px 5px 5px;
	resize: none;
	width:98%;
	background-color:#ECE6E6;
}
.txtBoxAmt
{
	font-family: verdana,Century Gothic;
	color: #005D80;
	font-size: 12px;
	border-bottom: 1px solid #C0C0C0;
	border-right:none;	
	border-left:none;	
	border-top:none;	
	height: 18px;		
	vertical-align:middle;	
	resize: none;
	width:98%;
	text-align:right;
	padding-right:2px;
}
.txQty
{
	font-family: verdana,Century Gothic;
	color: #005D80;
	font-size: 12px;
	border-bottom: 1px solid #C0C0C0;
	border-right:none;	
	border-left:none;	
	border-top:none;	
	height: 18px;		
	vertical-align:middle;	
	resize: none;
	width:98%;
	text-align:center;
}
.txtBoxQtyReadOnly
{
	font-family: verdana,Century Gothic;
	color: #000;
	font-size: 12px;
	border-bottom: none;
	border-right:none;	
	border-left:none;	
	border-top:none;	
	height: 18px;		
	vertical-align:middle;	
	resize: none;
	width:98%;
	text-align:right;
}
.txtBoxPriceReadOnly
{
	font-family: verdana,Century Gothic;
	color: #000;
	font-size: 12px;
	border-bottom: none;
	border-right:none;	
	border-left:none;	
	border-top:none;	
	height: 18px;		
	vertical-align:middle;	
	resize: none;
	width:98%;
	text-align:right;
	padding-right:2px;
}
.txtBoxAmtRO
{
	font-family: verdana,Century Gothic;
	color: #000;
	font-size: 12px;
	border: none;
	height: 18px;		
	vertical-align:middle;	
	resize: none;
	width:98%;
	text-align:right;
}
.txtBoxSmall
{
	font-family: verdana,Century Gothic;
	color: #005D80;
	font-size: 12px;
	border: 1px solid #C0C0C0;	
	height: 17px;		
	vertical-align:middle;	
	padding: 5px 5px 5px 5px;
	resize: none;
	width:98%;
}
.txtBoxAmt
{
	font-family: verdana,Century Gothic;
	color: #005D80;
	font-size: 12px;
	border-bottom: 1px solid #C0C0C0;
	border-right:none;	
	border-left:none;	
	border-top:none;	
	height: 18px;		
	vertical-align:middle;	
	resize: none;
	width:98%;
	text-align:right;
	padding-right:2px;
}
.txQtyGrid
{
	font-family: verdana,Century Gothic;
	color: #005D80;
	font-size: 12px;
	border: none;	
	vertical-align:middle;	
	resize: none;
	width:98%;
	text-align:center;
}
.txAmtGrid
{
	font-family: verdana,Century Gothic;
	color: #005D80;
	font-size: 12px;
	border: none;		
	vertical-align:middle;	
	resize: none;
	width:98%;
	text-align:right;
	padding-right:2px;
}
.txtBoxdlRemarks
{
	font-family: verdana,Century Gothic;
	color: #005D80;
	font-size: 12px;
	border: none;		
	vertical-align:middle;	
	resize: none;
	width:98%;
	text-align:left;
	padding-left:2px;
}
.lblPrintValues
{
	font-family:Times New Roman,verdana,Century Gothic;
	font-size:13px;
}
.divError
{
	font-family: verdana;
	font-size:10px;
	color:#F91924;
	width:97%;
	text-align:left;
	padding:0 4px 0 4px;
	xdisplay:none;
	background-color:#F1F1F1;
}
.lblError
{
	font-family: verdana;
	font-size:13px;
	color:#F91924;
	text-align:left;
	padding:0 4px 0 4px;
}
.addNewButton
{
	font-family: verdana;
	color: #005D80;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #005D80;
	padding: 7px 25px 7px 10px;
	border-radius:6px;
	background-image: url('../imgs/add.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}
.packageButtonPending
{
	font-family: verdana;
	color: #005D80;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height:30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #005D80;
	padding: 3px 25px 3px 10px;
	border-radius:6px;
	background-image: url('../imgs/pending.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}
.packageButtonCompleted
{
	font-family: verdana;
	color: #005D80;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height:30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #005D80;
	padding: 3px 25px 3px 10px;
	border-radius:6px;
	background-image: url('../imgs/tick.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}
.GridHeader{
	background-color:#F5F8FF;
	height:20px;
	font-size: 10px;
	font-weight:bold;
	color:#888;
	font-family: verdana;
	border:1px #ccc solid;		
	border-left:0px;
	text-align:left;
	padding: 2px 2px 2px 2px;
	-moz-box-shadow: inset 1px 0 15px 2px #D4DEFA;
	-webkit-box-shadow: inset  1px 0 15px 2px #D4DEFA;
	box-shadow: inset 1px 0 15px 2px #D4DEFA;
}
.GridRow{
	background-color:#FCFCFC;
	height:20px;
	font-size: 10px;
	color:#888;
	font-family: verdana;
	border:1px #ccc solid;
	border-left:0px;
	border-top:0px;
	text-align:left;
	padding: 2px 2px 2px 2px;
	-moz-box-shadow: inset 1px 0 15px 2px #F2F2F2;
	-webkit-box-shadow: inset  1px 0 15px 2px #F2F2F2;
	box-shadow: inset 1px 0 15px 2px #F2F2F2;
	line-height:18px;
}
.GridAltRow{
	background-color:#F9F9F9;
	height:20px;
	font-size: 10px;
	color:#888;
	font-family: verdana;
	border:1px #ccc solid;
	border-top:0px;
	border-left:0px;
	text-align:left;
	padding: 2px 2px 2px 2px;
	-moz-box-shadow: inset 1px 0 15px 2px #F0F0F0;
	-webkit-box-shadow: inset  1px 0 15px 2px #F0F0F0;
	box-shadow: inset 1px 0 15px 2px #F0F0F0;
	line-height:18px;
}
.paging
{
	font-family: verdana;
	font-size:10px;
	padding: 5px 0px 5px 0px;
	text-align:right;
}
.dropBox
{
	font-family: verdana,Century Gothic;
	color: #005D80;
	font-size: 13px;
	border: 1px solid #C0C0C0;	
	height: 32px;		
	vertical-align:middle;	
	border-radius:5px;
	-moz-box-shadow: inset 1px 0 15px 2px #E0E0E0;
	-webkit-box-shadow: inset  1px 0 15px 2px #E0E0E0;
	box-shadow: inset 1px 0 15px 2px #E0E0E0;
	padding:3px 3px 3px 3px;
}
.dropBoxPackage
{
	font-family: verdana,Century Gothic;
	color: #005D80;
	font-size: 20px;
	border: 1px solid #C0C0C0;	
	height: 50px;		
	vertical-align:middle;	
	border-radius:5px;
	-moz-box-shadow: inset 1px 0 15px 2px #E0E0E0;
	-webkit-box-shadow: inset  1px 0 15px 2px #E0E0E0;
	box-shadow: inset 1px 0 15px 2px #E0E0E0;
	padding:3px 3px 3px 3px;
}
.dlproducts { 
	width: 130px;
	top:0;
	padding:2px 2px 0px 3px;
	background-color: white; 
	margin:0 5px 30px 5px;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, .5);
}
.dlproducts:hover 
{
	background-color: #fff; 
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7); 
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, .7);
}
.dlItemName
{
	font-family: verdana,Century Gothic;
	color: #005D80;
	font-size: 13px;
	text-align:left;
	vertical-align:baseline;
	line-height:33px;
}
.price
{
	font-family: verdana,Century Gothic;
	color: #D71F43;
	font-size: 12px;
	text-align:center;
	font-weight:bold;
}




/* ----------Place holder & required CSS------*/
input.txtBox {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
input.txtBox:required {

    background:url('../imgs/required.gif') no-repeat scroll 100% 50% transparent;
}
input.txtBox:required:valid {
background: url('../imgs/success_16.png') no-repeat scroll 95% 50% transparent;
}
input.txtBox:not(:focus), textarea:not(:focus) {
    opacity: 0.7;
}
input.txtBox:invalid:focus {
    background: url('../imgs/error_16.png') no-repeat scroll 95% 50% transparent;
    border-color: rgba(216, 113, 16, 0.8);
    box-shadow: inset 1px 0 11px 1px #E0E0E0;
}
input.txtBox:required:valid:focus {
    background: url('../imgs/success_16.png') no-repeat scroll 95% 50% transparent;
    border-color: rgba(34, 136, 34, 0.8);
   box-shadow: inset 1px 0 11px 1px #E0E0E0;
}
/* ----------Place holder & required CSS Ends------*/


.btnDel
{
	background-image: url('../imgs/delete.png');
}

hr.bigLine
{
	border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}
hr.smallLine {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}