/*  ******************  APPLICATION CSS  **********************  */
.apptopheader
{
	background-image: url(/images/insidebanner.jpg);
	background-repeat: no-repeat;
	width: 792px;
	height: 168px;
}

.dgitem{
background-color:#FBF9F7;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
}
.dgaltitem{
background-color:#FFFFFF;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
}


/*  ******************  APPLICATION CSS  **********************  */

/*--------- Events Calendar Styles --------------*/

.calendar
{
  border:none;
}

.day
{
  width:14.29%;
  height:70px;
  text-align:right;
  vertical-align:top;
  font-family:Arial;
  font-size:11px;
  color:Black;
  background-color:#FFFFFF;
  border:solid 1px #C6C1AC;
}

.todaybg
{
	background-color: #fef18a;
}

li.eventitems
{
	margin-left: -20px;
}
.othermonthday
{
  background-color:#F5F3E5;
}

.month
{
  border-collapse:collapse;
  border:solid 1px black;
}

.dayheader
{
  background-color:#E3E0CD;
  background-image:url(/images/calendar/header_bg.gif);
  color:#504C39;
  font-family:Verdana;
  font-size:11px;
  text-align:center;
  border-top:solid 1px #FFFFFF;
  border-left:solid 1px #FFFFFF;
  border-bottom:solid 1px #ACA899;
  border-right:solid 1px #C6C1AC;
  padding: 4px;
}

.title
{
  background-color:#7D9459;
  background-image:url(/images/calendar/title_bg.png);
  border: 1px solid black;
  border-bottom-width: 0px;
}

.title TD
{
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  color:White;
  padding-top:1px;
  padding-bottom:1px;
}

.nextprev
{
  cursor: default;
}

#footer
{
	text-align: center;
}

#footer a
{
	color: #999999;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

.formheadercol
{
	background-color: #BAD97F;
}

.formdatacol
{
	background-color: #F5F3E5;
}