.headingstyle1 {
	font-family: tahoma;
	font-weight:bold;
	font-size: 12px;
	background:#262626;
	-moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.headingstyle2 {
	font-family: tahoma;
	font-weight:bold;
	font-size: 12px;
	background:#262626;	
}
.headingstyle3 {
	font-family: tahoma;
	font-weight:bold;
	font-size: 12px;
	background:#262626;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.changefont
{
	font-size:12px;
	font-weight:normal;
}
.itemheading1 {
	font-family: tahoma;
	font-weight:bold;
	height:20px;
	font-size: 12px;
	background:#999999;
	-moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
.itemheading2 {
	font-family: tahoma;
	font-weight:bold;
	height:20px;
	font-size: 12px;
	background:#999999;
}
.itemheading3 {
	font-family: tahoma;
	font-weight:bold;
	height:20px;
	font-size: 12px;
	background:#999999;
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
}
.itemheading4 {
	font-family: tahoma;
	font-weight:bold;
	height:20px;
	font-size: 12px;
	background:#999999;
	-moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
	border-bottom-left-radius:3px;
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
}
.previewheading {
	font-family: tahoma;
	font-weight:bold;
	font-size: 12px;
	background:#F5821F;
	height:20px;
	-moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
body
{
	font-family: tahoma;
	font-weight:bold;
	font-size: 12px;
	background:#00002D;	
}
.tblstyle1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #00002D;
	background-color: #ACC6E8;
	border: 1px none #000000;
	font-weight:bold;
}
.tblstyle2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #00002D;
	background-color:#999999 ;
	border: 1px none #000000;
	font-weight:bold;
}
.nostyle {
	font-family: Tahoma;
	font-size: 11px;
	color: #00002D;
	background-color:#999999 ;
	border: 1px none #000000;
	font-weight:bold;
}
.searchpane {
	font-family: tahoma;
	padding: 1em 1em 1em 1em;
	font-weight:bold;
	font-size: 12px;
	background:#6DD941;
	-moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
	border-bottom-left-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.tbl_body1 {
	font-family: tahoma;
	padding: 1em 1em 1em 1em;
	font-weight:bold;
	font-size: 12px;
	background:#F0F0F0;
	-moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}
.largetext {
	font-size: 22px;
	font-weight:bold;
}
.large2text {
	font-size: 19px;
	font-weight:bold;
}

.printheader {
	font-size: 13px;
	border-top:ridge;
	border-bottom:ridge;
}
.reportheader {
	font-size: 13px;
	border-top:ridge;
	border-bottom:ridge;
}
.printheader2 {
	font-size: 11px;
	border-bottom:dotted;
	}
.printheader3 {
	font-size: 10px;
	border-top:ridge;
	border-bottom:ridge;
	}
.printfooter {
	font-size: 10px;
	border-top:ridge;
	}	
.printfooter1 {
	border-top:ridge;
	}
		
.reporttbl {
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
   }
   
.rptheadertable1 {
	border-top:ridge;
	border-bottom:ridge;
}
.login {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#0077CC));
	background: -moz-linear-gradient(top,  #0077CC,  #0077CC);
	border-top-right-radius:4px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
    border-bottom-right-radius:4px
}
.turn1
{
transform:rotate(270deg);
-ms-transform:rotate(270deg); /* IE 9 */
-webkit-transform:rotate(270deg); /* Safari and Chrome */
}
.turn2
{
transform:rotate(135deg);
-ms-transform:rotate(135deg); /* IE 9 */
-webkit-transform:rotate(135deg); /* Safari and Chrome */
}
.turn3
{
transform:rotate(225deg);
-ms-transform:rotate(225deg); /* IE 9 */
-webkit-transform:rotate(225deg); /* Safari and Chrome */
}
----------For Cheque printer
.body_h {
	font-family: Tahoma;
	font-size: 13px;
	color:#FFFFFF;
	font-weight:bold;
	
}

.tbl_border3 {
	font-size: 12px;
	border-bottom:ridge;
	border-top:ridge;
	border-left:none;
	border-right:none;
	}

.highlight1 {
	font-size: 18px;
	font-weight:bold;
}

.largeprint {
	font-size: 24px;
	font-weight:bold;
	
}
.largeprint {
	font-size: 24px;
	font-weight:bold;
	
}
.body_large {
	font-size: 16px;
	
}

.tblunderline {
	border-bottom:ridge;
	border-color:!important;
	
}
#issuedto {
	border:none;
	border-style:none;
}
.redcolr {
	color: #F00;
}
.legclass {
	color:#0C0;
	font-size:9px;
}
#table {
	border-spacing:5px;
	font-size:10px;
}
 html {
 overflow-y: auto;
 }
::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background: none;
}

::-webkit-scrollbar-thumb {
	background: -webkit-linear-gradient(left, #547c90, #002640);
	border: 1px solid #333;
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
}
