/********************************************
 *** Villa Agne website and booking system ***
 ** Written by Ian Collier, Autumn/Winter 2008 **
 ******** This work copyright Ian Collier ********
 *** Please do not copy or modified this work ***
 ** without seeking the express permission of **
 ** the author beforehand.  Thank you *********
 ********************************************/

/* pricing table */
table.monthpricing {
	width : 600px;
	margin-left : auto;
	margin-right : auto;
	border-collapse : separate;
	background-color : #F9C666;
	border-spacing : 5px;
	border : 2px solid #7F4307;
}

table.monthpricing tr {
	vertical-align : top;
}

table.monthpricing td {
	width : 100px;
	text-align : center;
}
/* end of pricing table */

/* calander table */
table.cal {
	behavior :  url('./includes/iefix.htc');
	padding : 0px;
	border-spacing : 5px;
	border-collapse : separate;
	width : 230px;
}

table.cal tr {
	vertical-align : middle;
	height : 25px;
}

table.cal td {
	text-align : center;
	border-top : 0px;
	border-left : 0px;
	border-right : 0px;
	border-bottom : 0px;
	background-color : #7F4307;
}

table.cal td.calheading {
	border-top : 1px solid #7F4307;
	border-left : 1px solid #7F4307;
	border-right : 1px solid #7F4307;
	border-bottom : 1px solid #7F4307;
	background-color : #F9C666;
}

table.cal td.noborder {
	border-top : 0px;
	border-left : 0px;
	border-right : 0px;
	border-bottom : 0px;
}
/* end of calendar table */

/* span for moving between months/years */
span.calnav {
	background-color : #F9C666;
	cursor : pointer;
}

span.choose {
	font-family: arial;
	background-color : #7F4307;
	color :  #F9C666;
	font-size : 10pt;
	font-weight : normal;
	cursor : pointer;
}

span.choosedark {
	background-color : #F9C666;
	color : #7F4307
}
/* end of span for moving between months/years */
