/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
a.prevnext:link {color: red; font-size: 12px; text-decoration:none}
a.prevnext:visited {color: red; font-size: 12px; text-decoration:none}
a.prevnext:hover {color: blue; font-size: 12px; text-decoration:none}
a.prevnext:active {color: red; font-size: 12px; text-decoration:none}

a.day:link {color: black; font-size: 14px; text-decoration:none}
a.day:visited {color: black; font-size: 14px; text-decoration:none}
a.day:hover {color: red; font-size: 14px; text-decoration:none}
a.day:active {color: black; font-size: 14px; text-decoration:none}

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

a.admin:link {color: blue; font-size: 12px; text-decoration:none}
a.admin:visited {color: blue; font-size: 12px; text-decoration:none}
a.admin:hover {color: red; font-size: 12px; text-decoration:none}
a.admin:active {color: blue; font-size: 12px; text-decoration:none}

calbody{
width:400px;
}

table.cal {
background-color: black;
height: 400px;
width:375px;
border-style: none;
border-width: 3px;
border-color:#000;
font-family: sans-serif;
text-align: center;

}

.caption {
color: black;
font-size: 18px;
font-weight: bold;
line-height:25px;
}

.thead {
color:white;
background-color: #5C94B9;
font-size: 15px;
padding:15px;
}

.std{
	padding:5px;
	}

h1{
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
	
td.cal {
background-color: white;
text-align: left;
vertical-align: top;


}

tfoot.cal {
color:black;
background-color: #5C94B9;
font-size: 14px;
text-align: left
}

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

.cal-admin-link {
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}