/*-----------------------------------------------------------------------------
version:   1.0
author:    John Anderson
email:     janderson@soaringpenguin.co.uk
website:   http://www.soaringpenguin.co.uk/
date:      2008 January 07
page:	   calendar

Copyright 2008 Soaring Penguin Ltd. All Rights Reserved
-----------------------------------------------------------------------------*/
/* =login
-----------------------------------------------------------------------------*/
	form#login {
		width: 430px;
		float: right;
	}
	form#amendments {
		background-color: #29b4d3;
		margin: 0 200px;
		border-top: 2px solid #9bd7e2;
		border-left: 2px solid #9bd7e2;
		border-bottom: 2px solid #7421e3;
		border-right: 2px solid #7421e3;
		padding-left: 10px;
		padding-bottom: 10px;  
	}
		form#amendments label {
			display: block;
			font-size: 14px;
		}
		form#amendments input {
			font-size: 14px; 
		}

/* =Calendar
-----------------------------------------------------------------------------*/
td.centre {
	text-align: center;
}
td.weekdays {
	color: #ffffff;
	text-align: center;
	background-color: #29b4d3;
	border: 1px solid #7421e3;
	font-size: 12px;
}
td.day {
	border: 1px solid #7421e3;
	text-align: center;
	font-size: 12px;
}
td.offday {
	background-color: #29b4d3;
}
td.takenday {
	background-color: #ff999a;
	border: 1px solid #7421e3;
	text-align: center;
	font-size: 12px;
	
}
td.halfday {
	background: transparent url(../images/half.gif) no-repeat;
	border: 1px solid #7421e3;
	text-align: center;
	font-size: 12px;
}
#content {
	float: left;
}
	#calendar {
		margin-left: 14px;
	}
	#content table.monthlytable {
		border-collapse: collapse;
		width: 167px;
		border: 1px solid #7421e3;
		background-color: #9bd7e2;
		cellspacing: 0;
		cellpadding: 0;
		margin-top: 20px;
	}
		table.monthlytable td.monthtitle {
			color: #7421e3;
			font-size: 14px;
			text-align: center;	
			font-weight: bold;
		}

