@charset "UTF-8";
/* CSS Document */
table.month {
}
table.month a:link {
	text-decoration:none;
}
table.month tr.theader td {
	background-color: #B7B9A1;
	border: 1px solid #999999;
	border-bottom-width: 2px;
	color: #000000;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
table.month tr.dayheader td {
	background-color: #AAAA82;
	border: 1px solid #999999;
	border-bottom-width: 2px;
	color: #333333;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
table.month tr.day td {
	background-color: #DDDED0;
	border: 1px solid #999999;
	color: #333333;
	padding: 5px 5px 5px 5px;
	text-align: center;
}
table.month tr.day td.thismonth {
	background-color: #78785D;
	color: #333333;
}
/*	table.month tr.day td.soldout {
			background-color: #78785D;
				color: #333333 ;
			}*/
				table.month tr.day td.soldout {
	background-color: #000000;
	color: #ffffff;
}
table.month tr.day td.mytrips {
	background-color: #305162;
	color: #ffffff;
}
table.month tr.day td.mytrips a:link {
	color: #ffffff;
}
table.month tr.day td.mytrips a:hover {
	color: #999999;
}
table.month tr.day td.othermonth {
	background-color: #DDDED0;
	color: #333333;
}
table.month tr.day td.pastday {
	background-color: #DDDED0;
	color: #ADAEA3;
}
table.month tr.day td.today {
	font-weight:bold;
}
/*table.month tr.day td.event {
			background-color: #C8F821;
			color: #666666;
			font-weight: bold ;
			}*/
			
			table.month tr.day td.event {
	background-color: #AEB939;
	color: #ffffff;/*font-weight: bold ;*/
			}
.simpleevent {
	background-color: #AEB939;
	color: #ffffff;
	border:#333333 thin solid;
}
.simplethismonth {
	background-color: #78785D;
	color: #333333;
	border:#333333 thin solid;
}
.simplesoldout {
	background-color: #000000;
	color: #333333;
	border:#333333 thin solid;
}
.simplemytrips {
	background-color: #305162;
	color: #333333;
	border:#333333 thin solid;
}
table.month_large {
}

table.month_large a:link {
	text-decoration:none;
}
table.month_large tr.theader td {
	background-color: #B7B9A1;
	border: 1px solid #999999;
	border-bottom-width: 2px;
	color: #000000;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}
table.month_large tr.dayheader td {
	background-color: #AAAA82;
	border: 1px solid #999999;
	border-bottom-width: 2px;
	color: #333333;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}
table.month_large tr.day td {
	background-color: #DDDED0;
	border: 1px solid #999999;
	color: #333333;
	padding: 3px;
	text-align: left;
	height:40px;
}
table.month_large tr.day td.thismonth {
	background-color: #78785D;
	color: #333333;
}
/*	table.month_large tr.day td.soldout {
			background-color: #78785D;
				color: #333333 ;
			}*/
				table.month_large tr.day td.soldout {
	background-color: #000000;
	color: #ffffff;
}
table.month_large tr.day td.mytrips {
	background-color: #305162;
	color: #ffffff;
}
table.month_large tr.day td.mytrips a:link {
	color: #ffffff;
}
table.month_large tr.day td.mytrips a:hover {
	color: #999999;
}
table.month_large tr.day td.othermonth {
	background-color: #DDDED0;
	color: #333333;
}
table.month_large tr.day td.pastday {
	background-color: #DDDED0;
	color: #ADAEA3;
}
table.month_large tr.day td.today {
	font-weight:bold;
}
/*table.month_large tr.day td.event {
			background-color: #C8F821;
			color: #666666;
			font-weight: bold ;
			}*/
			
			table.month_large tr.day td.event {
	background-color: #AEB939;
	color: #ffffff;/*font-weight: bold ;*/
			}
table.month_large tr.day td.event a:link {
	color: #ffffff;
}
table.month_large tr.day td.event a:hover {
	color: #000000;
}
