/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
body  { font-family: Arial, Tahoma, Verdana, sans-serif; background-color: black; margin: 0 }

a.prevnext:link  { color: #c03; font-size: 12px; text-decoration: underline }
a.prevnext:visited  { color: #c03; font-size: 12px; text-decoration: underline }
a.prevnext:hover  { color: #c03; font-size: 12px; text-decoration: underline }
a.prevnext:active  { color: #c03; font-size: 12px; text-decoration: underline }

a.day:link  { color: #666; font-size: 14px; font-weight: bold; text-decoration: none; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding-top: 4px; padding-left: 4px }
a.day:visited {color: black; font-weight: bold; font-size: 14px; text-decoration:underline; background: #dfdfdf; padding-top: 4px; padding-left: 4px;}
a.day:hover {color: #666; font-weight: bold; font-size: 14px; text-decoration:underline; background: #dfdfdf; padding-top: 4px; padding-left: 4px;}
a.day:active {color: black; font-weight: bold; font-size: 14px; text-decoration:underline; background: #dfdfdf; padding-top: 4px; padding-left: 4px;}

a.event:link {color: blue; font-size: 12px; text-decoration:underline;}
a.event:visited {color: blue; font-size: 12px; text-decoration:underline}
a.event:hover {color: red; font-size: 12px; text-decoration:underline}
a.event:active {color: blue; font-size: 12px; text-decoration:underline}

a.admin:link  { color: #c03; font-size: 14px; text-decoration: none }
a.admin:visited  { color: #903; font-size: 14px; text-decoration: none }
a.admin:hover  { color: #c03; font-size: 14px; text-decoration: underline }
a.admin:active  { color: #f03; font-size: 14px; text-decoration: underline }

.window_title   { color: #ffc; font-size: 20px; font-family: Arial, Tahoma, Verdana, sans-serif; font-weight: normal; font-stretch: semi-condensed; background: url("images/greyTitleBar.gif") repeat-x; height: 50px }

table.cal   { font-family: sans-serif; background-color: #ffc; height: 600px; border: solid 4px #996 }

.caption   { color: #ffc; font-size: 28px; font-family: "Times New Roman", Times, Georgia, serif; font-weight: bold; font-stretch: extra-condensed; letter-spacing: 1px }

.thead  { color: #ffc; font-size: 14px; font-family: "Times New Roman", Times, Georgia, serif; font-weight: normal; background-color: #c03; border: solid 1px #000 }

td.cal  { background-color: #fff; text-align: left; padding-top: 5px; vertical-align: top; border: solid 2px #cc9 }

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

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

.cal-admin-link  { color: #c03; font-size: 12px; font-family: Arial, Tahoma, Verdana, sans-serif; font-weight: bold; text-decoration: underline }

/*
input {
background: #DFDFDF;
border-top: 1px solid #EFEFEF;
border-left: 1px solid #EFEFEF;
border-right: 2px solid #CCCCCC;
border-bottom: 2px solid #CCCCCC;
}
 */

select {
background: #FFFFFF;
border: 1px solid #CCCCCC;
}

/* popup styles */

.popup  { font-family: Arial, Tahoma, Verdana, sans-serif; background-color: #ffc; padding: 10px; border: solid 4px #999 }

.popupHead {
font-size: 14px;
}
