
body 
{
	text-align: center;
	min-width: 800px;
	behavior: url("/css/csshover3.htc"); 
}
/*** Layout =================================*/
#wrapper 
{
	margin: 40 auto;
	width: 800px;
/*	border: solid;*/
	text-align: left;
/*	background-color: white;*/
	
}
#logo{
	width:800px;
	height:124px;
	/*height:158px;*/
	background: url(/images/menu/menu-top-2009-06-02.jpg);
}
#nav{
	height: 35px;
	padding-left: 0px;
	padding-bottom: 0px;
	/*background: #ad2601 url(/images/layout/menu-bar-2007-07-20.jpg) repeat-x;*/
	/*background: #71c5a4;*/
	background: #c2da34; /*b-bird green*/
	/*background: #6498bd;*//*b-bird blue*/
	/*background: #6bc59f;*//*b-bird teal*/
	font-family: Verdana,Arial, Helvetica;
	font-size:18px;
	line-height: 30px;
}
a.menu{
	padding:0px 0px 0px 5px;
	/*color: #99b1ff;*/
	color: #042c60;
}
#admin{
	height:25px;
	background:yellow;
	font-family:Lucinda, Verdana, Arial, Helvetica;
	font-size:large;
	line-height: 30px;
/*	border:solid;
	border-color:orange;*/
}

#admin_submenu {
	height:25px;
	background:#5f5;
	font-family:Lucinda, Verdana, Arial, Helvetica;
        font-size:large;
        line-height: 30px;
}

.bg{
	background: #5695fc url(/images/backgrounds/bluebird-office-view-bg.jpg);
	background-repeat: repeat-x;
	/*background-color: #5695fc;*/
	background-position: 0 0;
	background-attachment: fixed;

/*  background: #f8e0b9; */
}
#content {
	padding: 0px;
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	}

font {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family: cursive;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	/*line-height: 100%;*/
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;

}
a {
	color:#FFCC00;
}
.leftside_menu {
	float:left;
/*	width:80%;*/
}
.rightside_menu {
	float:right;
	padding:0px;
	margin:0px;
	margin-right:3px;
	margin-top:2px;
	font-size:12px;
}

body.summer {
	background-color:005009;
}
body.winter {
	background-color:ffeeff;
}

div.popup {
  width: 500px;
  height: 90%;

  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -10px;

  z-index: 99;
}

.emailPopUp { position: absolute; top: 300px; left: 300px; text-align: center; padding: 5px; border: 1px solid black; background: #66ff33;  }

#listDescription {
	
}

.boxtitle
{
	text-align:center;
	width:100%;
	border-bottom: 1px solid black;
	padding:3px 0px 3px 0px;
	margin-bottom:10px;
	background-color : white;
}
.boxcontent
{
	padding: 3px;
}
#newsbox
{
	width: 270px;
	border:1px black solid;
	margin-bottom: 20px;
	text-align:center;
	vertical-align:middle;
	float:right;
	background-color: #efefef;
}

form#two {
background:	url(cssplay/bg.png) center top no-repeat;
width:469px; 
height: 754px;
padding:5px;
margin:0 auto;
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;	
font-size: 76%;	
}

form#two fieldset {
width:430px; 
display:block; 
border:1px dotted #fff; 
padding:5px; 
margin-bottom:0.5em; 
margin-left: 13px;
line-height:1.2em;
}

form#two fieldset#opt {
/*background:#ff6705;*/
}

form#two legend {
font-size:1.1em; 
font-weight:bold; 
color: #4d89ff;
margin: 0 0 5px 10px; 
height: 24px;
line-height: 24px;
width:157px; 
border: 1px solid #137C41;
padding: 0 5px;
background: url(cssplay/legend_bg.gif);
}

form#two label {
clear:left; 
display:block; 
float:left; 
width:100px; 
text-align:right; 
padding-right:10px; 
color: #003399; 
margin-bottom:0.5em;
}


form#two input {
border:1px solid #003399; 
padding:0 2px;; 
margin-bottom:0.3em;
}

form#two select {
margin-left:0.5em;
}

form#two textarea {
width:410px; 
height:auto;
border:1px solid #003399; 
padding:0.5em; 
overflow:auto; 
}

form#two option {
background:#003399; 
color:#fff;
}

form#two optgroup {
background: #4D89FF; 
color:#FFF; 
}

form#two optgroup option {
background:#C5D9FF; 
color:#003399;
}

form#two #button1 {
color:#003399; 
font-weight: bold;
background: url(cssplay/btn_bg.jpg);
display: inline;
border: none;
width:89px; 
height: 27px;
line-height: 27px;
text-align: center;
margin-left: 11.5em
}

form#two #button2 {
color:#003399; 
font-weight: bold;
background: url(cssplay/btn_bg.jpg);
display: inline;
border: none;
width:89px; 
height: 27px;
line-height: 27px;
text-align: center;
}

form#two #button1:hover, form#two #button2:hover {
color:#FF6705;
}
p {
margin: 4px 0;
}

/************** Reservation week view *********************/
.vacant {
	background: white;
}

.paidreservation {
	background: green;
}

.unpaidreservation {
	background: red;
}
