* { 
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 : 0px;
  color : #2A2323;
  background : #F0EBC8 url(images/bg_body.jpg) top left repeat-x;
  text-align: center;
}

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

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

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

hr {
  width : 85%;
  text-align : center;
  margin : 5px auto;
  border : 0px;
  border-bottom : 2px dotted #0B7B7B;
  color : #fff;
  background : none;
}

div#wrapper {
   width: 743px;
   margin: 20px auto 20px auto;
   background : #fff;
   text-align: left;
}

img#header {
  vertical-align : bottom;
}


ul#topnav {
  font: normal 13px "Trebuchet MS", Verdana, sans-serif;
  color : #272320;
  background : #F0EBC8;
  width : 743px;
  float : right;
  margin : 0;
  padding : 0px;
  border-bottom : 2px solid #89543D;
}

ul#topnav li {
  list-style: none;
  margin : 0px;
  float : left;
  display : inline;
}

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


ul#topnav li a, ul#topnav li a:link, ul#topnav li a:visited
{
  text-decoration: none;
  color : #272320;
  font-weight : normal;
  float : left;
  padding : 3px 5px;
  background : none;
}

ul#topnav li a:hover {
  color : #fff;
  background : #89543D;
}

div#snav-wrapper {
  float : left;
  width : 146px;
  margin : 10px 7px;
  padding : 0px;
  background : #fff url(images/bg_snav.gif) top left repeat-y;
}

ul#sidenav {
  font: normal 13px "Trebuchet MS", Verdana, sans-serif;
  color : #000;
  margin : 0px;
  padding : 0px;
  list-style: none;
  width : 146px;
  
}

ul#sidenav li {  
  margin : 0px;
  padding : 0px;
  position: relative;
  z-index : 12;
}
ul#sidenav li ul {
	position: absolute;
	left: 146px; 
	top: 0px;
	display: none;
	width : 125px;
	background : #F0EBC8;
	z-index : 10;
	border : 1px solid #C8904C;
	border-width : 1px 1px 1px 0;
	list-style: none;
	margin : 0px;
}


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

ul#sidenav li a, ul#sidenav li a:link, ul#sidenav li a:visited
{
  text-decoration: none;
  font-weight : normal;
  padding : 5px 7px;
  color : #000;
  display : block;
  }

ul#sidenav li a:hover {
  background : #C8904C;
}
ul#sidenav li ul li a { padding: 1px 5px; display : block; font-size : 11px; text-align : left;} /* Sub Menu Styles */
ul#sidenav li:hover ul, ul#sidenav li.over ul { display: block; } /* The magic */

div#sidebar_right {
  float : right;
  width : 150px;
  padding : 3px;
  border : 3px double #B76E15;
  background : #fff;
}

div#sidebar_right h3 {
  margin : 0 0 0.25em 0;
}

div#footer {
  width : auto;
  border-top : 2px solid #B76E15;
}

div#footer p {  
  color : #844849;
  font-size : 10px;
  line-height : normal;
  text-align : center;
  margin : 0px;
  padding : 5px 0;
}

div#footer a {
  font-weight : normal;
}

div#content {
  background : #fff;
  margin-left : 165px;
  padding : 20px 7px 0 7px;
  border-bottom : 3px solid #fff;
}

div#clear {
  clear :both;
}

/* Events */
table.calendar {
  width:550px;
  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 :#81B9C2;
	padding: 1px;
	font-size: 13px;
	font-weight: bold;
	border : 1px solid #529EAB;
}
tr.calrow{
	overflow:none;
}
td.calno{
	/*float:left;*/
	width:13.5%;
	background-color : #ECECEC;
	height:115px;
	padding: 1px;
	border : 1px solid #529EAB;
}
td.full{
	/*float:left;*/
	width:13.5%;
	background-color:#ccc;
	height:115px;
	border:1px solid #81B9C2;
	overflow:auto;
	font-size : 10px;
	vertical-align : top;
}

td.empty{
	/*float:left;*/
	width:13.5%;
	height:115px;
	background-color:#ddd;
	border:1px solid  #81B9C2;
	font-size : 10px;
	vertical-align : top;
}
td.fullhour{
	/*float:left;*/
	width:13.5%;
	background-color:#ccc;
	height:25px;
	border:1px solid #81B9C2;
	overflow:auto;
	font-size : 10px;
	vertical-align : top;
}

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

.date {
  font-weight : bold;
}

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

div#norlink a {
  color : #3F3F3F;
  font-weight : normal;
  background : none;
  border : 0px;
}


/*events*/

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;
}
div.monthnow{
	font-weight : bold; font-size : 18px; color : #702B2B; font-family : "Trebuchet MS", Verdana, sans-serif;display:inline;
position:relative;
margin:0px 10px 0px 10px;
bottom:6px;
}

