/* ------------------------------------------------------------------------
CSS sheet for LTW Calendar
Date Modified: 9/3/09
All inquiries for this document should be directed to information@virtualtech.com.
--------------------------------------------------------------------------*/
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.cal {
	border-collapse: collapse;
	width: 98%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

td.cal {
	padding: 5px;
	height: 100px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.caption { /* the page heading */
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

.thead {
	color: white;
	background-color: #4E7CAC;
}
form.dateForm{
	margin-bottom: 5px;
}
form.dateForm select{
	width: 50px;
	float: left;
	margin: 0px;
}
form.dateForm select.month{
	width: 100px;
	margin: 0px;
}
form.dateForm select.year{
	width: 60px;
	margin: 0px;
}
form.dateForm input.submit{
	margin: 0px;
	padding: 3px 10px 4px 10px;
}
tfoot.cal { /* the footer for the admin stuff */
	padding: 5px;
	height: 30px;
	text-align: left
}
ul.cal {
	list-style-position: inside;
}
.cal-admin-link {}
a.prevnext:link {color: #000; text-decoration: none;}
a.prevnext:visited {}
a.prevnext:hover {text-decoration: underline;}
a.prevnext:active {}

a.day:link {}
a.day:visited {}
a.day:hover {}
a.day:active {color: black; font-size: 18px; text-decoration:underline;}

a.event:link {color: blue; font-size: 12px; text-decoration:underline;}
a.event:visited {color: blue; font-size: 12px; text-decoration:underline;}
a.event:hover {color: red; font-size: 12px; text-decoration:underline;}
a.event:active {color: blue; font-size: 12px; text-decoration:underline;}

a.admin:link {color: blue; font-size: 12px; text-decoration:underline;}
a.admin:visited {color: blue; font-size: 12px; text-decoration:underline;}
a.admin:hover {color: red; font-size: 12px; text-decoration:underline;}
a.admin:active {color: blue; font-size: 12px; text-decoration:underline;}

