body {
	margin:0;
	border:0;
	font-family:"Segoe UI",Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	text-align:center;
	background:#444;
	color:#222;
}

#frame {
	text-align:left;
	width:880px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	padding-bottom:40px;
	margin-bottom:40px;
}

#header {
	height:100px;
	background-color:#444;
	position:relative;
}

#header img{
	float:left;
	z-index:100;
	position:absolute;
}

#header h1 {
	color:#fff;
	font-size:28px;
	line-height:32px;
	margin:0;
	padding:0;
	float:left;
	display:block;
	background-color:#84A4F5;
	position:absolute;
	bottom:0;
	padding-left:200px;
	width:680px;
	z-index:0;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}

#sidenavi {
	margin:0;
	padding:0;
	padding-top:20px;
	width:160px;
	float:left;
	display:block;
}

#sidenavi li {
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	margin-bottom:5px;
	}
	
#sidenavi li a {
	height:30px;
	line-height:30px;
	padding-left:10px;
	background:#888;
	display:block;
	color:#fff;
	text-decoration:none;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;}
	
#sidenavi li a:hover, #sidenavi li.active a {
	background:#84A4F5;}

#main {
	padding:20px 40px;
	background:#fff;
	float:left;
	width:640px;
}

h1, h2, h3, h1 a, h2 a, h3 a {
line-height:normal;
color:#84A4F5;
text-decoration:none;}

h1 {
	font-size:20px;
	margin-top:0;
	padding-top:0;}

h2 {
	font-size:16px;}
	
h3 {
	font-size:13px;}

li {
margin-bottom:2px;
}

a {
	color: #009;
	text-decoration:none;}

a:hover {
	text-decoration:underline;}
	
.marker {
	background:#ff0;
	font-style:normal;
	white-space:nowrap;
	font-style:normal;
	padding-left:3px;
	padding-right:3px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	color:#222;}

	
a img {
	border:0;}

table {
	border-collapse: collapse;
}

th {
	background:#ddd;
	padding-left:5px;
	padding-right:5px;
	font-weight:normal;
	border-bottom:2px solid #ccc;}

td {
	border-bottom:1px solid #ddd;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;}

td.money, th.money {
	text-align:right;
	white-space: nowrap;}



	
ul {
	list-style:square;
	padding-left:0;
	margin-left:18px;}
	
li {
	padding-left:0;
	margin-left:0;
	line-height:20px;}
	
	
	
table.calendar td{
	padding:10px;
	background:#ddd;}
	

table.calendar th{
	background:#84A4F5;
	color:#fff;}
	
.available {
	color:green}
	
.not_available {
	
	color:red}
	
.unconfirmed {
	color:orange}

/* Forms */

.bigform label {
  display:block;
  margin-bottom:2px;}

.bigform .checkboxes label {
  display:inline;
  line-height:26px;}

.bigform span {
  float:left;
  margin-right:5px;
  margin-bottom:10px;}

.bigform span.action {
  float:none;}

.bigform br {
  clear:left}

.bigform input {
  width:630px;}

.bigform input.small {
  width:309px;}


.bigform select {
  width:300px;}

.bigform .dateselector select{
  width:auto;}

.bigform .checkboxes input {
  width:auto;
  margin-bottom:0;}

.bigform textarea {
  width:630px;
  height:150px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:19px;
  color:#222;}

