﻿/*-- // reservations tables //--*/

#reservationlist {
height: 430px;
overflow: auto;
margin: 5px;
border-bottom: 1px solid #5f5241;
}

#reservationlist table {}

.tborder {
background: #5f5241;
padding: 1px 1px 0px 1px;
}

.tcat {
background: #d6b37b;
border-top: 1px solid #e2c8a0;
border-left: 1px solid #e2c8a0;
border-bottom: 1px solid #5f5241;

}

.stcat {
background: #b58a51;
font-weight: bold;
border-bottom: 0px solid #5f5241;

}
.stcatalt {
background: #D6C1A2;
font-weight: bold;
border-bottom: 0px solid #5f5241;

}


.stcatnoline {
background: #b58a51;
font-weight: bold;
border-bottom: 0px solid #5f5241;
}

.stcatnoline a:link, .stcatnoline a:visited {
text-decoration: none;
font-size: 10px;
border-bottom: 0px dashed #797FF7;
}


.stcat a:link, .stcat a:visited {
text-decoration: none;
font-size: 10px;
border-bottom: 0px dashed #797FF7;
}

.stcat a:hover, .stcat a:active {
color: #eedec8;
}

.alt1 {
background: #ece3d6;
font-size: 9px;
border-right: 1px solid #e1d6c7;
text-align: center;
}

.alt2 {
background: #dcd2c4;
font-size: 9px;
border-right: 1px solid #e1d6c7;
text-align: center;
}

.alt3{
background: #B58A51;
font-size: 9px;
border-right: 1px solid #e1d6c7;
text-align: center;
}

.alt1 a:link, .alt1 a:visited, .alt3 a:link, .alt3 a:visited, .alt2 a:link, .alt2 a:visited {
font-size: 10px;
text-decoration: none;
font-weight: bold;
}

#categories, #calendar, #activites, #locations, #buttons {
padding: 5px 0px;
}

#activites select, #locations select {
width: 160px;
}

#buttons a:link, #buttons a:visited {
color: #000;
background: #ece3d6;
width: 110px;
margin: 7px;
padding: 5px;
text-align: center;
text-decoration: none;
font-weight: bold;
display: block;
border: 1px solid #dcd2c4;
}

#buttons a:hover, #buttons a:active {
background: #f3f0ec;
border: 1px dashed #dcd2c4;
}

.notification {
background: #fefbb1;
padding: 10px;
border: 3px solid #d0cfb2;
width: 410px;
}

/*-- // reservations fieldsets //--*/
#reservations fieldset {
background: #e9e1d3;
border: 1px solid #594f3d;

margin: 0px;
}

#reservations legend {
background: #e9e1d3;
color: #67312b;
font-weight: bold;
font-size: 13px;
padding: 0px 5px;
}

#reservations #edit {
color: #fff;
background: #594f3d url('images/edit_bg.gif') no-repeat;
width: 180px;
float: right;
margin: -8px 0px;
padding: 10px 10px;
text-align: right;
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
}

#reservations #maxbooking {
color: #fff;
background: red;
width: 180px;
float: right;
margin: -8px 0px;
padding: 10px 10px;
text-align: right;
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
}


#reservations #edit select {
margin: 15px 0px 0px;
width: 180px;
}

#reservations #edit:hover select {
display: block;
}

#reservations fieldset fieldset {
background: #cabea8;
width: 380px;
}

#reservations fieldset fieldset legend {
background: #cabea8;
color: #67312b;
font-size: 10px;
padding: 0px 5px;
margin: 10px 0px 7px 0px;
border-top: none;
border-left: none;
border-right: none;
}


/*-- // reservations forms //--*/
.dark_input {
background: #cabea8;
margin: 5px;
padding: 7px;
width: 350px;
}

.dark_input input, .dark_input select, .dark_input textarea {
background: #f1ece2;
width: 340px;
border: 2px solid #e0d7c7;
margin: 3px;
font-weight: bold;
padding: 2px;
}

.buttons input {
margin: 5px;
background: #e0d7c7;
border: 2px solid #c3b7a3;
font-weight: bold;
}

#reservations fieldset fieldset select {
width: 100px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

td, p {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #271D13;
}

#container {
	width: 600;
	background-color: #FFFFFF;
	padding: 15px;
}

h1 {
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

h2 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

h3 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

h4 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

hr {
	color: #999999;
	background-color: #999999;
	border: 0px;
	height: 1px;
}

b {
	
}

i {
	
}

a:link, a:visited, a:active {
	font-family: arial;
	color: #222222;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #666666;
}

a:link.link2, a:visited.link2, a:active.link2 {
	font-family: arial;
	color: #222222;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.link2 {
	color: #666666;
}

a:link.link3, a:visited.link3, a:active.link3 {
	font-family: arial;
	color: #222222;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.link3 {
	color: #666666;
}

td.sidenav, td.sidenav1 {
	padding-left: 38px;
	cursor: pointer;
	height: 27px;
}

td.sidenav1 {
	background: url(images/sidenav_arrow.gif) left no-repeat;
}

.sidenav a:link, .sidenav a:visited,  .sidenav a:active {
	font-family: arial;
	color: #271D13;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.sidenav1 a:link, .sidenav1 a:visited,  .sidenav1 a:active {
	font-family: arial;
	color: #271D13;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

form {
	margin: 0px;
}

input, textarea, select {
	font-family: arial;
	font-size: 11px;
	border: solid 1px #999999;
}

input.btn {
	background-color: #777777;
	color: #FFFFFF;
	border-top: 2px solid #AAAAAA;
	border-left: 2px solid #AAAAAA;
	border-right: 2px solid #444444;
	border-bottom: 2px solid #444444;
	font-weight: bold;
}

input.btn2 {
	background-color: #CCCCCC;
	color: #000000;
	border-top: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
	font-weight: bold;
}

img.img {
	border: 1px solid #000000;
}

img.img2 {
	border: 1px solid #000000;
}

img.left {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 2px solid #000000;
}

img.left2 {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #000000;
}

img.right {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 2px solid #000000;
}

img.right2 {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #000000;
}

.playvideobtn {
	position:fixed;
	padding-top: 20px;
	padding-left: 89px;

}
#socialIcons{padding:10px 0px 0px 25px;}
#socialIcons img{margin:0px 0px 0px 10px;}

