/* CSS Document */
a {
	font-family:Tahoma,Arial;
	font-size:11px;
	font-weight:bold;
	color:#3366CC;
}
a:hover {
	color:#003366;
}
body {
	margin:0;
	font-family:Arial;
	font-size:11px;
}
p {
	margin-left:10px;
}
h4 {
	font-family:Garamond,Arial;
	font-size:14px;
	color:#999966;
	font-weight:bold;
	margin-left: 10px;
	line-height: 16px;
}
#bodyTextAdm iframe {
	width: 600px;
	height: 200px;
	border:1px solid #ccc;
}
#calendar {
	text-align:center;
	margin-top:15px;
	margin-left: 10px;
}
#calendar a {
	font-family:Tahoma,Arial;
	font-size:10px;
}
#calendar th {
	color:#3366CC;
	background-color:#CCCCCC;
}
#calendar td {
	width:75px;
	height:50px;
	border:1px solid #ddd;
	background-color:#eee;
	text-align:center;
	vertical-align: top;
}
#events {
	font-family:Tahoma,Arial;
	font-size:10px;
}
#events table {
	margin-bottom: 8px;
}
#events th {
	font-weight:bold;
	color:#3366CC;
	text-align:left;
	text-indent: 5px;
}
#events td {
	padding:5px;
	border-bottom:1px solid #ccc;
	vertical-align: top;	
}
.eventTitle {
	font-weight:bold;
	margin-left:5px;
}
.tr1 {
	background-color:#eee;
}
.tr2 {
	background-color:#fff;
}
.formBox {
	background-color: #f7f7dd;
	border: 1px solid #cc9;
	font-family: Arial, Verdana;
	font-size: 11px;
}
.formButton {
	font-family: Arial, Verdana;
	font-size: 11px;
	background-color: #cc9;
	color: #663;
}
