body {
	background: #AFCD4B;
	font-family: arial;	
	font-size: 85%;
}
#container {
	width: 900px;
	margin: auto;
}
#header {
	clear: both;
}
#content {
	clear: both;
	background: white;
	padding: 5px;
}

#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	float: left;
	padding: 5px 20px;
	margin: 0;
}
#nav li a {
	color: white;
	font-weight: bold;
}
#nav li a:hover {
	color: black;
}

label {
	float: left;
	width: 150px;
	margin: 3px;
}
input, select, textarea {
	margin: 3px;
	font-family: arial;
	font-size:13px;
}

a {
	text-decoration: none;
}
a img {
	border: none;
}
#calendar {
	border-collapse: collapse;
	margin: auto;
}
#calendar tr td {
	width: 110px;
	border: 1px solid gray;
	vertical-align: top;
}
#calendar thead tr td {
	height: 30px;
	text-align: center;
	background: #AFCD4B;
	font-weight: bold;
}
#calendar tbody tr td {
	height:100px;
	font-size: 90%;
}
#calendar tbody tr td div {
	position: relative;
	width: 100%;
}
span.date {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 18px;
	padding: 0px 2px;
	background: white;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	font-weight: bold;
}
.empty {
	background: #ccc;
}
#calendar tbody tr td p {
	padding: 5px 15px 5px 5px;
	margin: 0px;
	border-bottom: 1px solid white;
}

.call{
	padding: 5px 15px 5px 5px;
	margin: 0px;
	border-bottom: none !important;
}

/* Colourings for job types */

.pending {
	background: #4b79cd;
}
.accepted {
	background: #67cd4b;
}
.declined {
	background: #cd4b4b;
}
.completed {
	background: #cdc54b;
}
.weekend {
	background: #ddd;
	color: #666;
}
.weekend .date {
	background: #ddd;
}
.booked {

}
.booked p{
	color:red;
	line-height:85px;
	text-align:center;
}

a.pending {
	color: #4b79cd;
	background:#fff !important;
}
a.accepted {
	color: #67cd4b;
	background:#fff !important;
}
a.declined {
	color: #cd4b4b;
	background:#fff !important;
}
a.completed {
	color: #cdc54b;
	background:#fff !important;
}


/* Validation fails*/
.validation li{
color: #ff0000;
list-style-type: none;
background-color: transparent;
background-image: url(../images/error-list.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
padding-left: 20px;
margin-bottom: 10px;

}


.request_link {
	line-height: 95px;
	text-align: center;
	width: 100px;
	display: block;
}

.time {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #AFCD4B;
}

#contact {
	float: right;
	font-size: 20px;
	color: white;
	text-align: right;
	padding-right: 30px;
	padding-top: 20px;
	line-height: 30px;
}
#contact a {
	color: white;
}

#footer, #footer a {
	text-align: center;
	color: white;
	text-size: 90%;
}
