/*
// ltw_style.css
// $Id: ltw_style.css,v 1.3 2003/08/20 02:35:43 t51admin Exp $
// 
// ltwCalendar Style Sheet 
*/
body {background-color:#000000; color:#ffcc00; font-size:12px}

select, input {
	font-size:12px;
	color: #FFFF99;
	background-color: #993399;
	border-top-color: #993399;
}

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

a.day:link {color: #FFFF66; font-size: 12px; text-decoration:underline}
a.day:visited {color: #FFFF66; font-size: 12px; text-decoration:underline}
a.day:hover {color: red; font-size: 12px; text-decoration:underline}
a.day:active {color: #FFFF66; font-size: 12px; text-decoration:underline}

a.event:link {color: blue; font-size: 10px; text-decoration:underline}
a.event:visited {color: blue; font-size: 10px; text-decoration:underline}
a.event:hover {color: red; font-size: 10px; text-decoration:underline}
a.event:active {color: blue; font-size: 10px; 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}

a.byline:link {color: #FFFF66; font-size: 10px; text-decoration:none}
a.byline:visited {color: #FFFF66; font-size: 10px; text-decoration:none}
a.byline:hover {color: #993399; font-size: 10px; text-decoration:none;}
a.byline:active {color: #FFFF66; font-size: 10px; text-decoration:none}


table.cal {
background-color: #993399;
height: 400px;
border-style: none;
border-width: 3px;
font-family: sans-serif
}

.slideshow {
border-color: #993399;
border-style:ridge;
border-width: 5px;
}

.hint {
color: #ffff00;
font-size: 10px;
text-decoration:none;
}

.caption {
color: #FFFF00;
font-size: 20px;
font-weight: bold;
}

.thead {
color:white;
background-color: #00008b;
font-size: 14px;
}

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

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

td.cal-special {
background-color: #ffffff;
background-image:url(../images/floaters/halloween/lightning.gif);
background-repeat:repeat-y;
text-align: left;
vertical-align: top;
font-size: 10px;
}

td.calempty {
background-color: #444444;
text-align: left;
vertical-align: top
}

tfoot.cal {
color:black;
background-color: #993399;
font-size: 12px;
text-align: left
}

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

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

.cal-updatetime {
color: #ffff66;
font-family: Tahoma, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: right;
text-decoration: none;
}

table.head {
	height: 50px;
	width: 100%;
	text-align: center;
}

.byline {
color: #FFFF66;
font-size: 10px;
text-align: center;
}

.centre {
width: 750px;
margin-right: auto;
margin-left: auto;
position: relative;
}
/*hack for IE5*/
body {
text-align: center;
}