/*

// 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: red; font-size: 10px; text-decoration:underline}

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

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

a.prevnext:active {color: red; font-size: 10px; text-decoration:underline}



a.day{font-weight: bold;}

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

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

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

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



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

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

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

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



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

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

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

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



a.buy{color: blue; font-weight: bold;}

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

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

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

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



table.cal {

	background-color: #666666;

	height: 400px;

	border-style: none;

	border-width: 2px;

	font-family: sans-serif;

}



.caption {

	color: white;

	font-size: 18px;

	/*font-weight: bold;*/

	font-family: sans-serif;

}



.calHeader{

	background-color: #666666;

	color: white;

	/*font-weight: bold;*/

	font-family: sans-serif;

}



.thead {

color:white;

background-color: #CC6633;

font-size: 12px;

}



.text {

color:black;

font-size: 12px;

font-family: sans-serif;

}



td.cal {

background-color: white;

text-align: left;

vertical-align: top;

}



tfoot.cal {

color:black;

background-color: #CC6633;

font-size: 14px;

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;

}

.calSubmit{
	background: #CC6633;
	border-color: #404040;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	font: 12px Arial,sans-serif;
	font-weight: bold;
	height: 20px;
	padding: 0px;
	width: 30px;
	height: 20px;
	cursor:hand;
	cursor:pointer;
}

#calgo{
	padding: 0px;
	margin: 0px;
	width: 30px;
	height: 20px;
}

.calSelectMonth{
	background: #FFFFFF;
	color: #000000;
	font: 12px Arial,sans-serif;
	width: 84px;
}

#calmonth{
	padding: 0px;
	margin: 0px;
	width: 84px;
	height: 20px;
}


.calSelectYear{
	background: #FFFFFF;
	color: #000000;
	font: 12px Arial,sans-serif;
	width: 58px;
}

#calyear{
	padding: 0px;
	margin: 0px;
	width: 58px;
	height: 20px;
}
