
table#calendar {
	border: 1px solid #A5BE12 ;
	}
	
table#calendar td {
	border: 1px solid #FFFFFF ;
	vertical-align: top ;
	}
	
table#calendar tr.header td {
	background-color: #A5BE12 ;
	color: #FFFFFF ;
	font-size: 16px ;
	font-weight: bold ;
	line-height: 26px ;
	text-align: center ;
	}
	
table#calendar tr.days td {
	background-color: #F3EFBA ;
	color: #6B4F2E ;
	padding: 4px 4px 4px 4px ;
	}
	
table#calendar tr.days td a.daynumber {
	background-color: #EBE38B ;
	border: 1px solid #E1D753 ;
	display: block ;
	font-size: 11px ;
	height: 15px ;
	line-height: 15px ;
	margin-bottom: 3px ;
	text-align: center ;
	text-decoration: none ;
	top: 0px ;
	width: 23px ;
	}
	
table#calendar tr.days td a.event {
	background-color: #F8F4D1 ;
	border: 1px solid #EBE38B ;
	color: #6B4F2E ;
	display: block ;
	font-size: 12px ;
	margin: 0px 0px 1px 0px ;
	padding: 2px 2px 2px 5px ;
	text-decoration: none ;
	}
	
label {
	display: block ;
	margin: 0px 0px 3px 0px ;
	}
	
input.text {
	width: 300px ;
	}
	
textarea {
	height: 200px ;
	width: 300px ;
	}

