table{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: none;
	}
ul{
	text-align:left;
	}
div#wrapper{
	width:700px;
	text-align:center;
	padding:15px;
}
.data{
	border: none;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	}
	
.side{
	text-align:right;
	padding-right:10px;
	width:208px;
	color: #FFFFFF;
	background-color: #660000;
	border: none;
	font-weight: bold;
	height: 15px;
	}
.side1{
	color: #FFFFFF;
	background-color: #660000;
	border: none;
	font-weight: bold;
	}
option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #660000;
	background-color: #E8E9B1;
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	height: 20px;
	width: 150px;
	}
/******* END GENERAL LAYOUT STUFF ***********/




/*
CALENDAR
***********/

table .cal_month{
	border: none;
	margin: 8px;
	}
thead td{
	text-align:center;
	background-color: #E8E9B1;
	color: #660000;
	border: none;
	font-variant: small-caps;
	font-weight: bold;
}
.cal_title{
	background-color:#C16100;
	text-align:center;
	color:#E8E9B1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.cal_data{
	text-align:center;
	border: none;
	}
.cal_empty{
	text-align:center;
	/*border:1px solid #EEEEEE;*/
	}
