/*
// ltw_style.css
// $Id: ltw_style.css,v 1.3 2003/08/20 02:35:43 t51admin Exp $
// 
// ltwCalendar Style Sheet 
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #336699;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

	
div.sm-spacer {
	line-height: 5px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a.footernav:link {color:#333333; text-decoration: underline; font-size: 11px;}
a.footernav:visited {color:#333333; text-decoration: underline; font-size: 11px;}
a.footernav:hover {color:#01498D;  text-decoration: underline; font-size: 11px;}
a.footernav:active {color:#333333;text-decoration: underline; font-size: 11px;}


a.prevnext:link {color: #006699; font-size: 13px; font-weight: bold; text-decoration:underline}
a.prevnext:visited {color: #006699; font-size: 13px; font-weight: bold; text-decoration:underline}
a.prevnext:hover {color: #006699; font-size: 13px; font-weight: bold; text-decoration:underline}
a.prevnext:active {color: #006699; font-size: 13px; font-weight: bold; text-decoration:underline}

a.day:link {color: black; font-size: 11px; font-weight: bold; text-decoration:underline}
a.day:visited {color: black; font-size: 11px; font-weight: bold;text-decoration:underline}
a.day:hover {color: red; font-size: 11px; font-weight: bold;text-decoration:underline}
a.day:active {color: black; font-size: 11px; font-weight: bold;text-decoration:underline}

a.event:link {color: blue; font-size: 11px; text-decoration:underline}
a.event:visited {color: blue; font-size: 11px; text-decoration:underline}
a.event:hover {color: red; font-size: 11px; text-decoration:underline}
a.event:active {color: blue; font-size: 11px; text-decoration:underline}

a.admin:link {color: blue; font-size: 11px; text-decoration:underline}
a.admin:visited {color: blue; font-size: 11px; text-decoration:underline}
a.admin:hover {color: red; font-size: 11px; text-decoration:underline}
a.admin:active {color: blue; font-size: 11px; text-decoration:underline}

table.cal {
background-color: lightblue;
height: 600px;
border-style: none;
border-width: 3px;
font-family: sans-serif;
}

.caption {
color: black;
font-size: 22px;
font-weight: bold;
font-family: Times New Roman;
}

.thead {
color:white;
background-color:#006699;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;

}

td.cal {
background-color: white;
text-align: left;
vertical-align: top;
}

td.cal-today {
background-color: lightyellow;
text-align: left;
vertical-align: top;
}

tfoot.cal {
color:black;
background-color: lightblue;
font-size: 11px;
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;
}
#copyright {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
/* ######### Style for Drop Down Menu ######### */

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}


.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 7px;
font-size:13px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}
.chromestyle ul li a:visited{
background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
text-decoration: none;
}
.chromestyle ul li a:hover{
background: url(images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
text-decoration: none;
}
.chromestyle ul li a:active{
background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
text-decoration: none;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
text-decoration: none;
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #F0F0E8;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}
.dropmenudiv a:link{ /*THEME CHANGE HERE*/
 text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
color:#333333;
font-size: 12px;}
.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
 text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
color:#333333;
font-size: 12px;}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #669ACC;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;
}
.dropmenudiv a:active{ /*THEME CHANGE HERE*/
 text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
color:#333333;
font-size: 12px;}

