body {
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
html, body, #container {
	/*min-height: 100%;*/
	width: 700px;
	/*height: 100%;*/
	margin-left: auto;
	margin-right : auto;
}
html>body, html>body #container {
	height: auto;
}
#container {
	background-color : #FFFFCC;
	border : none;
}
#header {
	height: 170px;
	background-color : #000000;
	text-align: right;
	padding-right: 10px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
}
#sitename {
	/*margin-top: 155px;*/
	font-size: 1.1em;
}
#content {
  color: #000000;
}
h1 {
  background-color : Black;
	color : White;
	margin: 0;
	padding: 3px;
	font-size : 75%;
}
#menu {
  padding: 0;
	margin: 0;
  background-color: #FFFFFF;
	height: 20px;
	border-top: 5px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
   	#menu ul {
     margin: 0;
     padding: 0;
     list-style-type: none;
	 list-style-image : none;
    }
    #menu li {
     margin: 0 10px 0 0;
	 list-style-type: none;
	 list-style-image : none;
    /* padding: 0;*/
     float: left;
    }
    #menu li {
	  /*width: 150px;*/
      background: #FFFFFF;
      text-align: center;
    }
    #menu a {
      display: block;
      width: 100%;
      text-decoration: none;
	  color: #000000;
	  border-bottom: 3px solid #FFFFFF;
    }
    #menu a:hover {
	  font-weight: bold;
	  border-bottom: 3px solid #000000;
    }
	#menu li.currentpage{
	font-weight : bold;
	color: black;
}
.borderleft{
	border: 1px solid #000000;
	padding: 3px;
	float: left;
	width: 500px;
	margin-bottom: 10px;
	background-color : #FFFFFF;
}
.borderright{
	border: 1px solid #000000;
	padding: 3px;
	float: left;
	width: 500px;
	margin-bottom: 10px;
	background-color : #FFFFFF;
}
.photo{
  float: left;
  width: 150px;
  border: 1px solid #000000;
}
.prices{
  float: left;
  width: 170px;
  height: 90px;
  padding: 10px;
  color: #000000;
  background-color: #CCCCCC;
}
h2{
  font-size: 1em;
  font-weight: bold;
  font-decoration: underline;
}
.prices ul{
  list-style: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	border: none;
}
.prices ul li{
  position: relative;
}
.prices ul li a{
  position: absolute;
  top: 0;
  right: 5px;
  width: 30px;
}
.prices ul li span{
  position: absolute;
  top: 0;
  right: 40px;
  width: 30px;
}
.month{
	height: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	background-color : #000000;
	color : #FFFFFF;
	margin-bottom: 5px;
	padding-left: 5px;
}
.listing_odd{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin-bottom: 5px;
	background-color: #FFFFCC;
}
.listing_even{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
.day{
	font-weight : bold;
	width: 5%;
	text-align: center;
	vertical-align : top;
	color : #FFFFFF;
	float: left;
}
.time{
	font-weight : normal;
	width: 25%;
  vertical-align : top;
	float: left;
}
.event{
	font-weight : bold;
	width: 45%;
	vertical-align : top;
	float: left;
}
.location{
	font-weight : normal;
	width: 25%;
	vertical-align : top;
	float: left;
}
.description{
	font-weight : bold;
	width: 100%;
	vertical-align : top;
}
.information{
	font-weight : normal;
	width: 100%;
	vertical-align : top;
}
.contact{
	font-weight : bold;
	width: 100%;
	vertical-align : top;
}
.url{
	font-weight : normal;
	width: 99%;
	vertical-align : top;
	text-align: right;
}
.edit_box{
  /*margin-left: 15px;
  margin-right: 15px;*/
  border: 1px solid #000000;
  text-align: center;
  /*margin-bottom: 15px;*/
}
.edit_header{
  padding: 5px;
  color: #FFFFFF;
  background-color: #000000;
  font-size: 1.1em;
}
.edit_footer{
  padding: 5px;
  color: #FFFFFF;
  background-color: #000000;
  font-size: 1.1em;
  text-align: right;
}
.btn{
  width: 75px;
}
.edit_box table{
  width: 100%;
  border-collapse : collapse;
}
.edit_box table td{
	text-align: left;
}
td.label{
  width: 40%;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
  padding: 3px 0 3px 15px;
}
td.entry{
  width: 60%;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
  padding: 3px 0 3px 0;
}
.weekday{
	background-color : #FFFFFF;
	border-bottom: 1px solid #999999;
}
.weekend{
	background-color : #FFFFCC;
	border-bottom: 1px solid #999999;
}
.display{
  /*margin-left: 15px;
  margin-right: 15px;*/
  border: 1px solid #000000;
  text-align: left;
  /*margin-bottom: 15px;*/
}
.display table{
  width: 100%;
  border-collapse : collapse;
}
.display table td{
	text-align: left;
	vertical-align: top;
}
.display table th{
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px;
	font-size: 1.1em;
}
.search{
  background-color: #000000;
  color: #FFFFFF;
  padding: 5px;
}
.day_number{
  font-weight: normal;
}
