/* @override http://ravencafe.com/ltw_style.css */

/* @override http://localhost:8888/ltwCalendar4.2.1/ltw_style.css */

/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/

a:link {
	color: #6c6c6c;
	border-bottom: none;
	text-decoration: none;
}

a:visited {
	color: #666666;
	border-bottom: none;
	text-decoration: none;
}

a:hover {
	color: #990033;
	border-bottom: none;
	text-decoration: none;

	font-family: "Verdana, sans-serif;

}

a.prevnext:link {
	color: #330066; 
	text-decoration: none;
	font-stretch: wider;
	font-size: 24px;
	font-weight: bold;
	font-family: "Verdana, sans-serif;
}

a.prevnext:visited {
	color: #330066;  
	text-decoration: none;
	font-stretch: wider;
	font-size: 24px;
	font-weight: bold;
	font-family: "Verdana, sans-serif;
}

a.prevnext:hover {
	color: #990033; 
	text-decoration: none;
	font-stretch: wider;
	font-size: 24px;
	font-weight: bold;
	font-family: "Verdana, sans-serif;
}

a.prevnext:active {
	color: #e2e2e2; 
	text-decoration: none;
	font-stretch: wider;
	font-size: 24px;
	font-weight: bold;
	font-family:  "Verdana, sans-serif;
}

a.day:link {
	color: black; 
	font-size: 16px; 
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}

a.day:visited {
	color: black; 
	font-size: 16px; 
	text-decoration: none
}

a.day:hover {
	color: red; 
	font-size: 16px; 
	text-decoration: none
}

a.day:active {
	color: black;
	font-weight: bold; 
	font-size: 16px; 
	text-decoration: none
}

a.event:link {
	color: blue; 
	font-size: 11px; 
	text-decoration: none;
	font-weight: bold;
}

a.event:visited {
	color: blue; 
	font-size: 11px; text-decoration: none
	}

a.event:hover {
	color: red; 
	font-size: 11px; text-decoration: none
	}

a.event:active {
	color: blue; 
	font-size: 11px; text-decoration: none
	}
	
a.admin:link {
	color: blue; 
	font-size: 12px; text-decoration:none
}

a.admin:visited {
	color: blue; 
	font-size: 12px; text-decoration:none
}

a.admin:hover {
	color: red; 
	font-size: 12px; text-decoration:none
}

a.admin:active {
	color: blue; 
	font-size: 12px; text-decoration:none
}

table.cal {
background-color: #CECECE;
height: 500px;
border-style: none;
border-width: 0px;
font-family: sans-serif
}

.caption {
	color: #990033;
	text-align: center;
	text-transform: capitalize;
	font-stretch: wider;
	font-size: 28px;
	font-weight: bold;
	font-family: "Verdana, sans-serif;
}

* {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
}

h1 {
	text-align: left;
	font-weight: bold;
	font-stretch: wider;
	font-family: "Verdana, sans-serif;
}

h2 {
	font-weight: bold;

	text-transform: uppercase;
	color: #333333;
}

h3 {
	font-weight: bold;
	text-align: center;
	
	text-transform: capitalize;
	font-family: "Verdana, sans-serif;
}


body {
	background-color: #999999;
}


.thead {
	color:white;
	background-color: #333333;
	font-size: 19px;
	padding: 0px 0px 0px 0px;
	border: none
	text-transform: uppercase;
	font-weight: bold;
}


td.cal {
	text-align: right;
	vertical-align: top;
	color: #red;
	background: white center center;
}

tfoot.cal {
	color: CECECE;
	background-color: #330066;
	font-size: 14px;
	text-align: left
}

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

.cal-admin-link {
	color: #CCCCCC;
	background-color: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}