.themetext {
	color: #646155;
}

.larger {
	font-size : 16px;
	font-weight: bold;
}

/*   background of all dates   */
.topbkg {
background-color: #FCFAEF;
border: 1px solid black;
}

/*  toptable is used for the color of the top row that has the month shown  */
.toptable {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#000000;
	font-size : 12pt;
}


.nodate {
  background-color: #f8f8f8;
  height: 70px;
}

.realdate {
 border: 1px solid black;
  height: 70px;
  padding-bottom: 8px;
}

.realdatetoday {
 border: 1px solid black;
  height: 70px;
  padding-bottom: 8px;
  background-color: #FFF4BC;
}

.realdate a:link, .realdate a:visited, .realdatetoday a:link, .realdatetoday a:visited {
   color: green;
}
 
.realdate a:hover, .realdatetoday a:hover {
   color: red;
}

.datenumber {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight : bold;
	color: #646155;
	margin-top:0;
	margin-bottom: -5px;
}


.eventtext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #646155;
  margin-top:6px;
}


.texttable {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.texttable a:link, .texttable a:visited {
   color: green;
}
 
.texttable a:hover {
   color: red;
}

.texttablehdr {
  background-color: green;
  color: white;
  font-weight: bold;
}

.texttablerow1 {
   background-color: white;   
}

.texttablerow2 {
   background-color: #E1CEB7;
}


/* ===== END OF COLORS == (except for images below) ===== */


/*  toptext is the text formatting for the top row */
.toptext {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
	font-weight : bold;
    font-size : 12pt;
	text-align: center;
}

/*  toptextsm is the text formatting for the list of weekdays */
.toptextsm {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight : bold;
    font-size : 10pt;
	text-align: center;
}


/*  <tr> on calendar slots */
.midtable {
}





/*---------- bubble tooltip -----------*/
a.tt{
    color:blue;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
	padding: 15px 0 0 0;
	width:200px;
	color: black;          /* color of bubble text  */
	font-family: Verdana, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
    text-align: left;
	filter: alpha(opacity:100);
	KHTMLOpacity: 1;
	MozOpacity: 1;
	opacity: 1;
}

.tooltip {
	position:absolute;
	top:100px; left:100;
	z-index:25;
}


a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/greenbubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/greenbubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/greenbubble.gif) no-repeat bottom;
}

