/* whatever:hover for ie */
html{
	margin: auto;
	padding: 0;
}

body{
	margin: auto;
	padding: 0;
	background-color: #fff;
	behavior: url("csshover3.htc");
	color: #000;
	font-size: 10pt;
	font-family: Verdana, Arial, sans-serif;
}

table{
	table-layout: fixed;
	border-spacing: 0; 
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 10pt;
	font-family: Verdana, Arial, sans-serif;
	/* width: 500px; */
}
td, th{
	border-spacing: 0; 
	cell-padding: 0px;
	margin: 0;
	padding: 1px 0;
	text-align: left;
}
form, input, button{
	padding: 5px;
	margin: 5px;
	border: 1px solid #000;
}

/* LINKS */
a{
	color: #fa0;
	text-decoration: none;
}
a:link{
	text-decoration: none;
}
a:visited{
	color: #fa0;
}
a:hover{
	color: #00f;

}
a:active{
	color: #f00;
}

/* TABLES */
tr.row0{
	background-color: #ddd;
}
tr.row1{
	background-color: #eee;
}

th.small{
	width: 45px;
}

th.medium{
	width: 60px;
}

th.large{
	width: 105px;
}

td.subtotal{
	color: #00a;
}

td.total{
	color: #a00;
}

/* MAIN STRUCTURE */

#header{
	width: 1000px;
	margin-top: 10px;
	background-color:#fff;
	border: 1px solid #999;
	border-bottom: none;
	background-image: url(images/mym_pos_bottom_divider.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#header1{
	width: 400px;
	padding: 10px;
	color: #00c;
	text-align: center;
	font-size: 2.1em;
	font-family: cursive, serif; 
	text-shadow: 2px 2px 2px #999;
}
#header2{
}
#messageBox{
	margin: 0 10px;
	padding: 2px 0;
	color: #00c;
	background-color: #b0ccfc;
	border: 1px solid #999;
	text-align: center;
	font-size: 1.2em;
	font-family: Verdana, Arial, sans-serif; 
}
#content{
	font-size: 10px;
	width: 1000px;
	background-color: #fff; 
	border: 1px solid #999;	

}
#pos1{
	width: 150px;
	padding: 10px;
	vertical-align: top;
	background-image: url(images/mym_pos_right_divider.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

#pos2{
	padding: 10px;
	vertical-align: top;
	border-left:1px solid #666;
}

#pos3{
	width: 150px;
	padding: 10px;
	vertical-align: top;
}
#footer{
	width: 900px;
	margin: 10px 0;
	color: #9b9;
	text-align: center;
	font-size: 1.1em;
	font-family: Verdana, Arial, san-serif;
}


/* MODULES */
.module{
	margin-bottom: 15px;
}
.modfixed{
	position: fixed;
	top: 10px;
	left: 10px;
	width: 290px;
	padding: 10px;
	margin: 10px;
	background-color: #fff;
	border: 1px solid #b0ccfc;
}
.title{
	color: #86c34a;
	background-color: #273444;
	border-top: 4px solid #89959f;
	padding: 1px 10px;
	font-size: 1.6em;
}
.toolBox{
	text-align: right;
}
.toolBox button{
	color: #d00;
	background: none;
	border: none;
	margin: 0;
	padding: 0px 5px;
	cursor: pointer;
	font-size: 1.1em;
}
.toolBox button:hover{
	color: #fff;
	background-color: #a00;
}

/* scrolling div */
.scrollerHead{
	background-color: #86c34a;
	border: 1px solid #4e6061;
}
.scrollerHead table, .scroller table{
	width: 100%;
}
.scrollerHead th{
	color: #262;
	font-size: 1.2em;
	font-weight: normal;
}
th.-count{
	width: 30px;
	text-align: center;
}
th.-radio{
	width: 30px;
	text-align: center;
}
th.-color, th.-reconcile{
	width: 8px; /* 16px; */
	text-align: left;
}
th.-date{
	width: 110px;
	text-align: left;
}
th.-number{
	width: 110px;
	text-align: left;
}
th.-title{
	text-align: left;
}
th.-invoice{
}
th.-cashinhand{
	width: 80px;
	text-align: right;
}
th.-amount{
	width: 90px;
	text-align: right;
}
th.-type{
	width: 20px;
}
th.-resize{
	width: 68px; /* 60px; */
	background-color: #4e6061;
}
th.-resize a{
	color: #eee;
	padding: 0 4px;
	border: 1px solid #4e6061;	
	cursor: ns-resize;move;
}
th.-resize a:visited,th.-resize a:active{
	color: #eee;	
}
th.-resize a:hover{
	color: #fff;
	background-color: #a00;	
	border: 1px solid #eee;
}

