/*
// sw_style.css
// $Id: sw_style.css,v 1.3 2003/08/20 02:35:43 t51admin Exp $
// 
// swCalendar Style Sheet 
*/
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: red; font-size: 12px; text-decoration:underline}
a.prevnext:active {color: red; font-size: 12px; text-decoration:underline}

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

a.event:link {color: blue; font-size: 10px; text-decoration:underline}
a.event:visited {color: blue; font-size: 10px; text-decoration:underline}
a.event:hover {color: red; font-size: 10px; text-decoration:underline}
a.event:active {color: blue; font-size: 10px; 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: #000000;
height: 400px;
border-style: none;
border-width: 0px;
font-family: sans-serif
}

.caption {
color: #8b0000;
font-size: 28px;
font-weight: bold;
}

.thead {
color:#8b0000;
font-weight:bold;
background-color: #f5f5f5;
font-size: 16px;
}

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

tfoot.cal {
color:black;
background-color: #f5f5f5;
font-size: 12px;
text-align: left
}

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

.cal-admin-link {
color: black;
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

H1 {color:#8b0000}