body{
	padding:0;
	margin:0;
	min-width:800px;
	background: #f1f1f1;
}
a img{
	border:0;
}
div#header{
	margin:0;
	padding:5px;
	background: url("images/head-grad.png") repeat-x #00387e;
	color:white;
	height:9%;
}
div#header-logo{
	display:block;
	float:left;	
}
div#header-title{
	display:inline;
	float:left;
	margin-left:20%;
	margin-right:20%;
}
div#header-menu{
	display:block;
	float:right;
	font-size:8pt;
	margin-top: 13px;
	font-family: 'Open Sans', sans-serif;
}
div#header-menu a{
	color:white;
	background:#3399CC;
	border-radius:4px;
	margin:5px;
	padding:5px;
	text-shadow:0;
	text-decoration:none;
	font-weight: 600;
}
div#infopanel{
	background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	position:relative;
	z-index:5;
	margin:0;
	padding:7px 5px 5px;
	color:#666;
	font-size:10pt;
	border-bottom:1px solid #e0e0e0;
	behavior: url("PIE.php");
	font-family: 'Open Sans', sans-serif;
	height: 28px;
}
.shadow {
	-webkit-box-shadow: 0px 5px 16px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 16px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 16px rgba(50, 50, 50, 0.75);
}

div#navpanel{
	display:inline;
	position:relative;
	font-size:11pt;
	text-align:center;
	z-index:0;
	float:left;
	margin:0;
	padding-top:35px;
	width:19%;
	height:100%;
	box-shadow: inset 0px 0px 22px rgba(50, 50, 50, 0.75);	
	border-right:1px solid black;
	background: rgb(122,188,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhYmNmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iIzYwYWJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iIzYwYWJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDk2ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(122,188,255,1) 0%, rgba(96,171,248,1) 22%, rgba(247,247,247,1) 22%, rgba(96,171,248,1) 23%, rgba(64,150,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(122,188,255,1)), color-stop(22%,rgba(96,171,248,1)), color-stop(22%,rgba(247,247,247,1)), color-stop(23%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 22%,rgba(247,247,247,1) 22%,rgba(96,171,248,1) 23%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 22%,rgba(247,247,247,1) 22%,rgba(96,171,248,1) 23%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 22%,rgba(247,247,247,1) 22%,rgba(96,171,248,1) 23%,rgba(64,150,238,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 22%,rgba(247,247,247,1) 22%,rgba(96,171,248,1) 23%,rgba(64,150,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=1 ); /* IE6-8 */
	behavior: url("PIE.php");
}
div#navpanel ul{
	padding:0;
	margin:0;
}
div#navpanel li{
	list-style:none;
	margin:0px;
	text-align:left;
	margin-left:0;
	margin-right:0;
}
div#navpanel a{
	display:block;
	padding:5px;
	padding-bottom:9px;
	color:black;
	text-decoration:none;
	border-bottom:1px solid #ddd;
	color:black;
}
div#navpanel span{
	margin-left:15%;
	font-size:10pt;
	text-overflow:ellipsis;
}
div#navpanel a img{
	float:left;
	margin-left:3px;
}
div#navpanel a:hover{
	color:blue;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(127,184,255,1) 4%, rgba(204,226,255,1) 48%, rgba(127,184,255,1) 97%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(4%,rgba(127,184,255,1)), color-stop(48%,rgba(204,226,255,1)), color-stop(97%,rgba(127,184,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(127,184,255,1) 4%,rgba(204,226,255,1) 48%,rgba(127,184,255,1) 97%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(127,184,255,1) 4%,rgba(204,226,255,1) 48%,rgba(127,184,255,1) 97%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(127,184,255,1) 4%,rgba(204,226,255,1) 48%,rgba(127,184,255,1) 97%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(127,184,255,1) 4%,rgba(204,226,255,1) 48%,rgba(127,184,255,1) 97%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);	
}
div#page{
	display:block;
	float:left;
	margin:0;
	padding: 5px;
	height:100%;
	overflow:auto;
	position:relative;
}
iframe#page-frame{
	border:0;
	width:100%;
	background:transparent;
	overflow-x: hidden;
}
.box {
  -moz-border-radius: 15px; /* Firefox */
  -webkit-border-radius: 15px; /* Safari and Chrome */
  border-radius: 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */

  -moz-box-shadow: 10px 10px 20px #000; /* Firefox */
  -webkit-box-shadow: 10px 10px 20px #000; /* Safari and Chrome */
  box-shadow: 10px 10px 20px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */

  behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

/* changes */
div#header {
	height: 110px;
	padding: 0px;
	background: url('images/header-background.jpg') no-repeat top center #01397e;
}
div.title_and_menu {
	clear:both;
}
div.title_and_menu div#header-title {
	margin: 0px;
	width: 150px;
}
div.title_and_menu #navpanel {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    height: auto;
    margin-top: 25px;
    padding: 0 0 0 44px;
    width: 740px;
}
div.title_and_menu #navpanel li {
	float: left;
}
div.title_and_menu #navpanel li a{
	border: none;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
}
div.title_and_menu #navpanel li a img{
	display: none;
}
#storeID {
	margin-top: 2px;
}
.main_page {
	margin-top: 39px;
}
.main_page .war {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    float: left;
    margin-right: 18px;
    overflow: hidden;
    width: 48.81%;
	padding-bottom: 25px;
}
.main_page .war1 {
	
}
.main_page .war2 {
	margin: 0;
}
.main_page .war h2{
	background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 1px solid #DBDBDB;
    color: #000222;
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding: 25px 20px;
}
.main_page .war h5{
	padding: 25px 20px 0;
	margin:0px;
	color: #222222;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.main_page .war p{
	padding: 0px 20px;
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	color: #444444;
	font-size: 15px;
	margin-top: 3px;
}
.h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: #222;
}
.browse {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    height: 155px;
    padding: 21px 19px;
	margin-bottom: 10px;
}
.browse h4 {
	color: #222222;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 14px;
}
.browse form {
	background: none repeat scroll 0 0 #F3F8FB;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    height: 57px;
    margin: 0;
    padding: 20px 29px;
}
.browse .input {
	float: left;
    width: 44%;
}
.submit {
	background: none repeat scroll 0 0 #08B76F;
    border: 1px solid #009B5B;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    margin-left: 9px;
    margin-top: 19px;
    text-transform: uppercase;
    width: 89px;
}
.browse .input label {
	margin-bottom: 8px;
}
.browse .input input {
	border: 1px solid #D2D2D2;
    border-radius: 5px;
    color: #606060;
    margin-right: 10px;
    padding: 9px;
    width: 90%;
}
.table .table_content {
	background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    margin-bottom: 29px;
}
.table .table_content h5 {
    color: #000222;
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding: 25px 20px;
}
.table .table_content p {
    color: #000222;
    font-family: 'Open Sans',sans-serif;
    margin: 0;
    padding: 0 20px 25px;
}
.table .table_content table {
	margin: 0px;
	padding: 0px;
	border: none;
	box-shadow: none;
}
/* .output.business {
	width: 377.1%;
}
.output.cash {
	width: 311.6%;
}
.output.lodgement {
	width: 180.4%;
}
.edit_sale .output.business {
	width: 393.5%;
}
.edit_sale .output.cash {
	width: 328%;
}
.edit_sale .output.lodgement {
	width: 196.8%;
}
.gen_report .output.business {
	width: 278.8%;
}
.gen_report .output.lodgement {
	width: 114.9%;
}
.main_page .output.business {
	width: 377.1%;
}
.main_page .output.cash {
	width: 344.4%;
} */
.output ul{
	list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
	clear: both;
	overflow: hidden;
}
.output ul li:first-child {
	width: 64px;
}
.output ul li {
	float: left;
    height: 46px;
    padding: 15px 3px 0 0;
    width: 43px;
}
.output ul.head li:first-child{
	border-left: none;
}
.output ul:nth-child(odd).output_content {
	background: #f3f8fb;
}
.output ul:nth-child(even).output_content {
	background: #fff;
}
.output ul.output_content li {
	border-right: 1px solid #e6e6e6;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
}
.output ul.output_content li:last-child,.output ul.total li:last-child {
	border: none;
}
.output ul.output_content:hover {
	background: #f4e6e6;
}
.output ul.head li{
	border-left: 1px solid #fff;
	font-size: 11px;
    font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	border-right: none;
}
.output ul.total {
	background: #99cccc;
}
.output ul.total li {
	font-size: 12px;
    font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	border-right: 1px solid #e6e6e6;
	color: #fff;
}
.etc {
	background: #cbeeee;
}
.pd {
	background: #ffd5d5;
}
.ex {
	background: #d9ffd5;
}
.spec {
	
}
.cl {
	
}
.vouch {
	
}
.add_sale {
	padding: 20px 19px;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
}
.add_sale .sheet {
	background: #f3f8fb;
	border: 1px solid #dfebf3;
	border-radius: 5px;
	padding: 20px 29px;
	overflow: hidden;
}
.add_sale label {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 5px;
	color: #3F3F40;
}
.add_sale select, .add_sale input[type="text"],.add_sale input[type="password"]{
	width: 360px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding: 7px;
	margin-top: 5px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 5px;
}
.add_sale h4 {
	color: #000222;
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding: 25px 0px;
}
.add_sale b {
	color: 07b06a;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.add_sale .mar {
	margin-top: 15px;
}
.add_sale .toggle {
	background: url("images/arrow.png") no-repeat scroll 18px center #676666;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Open Sans',sans-serif;
    font-size: 17px;
    font-weight: 600;
    height: 36px;
    padding-left: 30px;
    padding-top: 11px;
}
.browse .third {
	float: left;
    /* width: 267px; */
	width: 356px;
}
.browse .third input,.browse .third select{
	border: 1px solid #D2D2D2;
    border-radius: 5px;
    color: #606060;
    margin-right: 10px;
    padding: 9px;
    /* width: 220px; */
	width: 310px;
}
.browse .third.select, .browse .third.select select {
	width: 190px;
	margin: 0px;
}
.browse .third.select select {
	margin-top: 18px;
}
.red {
	color: #FE1010;
    font-size: 20px;
    margin-left: 10px;
}
.fifty {
	width: 50%;
	float: left;
}
.wrapper {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}
.wrap {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
}
.home_busi ul li {
	width: 43px;
}
.home_cash ul li {
	width: 47.7px;
}
.home_lodge ul li {
	width: 99.4px;
}
.browse_cash ul li {
	width: 53.4px;
}
.browse_lodge ul li, .browse_lodge ul li:first-child{
	width: 96.1px;
}
.edit_sale_busi ul li,.edit_sale_busi ul li:first-child{
	width: 41.9px;
}
.edit_sale_busi ul li select {
	font-size: 9px;
    width: 45px;
}
.edit_sale_cash ul li,.edit_sale_cash ul li:first-child {
	width: 51.1px;
}
.edit_sale_cash ul li select {
	font-size: 10px;
    width: 53px;
}
.edit_lodge ul li {
	width: 90px;
}
.edit_lodge ul li select {
	font-size: 10px;
}
.gen_busi ul li {
	width: 50.44px;
}
.gen_cash ul li {
	width: 44.36px;
}
.gen_lodge ul li {
	width: 141.1px;
}