html, body {
  margin-top:0px;
  margin-bottom: 0px;
  background-color: #000000;
  height: 100%;
  }
a, p, td, b, table {
  font-family: Verdana, Arial, Tahoma;
  font-size: 11px;
  color: #000000;
  }
a {
  text-decoration: none;
  }

  /* main table */
.mainframe {
  border-collapse: collapse;
  background: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  border-left: 4px solid #E1B20F;
  border-right: 4px solid #E1B20F;
  height: 100%;
  }
 
 /* table boxes on the right hand column */
.box {
   margin: 0 auto;
   border-collapse: collapse;
   border:1px solid #DE1500;
   width: 90%;
}

.box td {
  padding: 5px;
}

.boxrow {
  background-color: #DE1500;
  text-align: center;
}

  /* box inside the "Today's Event" */
.todayis {
  border: 0px;
  background: #FFFFFF;
  padding: 0px;
  line-height:16px;
}

.todayis a {
  font-size: 10px;
  color: #808080;
}

.todayis a:hover {
  color: #840800;
}

 /* add event form fields */
 
.adde {
  border:0px;
  text-align:right;
}

  /* top header bar */
.topheader {
  background: #C01200;
  color: #FFFFFF;
  text-align: center;
  border-bottom: 4px solid #E1B20F;
  padding:10px;
  }

  /* tab buttons at the top */
.tabs li {
  display: inline;
  padding-top:15px;
  padding-bottom:15px;
  padding-left:10px;
  padding-right:10px;
  margin: 5px 5px auto;
  background-color: #C01200;
  /* IE fix for hover because IE is stupid. */
  f: expression(onmouseover=new Function("this.style.backgroundColor='#F00600';"),
	                       onmouseout=new Function("this.style.backgroundColor='#C01200';"));

}

.tabs li:hover {
  background-color: #F00600;
  cursor:help;
}

a.tablink {
  color: #FFFFFF;
  font-size:14pt;
  font-weight: bold;
  text-transform: uppercase;
}

a.tablink:hover {
  cursor:help;
}

  /* calendar cell */
.calendar {
  vertical-align:top;
  padding: 0px;
  background: #FFC95C;
  }

  /* actions cell */
.actions {
  vertical-align: top;
  width: 200px;
  padding: 8px;
  border-left: 4px solid #E1B20F;
  background: #FFFFFF url("corner.gif") bottom right no-repeat;
  }

  /* bottom cell */
.close {
  background: #C01200;
  text-align: center;
  border-top: 4px solid #E1B20F;
  padding: 10px;
  }
    /* dividers */
.divider {
  background: #FFFFFF url("divider.gif") no-repeat;
  margin-left: auto;
  margin-right: auto;
  height: 72px;
  width: 169px;
  }

form {
  font-size: 11px;
  font-family: Tahoma, Arial;
  color: #000000;
  padding:2px;
  margin: 0;
  }

input, select {
  font-size: 11px;
  font-family: Tahoma, Arial;
  color: #000000;
  padding:2px;
  border: 1px solid #CCCCCC;
  }

.hoversubmit {
 background: #CCCCCC;
 color: #000000;
 /* IE fix for hover because IE is stupid. */
  l: expression(
onmouseover=new Function("this.style.backgroundColor='#C01200';this.style.color='white';"),
	                       onmouseout=new Function("this.style.backgroundColor='#CCCCCC';this.style.color='black';"));
}

.hoversubmit:hover {
 background: #C01200;
 color: #FFFFFF;
}
  
textarea {
  font-size: 11px;
  font-family: Tahoma, Arial;
  color: #000000;
  padding: 3px;
}

 /* divs with padding on left */
.tab {
  margin-left: 10px;
  margin-top: 8px;
  }

  /* days of week cells */

.daysofweek {
  background: #ECC53E;
  border:1px solid #E1B20F;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  width: 100px;
  }
  
 /* day cell */
.daycell {
  background: #FFFFFF;
  vertical-align: top;
  opacity:0.8;
  -moz-opacity:0.8;
  filter:alpha(opacity=80);
  height: 100px;
  width: 100px; /* same as daysofweek width */
  border:1px solid #E1B20F;
  /* IE fix for mouseover because IE is stupid. */
  h: expression(onmouseover=new Function("this.style.filter='alpha(opacity=50)';"),
	                       onmouseout=new Function("this.style.filter='alpha(opacity=80)'"));
  }

.daycell:hover {
  opacity:0.5;
  -moz-opacity:0.5;
  filter:alpha(opacity=50);
  }
 
 /* for the one cell that is today */

.todaydate {
  background: #ECC53E;
}

 /* for already past days */

.pastdate {
  background: #FFFFFF bottom right url("cross.gif") no-repeat;
 /* opacity:0.55;
  -moz-opacity:0.55;
  filter:alpha(opacity=55);
  j: expression(onmouseover=new Function("this.style.filter='alpha(opacity=50)';"),
	                       onmouseout=new Function("this.style.filter='alpha(opacity=55)'"));
*/
}

  /* day cell, but an empty one! */
.emptydate {
  vertical-align: top;
  height: 100px;
  border:1px solid #E1B20F;
  opacity:0.2;
  -moz-opacity:0.2;
  width: 100px;
  filter:alpha(opacity=20);
  background: #FFFFFF;
}

  /* event names in the Today and Month panels */
.eventname {
  color: #000000;
}

  /* calendar table! */
.calendartable {
  height:100%;
  margin: 0 auto;
  padding: 25px;
  background:white;
  border: 0px;
  background: #FFC95C url("leaves.jpg") no-repeat;
}

.calendartable td {
  padding: 8px;
}

 /* tr of days of the week */
.dayofweekrow {
  height: 30px;
}

 /* tr that has the month name */
.calheader {
  height:50px;
}

 /* to hover over each event IN the calendar */

a.hovershow {
  font-weight: bold;
  cursor: help;
}

a.hovershow:hover {
  font-weight: bold;
  text-decoration: underline;
  cursor: help;
}

 /* small text */
.links {
  font-size: 10px;
  color: #C01200;
}

.st {
  font-size: 10px;
}  

 /* forward back links */
a.forback {
  color: #FFFFFF;
  font-weight: bold;
}

a.forback:hover {
  color: #c0c0c0;
  font-weight: bold;
}

 /* month name */
.monthname {
  color: #FFFFFF;
  font-size:14pt;
  font-weight: bold;
  text-align: center;
}

 /* table in viewevent */
.editevent {
  margin: 0 auto;
  width: 400px;
  border: 1px solid black;
  background: #FFFFFF;
  border-collapse: collapse;
}

.editevent td {
 padding: 10px;
}

.editevent input, .editevent textarea {
  border: 0px;
  padding: 4px;
}

.rowone {
  background-color: #E1B20F;
}

.rowtwo {
  background-color: #C01200;
}
<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
