body{
	width: 100%;
	height: 100%;
	margin: 0px auto;
	font-family: arial;
	color: #676767;
	background-color: #fff;
	background-image: url('../images/bg2.png');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 12px;
}

#txt{
	padding: 3%;
	width: 94%;
	font-size: 30px;
	text-align: center;
	font-weight: bolder;
	color: #fff;
	background-color: #353535;
	height: 35px;

}

body.print{
	width: 100%;
	height: 100%;
	margin: 0px auto;
	font-family: arial;
	background-color: #fff;
	background-image: none;
	font-size: 12px;
}

section.header{
	width: 100%;
	top: 0px;
	z-index: 4;
	background-color: #353535;
	position: fixed;
}

nav.menu{
	margin: 0px auto;
	width: 100%;
}

nav.menu img{
	float: left;
}

nav.menu ul{
	float: right;
	padding-top: 5px;
	margin-bottom: 0px;
	margin-right: 20px;
}

nav.menu ul li{
	float: left;
	list-style: none;
	overflow: hidden;
	margin-right: 1px;
	padding: 10px 15px 10px 15px;
}

nav.menu ul li:hover{
	background: #676767; 
	transition-duration: .5s;
}

nav.menu ul li a{
	margin-left: 2px;
	text-decoration: none;
	color: rgb(200,200,200);
}

nav.menu ul li:hover a{
	color: rgb(255,255,255);
}

nav.menu ul ul {
	display: none;
	padding: 0;
	position: absolute; 
	float: left;
	margin-left: -15px;
	background-color: #353535;
	border: 1px solid #FFCA2E;
	box-shadow: 1px 1px 10px #353535;
	top: 100%;
}

nav.menu ul ul li{
	float: none; 
	position: relative;
	padding: 10px 15px 10px 15px;
	margin-bottom: 0px;
}

nav.menu ul ul li:hover{
	background-color: #676767;
}

nav.menu ul ul li a{
	padding: 0px;
	margin: 0px;
}

nav.menu ul ul li a:hover{
	color: #FFCA2E;
	transition-duration: .5s;
}

nav.menu ul li:hover > ul {
	display: block;
}

nav.menu ul:after {
	content: ""; 
	clear: both; 
	display: block;
}

section.body{
	width: 100%;
	margin: 0px auto;
	margin-top: 45px;
	/*background-color: #ffffff;*/
	overflow: hidden;
	margin-bottom: 50px;
}

label{
	float: left;
	width: 100px;
	padding-top: 10px;
}

article.login{
	width: 300px;
	height: 260px;
	margin: 0px auto;
	margin-top: 150px;
	background-color: #f7f7f7;
	overflow: hidden;
	box-shadow: 0px 0px 10px;
}

article.login form{
	overflow: hidden;
	padding: 0px 20px 20px 20px;
	width: 100%;
	margin-top: 40px;
}

input.text{
	float: left;
	width: 200px; 
	padding: 3px;
	color: rgb(100,100,100);
}

input.text2{
	float: left;
	width: 250px; 
	padding: 3px;
	color: rgb(100,100,100);
}

input.button2{
	float: right;
	width: 100px;
	height: 30px;
	margin-right: 40px;
	color: rgb(100,100,100);
	margin-top: 10px;
	font-size: 12px;
}

input.button{
	float: left;
	width: 100px;
	height: 30px;
	margin-right: 10px;
	color: rgb(100,100,100);
	margin-top: 20px;
	font-size: 12px;
	padding: 1px;
}

label.login{
	float: left;
	width: 100%;
	margin-right: 10px;
}

h2{
	background-image: url('images/header.png');
	background-position: center;
	background-size: fill;
	padding: 15px 0px 10px 10px;
	margin-top: 0px;
	color: #ffffff;
	margin-bottom: 0px;
}

section.footer{
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 4;
	height: 20px;
	margin: 0px auto;
	background-color: #353535;
	overflow: hidden;
	padding: 5px;
	box-shadow: 1px 1px 10px rgb(100,100,100);
}

article.main{
	float: left;
	width: 650px;
	min-height: 500px;
	border: 1px solid;
	overflow: hidden;
}

