/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
//
// ltwCalendar Style Sheet
*/
a.prevnext:link {color: green; font-size: 12px; text-decoration:underline}
a.prevnext:visited {color: green; font-size: 12px; text-decoration:underline}
a.prevnext:hover {color: blue; font-size: 12px; text-decoration:underline}
a.prevnext:active {color: red; font-size: 12px; text-decoration:underline}

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

a.event {color: blue; font-size: 12px; font-family:arial,helvetica,sans-serif; text-decoration:underline}
a:visited {color: black; }
a:link {color: black; }

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


.footer_text {
color:white;
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration1: underline;
}

table.cal {     // unused
background-color: darkblue;
height: 570px;
border-style: none;
border-width: 7px;
font-family: times; //sans-serif
}

.caption {
color: black;
font-size: 28px;
font-weight: bold;
}

.thead {
color:white;
background-color: darkblue;
font-size: 18px;
}

div.base-layer {
  background: transparent; border: solid black 0px; color: transparent;
//  margin: 0.1em 12px 0.1em 12px; padding: 0; text-align: center; width: 97%;
  margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;
  padding: 0; text-align: center; width: 100%;
}


DIV.table-row {
  background: transparent; border: solid #000000 0px; color: #000000;
  margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;
  padding: 0; text-align: center; width: 100%;
}

DIV.space-line {
  clear: both; margin: 0; padding: 0; width: auto;
}

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: underline;
}

.cal-forum-link {
color: #ffffff;
font-family: Tahoma, Verdana, sans-serif;
font-size: 24px;
font-weight: bold;
text-decoration: underline;
}

div.thead {
color:white;
background-color: darkblue;
font-size: 18px;
width: 14%;
height: 24px;
float: left;
text-align: center;
border: 1px solid black
}

div.cal-nm {
width: 14%;
height: 120px;
float: left;
text-align: left;
background-color: #cceeff;
filter: alpha(opacity=65);
opacity: 0.65;
border: 1px solid black
}

div.cal-m {
width: 14%;
height: 120px;
float: left;
text-align: left;
background-color: #eeeeff;
filter: alpha(opacity=99);
opacity: 0.99;
border: 1px solid black
}

div.cal-empty {
width: 14%;
height: 120px;
float: left;
text-align: left;
background-color: transparent;
border: 1px solid transparent;
}



