/*		For Club Glenvale Calendar CSS				*/
/*		www.clubglenvale.com.au  -> .css			*/



table.calendar
{
	width: 154px;
	border: solid #a0a0a0;
	border-width: 1px 2px 2px 1px;
	font-size: 11px;
}

table.calendar th
{
	background: #efefef;
	height: 18px;
}

table.calendar td
{
	text-align: center;
	border: dotted #e0e0e0 1px;
	color: #888;
}

table.month
{
/*	border-right: solid #e0e0e0 1px;	*/
	border-bottom: solid #e0e0e0 1px;
	margin: 5px auto 50px 5px;
	width: 632px;
}


table.month_mini
{

	width:186px;
	margin: 0px auto;
	border: solid #a0a0a0;
	border-width: 0px 1px 1px 1px;
}

th.calendar_monthname
{
	background: #f0e0b0 url(images_layout/month_name_bkgnd.jpg) top repeat-x;
	padding-top: 4px;
	height: 25px;
	color: #d06020;
	font-weight: bold;
	text-align: center;
	border-left: solid #c2c2c2 1px;
	border-right: solid #c2c2c2 1px;
}

td.calendar_dayname, td.calendar_dayname_lhs, td.calendar_dayname_rhs
{
	background: #f4e8c2 url(images_layout/day_name_bkgnd.jpg) top left no-repeat;
	color: #d88060;
	width: 90px;
	height: 20px;
	text-align: center;
	font-weight: bold;
}

td.calendar_dayname_lhs
{
	border-left: solid #c2c2c2 1px;
}

td.calendar_dayname_rhs
{
	border-right: solid #c2c2c2 1px;
}

td.td_mini
{
	height: 20px;
}

td.calendar_inside_day, td.calendar_outside_day, td.calendar_today
{
	height: 80px;
	padding: 2px;
}


td.calendar_inside_day, td.calendar_today
{
	background: #fff8e0 url(images_layout/daycell_bkgnd.jpg) top left no-repeat;
	color: #606060;
	border-left: dotted #f4e8c2 1px;
	border-bottom: dotted #f4e8c2 1px;
}

td.calendar_inside_day:hover
{
	background: #fff8d8;
	color: #404040;
}


td.calendar_today
{
	background: #fffff8;
	border: solid #800000 1px;
	color: #d88060;
}

td.calendar_today:hover
{
	background: #fffff8 url(images_layout/todaycell_bkgnd.jpg) top left no-repeat;
	color: #a04000;
}

td.calendar_outside_day
{
	background: #fff;
	color: #b2b2b2;
	border-left: dotted #e0e0e0 1px;
	border-bottom: dotted #e0e0e0 1px;
}

td.calendar_end_of_week
{
	border-right: solid #c2c2c2 1px; 
}


div.date_detailed
{
	width: 400px;
	float: right;
	margin: 10px 0px 20px 25px;
	border: solid #800000 1px;
}

div.event_content
{
	width: 400px;
	float: right;
	margin: 10px 0px 20px 25px;
	border: solid #800000 1px;
}

div.event_list
{
	width: 220px;
	float: right;
	clear: right;
	margin: 10px 0px 20px 25px;
	border: solid #800000 1px;
}

