
	#NVRCal table {
		border: 1px solid #000;
		background:#cc6633;
		width: 1024px;
	}
	#NVRCal td { font-family: "Lucida Grande", "Lucida Sans"; font-size: 13px; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; color:#ffffff;}
	#NVRCal a { color: #ffffff; }
	#NVRCal a.navmonth { color: #bcd3e7; font-weight: bold;}
	#NVRCal .day-current { background-color: #660000;}
	#NVRCal .day-event { background-color: #FFF; }
	#NVRCal .header { background-color: #000; color: #f2ebbd; font-size: 10px;  }
#NVRCal .header a{ background-color: #000; color: #f2ebbd; font-size: 10px;   }
#NVRCal td.header {border: none;}
#NVRCal td.subheader {border-top: 1px solid #aaa;;}
	#NVRCal .subheader { background-color: #cc6633; color: #f2ebbd; font-weight: bold; text-align: center; }
	#NVRCal td ul {
		margin:0;
		padding-left: 5px;
		list-style: square;
		font: 11px Arial;
	}
	#NVRCal td ul a{
		text-decoration:none;
	}


	#NVRCal td.day-cell:hover {
		background: #680000;
		cursor:hand;
	} 

        #NVRCal td.day-cell .date {
                color: #ffffcc;
	} 


	#selectedDate {
		float: left;
		width: 150px;
	}
	#detailOptions {
		padding-left:150px;
	}
		#detailOptions form {
			margin: 0;
			padding: 0;
		}
	
		#detailOptions select {
			font: 11px verdana;
		}
		
		select .region {
			font-weight:bold;
		}
		select .division2 {
			padding-left: 15px;
		}

.date {color:white;}
		
a img {outline: none; border: none;}	

#NVRCal td ul li.white a:link {color: white; list-style-type: none;}
#NVRCal td ul li.blue a:link{color: #f2ebbd; list-style-type: none;}
#NVRCal td ul li.white a:visited {color: white; list-style-type: none;}
#NVRCal td ul li.blue a:visited{color: #f2ebbd; list-style-type: none;}
body {margin: 0px;}
li {list-style-type: none;}
