body {
	background-color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px 15px 15px;
}
#header {
	background-image:url(images/cal_bar.png);
	background-position:left;
	background-repeat:no-repeat;
	font-size: 14px;
	font-weight: bolder;
	color: #ffffff;
	width: 618px;
	height: 49px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align:middle;
}
#current {
	width:300px;
	float:left;
	margin-top:15px;
	margin-left:15px;
}
#navigation {
	width:200px;
	float:right;
	text-align:right;
	margin-top:15px;
	margin-right:15px;
}
.daysoftheweek {
	font-size: 12px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e9e9e9;
	
}
.text {
	
	font-size: 11px;
	color: #333333;
}
.lighttext {
	
	font-size: 11px;
	color: #999999;
}
.date {
	
	font-size: 11px;
	color: #CCCCCC;
}
a {
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
a:link {
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
a:visited {
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
a:hover, a:active  {
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}
.table {
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	font-size: 10px;
	color: #666666;
	background-color: #CCCCCC;
	margin: 0px 0px 1px 0px;
	padding: 3px;
	cursor: pointer;
	cursor: hand;
}
.singleday li {
	margin: 0px 1px 1px 1px;
}
.multiday li {
	background-color: #999999;
}

#normCell {
	font-size: 11px;
	background-color: #f3f3f3;
}
#normCell .day {
	display: block;
	font-size: 11px;
	color: #999999;
}

#fadeCell {
	
	font-size: 11px;
	color: #666666;
	background-color: #ffffff;
}
#fadeCell .day {
	display: block;
	font-size: 11px;
	color: #999999;
}
#fadeCell .item {
	display: block;
	font-size: 11px;
	color: #666666;
	background-color: #c3dbe7;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#today {
	
	font-size: 11px;
	color: #ffffff;
	background-color: #E0B975;
}
#today .day {
	display: block;
	font-size: 11px;
	color: #ffffff;
}
#today .item {
	display: block;
	font-size: 11px;
	color: #666666;
	background-color: #ffffff;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}

textarea {
	font-size: 12px;
	color: #333333;
	background : #ffffcc;
	padding: 0px;
	border: 1px solid #FFFFFF;
}

input {
	font-size:10px;
	color: #333333;
	background : #ffffcc;
	padding: 1px;
}
/* EVENT DETAILS SECTION --------------------- */
#eventdetails {
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#eventdetails .header {
}
#eventdetails .date {
}
#eventdetails .info {
	background-color: #efefef;
	font-size: 11px;
	color: #666666;
	margin: 10px 0px 0px;
}