form.add_user{
	width: 220px;
	float: left;
	overflow: hidden;
	padding: 10px;
	padding-left: 20px;
	background-color: #D8D8D8;
	margin: 15px 0px 5px 10px;
	padding-bottom: 20px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #fff;
	box-shadow: 0px 0px 5px #D8D8D8;
}

form.add_user select{
	width: 210px;
	float: left;
	margin-top: 10px;
	padding: 3px;
	color: rgb(100,100,100);
}

form.add_user textarea{
	width: 210px;
	float: left;
	margin-top: 10px;
	padding: 3px;
	min-height: 100px;
	max-height: 100px;
	min-width: 200px;
	max-width: 200px;
	font-family: arial;
	color: rgb(100,100,100);
}

#list{
	min-width: 900px;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	overflow: hidden;
	margin-bottom: 50px;
	width: 75%;
}

#list2{
	min-width: 500px;
	float: left;
	margin-top: 5px;
	margin-left: 30px;
	overflow: hidden;
	margin-bottom: 50px;
	width: 60%;
	border: 1px solid;
	margin-top: 20px;
	padding: 30px;
}

table{
	width: 100%;
	border-collapse: collapse;
}

table.payroll{
	width: 100%;
	border-collapse: collapse;
}

tr, td{
	padding: 5px;
	border: 1px solid #F1F1F1;
}

tr:hover > td{
	background-color: #ABD9FF;
	border-color: #ABD9FF;
}

tr:hover.print > td{
	border-color: #000;
	background-color: #fff;
}

tr.print, td.print{
	padding: 5px;
	border: 1px solid #000;
	color: #000;
}

