
/*************** Banner areas ************************/
.custom_smalsquare{
	width:200px;
	height:200px;
	margin:10px auto;
}




a:link {
	color: #999966;
	text-decoration: none;
	}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999966;
	text-decoration: none;
	}


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7F7F7F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	min-width:1000px;
	background-color:#000;
	background:url(../images/dev_bg.jpg) top right no-repeat;

	line-height: 1.25em;
}


/*************** Header submenu ************************/
#headerSubMenu {
	height: 25px;
	width: 980px;
	margin: 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #FFFFFF;
	padding-right: 15px;
}

	#headerSubMenu ul.menu{
		list-style-type:square;
		display:table;
		width:auto;
		float:right;
		list-style-position:inside;
	}
	
	#headerSubMenu ul.menu li{
		float: left;
		margin:0 5px;
	}
	
	#headerSubMenu ul.menu li:first-child {
		list-style-type:none;
	}
	
	#headerSubMenu a:link { 
		color: #FFFFFF;
	}
	#headerSubMenu a:visited { 
		color: #FFFFFF;
	}
	#headerSubMenu a:hover{ 
		color: #E1E1E1;
	}
/************** END Header submenu ************************/



/************** Main container ************************/
#container {
	width: 980px;
	text-align: left;
	margin:5px auto;
	background-repeat: repeat-y;
	background-position: center;
/*	background-image: url(../images/whiteBG.png);*/
	background:#ffffff;
	border-radius: 5px;
	border:#CCCCCC solid 1px;
	display:table;
	clear:both;
} 


/************* left ************/
#leftCont{
	float:left;
	margin:12px 0;
	width: 225px;
}

#logo{
	height: 180px;
	width: 225px;
}

#mainmenu {

	}
	
#mainmenu{
		width: 200px;
		border: 1px;
		margin:20px auto;
		padding:0px;
		list-style:none;
		text-transform:uppercase;
		border-top:1px solid #7F7F7F;
	}
	#mainmenu li a {
		height: 30px;
		height: 23px;
		text-decoration: none;
		font-weight:normal;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #7F7F7F;
	}
		
	#mainmenu li a:link, #mainmenu li a:visited {
		color: #7F7F7F;
		display: block;
		padding: 6px 0 0 0px;
	}
		
	#mainmenu li a:hover {
		color: #9B8578;
		padding: 6px 0 0 0px;
		color: #E09000;
	}
		
	#mainmenu li a:active {
		color: #6F6F45;
		padding: 6px 0 0 0px;
		background-color: #E09000;
	}
	
.menu_mainSubmenu{
		width:740px;
		height:30px;
		background:#EDE9E0;
		list-style-position:outside;
		list-style:none;
		text-transform:uppercase;
		padding:0;
	}
	
	.menu_mainSubmenu li{
		
		display:inline;
		background-color:#fff;
		display:table;
		float:left;
		
	}
	
	.menu_mainSubmenu li a{
		line-height:30px;
		height:30px;
		color:#fff;
		margin-right:5px;
		background:#999966;
		padding:7px;
	}
	.menu_mainSubmenu li a:hover{
		line-height:30px;
		height:30px;
		color:#fff;
		margin-right:5px;
		background:#ccc;
		padding:7px;
	}
	

#login-form{
	width: 225px;
}

/*************** right *************/

#rightCont{
	float:right;
	width:750px;
	margin:12px 0;
	overflow:hidden;
	display:table;
}

#mainContentCont {
	margin:0 12px 0 0;
	float: right;
	width:auto;
	width:739px;
	
}

.imagePadding {
	padding: 2px;
	margin:3px;
	border:#999966 solid 2px;
}
.imagePadding2 {
	padding-bottom: 3px;
}

/*************** footer *************/

#footer {
	width: 980px;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom:20px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: center;
/*	background-image: url(../images/whiteBG.png);*/
	background:#ffffff;
	border-radius: 5px;
	border:#CCCCCC solid 1px;
	display:table;

}

#footer div{
	margin:10px;
	text-align: center;
}



/*************** Fullhouse booking *************/
.button{
	cursor: pointer;
}

.fhHeader, .fhFooter{
    background-color: #CCCCCC;
    clear: both;
    color: #FFFFFF;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: left;
    text-indent: 15px;
    width: 730px;
	min-height:12pt;
}

.fhHeader{
	margin:20px 0 0 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.fhMain{
	background-color: #EDE9E0;
    clear: both;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    width: 700px;
	line-height:200%
}

img.calendar{
	vertical-align:top;
	margin:2px;
}

input.date{
	max-width:80px;
	text-align:center;
}

/*>>> Fullhouse booking results >>>*/
div.sHead{
	clear:both;
	text-align:left;
	width:730px;
	text-indent:15px;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	background-color:#CCCCCC;	
	margin:20px 0 0 0;
	padding:5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

div.sblock{
 	clear:both;
	background-color:#EDE9E0;
	width:708px;
	margin:0;
	padding:15px;
	overflow:hidden;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

div.sFoot{
	clear:both;
	text-align:left;
	width:730px;
	text-indent:15px;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	background-color:#CCCCCC;	
	margin:0 0 15px 0;
	padding:5px;
}

.resultImage{
	float: left;
	margin: 2px 5px 15px 0;
	border: 2px solid #CCCCCC;
	border-radius: 2px;
	padding: 2px;
	
}

.button_bar{
	clear:both;
	text-align:left;
	text-indent:15px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#CCCCCC;	
	margin:10px 10px 0 0;
	float:left;
	display:table;
	width:100%;
}

.bookingForm{
	float:right;
	margin:23px 0 20px 0;
	width:auto;
	border:#CCCCCC solid 1px;
	border-radius: 5px;
}

.formheader{
	text-indent:15px;
	color:#FFFFFF;
	height:25px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight:bold;
	background-color:#CCCCCC;	
}

.result_button{
	border:none;
	color:#FFFFFF;
	font-size: 12pt;
	
	background-color:#999966;;
	float:right;
	border-left:#EDE9E0 solid 5px;
	height:25px;
}

.detailsImage{
	float: left;
	margin: 2px 5px 5px 0;
	border: 2px solid #CCCCCC;
	padding: 2px;
}

/*>>>>>>>>>> Weblinks >>>>>>>>>>*/

div.title{
	width:160px;
	margin:20px 20px 0 0;
	float:left;
}

	div.title img{
		width:160px;
		height:120px;
		border-radius:5px;
		box-shadow: 3px 3px 1px #cecece;
		padding:2px;
	}
	
	.hits{
		float:right;
		font-size:6pt;
	}
	
	.weblink-category img:hover{
		background:orange;
	}
