body {
	background-color:#999;
}
span {
	display:inline-block;
	width:200px;
	padding:0 10px;
}
p {
	/*height:30px;*/
}
h4 {
	margin-top:20px;
}
hr {
	width:800px;
	height:1px;
	color:#CCC;
	background-color:#CCC;
	border:0;
	padding:0;
	margin:5px 0;
}

.report_header > h3 {
	background-color:#888;
	min-height:30px;
	padding-left:60px;
	padding-top:10px;
}
.report_header .menu {
	float:right;
	font-size:14px;
	width:auto;
	margin-right:60px;
}
.report_header .menu a {
	padding:0 10px;
}

.report_wrap {
	min-width:400px;
	background-color:#FFF;
	border-radius:15px;
	margin:10px 40px;
	padding:20px;
	padding-bottom:40px;
}

/*report_user.php*/
#user_report > span {
	padding: 0 20px 0 0;
}
.user_job {
	margin-left:220px;
}
.user_job hr {
	width:580px;
}


/*report_user_details.php*/
/*job headers: DateStart TimeRunning TimePrivate NotesPublic Notes*/
.user_detail_headers > span {
	padding:0 12px;
}

/*report_clients.php*/
#clients .client {
	height:26px;
}
#client_info {
	width:700px;
}

/*report_clients_details.php*/
.job_name {
	width:300px;
	float:left;
	margin-bottom:20px;	
}
.time_hours {
	width:70px;
	float:left;
	margin-bottom:20px;
}
.notes_list {
	width:300px;
	display:inline-block;
	margin-bottom:20px;
}
#job_info input, #job_info select {
	padding:0;
	margin:0;
}
#job_info p {
	padding-top: 10px;
}