/*

// ltw_style.css

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

// 

// ltwCalendar Style Sheet 

*/

a.prevnext {color: #466687; font-size: 12px; text-decoration:none}
a.prevnext:hover {color: #183756; font-size: 12px; text-decoration:none}

a.day {color: #466687; font-size: 18px; text-decoration:underline}
a.day:hover {color: #183756; font-size: 18px; text-decoration:underline}

a.event {color: #466687; font-size: 12px; text-decoration:underline}
a.event:hover {color: #183756; font-size: 12px; text-decoration:underline}

a.admin {color: #466687; font-size: 12px; text-decoration:underline}
a.admin:hover {color: #183756; font-size: 12px; text-decoration:underline}


table.cal {

background-color: #99B7D3;

}


.caption {

color: black;

font-size: 28px;

font-weight: bold;

}



.thead {

color: #fff;

background-color: #99B7D3;

font-size: 16px;

}



td.cal {

background-color: white;

text-align: left;

vertical-align: top;

padding: 2px;

}



.tfoot {

color: #6381a0;

background-color: #99B7D3;

font-size: 14px;

text-align: left;

padding: 0;

}

tr.caltr
{
    height: 100px;
}
/*
html>body tr.caltr { height: auto; min-height: 100px; }
*/
td.caltd
{
    width: 14%;
}


ul.cal {

margin: 0px;

list-style-position: inside

}



.cal-admin-link {

color: #fff;

background: #99B7D3;

font-size: 11px;

font-weight: bold;

text-decoration: none;

}

.prevnextmonth
{
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
}


.jumptomonth div
{
    display: block;
    text-align: right;
    margin-bottom: 15px;
}
.jumptomonth input, .jumptomonth select
{
    border: 1px solid #7697B9;
    background: #EAEAEA;
    color: #7697B9;
    width: 80px;
}

.holiday { background: #ffdd9a !important; }

.holidaytext { font-size: 0.8em; }

