body, p, td, th, input, select {
	color:#333399;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px !important;
	font-weight:normal !important;
	text-decoration:none;
}

body {
	background-color: #333399
}

.calendar {
	background-color: white;
}

.calendarHead { 
	background-color: #ffcc66;
	width: 100%;
	}

a {
	color:#333399;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px !important;
	font-weight:normal !important;
}

table {border-style:solid; border-width:0px; border-color: grey; border-spacing: 0px; border-collapse: collapse; }
table td {border-style:solid; border-width:1px; border-color: grey; padding: 3px; margin: 0px;}
table th {padding: 3px; margin: 0px;}

.date {
	width:14%;
	vertical-align:top;
	height: 100px;
}

.daynumber {
	font-weight:bold !important;
}

.timeInput{width:40;}
.dateInput{width:80;}
.calendar_event_type_cd{width:200;}

.otherMonthDay {
	background-color:D7DCDF;
}

.today {
	background-color: lightyellow;
}
.calendarTitle,.dayTitle{
	text-align:center;
}

.dayOfWeekTitle{font-size:11px;}

.calendarTitle a {
	color: black;
	width:20%;
}

