P  {}

H1  {}

H2  {}

H3  {}

A {text-decoration : none;   
}

A.txtMenu,
A.txtMenu:Visited,
A.txtMenu:Active {
	font-family: Arial, Tahoma, Helvetica;
   	font-size: 12px;
    	color: #ffffff;
}

A.txtMenu:Hover {
	color:#cccc66;
	text-decoration:underline;
}

A.txtBody,
A.txtBody:Visited,
A.txtBody:Active {
	color:#8b0000;
}

A.txtBody:Hover {
	color:#555;
	text-decoration:underline;
}

A.txtCal,
A.txtCal:Visited,
A.txtCal:Active {
	color:#8b0000;
}

A.txtCal:Hover {
	color:#8b0000;
	text-decoration:underline;
}

A.txtCalHeader,
A.txtCalHeader:Visited,
A.txtCalHeader:Active {
	color:#ffffff;
}

A.txtCalHeader:Hover {
	color:#ffffff;
	text-decoration:underline;
}

A.txtCalNum,
A.txtCalNum:Visited,
A.txtCalNum:Active {
	color:#000000;
}

A.txtCalNum:Hover {
	color:#555;
	text-decoration:underline;
}

A.txtLink,
A.txtLink:Visited,
A.txtLink:Active {
	font-weight:bold;
	color:#000000;
}

A.txtLink:Hover {
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

A.txtCal,
A.txtCal:Visited,
A.txtCal:Active {
	color:#8b0000;
}

A.txtCal:Hover {
	color:#8b0000;
	text-decoration:underline;
}

BODY { 
}

.header {
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	background-color: #ffffff;
	
}

.calendar {
	background-color: #663333;

}

.txtBody  {
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12px;
    color: #000000;
}

.txtMenu  {
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12px;
    color: #ffffff;
}

.txtSmScript  {
    font-family: Arial, Tahoma, Helvetica;
    font-size: 10px;
    color: #ffffff;
}

.txtHeader  {
    font-family: Arial, Tahoma, Helvetica;
    font-size: 20px;
    font-style:italic;
    color: #000000;
}

.txtSubHead  {
    font-family: Arial, Tahoma, Helvetica;
    font-size: 14px;
    font-weight:bold;
    color: #663333;
}

.txtCal {
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	color: #555;
}

.txtCalNum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	background-color: #ffffff;
}

.bgDayListing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #dfdfbd;
}

.bgMonthListing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #555;
}

.bgGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #888888;
	background-color: #EEE;
}

.bgCurrentDay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #cccc66;
}



#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#FFF;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #663333;
  border-right: 1px solid #663333;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #663333;
}

#CalendarControl .weekday {
  background-color: #DDD;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #FFC;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #000000;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFF;
  background-color: #000000;
  border: 1px solid #999;
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CalendarControl .empty {
  background-color: #CCC;
  border: 1px solid #FFF;
}

