* {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#header_wrapper, .toolbar, #footer, .noprint, #cashy_instances, #tabs, .toolbar {
display:none;
}

input {
	background: none;
	border: none;
}

td input {
	text-align: right;
}

ol, ul {
    list-style: none outside none;
}

.clear {
	display: block;
	clear: both;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0 0 20px 0;
}
    
td img {
	position: relative;
	top: 3px;
}  
  
thead {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
    background: #dedede;
    text-align: left;
}

tfoot {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
	background: #dedede;
	padding: 3px 5px;
}

#current_sheet {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}

h1 {
	font-size: 16px;
	margin: 3px 0 20px;
	text-shadow: 0 1px 0 #3a434c;
	color: #ffffff;
}

h2 {
	font-size: 14px;
	margin: 10px 0;
	background: #dedede;
	padding: 3px 5px;
}

#current_sheet h2 {
	font-size: 18px;
	margin: 20px 0 20px;
	background: none;
	padding: 3px 5px;
	text-align: center;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}

#date_sheet {
    background: none;
}

#sheet_head {
	width: 100%;
	text-align: center;
}

#sheet_dest {
	width: 100%;
	margin: 50px 0 80px 0;
}  

#sheet_date {
	width: 200px;
	float: right;
	margin: 0 0 40px 0;
}
.log-table{}

.text-right {
	text-align: right;
}

.text-centre {
	text-align: center;
}

.text-left {
	text-align: left;
}

#tabs li {
	opacity: 0;
}

#tabs .active {
	opacity: 1;
}

#input-hours input {
	text-align: left;
	display: inline;
}


