/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
.ltw_center {
	text-align:center;
	width: 100%;
}

.ltw_center_bg{
	text-align:center;
	width: 100%;
}

.ltw_main {
	width: 500px;
}


.listevent {
	width: 500px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}
.red {
	color: #ff0000;
}
table.listevent {	
	background-color: transparent;
	font-weight: bold;
	color: #ffffff;
}

.venue {
	width: 500px;
	color: #ffffff;
	font-size: 18px;
}
a.venue:link {color: #ff0000; font-size: 14px; text-decoration:underline}
a.venue:visited {color: #ff0000; font-size: 14px; text-decoration:underline}
a.venue:hover {color: #ffffff; font-size: 14px; text-decoration:underline}
a.venue:active {color: #ff0000; font-size: 14px; text-decoration:underline}

a.listevent:link {color: #ff0000; font-size: 14px; text-decoration:underline}
a.listevent:visited {color: #ff0000; font-size: 14px; text-decoration:underline}
a.listevent:hover {color: #ffffff; font-size: 14px; text-decoration:underline}
a.listevent:active {color: #ff0000; font-size: 14px; text-decoration:underline}

a.prevnext:link {color: #ffffff; font-size: 18px; text-decoration:underline}
a.prevnext:visited {color: #ffffff; font-size: 18px; text-decoration:underline}
a.prevnext:hover {color: #ffffff; font-size: 18px; text-decoration:underline}
a.prevnext:active {color: #ffffff; font-size: 18px; text-decoration:underline}

a.tday:link {background-color: #0000ff; color: #ffffff; font-size: 14px; text-decoration:underline}
a.tday:visited {background-color: #0000ff; color: #ffffff; font-size: 12px; text-decoration:none}
a.tday:hover {background-color: #0000ff; color: #ffffff; font-size: 14px; text-decoration:none}
a.tday:active {background-color: #0000ff; color: #ffffff; font-size: 12px; text-decoration:none}

a.both:link {background-color: #ffffff; color: #0000ff; font-size: 18px; text-decoration:underline}
a.both:visited {color: #0000ff; font-size: 18px; text-decoration:none}
a.both:hover {background-color: #0000ff; color: #ff0000; font-size: 18px; text-decoration:none}
a.both:active {color: #0000ff; font-size: 18px; text-decoration:none}

a.eday:link {background-color: #ff0000; color: #ffffff; font-size: 14px; text-decoration:none}
a.eday:visited {color: #ffffff; font-size: 12px; text-decoration:none}
a.eday:hover {background-color: #0000ff; color: #ffffff; font-size: 14px; text-decoration:none}
a.eday:active {color: #ffffff; font-size: 12px; text-decoration:none}

a.day:link {background-color: #ffffff; color: #000000; font-size: 12px; text-decoration:underline}
a.day:visited {color: #000000; font-size: 12px; text-decoration:none}
a.day:hover {background-color: #ff0000; color: #ffffff; font-size: 16px; text-decoration:none}
a.day:active {color: #000000; font-size: 12px; text-decoration:none}

a.event:link {color: #ffffff; font-size: 12px; text-decoration:none}
a.event:visited {color: #ffffff; font-size: 12px; text-decoration:none}
a.event:hover {color: #ffffff; font-size: 12px; text-decoration:none}
a.event:active {color: #ffffff; font-size: 12px; text-decoration:none}

table.cal {
background-color: transparent;
width: 100%;
height: 200px;
border-style: none;
border-width: 0px;
font-family: sans-serif
}

.caption {
color: #ffffff;
font-size: 22px;
font-weight: bold;
}

.thead {
color:white;
background-color: darkblue;
font-size: 14px;
}

td.cal {
background-color: transparent;
border-style: solid;
border-color: #000000;
border-width: 1px;
text-align: left;
vertical-align: top
}

tfoot.cal {
color:black;
background-color: darkblue;
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;
}