/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
a.prevnext:link {color: #ffe292; font-size: 12px; text-decoration:underline; margin-right: 15px;}
a.prevnext:visited {color: #ffe292; font-size: 12px; text-decoration:underline; margin-right: 15px;}
a.prevnext:hover {color: #ffe292; font-size: 12px; text-decoration:underline; margin-right: 15px;}
a.prevnext:active {color: #ffe292; font-size: 12px; text-decoration:underline; margin-right: 15px;}

a.day:link {color: black; font-size: 110%; text-decoration:underline}
a.day:visited {color: black; font-size: 110%; text-decoration:underline}
a.day:hover {color: #8b0f04; font-size: 110%; text-decoration:underline}
a.day:active {color: black; font-size: 110%; text-decoration:underline}

a.event:link {color: black; font-size: 12px; text-decoration:underline; line-height: 12px}
a.event:visited {color: black; font-size: 12px; text-decoration:underline; line-height: 12px}
a.event:hover {color: #8b0f04; font-size: 12px; text-decoration:underline; line-height: 12px}
a.event:active {color: black; font-size: 12px; text-decoration:underline; line-height: 12px}

a.admin:link {color: black; font-size: 12px; text-decoration:underline}
a.admin:visited {color: black; font-size: 12px; text-decoration:underline}
a.admin:hover {color: #8b0f04; font-size: 12px; text-decoration:underline}
a.admin:active {color: black; font-size: 12px; text-decoration:underline}

table.mainTable
{
	width:530px;
	background-color: #dad3cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	text-align:center;
	height: 300px;
	border: 1px solid #87746A;
}

table.calHeader
{
	background-color: #8B1107;
	font-weight: bold;
	color: #ffe292;
	border: none;
	height: 45px;
}

table.cal {
	background-color: #87746A;
	height: 600px;
	border-style: none;
	border-width: 3px;
	font-family: sans-serif;
	width: 528px;
}

.caption {
	color: #ffe292;
	font-size: 20px;
	font-weight: bold;
	margin-right: 15px;
}

.thead {
	color:white;
	background-color: #a6600c;
	font-size: 10px;
}

td.cal {
	background-color: #dad3cc;
	text-align: left;
	vertical-align: top;
	padding: 4px;
	font-size: 10px;
}

td.eventCell
{
	/*font-weight: bold;*/
	color: #a6600c;
	margin-bottom: 5px;
}

tfoot.cal {
	color:black;
	background-color: #8B1107;
	font-size: 14px;
	text-align: left
}

ul.cal {
	margin: 0px;
	list-style-position: inside;
	background: #dad3cc
}


.cal-admin-link {
	color: #ffffff;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}