/*
	*** style info for faq tables ***
	## used on aboutpoints.php and timesharecalendar.php ##
*/
.empty_header{ width: 80px; }

th {
	background: #efefef;
	color: #197699;
	padding: 10px;
	height: 35px;
	width: 133px;
}

th, td { border: 1px solid #bbb; }

table { margin: 10px 0; text-align: center; }

.weeks{ padding: 3px; }
.weeks, .weeks_empty{ background: #fafafa; }

/*.odd and .even define zebra striping for the tables*/
td.odd{
	padding: 5px 0;
	text-align: center;
	background: #ffe084;
}

td.even{
	padding: 5px 0;
	text-align: center;
	background: #b6dfee;
}

td.title_odd{ background: #ffe084; }

td.title_even{ background: #b6dfee; }

.week_green{
	text-align: center;
	color: #3a3;
}

.villastitle{
	text-align: center;
	width: 532px;
}

td.datebold, td.bold{
	font-weight: bold;
	background: #ffe084;
}

.calendar td{ padding: 3px; }

.holiday{
	background: #ffe084;
	width: 97px;
	text-align: left;
	font-weight: bold;
}

.calendar .week{ background: #ffeeb8; }
