/*****
*
*	Name:		calendar.css
*	Author:		Robert Sherwood
*	Email:		rwslondon@yahoo.co.uk
*	Created:		2009-03-19
*
*****/


/*****
*	Content P.Button
*****/
#content p.button {
	float: right;
	margin: 0em auto;
	padding: 0px;
	height: 20px;
	width: 80px;
	border: 1px solid transparent;
	background: transparent url(../img/buttons/button_text_print.gif) no-repeat top left;	
}

#content  p.button:hover {
	border: 1px solid #000;
}


/*****
*	Content Table
*****/
#content table {
	border-collapse: collapse;
	margin: 0em 2em 0em 2em;
	padding: 0em;
	clear: both;
}

#content th {
	padding: .2em 1em .2em 1em;
	text-align: center;
	border-bottom: 1px solid #7534aa;
}

#content th.week {
	padding: 2em 1em .5em 1em;
}

#content th.header {
	font-variant: small-caps;
	line-height: 1em;
	font-size: 1.1em;
	font-weight: 600;
	border-bottom: 2px solid #7534aa;
	padding: 2em 0em 1em 0em;
}

#content td {
	padding: .5em 0em 0em 0em;
	line-height: 1em;
	vertical-align: top;
}

#content td p {
	margin: 0em;
	padding: 0em 0em .4em 1em;
	line-height: 1em;
	text-indent: -1em;
}