/* CSS Document */

body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
}
h1 {
	color: #000;
	font-size: 1.5em;
	margin-bottom: 20px;
}
h2 {
	color: #999;
	font-size: 1.5em;			
}
h3 {
	color: #333;
}
a {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* FORM */

input {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
}
input.button {
	background-color: #888;
	border: 1px #555 solid;
	font-weight: bold;
	color: #FFFFFF;
}
textarea {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
}

/* DIVS for SCHEDULE */

div.event {
	border-left: 10px #ccc solid;
	margin-left: 10px;
	padding-left: 10px;
}
div.date {
	color: #666666;
}
div.name {
	font-weight: bold;
}
div.link a {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
div.link a:hover {
	text-decoration: underline;
}
div.moreinfo a {
	font-weight: bold;
	color: #888;
	text-decoration: none;
}
div.moreinfo a:hover {
	text-decoration: underline;
}

/* DIVS for MINI SCHEDULE */

body.eventmini {
	background-color: #333;
	margin: 0;	
}

div.eventmini {
	font-size: 11px;
	background:#333 url(schedule_mini.jpg) no-repeat;
	width: 179px;
	height: 255px;
	padding-left: 30px;
	padding-top: 83px;
}

div.eventmini div.location a {
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}
div.eventmini div.location a:hover {
	text-decoration: underline;
}
div.eventmini div.link a {
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}
div.eventmini div.link a:hover {
	text-decoration: underline;
}