/*

// ltw_style.css

// $Id: ltw_style.css,v 1.3 2003/08/20 02:35:43 t51admin Exp $

// 

// ltwCalendar Style Sheet 

*/


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


a.day:link {color: #333333; font-style: bold; text-decoration: none}

a.day:visited {color: #333333; font-style: bold; text-decoration: none}

a.day:hover {color: #333333; font-style: bold; text-decoration: underline}

a.day:active {color: #333333; font-style: bold; text-decoration: none}


a.event:link
{
	color: #660000;
	text-decoration: none;
	font-style: italic;
	font-family: Verdana;
	font-size: 0.7em;
	line-height: 1.2em;
}
a.event:visited
{
	color: #660000;
	text-decoration: none;
	font-style: italic;
	font-family: Verdana;
	font-size: 0.7em;
	line-height: 1.2em;
}
a.event:hover
{
	color: #660000;
	text-decoration: underline;
	font-style: italic;
	font-family: Verdana;
	font-size: 0.7em;
	line-height: 1.2em;
}
a.event:active
{
	color: #660000;
	text-decoration: none;
	font-style: italic;
	font-family: Verdana;
	font-size: 0.7em;
	line-height: 1.2em;
}


a.eventfull:link
{
	color: #660000;
	text-decoration: line-through;
	font-style: italic;
	font-family: Verdana;
	font-size: 0.7em;
	line-height: 1.2em;
}
a.eventfull:visited
{
	color: #660000;
	text-decoration: line-through;
	font-style: italic;
	font-family: Verdana;
	font-size: 0.7em;
	line-height: 1.2em;
}
a.eventfull:hover
{
	color: #660000;
	text-decoration: line-through;
	font-style: italic;
	font-family: Verdana;
	font-size: 0.7em;
	line-height: 1.2em;
}
a.eventfull:active
{
	color: #660000;
	text-decoration: line-through;
	font-style: italic;
	font-family: Verdana;
	font-size: 0.7em;
	line-height: 1.2em;
}


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}



table.cal {

background-color: #DDDDDD;

height: 600px;

border-style: none;

border-width: 0px;

font-family: Verdana;
	font-size: .8em;
	line-height: 1.6em;
	color: #555555;

}



.caption {

font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.3em;
	line-height: 1.9em;
	color: #333333;

}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.6em;
	color: #333333;
}

.thead {


background-color: #DDDDDD;
font-weight: bold;
color: #555555;
	

}



td.cal {

background-color: white;

text-align: left;

vertical-align: top

}

td.calempty {

background-color: #EFEFEF;

text-align: left;

vertical-align: top

}


tfoot.cal {

color:black;

background-color: #DDDDDD;

font-size: .8em;

text-align: left

}



ul.cal {

margin: 0px;

list-style-position: inside

}



.cal-admin-link {

font-family: Verdana;
	font-size: .8em;
	line-height: 1.6em;
	color: #555555;
	font-weight: bold;

}
