/* calendar style */

#calendarDiv {
	display: block;
	display: none;
	position: relative;
	border: 1px solid #777;
	background-color: #2A5A8A;
	height: 300px;
	width: 260px;
}
#calendarDiv a {
	cursor: pointer;
}
#calendar {
	background: #ddd;
	clear: both;
	text-align: center;
	font-size: 75%;
	height: 150px;
	width: 150px;
}
#calendar, #linksTable {
	width: 180px;
	background-position: center center;
	
	}
#calendar .calendarHeader {
	border-bottom: 1px solid #444;
	background-color: #99CCFF;
	text-align: center;
}
#calendar .weekDaysTitleRow {
	background: #777;
	
}
#calendar .weekDaysRow {
	background: #eee;
}
#calendar .weekDaysCell {
	border: 1px solid #ddd;
}
#calendar .weekDaysCellOver {
	background: #fff;
	border: 1px solid #777;
}
#closeCalender {
	position: absolute;
	right: 0;
	bottom: 100%;
	margin-bottom: 1px;
	display: block;
	padding: 2px;
	cursor: pointer;
	font-size: 100%;
	background-color: #2A5A8A;
	color: #FFFFFF;
}
#closeCalender:hover {
	background: #000;
	color: #fff;
}
#linksTable {
	font-size: 10px;
	height: 20px;
}
#linksTable a {
	display: block;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 100%;
	padding: 2px 5px;
}
#linksTable a:hover {
	background: #ddd;
	color: #333;
}
#prevMonth {
	
	color:#FFFFFF;
	font-size: 12px;
}
#nextMonth {
	
	color:#FFFFFF;
}
#today {
	background: #999;
}

/* Demo Page Style Remove whats below, its just for show. */


h4 {
	font-weight: bold;
}
p, .comment, label {
	font-size: 95%;
	letter-spacing: 1px;
	line-height: 1.5em;
}

#wrap {
	margin: 0 8%;
}
#content {
	background: #F9F9F9;
	border: 1px solid #fff;
	padding: 5px 10px 5px 10px;
}
#header, #footer {
	clear: both;
	text-align: center;
	background: #333;
	color: #eee;
	border: 1px solid #555;
	border-top: 1px solid #555;
	border-bottom: 4px solid #555;
}
