/*body > div {
	border: 1px solid red;
}*/

.calendarLeft, .calendarRight {
	float: left;
	border: 1px solid black;
}

.calendarAll {
	width: 100%;
	position: relative;
}

.calendarLeft {
	width: 205px;
}

.calendarLeft table {
	width: 205px;
}

.calendarLeft table td {
	width: 14%;
	text-align: center;
	border: 1px solid AliceBlue;
}

.calendarLeft table th {
	font-size: 13px;
	text-align: center;
	background-color: AliceBlue;
}

table#dayTable th {
	font-size: 9pt;
	text-align: center;
}


.calendarLeft table td.eventMark {
	border: 1px solid Aquamarine;
}


td.selectMark {
	background-color: plum;
}

.calendarHeader {
	font-weight: bold;
}

table.selectMark .calendarRow td {
	background-color: MistyRose;
}

.calendarLeft table td.todayMark {
	background-color: lavenderblush;
}

table.selectMark td.padCell {
	background-color: transparent;
}

.calendarRight {
	position: absolute;
	left: 207px;
	right: 0px;
}

#monthTable {
	width: 100%;
}

#monthTable td {
	width: 14%;
}

#monthTable tr {
	height: 70px;
}

#monthTable tr.head, #monthTable tr.caltitle {
	height: 17px;
}

#dayTable {
	width: 100%;
}

#dayTable tr {
	height: 17px;

}

#dayTable td {
	border: 1px solid white;
}

#dayTable td.timeCell {
	background: lavender;
	font-size: 7pt;
	color: red;
	width: 55px;
}

#dayTable td.eventCell {
	background: #E8E8E8 ;
}

.eventBox {
	border: 1px solid black;
	position: absolute;
	font-size: 6pt;
	background: Azure;
}

.eventBox h4 {
	background: Snow;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 14px;
	font-size: 8pt;
}

.newEventBox {
	background-color: MistyRose;
	font-size: 11pt;
}

#selectedEvent {
	border: 3px double red;
	font-size: 9pt;
	background-color: LightCoral;
}

.calendarMonth td {
	background: lavender;
}

.calendarMonth .todayCell {
	background-color: lavenderblush;
}

.calendarMonth .selectedDay {
	background-color: plum;
}

.calendarMonth .todayCell.selectedDay {
	background-color: green;
}

.calendarViews {
	display: none;
}

#calendarDay {
	position: relative;
}

.eventDay {
	background: teal;
}


.calendarMonth .padCell {
	background-color: transparent;
}


#tooltip {
	position: absolute;
	z-index: 999;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

.moveButton {
	background-color: #eee;
	border: 4px outset #111;
}

.viewButton {
	background-color: #fce;
	border: 4px ridge #214;
}

#viewTitle {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13pt;
}

#prevLink, #todayLink {
	float: left;
}

#nextLink, #viewButtons {
	float: right;
}

div.hoverBox {
	background: white;
	border: 4px outset lavender;
}

div.hoverBox > h3 {
	text-decoration: underline;
}

.cl {
	clear: both;
	height: 0px;
	margin: 0px;
	line-height: 0px;
	padding: 0px;
}

#eventBox {
	display: none;
	font-size: 13px;
	line-height: 160%;
	position: absolute;
	text-align: center;
	background: url(images/transparent.png) repeat;
	width: 100%;
	height: 1200px;
	left: 0;
	top: 0;
	z-index: 1;
}

#eventBoxCont {
	padding: 20px;
	border: 2px solid #000;
	font-size: 13px;
	line-height: 160%;
	position: absolute;
	text-align: center;
	background: #fff;
	width: 60%;
	left: 20%;
	top: 20%;
	z-index: 2;
	text-align: left;
}

#eventEdit {
	background: white;
	width: 80%;
	margin-left: auto ;
	margin-right: auto ;

}

#eventEditDesc {
	width: 80%;
	height: 300px;
}