@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#FFF;
}

h2 {
	font-weight:bold;
	font-size: 14px;
}

.main {
	width:1000px;
	margin:0 auto;
}

.header {
	height:55px;
	display:block;
}

a:link, a:active, a:visited {
	color:#202f65;
	text-decoration:none;

}

a:hover {
color: #99CCFF;
text-decoration:underline;
}

.logo{
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	height:55px;
	cursor:pointer;
	width:343px;
	display:block
}

.hMenu{
	background-color:#202f65;
	height:16px;
	color:#c02033;
	text-align:right;
	padding:4px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.hMenuText{
	margin:0 20px 0 0;
}

.hMenu a, .hMenu a:hover, .hMenu a:active, .hMenu a:visited {
	color:#FFF;
	text-decoration:none;
	margin:0 20px 0 0;
}

.hMenu a:hover {
color: #99CCFF;

}

.mContent{
	/*background:url(images/cognita.png) bottom left no-repeat;*/
	padding:0 0 0 20px;
}

.menu{
	background:transparent url(images/menu-bg.png) repeat-y scroll left top;
	color:#C02033;
	display:block;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0 0 1px;
	width:143px;
}

.menu a, .menu a:hover, .menu a:active, .menu a:visited {
	display:block;
	width:100%;
	color:#202f65;
	text-decoration:none;
	padding:3px;
}

.menu a:hover {
color: #99CCFF;
}

.menuActive{
	display:block;
	width:100%;
	color:#c02033;
	text-decoration:none;
	padding:3px;
}

.menuActive{
	display:block;
	width:100%;
	color:#c02033;
	text-decoration:none;
	
}

.content{
	display:block;
	width:795px;
	margin:0 0 0 177px;
}

.title{
	font-size:18px;
	margin:0 0 10px 0;
	display:block;
}

.text{
	display:block;
	width:620px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#202f65;
	text-align:justify;
}

.text a, .text a:hover, .text a:active, .text a:visited{
	color:#c02033;
	text-decoration:none;
}

.text a:hover {
	text-decoration:underline;
}

.important{
	color:#c02033;
	font-style:oblique;
	font-weight:bold;
}

.importantContact{
	color:#c02033;
	font-weight:bold;
}

.news{
	width:143px;
	float:right;
	color:202f65;
	background-color:#dee0e8;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.newsTitle{
	background-color:#202f65;
	display:block;
	color:#FFF;
	padding:5px;
}

.newsText{
	padding:5px;
	
	color:#202f65;
}

.newsText p{
	margin:0;
	padding:0;
}

.newsText a, .newsText a:active, .newsText a:hover, .newsText a:visited{
	color:#c02033;
	text-decoration:none;
}

.newsText a:hover {
color: #99CCFF;
}

.newsHR{
	display:block;
	height:3px;
	background-color:#FFF;
}

.newsTitleInside{
	font-size:15px;
	
}

.newsSubTitle{
	color:#c02033;
}

.newsHRInside{
	display:block;
	height:1px;
	background-color:#202f65;
	margin:20px 0;
}

.footnote{
	color:#666666;
	font-size:10px;
}

.breadcrumbs{
	color:#c02033;
	font-size:10px;
}


.breadcrumbs a, .breadcrumbs a:active, .breadcrumbs a:hover, .breadcrumbs a:visited{
	color:#202f65;
	text-decoration:none;
}



.adminav a, .adminav a:hover, .adminav a:active, .adminav a:visited {
	
	
	
	color:#202f65;
	text-decoration:none;
	}
	
.adminav a:hover {
color: #99CCFF;
}


.gallery {
width: 600px;

}

.gallery ul {
float:left;
padding-left: 0px;
margin-left: 0px;
list-style:none;

}

.gallery li {
float: left;
width: 180px;
height: 180px;
padding-left: 0px;
margin-left: 0px;
margin-right: 10px;
margin-bottom: 10px;
}



.gallery p {
color: #202f65;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
width: 600px;
font-weight:bold;
padding-top: 10px;
}



.eventbox {
height: 100px;
}

.eventbox p {
padding: 0px;
padding-bottom: 10px;
margin: 0px;
}

.eventimg {
float: left;
width: 100px;
height: 100px;
background-color:#CCCCCC;
margin-bottom: 10px;
margin-right: 10px;
}

.eventxt a {

}

.clear {
	clear:left;
	width:100%;
}

.hidden {
display: none;
}

.share {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 100px;
	position:absolute;
}

.share p {
	color:#999999;
	font-weight: bold;
}
.share a {
	text-decoration:none;
}

#bookingtable {
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-image:url(images/booking-bg.jpg);
	background-repeat:no-repeat;
}

#bookingtable tr {
	height: 50px;
}

#bookingtable tr td {
}

#bookingtable td.available-cell {
	background-color:#F8F8F8;
	text-align:center;
	color:#333333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#bookingtable td.available-cell p {
	padding: none;
	float: left;
	width: 50px;
	margin-right: 5px
}

#bookingtable td.full-cell {
	background-color:#F8F8F8;
	text-align:center;
	color:#333333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}



#bookingtable td.available-cell p.full-cell {
	padding: none;
	float: left;
	width: 50px;
	margin-right: 5px;
	color:#ccc;
}

.notice{
	margin: 10px 0; 
	padding: 20px; 
	background-color:#f3f3f3;

}

#places{
	display: block;
	margin-top: 10px;
}


#bookingtable td.available-cell a {
	float: left;
	margin-top: 15px;
}

.table-header {
	background-color:#990000;
	color: #fff;
}

.booking-date {
	font-weight:bold;
	background-color:#CCCCCC;
	text-align:center;
	font-size: 1.3em;
	border-bottom: 1px solid #999;
}

label.error{
	display: inline;
	float: right;
}

.tactical {
	padding: 20px;
	border: 1px solid #ccc;
}

.jobp {
	width: 250px;
	padding:10px; 
	border:1px solid #ccc
}