select.selMonth {display: none;}
select.selYear {display: none;}
input.inpGo {display: none;}

.calendar {position: relative; border: 1px solid #f58026;}
.calendar h2 {font: normal 18px georgia, serif; margin: 0; padding: 4px 0 2px; text-align: center;}
a.previousMonth {position: absolute; left: 10px; top: 8px;}
a.nextMonth {position: absolute; top: 8px; right: 10px;}
a.previousMonth img, a.nextMonth img {border: 0;}
p.eventLegend {color: #328627; font-size: 11px; padding: 0 0 0 18px; background: url(/images/eventLegend.gif) center left no-repeat;}

table#calendar tr.days td a.event prek { color: #328627; }

.calendarWrapper a.btn {margin: 0;}
.calendarWrapper .wrapperBtns {margin-bottom: 15px;}
tr.footer {display: none;} /* delete from markup if not needed */

p#calendarcontrols {
	float: right;
	font-size: 11px;
	line-height: 20px;
	margin: 0;
}	
p#calendarcontrols a {
	color: #333333;
}	
form#calendarform {
	margin: 0 0 5px;
}	
form#calendarform select,
form#calendarform input {
	font-size: 11px;
}
table#calendar {
	background-color: #e0dad2;
}	
table#calendar td {
	vertical-align: top;
}	
table#calendar tr.header {}	
table#calendar tr.header td {
	background-color: #f58026;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
}	
table#calendar tr.days td {
	background-color: #fff;
	color: #6B4F2E;
	padding: 0 0 4px;
}	
	
table#calendar tr.days td.other {
	background: #f3f6f2;
}

table#calendar tr.days td.other a.daynumber, 
table#calendar tr.days td.other a.daynumberfull {background: #e2e7e2; color: #737b80;}	



table#calendar tr.days td.header {
	height: 92px;
}	
/* table#calendar tr.days td.header a {
	color: #333333;
	display: block;
	font-size: 10px;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	width: 15px;
	} */
	
	
table#calendar tr.days td.today {
	background-color: #BDE2AC;
}	
table#calendar tr.days td a.daynumber, 
table#calendar tr.days td a.daynumberfull {
	display: block;
	font: normal 10px verdana, sans-serif;
	letter-spacing: -.5px;
	height: 16px;
	line-height: 15px;
	margin-bottom: 3px;
	text-align: right;
	text-decoration: none;
	background: #f3ede6;
	padding: 0 3px 0 0;
	color: #2f5b91;
}	
table#calendar tr.days td a.event {
	color: #262626;
	display: block;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
}	
table#calendar tr.days td em.note {
	color: #999999;
}

table.dataform {}

table.dataform td.left {
	border-right: 2px solid #CCCCCC;
	font-weight: bold;
	padding: 6px 13px 12px 0;
	text-align: right;
	vertical-align: top;
}	
table.dataform td.left label {
	display: block;
	width: 110px;
}
table.dataform td.right, 
table.dataform td.righttext {
	padding: 5px 0px 12px 13px;
	vertical-align: top;
}	
table.dataform td.righttext {
	padding-top: 6px;
}
table.dataform tr.fieldnote td,
table.dataform td.fieldnote {
	color: #999999;
	font-size: 11px;
	padding: 3px 0 0;
}	
input.date {
	width: 120px;
}	
input.time {
	width: 120px;
}	
input.large {
	width: 400px;
}	
textarea.description {
	height: 200px;
	width: 400px;
}
div.instancenote {
	background-color: #EAEAEA;
	border: 1px solid #AAAAAA;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	width: 350px;
}	
div.instancenote strong {
	display: block;
	margin: 0px 0px 7px 0px;
}	
div.formerrors {
	color: #CC0000;
}	
div.formerrors h3 {
	margin: 0px 0px 7px 0px;
	}