/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/

/*
//admin link for event display
*/
a.eventDisplay_Admin:link {
	color: #000000;
	font-style: normal;
	text-decoration: underline;
	font-size: 70%;
}
a.eventDisplay_Admin:active {
	color: #000000;
	font-style: normal;
	text-decoration: underline;
	font-size: 70%;
}
a.eventDisplay_Admin:visited {
	color: #000000;
	font-style: normal;
	text-decoration: underline;
	font-size: 70%;
}
a.eventDisplay_Admin:hover {
	color: #000000;
	font-style: normal;
	text-decoration: underline;
	font-size: 70%;
}

/*
//Main date shown when events are shown
*/
.eventDisplay_Date {
font-family:arial, helvetica;
}

/*
//Name of each event
*/
.eventDisplay_EventName {
font-family:arial, helvetica;
color: #FFFFFF;
font-weight: bold;
font-size: 80%;
}

/*
//Time of each event
*/
.eventDisplay_EventTime {
font-family:arial, helvetica;
color: #FFFFFF;
font-weight: bold;
font-size: 80%;
}


/*
//Description of each event
*/
.eventDisplay_Desc {
color: #000000;
font-family:arial, helvetica;
font-size: 75%;
}


/*
//Event title/time heading
*/
.eventDisplay_TableHeading {
background-color: #2663E2;
vertical-align: top;
color:#FFFFFF;
}

/*
//Event description cell
*/
.eventDisplay_TableCell {
background-color: #EDECD8;
vertical-align: top;
color:#FFFFFF; 
}

/*
//Month forward/back
*/

a.prevnext:link {color: black; font-size: 12px; text-decoration:underline}
a.prevnext:visited {color: black; font-size: 12px; text-decoration:underline}
a.prevnext:hover {color: blue; font-size: 12px; text-decoration:underline}
a.prevnext:active {color: black; font-size: 12px; text-decoration:underline}


/*
//Link for the day number
*/
a.day:link {color: black; font-size: 12px; text-decoration:underline}
a.day:visited {color: black; font-size: 12px; text-decoration:underline}
a.day:hover {color: blue; font-size: 12px; text-decoration:underline}
a.day:active {color: black; font-size: 12px; text-decoration:underline}

a.event:link {color: blue; font-size: 10px; text-decoration:underline; background-color: #EDECD8;}
a.event:visited {color: blue; font-size: 10px; text-decoration:underline; background-color: #EDECD8;}
a.event:hover {color: blue; font-size: 10px; text-decoration:underline; background-color: #EDECD8;}
a.event:active {color: blue; font-size: 10px; text-decoration:underline; background-color: #EDECD8;}

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: blue; font-size: 12px; text-decoration:underline}
a.admin:active {color: blue; font-size: 12px; text-decoration:underline}

/*
//Whole calendar style
/*
table.cal {
height: 600px;
font-family:arial, helvetica;
}

/*
//Big month caption
*/
.caption {
color: black;
font-size: 28px;
font-weight: bold;
}


.day {
color:black;
font-size:12px;
font-weight: bold;
}

.thead {
background-color: #2663E2;
vertical-align: top;
font-size:12px;
color:#FFFFFF; 
font-weight:bold;
}

td.cal {
background-color: #EDECD8;
font-size:12px;
vertical-align: top;
height:80; width: 109;
}

tfoot.cal {
background-color: #2663E2;
text-align: left;
vertical-align: top;
font-size:12px;
color:#FFFFFF; 
font-weight:bold
}

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;
}
