* {
	/* old-style reset here :) */
	border: 0px; padding: 0px;
}
body {
	font-family: Helvetica; text-align: center; 
/* 	background: white; background: url(../img/bodyImg.png) repeat-x; */
}
body h1 { padding-top: 20px; font-size: 26px; color: #335; }
table {
	border-collapse: separate;
	border-top: 1px solid #7ebebe;
	border-left: 1px solid #7ebebe;
	margin: 20px auto;
	font-size: 20px;
	
/* 	width: 90%; */
}

th, td{width: 120px;}

th{
	height: 30px;
/* 	background: #d1fef4; */
	background: #eaf4f4;
	font-weight: bold;
	font-size: 14px;
	color: #444;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #7ebebe;
	border-bottom: 1px solid #7ebebe;
}
td{
	height: 90px;
/* 	background: #ffffdf; */
	color: #444;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #7ebebe;
	border-bottom: 1px solid #7ebebe;
	/* border: 1px solid #7ebebe; */
	padding: 2px;
}

td a{text-decoration: none; color: #000;}
td:hover, th:hover {background-position: 0px -81px; color: #222;}
td.date_has_event {	background-position: 162px 0px; color: #189b11;}
td.date_has_event:hover {background-position: 162px -81px; background: #ffffdf;}
td.padding {}/* background: #ffffdf; */

.events {position: relative; left: 0; top: 0;}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
/* 	padding: 15px; */
/* 	background: #e7ecf2 url(../img/popup.png) no-repeat; */
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 150px;
	list-style: none;
	color: #444444;
}
.events li {padding: 15px; background: #e7ecf2 url(../img/popup.png) no-repeat;}
.events li span {display: block; font-size: 12px; text-align: left; color: #555;}
.events li span.title {font-weight: bold; color: #222;}

th, td {font-size:16px;}
td .title{font-size:12px; font-weight: bold; color: #222;}

.sunDay {color: #C90000;}
.satDay {color: #1638d8;}
.today {color: #ff8000;}

.search a{text-decoration: none; color: #000;}
.search select { height:30px; border:1px solid #e6e6e6; font-size: 16px; font-weight: bold;}

.fSize20 {font-size: 20px;}
.fSize16 {font-size: 16px;}

/* div textarea { margin-left:10px; padding:4px; border:1px solid #e6e6e6; font-size: 14px;} */
/* div td input, select, img { vertical-align: middle; } */