.crazy {
	color:#ABCDEF;
}

body {
	background-color: #333366; /*3F639D*/
	text-align:center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.normal {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1,.title {
	font-size: 24px;
	font-weight: 900;
}

h2 {
	font-size: 18px;
}

A {
	color:#333366;
	text-decoration:none;
}

.whitelink {
	color:#FFFFFF;
	text-decoration:none;
}

textarea {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size:13px;
}

hr {
	border: 0;
	width: 100%;
	color: #CC0000;
	background-color: #CC0000;
	height: 2px;
}

.error {
	background-color: #FFFFFF;
	color:#FF0000;
}

.deleteConfirm {
	font-size: 20px;
}

.sqlerror {
	background-color: #CCCCCC;
}

.formCaption {
	font-size:14px;
	text-align:right;
	font-weight:bold;
	vertical-align:top;
}

.formValue {
	font-size:14px;
	text-align:left;
}

.pageTitle {
}

.pageMenu {
	font-size: 12px;
	color:black;
	text-align:center;
	font-weight:bold;
}

.pageMenu_gamma {
	color:black;	
}

.pageMenu_alpha {
	color:#333366;
}

.pageMenu_beta {
	color:#700000;
}

.pageBody {
	vertical-align: top;
	background-color:white;
	font-size: 13px;	
	color:black;
	text-align:justify;
}

.calendarTitle {
	font-weight: bold;
	font-size: 20px;
}

.calendarTitle_small {
	font-weight: bold;
	font-size: 16px;
}

.calendarEvent {
	font-size: 14px;
}

.calendarEventTitle {
	font-size: 14px;
	font-weight: bold;
}

.calendarEvent_small {
	font-size: 11px;
}

.calendarEventTitle_small {
	font-size: 12px;
	font-weight: bold;
}

.calendarEventTime {
	font-size: 14px;
}

.calendarEventTime_small {
	font-size: 11px;
}

.calendarDay {
	font-size: 18px;
	text-align: center;	
}

.calendarWeekDays {
	font-size: 18px;
	font-weight: bold;
	text-align: center;	
}

.calendarDay_small {
	font-size: 12px;
	text-align: center;
}

.calendarWeekDays_small {
	font-size: 12px;
	font-weight: bold;
	text-align: center;	
}

.calendarWeek {
/*	background-color:white;*/
}

.calendarWeek_hilighted {
	background-color: #D0D0D0;
}

.video {
	background-color:white;
}

.video_hilighted {
	background-color: #D0D0D0;
}

.calendarBar {
	font-size: 12px;
	/*border-left: 2 solid #333366;*/
	padding-left: 8px;
	background-color: #E8E8E8;
}

.contentTableTitle {
	font-size: 18px;
	font-weight: bold;
}

.contentTableHeader {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

.contentTableEntryA {
	font-size: 13px;
	background-color: #E8E8E8;
}

.contentTableEntryB {
	font-size: 13px;
	background-color: white;
}

.newsTitle {
	font-size: 14px;
	font-weight: bold;
}

.newsTime {
	font-size: 9px;
	text-align: right;
}

.newsDesc {
}

.frontAddress {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.frontPhone {
	font-size: 12px;
	font-weight: bold;
}

.imageCaption {
	background-color: #D0D0D0;
	font-size: 11px;
}

.smalltext {
	font-size: 10px;
}

.curreventsbox {
	overflow: auto; 
	height: expression(this.scrollHeight > 300? "300px" : "auto" );
	max-height: 300px;
	width: 205px;
	padding: 10px;
	margin-top: -2px;
	border: 1px #C4C4C4 solid;
	z-index: -2;
}

.curreventsbox_date {
	font-size: 12px;
	font-weight: bold;
}

.top {
	z-index: 1;
}
