
.DateLabel
{
	font-family: Verdana;
	font-size: 14px;
	color: black;
	font-weight: bold;
	
}
.MessageLabel
{
	font-family: Verdana;
	font-size: 12px;
	color: black;
	font-weight:lighter;
}

.HyperLink
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: lighter;
	font-style: italic;
}
.HyperLinkNL
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: lighter;
	color:Black;
	font-style: italic;
}
.TitleInsidePage
{
	font-family: Verdana;
	font-size: 14px;
	color: black;
	font-weight: bold;
	font-style: italic;
}
.ErrorMessage
{
	font-family: Verdana;
	font-size: 12px;
	color: red;
	font-weight:lighter;
}
.GridLinks
{
	background-image:url(images/bgForm.jpg);
	font-family: Verdana;
	font-size: 14px;
	color: black;
	font-weight: lighter;
	font-style: italic;
}


 /* Menu groups -------------------------------------------- */
 .MenuStatic
 {}
 .MenuDynamic
 {
	background-image:url(images/bgMenu.jpg)
 }
 .MenuStaticItem
 {
	font-family: Verdana;
	font-size: 14px;
	color: black;
	height: 25px;
	cursor: default;
	font-weight: bold;
 }
 .MenuDynamicItem
 {
   font-family:Verdana; 
   font-size:14px;
   height:25px;
   color: black;
   cursor:default;
   font-weight: bold;
 }
 .MenuStaticItemHover
 {
   background-image:url(images/bgBlue.jpg); 
   color:black; 
   font-family:Verdana; 
   font-size:14px; 
   cursor:default;
 }
 .MenuDynamicItemHover
 {
   background-image:url(images/bgBlue.jpg); 
   color:black; 
   font-family:Verdana; 
   font-size:14px; 
   cursor:default;
 }
 .MenuStaticItemSelectedH
 {
   background-image:url(images/bgBlue.jpg); 
   color:black; 
   font-family:Verdana; 
   font-size:14px; 
   cursor:default;
 }
 .MenuDynamicItemSelectedH
 {
  background-image:url(images/bgBlue.jpg); 
  color:black; 
  font-family:Verdana; 
  font-size:14px; 
  cursor:default;
 }
 .MenuStaticItemSelected
 {
   background-image:url(images/bgBlue.jpg); 
   color:black; 
   font-family:Verdana; 
   font-size:14px; 
   cursor:default;
 }
 .MenuDynamicItemSelected
 {
	background-image: url(images/bgBlue.jpg);
	color: black;
	font-family: Verdana;
	font-size: 14px;
	cursor: default;
  }
  /* */
.CalendarView
 {
	width:600px;
	border:solid 1px #C6C1AC
 }
 .CalendarViewTitle
{
	background-image: url(images/bgGreenDark.gif);
	height: 30px;
	color: White;
	border: solid 1px #C6C1AC;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
}

.CalendarInfo
{
  width :100px;
  height:70px;
  background-image: url(images/bgMenu.jpg);
  text-align :left;
  vertical-align:top;
  font-family:Verdana;
  font-size:11px;
  font-weight:bold;
  color:Black;
  border:solid 1px #C6C1AC;
}

 .CalendarViewDay
{
	width: 100px;
	height: 70px;
	background-image: url(images/bgForm1.jpg);
	text-align: left;
	vertical-align: top;
	font-family: Verdana;
	font-size: 11px;
	color: black;
	background-color: #FFFFFF;
	border: solid 1px #C6C1AC;
}



.CalendarViewOtherMonthDay
{
  width :100px;
  height:70px;
  background-image: url(images/bgForm4.jpg);
  text-align :left;
  vertical-align:top;
  font-family:Verdana;
  font-size:11px;
  color:Black;
  border:solid 1px #C6C1AC;
}
.CalendarViewSelectedDay
{
 
  background-image: url(images/bgMenu.jpg);
  text-align :left;
  vertical-align:top;
  font-family:Verdana;
  font-size:11px;
  color:Black;
  border:solid 1px #C6C1AC;
}

.CalendarViewMonth
{
  border-collapse:collapse;
  border:solid 1px black;
}

.CalendarViewDayHeader
{
  background-image:url(images/bgGrey.gif);
  height:15px;
  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;
}
.eventList
{
  font-family :Verdana;
  font-size:11px;
}
.eventListTitle
{
  font-family :Verdana;
  font-size:13px;
  font-weight:bold;
}
.eventListItem
{
  font-family :Verdana;
  font-size:11px;
}
.eventListTextBox
{
  font-family :Verdana;
  font-size:11px;
}

 