.scroller{
	padding-top: 5px;
	border: 1px solid #4e6061;
	border-top: none;
	background-image: url(images/mym_scroller_corner_left_200x200.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: auto;
	overflow-x: hidden;
}
.scroller tr{
	color: #666;
	font-size: 1.2em;
}
.scroller tr.even{
}
.scroller tr.odd{
}
.scroller table.summary{
	margin-top: 5px;
}
.scroller tr.summary{
	color: #678fcf;
}
.scroller tr:hover{
	background-color: #ffa;
	color: #000;
	font-size: 1.3em;
}
.noHover tr:hover{
	background-color: transparent;
	color: #000;
	font-size: 1.2em;
}
td.-count{
	width: 30px;
	text-align: center;
	font-size: .9em;
}
td.-radio{
	width: 30px;
	text-align: center;
}
td.-reconcile{
	width: 16px;
	text-align: left;
}
td.-reconcile .yes{
	color: #ccc;
}
td.-reconcile .no{
	color: #f00;
}
td.-color{
	width: 16px;
	text-align: left;
}
td.-date{
	width: 110px;
	text-align: left;
}
td.-number{
	width: 110px;
	text-align: left;
}
td.-title{
	text-align: left;
}
td.-invoice{
}
td.-cashinhand{
	width: 80px;
	text-align: right;
}
td.-amount{
	width: 90px;
	text-align: right;
}
td.-type{
	width: 20px;
	text-align: center;
}
td .-credit{
	color: #0a0;
}
td .-debit{
	color: #a00;
}
td .-norecords{
	text-align: center;
}
td .-strike{
	text-decoration: line-through;
}
td.-singlecell{
	padding: 0px 10px;
	text-align: left;
	font-size: 1em;
}
td.-singlecell input{
	width: 100%;
	border: 1px solid #ccc;
	font-size: 1em;
}
td.-singlecell textarea{
	padding: 10px;
	width: 100%;
	height: 55px;
	resize: none;
	overflow: hidden;
	border-top: 1px dotted #ccc;
	border-right: none;
	border-bottom: 1px dotted #ccc; 
	border-left: none; 
	color: #a0a;
}

.-left{
	text-align: left;
}
.-right{
	text-align: right;
}
.-center{
	text-align: center;
}
.-green{
	color: 0f0;
}
.-red{
	color: f00;
}
/* scroller div height */
	.size0{ 
	padding-bottom: 10px; 
}
.size1{ 
	padding-bottom: 10px;
	height: 300px;
}
.size2{ 
	padding-bottom: 10px;
	height: 250px;
}
.size3{ 
	padding-bottom: 10px;
	height: 200px;
}
.size4{ 
	padding-bottom: 10px;
	height: 150px;
}
.size5{ 
	padding-bottom: 10px;
	height: 100px;
}
.size6{ 
	padding-bottom: 10px;
	height: 50px;
}
.size7{ 
	display:none;
	padding-bottom: 10px;
	height: 0px; 
}


.module hr{
	height: 2px;
	margin-top: 5px;
	border: none;
	background-color: #a00;
	color: #a00;

}


/* CAPTURE BOX */
#captureCodeBox{
	color: #f00;
	font-size: 1em;
}

/* POPUP INFO BOX */
.infoBoxShow{ 
	color: #660; 
	background-color: #efefef;
	padding: 5px 0 5px 10px;
	margin-bottom: 2px;
	border: 1px solid #96b6ff;
	font-size: 1em;
}
.infoBoxHide{ 
	display: none; 
	visibility: hidden;
}
.infoBoxShow{ 
	display: block; 
	visibility: visible; 
}
.infoBoxShow a, .infoBoxShow a:visited{  
	color: #d00;
	background-color: #fff;
	border: 1px solid #d00;
	margin-right: 10px;
	padding: 0 3px;
	cursor: nw-resize;
	font-size: 1.1em;
}
.infoBoxShow a:hover{  
	color: #fff; 
	background-color: #a00;
	border: 1px solid #fff;
}


