/*
// ltw_style.css
// $Id: ltw_style.css,v 1.3 2003/08/20 02:35:43 t51admin Exp $
// 
// ltwCalendar Style Sheet 
*/
/*
body
{
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 15px;
	text-align:center;
}
*/

#list-menu {
	width: 132px;
	/* this width value is also effected by
	the padding we will later set on the links. */
}


#list-menu ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial;
	font-size: 12px;
	text-align: left;
} 

#list-menu li {
	margin: 1px 0 0;


} 

#list-menu a {
	display: block;
	width:128px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #000000;
	background: #DCDCDC;
	text-decoration: none; /*lets remove the link underlines*/

} 

#list-menu a:link {
	color: #000000;
}

#list-menu a:active {
	background: #333333;
	color: #ffffff;
}

#list-menu a:hover {
	border: 1px solid #000000;
	background: #333333;
	color: #ffffff;
}


table.center
{ 
margin-left: auto;
margin-right: auto;
width: 100%;
}

/*a:link{
	color: #000000;
}
a:visited{
	color: #000000;
}
a:active{
	color: #000000;
}
a:hover{ 
	color: #0000FF;
}
*/
a.prevnext:link {color: red; font-size: 12px; text-decoration:underline}
a.prevnext:visited {color: red; font-size: 12px; text-decoration:underline}
a.prevnext:hover {color: blue; font-size: 12px; text-decoration:underline}
a.prevnext:active {color: red; 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: blue; font-size: 12px; text-decoration:underline;}
a.event:visited {color: blue; font-size: 12px; text-decoration:underline;}
a.event:hover {color: red; font-size: 12px; text-decoration:underline;}
a.event:active {color: blue; font-size: 12px; 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}

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

.caption {
color: black;
font-size: 28px;
font-weight: bold;
}

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

td.cal {
background-color: white;
text-align: left;
vertical-align: top
}

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


.display{
   BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid;
    BORDER-COLLAPSE: collapse;
FONT-SIZE: 12px;
}