html, body {
	font-family: verdana;
	font-size: 9px;
}

.caltdblank {
	border-right: 1px solid #49250f;
	border-bottom: 1px solid #49250f;
}

.caltd {
	text-align: right;
	vertical-align: top;
	font-family: verdana;
	font-size: 9px;
	border-right: 1px solid #49250f;
	border-bottom: 1px solid #49250f;
}

.caltd:hover {
	background: white;
	text-align: right;
	vertical-align: top;
	font-family: verdana;
	font-size: 9px;
	padding: 0px;
}

.caltable {
	margin: 0px;
	padding: 0px;
}

#topCal {
background-image: url('/calendar/graphics/cal-bg-top.gif');
background-repeat: no-repeat;
height: 20px;
}

#cal { }



#mainCal {
border-left: 8px #49250f solid;
border-right: 8px #49250f solid;
padding-top: 0px;
margin-top: -1px;
background-image: url('/calendar/graphics/cal-bg-top.gif'), url('/calendar/graphics/cal-bg-bottom.gif');
background-repeat: no-repeat, no-repeat;
background-position: top, bottom;
}

#selectCal {
margin-top: 40px;
margin-bottom: 2px;
}

#selectCalFont {
	font-family: verdana;
	font-size: 11px;
	position: relative;
	color: #49250f;
	font-weight: bold;
	bottom: 4px;
	padding-left: 5px;
}

.jumpMonth {
	font-family: verdana;
	font-size: 10px;
	position: relative;
	color: black;
	bottom: 4px;
	margin-left: 40px;
}

.weather {
	position: absolute;
	margin-top: -1px;
	margin-left: -78px;
	height: 14px;
	z-index: 1;
}

.weatherlow {
	position: absolute;
	margin-top: -1px;
	margin-left: -87px;
	width: 33px;
	height: 32px;
	background-image: url('/calendar/graphics/weather_icon2.gif');
	background-repeat: no-repeat;
	z-index: 1;
}

#bottomCal {
background-image: url('/calendar/graphics/cal-bg-bottom.gif');
background-repeat: no-repeat;
padding-left: 30px;
padding-top: 2px;
color: white;
height: 20px;
}

#overlay {
    background-color: #000000;
    position: absolute;
    margin: auto;
	width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

#adminCheck {
	font-size: 9px;
	background: white;
	border: 5px #d0d0d0 solid;
	position: absolute;
	z-index: 101;
	height: 40px;
	width: 450px;
}

#newEvent {
	background: white;
	border: 5px #d0d0d0 solid;
	position: absolute;
	padding: 10px;
	z-index: 101;
	height: 325px;
	width: 200px;
}

#deleteEvent {
	background: white;
	border: 5px #d0d0d0 solid;
	position: absolute;
	padding: 10px;
	z-index: 101;
	height: 200px;
	width: 200px;
}

#editEvent {
	background: white;
	border: 5px #d0d0d0 solid;
	position: absolute;
	padding: 10px;
	z-index: 101;
	height: 300px;
	width: 200px;
}

.eventlist {
	color: black;
	font-family: arial;
    font-size: 9px;
    line-height: 14px;
}

#calButton { 
	margin-right: 4px;
	margin-top: 1px;
	font-size: 10px;
}

span#moveMonth {
	position: absolute;
	margin-top: 3px;
}

.calLogOut {
	font-size: 9px;
	margin-right: 5px;
}

.calEdit {
	position: absolute;
	margin-left: 76px;
	margin-top: 77px;
}

.calAdd {
	position: absolute;
	margin-left: -8px;
	margin-top: 78px;
}



.calDelete {
	position: absolute;
	margin-left: 84px;
	margin-top: 77px;
}

.TitleCls {
	width: 99%;
	padding: 1px 0px 1px 3px;
	margin-bottom: 1px;
	color: white;
	background: #49250f;
}

.eventimg { float: left; padding: 2px 5px 0px 2px; }
.adminMode { font-size: 11px; color: red; font-weight: bold;}
.textbox { font-size: 9px; font-family: verdana;}
.adminButton {position: relative; left: 300px; font-size: 8px; color: #49250f; text-decoration: none;}
.calMain { border-width: 1px; border-style: solid; border-color: black; }
.calDays { color: white; text-align: center;}
.divDay { background: #d0d0d0; width: 100%; }
.yep a { color: #37637d; }
.yep a:visited { color: #37637d; }