/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
a.prevnext:link {color: yellow; font-size: 12px; }
a.prevnext:visited {color: yellow; font-size: 12px;}
a.prevnext:hover {color: red; font-size: 12px; text-decoration:underline}
a.prevnext:active {color: yellow; font-size: 12px; text-decoration:underline}

a.day:link {color: black; font-size: 18px; text-decoration:underline}
a.day:visited {color: black; font-size: 18px; text-decoration:underline}
a.day:hover {color: red; font-size: 18px; text-decoration:underline}
a.day:active {color: black; font-size: 18px; text-decoration:underline}

a.event:link {color:#000000; font-size: 12px;text-decoration:none }
a.event:visited {color:#000000; font-size: 12px; text-decoration:none}
a.event:hover {color:#CCCCCC; font-size: 12px; text-decoration:none}
a.event:active {color:#000000; font-size: 12px;text-decoration:none}


a.admin:link {font-size: 12px; text-decoration:underline}
a.admin:visited {font-size: 12px; text-decoration:underline}
a.admin:hover {font-size: 12px; text-decoration:underline}
a.admin:active {font-size: 12px; text-decoration:underline}


table.cal {
background-color: #8D8D8D;
height: 600px;
border-style: none;
border-width: 3px;
font-family: sans-serif
}
table.cal2 {
background-color: #000000;
height: 600px;
border-style: none;
border-width: 3px;
font-family: sans-serif
}

.eventItemTime{
color:#FFFFFF;
background-color:#666666;
text-align:center;
margin: 0px;
padding: 2px;

}
.eventItemText{
	margin: 0px;
	padding: 2px;
	text-align:center;
}
.eventItemText:hover{
	background-color:#666666;
	margin: 0px;
	padding: 2px;
}
.eventbox {
	border: 1px groove #666666;
	width:110px;
	margin: 0px;
	padding: 0px;
}

.caption {
color: white;
font-size: 28px;
font-weight: bold;
}

.lstboxstyle{
	border: 1px solid #FFFFFF;
	background-color:#CCCCCC;
}
.displayeventbox{
background-color:#FFFFFF;
border: 1px solid #000000;
width: 500px;
padding: 10px;
}
.thead {
color:white;
background-image:url(graphics/head_back.jpg);
font-size: 18px;
}

td.cal {
background-color:#CCCCCC;

background-repeat-y:no-repeat;
background-position:top;
text-align: left;
vertical-align: top;
width:115px;
}

td.cal2 {
background-color: #bfbdbd;
background-repeat-y:no-repeat;
background-position:top;
text-align: left;
vertical-align: top;
width:115px;
}

tfoot.cal {
color:white;
background-image:url(graphics/head_back.jpg);
font-size: 14px;
text-align: left
}

ul.cal {
margin: 0px;
list-style-position: inside
}

.cal-admin-link {
color: #ffffff;
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}