/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
/* Main body attributes */

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: blue; font-size: 18px; text-decoration:none}
a.day:active {color: black; font-size: 18px; text-decoration:none}

a.event:link {color: black; font-size: 12px; text-decoration:none}
a.event:visited {color: black; font-size: 12px; text-decoration:none}
a.event:hover {color: blue; font-size: 12px; text-decoration:none}
a.event:active {color: black; font-size: 12px; text-decoration:none}

a.admin:link {color: red; font-size: 12px; text-decoration:none}
a.admin:visited {color: red; font-size: 12px; text-decoration:none}
a.admin:hover {color: blue; font-size: 12px; text-decoration:none}
a.admin:active {color: red; font-size: 12px; text-decoration:none}

table.cal {
background-color: #4C4C4C;
height: 600px;
border-style: none;
border-width: 3px;
font:  12px "Tahoma", sans-serif;
}

.caption {
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
}

.thead {
color:#FFFFFF;
background-color: #494949;
font-size: 14px;
}

td.cal {
background-color: #A5A5A5;
text-align: left;
vertical-align: top
}

tfoot.cal {
color: #FFFFFF;
background-color: #494949;
font-size: 12px;
text-align: left
}

ul.cal {
margin: 0px;
list-style-position: inside
}

.cal-admin-link {
color: #FE0000;
font:  12px "Tahoma", sans-serif;
text-decoration: none;
}

body.content {
font: 12px "Tahoma", sans-serif;
background-position: center;
background-color: #353535;
padding: 10px 10px 10px 10px;
margin: 0;
}

#eventDisplayBorder {
border: 1px solid #4C4C4C;
padding: 5px 5px 5px 5px;
}

#eventDisplayOptions {
padding-left: 5px;
}

h1.event {
font-size: 18px;
text-align: left;
font-weight: bold;
margin: 0;
padding: 0;
}

h2.event {
color: #FFFFFF;
font-size: 14px;
text-align: left;
font-weight: bold;
margin: 0;
padding: 0;
}

.eventDisplayTable{
width: 100%;
border: none;
padding: 0;
margin: 0;
}

.eventContent {
color: #FFFFFF
}

.eventContentTitle {
font-weight: bold;
}

.eventDescription {
color: #FFFFFF;
}

.eventDescription a:link {color: red; font-size: 12px; text-decoration:none}
.eventDescription a:visited {color: red; font-size: 12px; text-decoration:none}
.eventDescription a:hover {color: blue; font-size: 12px; text-decoration:none}
.eventDescription a:active {color: red; font-size: 12px; text-decoration:none}