label.side{
	background-image: url('images/pos.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	width: 100%;
	height: 17px;
	padding: 8px 0px 5px 30px;
	color: #444444;
}

label.side:hover{
	background-image: url('images/pos2.png');
	color: #FFCA2E;
	transition-duration: .5s;
}


th{
	background-image: url('images/tableheader.png');
	background-repeat: repeat-x;
	background-position: center;
	padding: 10px 5px 10px 5px;
	text-align: left;
	background-size: cover;
	border: 1px solid #F1F1F1;
}

th.print{
	background-image: none;
	padding: 10px 5px 10px 5px;
	text-align: left;
	border: 1px solid #000;
	color: #000;
}

a.update{
	text-decoration: none;
	color: #676767;
	margin-right: 5px;
}

a:hover.update{
	color: #B8B8B8;
	text-decoration: underline;
}

article.sidebar{
	width: 250px;
	float: left;
	overflow: hidden;
	background-color: #EAE8E8;
	margin: 10px 0px 0px 10px;
	padding-bottom: 20px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 5px;
	border: 1px solid #fff;
}

article.account2{
	width: 220px;
	float: left;
	overflow: hidden;
	background-color: #EAE8E8;
	margin: 10px 0px 0px 10px;
	padding-bottom: 20px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 5px;
	border: 1px solid #fff;
	padding: 10px;
	height: 450px;
	margin-bottom: 20px;
	padding-left: 10px;
}

article.account3{
	width: 250px;
	float: right;
	overflow: hidden;
	background-color: #fff;
	margin: 10px 10px 0px 0px;
	padding-bottom: 20px;
	box-shadow: 0px 0px 2px;
	padding: 10px;
	height: 450px;
	margin-bottom: 20px;
	padding-left: 10px;
}

article.pos_main{
	width: 100%;
	float: left;
	min-height: 200px;
	overflow: hidden;
}

a.side{
	width: 100%;
	float: left;
	text-decoration: none;
	background-color: #EAE8E8;
	margin-left: 2px;
	padding-left: 5px;
	border-radius: 12px 0px 0px 12px;
}

hr{
	width: 100%;
}

a.side:hover{
	background-color: #353535;
	transition-duration: .5s;
}

input.pos{
	float: left;
	width: 100%;
	padding: 3px;
	margin-top: 5px;
}

label.pos{
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

label.title{
	float: left;
	width: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
}


input.pos1{
	float: right;
	width: 100px;
	height: 30px;
	color: rgb(100,100,100);
	margin-top: 5px;
	font-size: 12px;
	margin-right: -10px;
}

input.deduct_text{
	float: left;
	width: 40%;
	padding: 3px;
}

form.pos_form{
	float: left;
	width: 75%;
	overflow: hidden;
	margin-left: 20px;
	padding: 3px;
}

article.delete_form{
	margin-top: 0px;
	float: left;
	width: 75%;
	height: 30px;
	overflow: hidden;
	padding: 5px 10px 5px 10px;
	margin-top: 10px;
	margin-left: 10px;
	background-image: url('images/tableheader.png');
	background-repeat: repeat-x;
	background-position: center;
	background-size: cover;
}

label.foot{
	color: #FFCA2E;
	width: 500px;
	font-size: 13px;
	padding-top: 3px;
	text-align: right;
	float: right;
	margin-right: 20px;
}

article.head{
	width: 100%;
	background-color: #353535;
	overflow: hidden;
	padding: 20px;
}

input.d{
	color: #676767;
	width: 200px;
	font-family: arial;
	padding: 2px;
	text-align: right;
	float: left;
	margin-left: 0px;
}

label.d{
	color: #FFCA2E;
	text-align: left;
	width: 100px;
	margin-top: -18px;
	margin-right: 0px;
	float: left;
}

section.time{
	width: 300px;
	height: 260px;
	margin: 0px auto;
	margin-top: 150px;
	background-color: #f7f7f7;
	overflow: hidden;
	box-shadow: 1px 1px 10px;
	border: 1px solid #fff;
}

a.start{
	text-decoration: none;
	text-align: right;
	width: 97%;
	float: left;
	padding: 3px;
	padding-right: 10px;
}

a.start:hover{
	text-decoration: underline;
}
form.d{
	float: left;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 20px;
	padding-left: 10px;
}

a.delete{
	float: right;
	width: 120px;
	border: 1px solid #a5a6a7;
	text-decoration: none;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	border-radius: 2px;
	padding-bottom: 3px;
	color: #676767;
}

a.print{
	float: right;
	width: 100px;
	border: 1px solid #c5c5c5;
	text-decoration: none;
	text-align: center;
	height: 20px;
	padding-top: 2px;
	border-radius: 4px;
	padding-bottom: 5px;
	color: #676767;
	overflow: hidden;
	background-color: rgb(240,240,240);
	margin-top: 10px;
	transition-duration: .5s;
}

a.print:hover{
	text-decoration: underline;
	background-color: rgb(250,250,250);
	transition-duration: .5s;
}

label.print{
	width: 100%;
	text-align: center;
	padding-top: 0px;
	height: 16px;
	color: #000;
}

article.print{
	width: 200px;
	overflow: hidden;
	float: right;
	border: 1px auto;
}

label.close{
	background-image: url('images/close.png');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 5px;
	float: right;
	width: 16px;
	height: 16px;
}

label.close:hover{
	background-image: url('images/close1.png');
}

select.pos{
	width: 200px;
	padding: 3px;
}

label.account{
	width: 100%;
	font-size: 16px;
	margin-left: 5px;
	color: #555555;
	margin-bottom: 20px;
}

label.user{
	width: 100%;
	margin-left: 5px;
	color: #555555;
}

a.user{
	width: 100%;
	float: left;
	margin: 5px;
	text-decoration: none;
	color: #023E91;
}

a:hover.user{
	color: #CF0025;
}

form.search{
	float: right;
	margin-right: 15px;
}

input.search{
	padding: 3px;
	width: 300px;
}

input.search2{
	padding: 3px 10px 3px 10px;
}

table.pay{
	width: 500px;
	margin-top: 20px;
	color: #000;
}

table.pay td, tr{
	border: none;
}

table.pay tr:hover > td{
	background-color: #fff;
}

table.pay2{
	width: 100%;
	margin-top: 20px;
	color: #000;
}
th.pay2, td.pay2, tr.pay2{
	border: 1px solid #000;
	background-image: none;
}

tr.pay2:hover > td{
	background-color: #fff;
	border: 1px solid #000;
}


