* { 
margin: 0px; 
padding: 0px; 
}

BODY, TD, P  { font-size : 12px; font-family : verdana, helvetica, arial, sans-serif; color : #2A2323; line-height : 1.5em;}

P {margin-top : 0; margin-bottom : 1em;}

BODY {
  margin : 0;
  color : #2A2323;
  background : #fff;
  text-align: left;
}

ul, ol { list-style-position: outside; margin-left : 1em; margin-bottom : 1em; }
li {margin-left : 1.33em;}

h1 {font-weight : bold; font-size : 22px; color : #AB2929; font-family : "Trebuchet MS", Verdana, sans-serif;}
h2 {font-weight : bold; font-size : 18px; color : #AB2929; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h3 {font-weight : bold; font-size : 16px; color : #AB2929; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h4 {font-weight : bold; font-size : 14px; color : #AB2929; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h5 {font-weight : bold; font-size : 12px; color : #AB2929; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h6 {font-weight : bold; font-size : 11px; color : #AB2929; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}

A  {color : #098BC5; font-weight : bold; text-decoration : none;}
A:Visited  { color : #098BC5; font-weight : bold; text-decoration : none;}
A:Active  { color : #098BC5; font-weight : bold; text-decoration : none;}
A:Hover  { color : #098BC5;	font-weight : bold; text-decoration : underline;}

ul#topnav {
  width : 111px;
  text-align : left;
  font: normal 12px Verdana, sans-serif;
  color : #000;
  margin : 0 0 20px 0;
  list-style-type: square;
}

ul#topnav li {
  list-style-type: square;
  margin : 0;
}

/* Fix IE. Hide from IE Mac \*/
 * html ul#topnav li { float : none; height: 1%;} 
 * html ul#topnav li a { height: 1%;} 
/* End */

ul#topnav li ul {
	display : none;
}

ul#topnav li a, ul#topnav li a:link, ul#topnav li a:visited
{
  text-decoration: none;
  color : #000;
  font-weight : bold;
  display : block;
  padding : 3px 0 3px 7px;
}


ul#topnav li a:hover {
  color: #F6CC2E;
  background : #000;
}


div#content {
  margin : 0;
  padding : 7px 10px;
}

div#sidebar_right {
  float : right;
  width : 150px;
  border : 1px solid #DA251D;
  margin : 5px;
  padding : 3px;
}

div#subnavigation {
  text-align : center;
  margin : 0.25em 1em;
}

/* Events */
.monthnow {font-weight : bold; font-size : 2em; color : #AB2929; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serf; display : inline;}

div#upcoming-months {
  text-align : center;
}

table.calendar {
  width:95%;
  border-collapse : collapse;  
}

/* Fix IE. Hide from IE Mac \*/
 * html table.calendar { height: 1%;} 
/* End */

td.calheadcell{
	/*float:left;
	display:  table-cell;*/
	width:13.5%;
	background :#8AB9D9;
	padding: 1px;
	font-size: 13px;
	font-weight: bold;
	border : 1px solid #729EBC;
}
tr.calrow{
	overflow:none;
}
td.calno{
	/*float:left;*/
	width:13.5%;
	background-color : #ECECEC;
	height:115px;
	padding: 1px;
	border : 1px solid #729EBC;
}
td.full{
	/*float:left;*/
	width:13.5%;
	background-color:#ccc;
	height:115px;
	border:1px solid #8AB9D9;
	overflow:auto;
	font-size : 10px;
	vertical-align : top;
}

td.empty{
	/*float:left;*/
	width:13.5%;
	height:115px;
	background-color:#ddd;
	border:1px solid  #8AB9D9;
	font-size : 10px;
	vertical-align : top;
}
td.today{
	/*float:left;*/
	width:13.5%;
	height:115px;
	background-color:#E2EFF1;
	border:1px solid  #8AB9D9;
	overflow:auto;
	font-size : 10px;
	vertical-align : top;
}

div.tab {
  font-size: 80%;
  font-weight: bold;
  float : right;
  margin-right:14px;
}

a.tab {
  background-color: #f0f0f0;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  text-decoration: none;
}

a.tab, a.tab:visited {
  color: #808080;
}

a.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}
a.tab.active, a.tab.active:hover, a.tab.active:visited {
  background-color: #c0c0c0;
  color: #000000;
}
a.weeklybox{
font-size:10px;
color:black;
z-index:11;
}

td.viewthisweek {
	background: #d0d0d0;	
}

div.weeklybox{
	border:1px solid black;
	z-index:10;
}
div.description{
	position:fixed;
	left:0px;
	bottom:0px;
	right:0px;
	background-color:#404040;
	color:beige;
	font-size:14px;
	text-align:center;
	z-index:60;
	display:none;
}

.date {
  font-weight : bold;
}

div#norlink {
  text-align : center;
  font-size : 9px;
  color : #000;
}

