/*

// ltw_style.css

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

// 

//Calendar Style Sheet 

*/
.white {color: white; font-size: 12px; text-decoration:none}

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: 18px; text-decoration:none}

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

a.day:hover {color: red; font-size: 18px; text-decoration:none}

a.day:active {color: black; font-size: 18px; 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}



table.cal {

background-color: #6dCADD;

height: 600px;

border-style: solid;

border-width: 1px;

font-family: sans-serif

}



.caption {

color: black;

font-size: 28px;

font-weight: bold;

}



.thead {

color:black;

background-color: #3da6cc;

font-size: 14px;

text-align: center;

font-style: italic;

font-weight: bold;

font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}



td.cal {

background-color: white;

text-align: left;

vertical-align: top

}



tfoot.cal {

color:black;

background-color: #3da6cc;

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;

}

