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

a img { border: none; }

#content img { margin: 5px; }

a{
	color:white;
	text-decoration:none;
}

a:hover{
	color:#CC0000;
}

a.prevnext:link {
	color:white;
	text-decoration:none;
	font-size: 13px;
}

a.prevnext:visited {
	font-size: 13px;
}

a.prevnext:hover {
	font-size: 13px;
}

a.prevnext:active {
	font-size: 13px;
}

a.day:link {color: black; font-size: 18px;}

a.day:visited {color: black; font-size: 18px;}

a.day:hover {color: #3A6DC6; font-size: 18px;}

a.day:active {
	color: black;
	font-size: 16px;
	text-decoration:underline;
}

a.event:link {color: blue; font-size: 12px;}

a.event:visited {color: blue; font-size: 12px;}

a.event:hover {color: #3A6DC6; font-size: 12px;}

a.event:active {color: #663333; font-size: 12px;}

a.admin:link {color: blue; font-size: 12px;}

a.admin:visited {color: blue; font-size: 12px;}

a.admin:hover {color: red; font-size: 12px;}

a.admin:active {
	color: #663300;
	font-size: 10px;
}

table.cal {
    background-color: transparent;
    height: 600px;
    border-style: none;
    border-width: 3px;
}

.caption {
	color: #3A6DC6;
	font-size: 18px;
	font-weight: bold;
	font-style: oblique;
}

.thead {
	color:white;
	background-color: #3A6DC6;
	font-size: 14px;
}

td.cal {
        background-color: transparent;
	vertical-align: top;
	font-size: 12px;
        border-style: outset;
        border-width: 1px;
        border-silver: silver;
}

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

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

.cal-admin-link {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

