/* Color palette:
	Royal blue = #3399FF
	Dark blue = #0066CC
	Dark Orange = #FF6600
	Lime Green = #00FF66
*/

body {
	background-color: #3399FF;
	font-family: trebuchet, sans-serif;
}


a {
	color: #00FF66;
	text-decoration: none;
	font-weight:bold;
	font-family: trebuchet, sans-serif;
}

a:hover {
	color: #0066CC;
	
}

hr {
	color: #FFFFFF;
}

.formtable {
	border-color: #FFFFFF;
}


.button1 {
	background-color: #0066CC;
	color: #FFFFFF;
	font-weight:bold;
	font-family: trebuchet, sans-serif;
	border-style: none;
}

.limetext {
	color: #00FF66;
	font-weight:bold;
	font-family: trebuchet, sans-serif;
}

.orangetext {
	color: #FF6600;
	font-weight:bold;
	font-family: trebuchet, sans-serif;
}


.labeltext {
	color: #FFFFFF;
	font-weight:bold;
	font-family: trebuchet, sans-serif;
}


.subtitle {
	color:#00FF66;
	font-weight:bold;
	font-family: trebuchet, sans-serif;
}

.home { color: gold; font-size: 12pt; }

.calendar { color: black; /* text color */
               background-color: #0066CC;
               width: 450px;
               padding: 3px;
               text-align: center;
             }
.calendar_today { background-color: #FFFFFF; width: 98%; padding: 2px; margin: 4px; text-align: center; }
.calendar_event_1 { background-color: #FFFFFF; width: 98%; padding: 2px; margin: 4px; text-align: center; }
.calendar_event_2 { background-color: #FFFFFF; width: 98%; padding: 2px; margin: 4px; text-align: center; }

.calendar_artist_text { color: beige; text-align: center; font-size: 16pt; font-weight: bold; }
.calendar_date_text { color: #0066CC; font-size: 8pt; text-align: center; }
.calendar_event_title_text { color: #FF6600; font-size: 12pt; font-weight: bold; }
.calendar_venue_text { color: #FF6600; font-size: 10pt; font-weight: bold;}
.calendar_notes_text { color: #FF6600; font-size: 10pt; font-weight: bold;}

.big { font-size: 24pt; font-weight: bold }
.guestbook { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black; /* text color */
}
.guestbook_entry { }
.guestbook_name { font-weight: bold; }
.guestbook_date { }
.guestbook_comment { }