DIV#dwindow {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 673px;
	height: 892px;
	visibility: visible;
	clear: both;
	float: left;
	border-style: none;
	border-width: 0;
}

body {

	background-color: #DDDDDD;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	visibility: collapse;
}

table, tr, td, th {
	padding: 0px;
	margin: 0px;
}

#calendarWrapperDiv {
	top: 10px;
	position: relative;
}

#calendarBodyDiv {

	border-style: solid;
	padding: 0px;
	margin: 0px;
}

#navControlDiv {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#viewControlDiv {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#navControlDiv input {
	border: none;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: black;
	color: white;
}

#navContainer {
	background-color: #000;
	padding: 12px 8px;
	margin: 0px;
}

#monthHolder, #weekDuration {
	color: white;
}


#navControlDiv select {
	border: none;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;	
}

#viewControlDiv input {
	border: none;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	background-color: black;

}

#eventDisplayDiv {
	padding: 10px;
	color: black;
	font-size: 12px;
	text-align: left;
	margin-top: 7px;
}

#statusControlDiv {
	visibility: hidden;
	height: 0;
}

#loginControlDiv {
	visibility: hidden;
	height: 0;
}


/* required styling */

.columnHeading {
	text-align: center;
	font-size: 14px; 
	color: white; 
	background: gray;
	padding: 5px;
	border-bottom: 6px solid #DDDDDD;
}

.weekViewCell {
	width: 110px;
	height: 270px;
	text-align: left;
	background-color: white;
	padding: 5px;
}

.monthViewCell {
	width: 110px;
	height: 80px;
	text-align: left;
	background-color: white;
	padding: 5px;
}

.contentCell {
	padding: 2px;
	font-size: 13px;
	color: black;
	font-family: arial;
}

.eventMouseOver {
	padding: 0px;
	font-size: 12px;
	color: white;	
	background: black;
	font-family: arial;
	margin-bottom: 2px;
}

.eventMouseOut {
	padding: 0;
	font-size: 12px;
	color: white;
	background: red;
	font-family: arial;
	margin-bottom: 2px;
}