 /* CSS Document */
body,html {
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-face-color:#624062;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3d-light-color:#624062;
	scrollbar-base-color:#624062;
	scrollbar-dark-shadow-color:#624062;
	scrollbar-shadow-color:#624062;
	scrollbar-track-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	background-color: #003333;
	font-size: 11px;
	line-height: 1.4em;
	color: #000000;text-align:center;
	padding-left:25px;
	padding-right:25px;
	}
 /* CSS for calendar */
.calendartext { width: 525px;
	background-color: white;
	border-left: 7px solid #0D0E30;
	border-right: 7px solid #0D0E30;}

.calendartext .caltext { padding: 15px 25px 15px 15px;
	text-align: center;}

	
table.calendar a {text-decoration: underline;
}
.calheading {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	color:#660066;
}
td.days { color: #ffffff;
	background-color:#660066;
	text-align: center;}
	
td.dates {background-color: #F3F3F5;}

.linkcal { font-size: 9px;
text-align:center;
text-decoration: none;
line-height: 11px;
color:#660066;}



.lunch {
font-size: 9px;
text-align:center;
color:#000000;
line-height: 11px;
text-decoration: none;
}

.dinner {
font-size: 9px;
text-align:center;
color:#198507;
line-height: 11px;
text-decoration: none;
}

.emphblack {font-weight: bold;
	color: #660066;;	
	font-size: 1.1em;}
	/* flyouts */
div.flyoutbuttons {border: 1px solid #003333;
	padding: 3px 0 3px 5px;	
	background-color: #CCCCCC;
	text-align: left;}
		
a.smlinkfo {font-size: 11px;
	color: #330033;
	text-decoration:underline;
	display: block;
	font-weight: normal;}
a.smlinkfo:hover {color: #003333;}

