/*

// ltw_style.css

// $Id: ltw_style.css,v 1.3 2003/08/20 02:35:43 t51admin Exp $

// 

// ltwCalendar Style Sheet 

*/

a.prevnext:link {color: black; font-size: 12px; text-decoration:underline}

a.prevnext:visited {color: black; font-size: 12px; text-decoration:underline}

a.prevnext:hover {color: blue; font-size: 12px; text-decoration:underline}

a.prevnext:active {color: blue; 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: blue; font-size: 18px; text-decoration:underline}

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



a.event:link {color: black; font-size: 10px; text-decoration:none}

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

a.event:hover {color: blue; font-size: 10px; text-decoration:underline}

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



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

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

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

a.admin:active {color: blue; font-size: 12px; 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: 28px;

font-weight: bold;

}



.thead {

color:white;

background-color: darkblue;

font-size: 18px;

}



td.cal {

background-color: white;

text-align: left;

vertical-align: top

}



tfoot.cal {

color:black;

background-color: lightblue;

font-size: 14px;

text-align: left

}



ul.cal {

margin: 0px;

list-style-position: inside

}



.cal-admin-link {

color: black;
font-family: Tahoma, Verdana, sans-serif;
font-size: 15px;
font-weight: bold;
text-decoration: none;

}



#ccCal {
	width:714px;
	height:572px;
	border: 1px solid black;
	background-image:url(../img/parchment.gif);
	background-repeat:repeat;
}

#ccHeader {
  width:712px;
	height:60px;
	border:1px solid black;
}

#ccHeadM {
  width: 100%;
	text-align:center;
}
 
#ccDay {
  float:left;
	width:100px;
	height:150px;
	border: 1px solid black;
}

#ccEvents {
  width: 100px;
	height: 40px;
}

#ccEventC {
  width: 5px;
	height:38px;
	float:left;
	border: 1px solid black;
}

#ccEventT {
  width: 91px;
	height:38px;
	float:left;
	text-align:center;
	border:1px solid black;
	border-left: 0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
}

#ccWeekDay {
  float:left;
	width:100px;
	height:30;
	border: 1px solid black;
}