/*

// ltw_style.css

// $Id: ltw_style.css,v 1.3 2003/08/20 02:35:43 t51admin Exp $

// 

// ltwCalendar Style Sheet 

*/

.caltitle {color: #c34040; font-size: 18px;}

a.prevnext:link {color: #949494; font-size: 12px; text-decoration:underline}

a.prevnext:visited {color: #949494; font-size: 12px; text-decoration:underline}

a.prevnext:hover {color: #c34040; font-size: 12px; text-decoration:underline}

a.prevnext:active {color: #949494; font-size: 12px; text-decoration:underline}



a.day:link {color: black; font-size: 12px; text-decoration:underline}

a.day:visited {color: black; font-size: 12px; text-decoration:underline}

a.day:hover {color: red; font-size: 12px; text-decoration:underline}

a.day:active {color: black; font-size: 12px; text-decoration:underline}



a.event:link {color: inherit; font-size: 11px; text-decoration:underline}

a.event:visited {color: inherit; font-size: 11px; text-decoration:underline}

a.event:hover {color: inherit; font-size: 11px; text-decoration:underline}

a.event:active {color: inherit; font-size: 11px; 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}



.smaller {
font-size:0.8em;
}

table.cal {

background-color: #b1b1b1;

border-style: none;

border-width: 3px;

font-family: sans-serif

}



.caption {

color: black;

font-size: 28px;

font-weight: bold;

}



.thead {

color:white;

background-color: #b1b1b1;

font-size: 14px;

font-weight:bold;

}


td.calnow {

background: #C5D256 !important;

text-align: left;

vertical-align: top;

height:30px;

}

td.cal {


text-align: left;

vertical-align: top;

height:10em;

}



tfoot.cal {

color:black;

background-color: #b1b1b1;

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;

}

#popup {
font-family:Verdana, Arial, Helvetica, sans-serif;

}