/*** TABLES  FOR EVENTS ***/

.tableevent {
	width: 690px;
	border-collapse:collapse;
	/*border:1px solid #2E2E2E;*/
	align:center;
	display:none;
	position: relative;
	font-size: 12px;
}

caption {
	padding: 0 10px 5px 0;
	width: 690px;	 
	font: italic 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.tableevent th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #59431E;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #FDE9AA;
}


.tableevent td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


.tableevent td.odd {
	background: #F5FAFA;
	color: #797268;
}

.tableevent a {
color: #7F3C22;
}

.monthselect {
font-size: 12px;
}