/*
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
body {
	background:#FFF url(../images/main/backgrounds/main-brown.gif) repeat-x scroll top left;
	text-align:center;
	margin:0px auto;
	font-family:"Lucida Grande", Geneva, Verdana, sans-serif;
	color:#000;
	font-size:8.5pt;
}
h1 {
	color:#999;
	letter-spacing:3px;
	font-weight:normal;
	padding:0;
	margin:0;
	border-bottom:1px solid #CCC;
	text-transform:uppercase;
    font-size:16pt; 
}
h2 {
    color:#999;
    font-size:10pt;
    font-weight:normal;
    letter-spacing:3px;
    margin:0;
    padding:0;
    text-transform:uppercase;
}
* html h2 {
    letter-spacing:1px;
}
h3 {
    color:#999;
    font-size:13pt;
    font-weight:normal;
    letter-spacing:3px;
    margin:0;
    padding:0;
    text-transform:uppercase;
}
* html h3 {
    letter-spacing:1px;
}
/* IE Hack */
/*\*/
* html h1 {
	letter-spacing:1px;
}
/**/
b1 {
	color:#999;
	font-size:10pt;
	font-weight:bold;
}
a {
	color:#74503B;
}
a:hover {
	text-decoration:none;
}
.menuitem {
	color:#B71C1C;
}
.menupage p {
	margin:0px;
}
/*
-----------------------------------------------------------------------------
Layout
-----------------------------------------------------------------------------*/
#top {
	position:relative;
	margin:0px auto;
	width:900px;
	height:50px;
	text-align:left;
	background:url(../images/main/backgrounds/top.gif) no-repeat scroll top right;
}
#risa-logo {
	position:absolute;
	top:0px;
	left:200px;
}
#christmas-header-button {
	position:absolute;
	right:80px;
	bottom:4px;
}
#contact-info {
	position:absolute;
	bottom:0px;
	left:0px;
	padding:3px;
    padding-left:0px;
	color:#666;
}
#contact-info a {
	color:#74503B;
	text-decoration:none;
}
#contact-info a:hover {
	text-decoration:underline;
}
#contact-info td {
	padding-right:2px;
}
#banner {
	position:relative;
	margin:0px auto;
	width:900px;
	height:170px;
	text-align:left;
	background:url(../images/main/backgrounds/banner-brown.png) no-repeat scroll top left;
}
#banner-image {
	position:absolute;
	top:10px;
	right:75px;
}
#wrapper {
	position:relative;
	margin:0px auto;
	width:900px;
	background:url(../images/main/backgrounds/page.png) no-repeat scroll top left;
}
#page {
	position:relative;
	margin-left:200px;
	margin-right:75px;
	padding:0px 10px 10px 10px;
	min-height:520px;
	text-align:left;
}
/* IE Hack */
/*\*/
* html #page {
	height:520px;
}
/**/
#left-column {
	position:relative;
	width:370px;
	line-height:1.8;
	text-align:left;
	margin-right:10px;
}
#jongleurs-menu-for-jongleurs, #jongleurs-menu-for-menu {
	position:absolute;
    right:-230px;
    top:15px;
    display:block;
	width:182px;
    height:83px;
    background-repeat:no-repeat;
    background-position:top;
}
#jongleurs-menu-for-jongleurs:hover, #jongleurs-menu-for-menu:hover {
	background-position:bottom;
}
#jongleurs-menu-for-jongleurs {
    background-image:url(../images/bow/menu/jongleurs-menu-for-jongleurs.png);
}
#jongleurs-menu-for-menu {
    background-image:url(../images/bow/menu/jongleurs-menu-for-menu.png);
}
#right-column {
	position:absolute;
	right:0px;
	top:0px;
	width:211px !important;
	width:221px;
	height:95%;
	margin-top:10px;
	padding-left:10px;
	border-left:1px solid #CCC;
}
#right-column img {
	margin-bottom:10px;
	border:solid 1px #999;
}
#right-column h1 {
	font-size:12pt;
	color:#999;
    letter-spacing:3px;
    padding-bottom:13px;
	border-bottom:1px solid #CCC;
    margin-bottom:5px;
}
#right-column a {
	display:block;
	color:#000;
	padding:2px;
	text-decoration:none;
	font-weight:lighter;
	font-size:9pt;
}
#right-column a:hover {
	color:#74503B;
}
#food-list {
	width: 400px;
	height: 537px;
	overflow: auto;
}
#food-menu img {
	margin-bottom:5px;
}
#one-column {
	position:relative;
    padding:10px;
	line-height:1.8;
	text-align:left;
	margin-right:10px;
}
#ads {
	position:absolute;
    top:20px;
    left:25px;
    width:141px;
    height:300px;
    border:1px solid #CCC;
	/* visibility:hidden; */
}
.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}
#new-year-poster {
	margin-left:45px;
}
#footer {
	position:relative;
	margin-left:200px;
	margin-right:75px;
    width:625px;
    height:25px;
	background-color:#CCC;
	text-align:left;
	color:#666;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color:#74503B;
	text-decoration:underline;
}
#footer-menu {
	position:absolute;
	top:5px;
	left:5px;
}
#copyright {
	position:absolute;
	top:5px;
	right:5px;
}
#bright-site {
	position:relative;
	margin-left:200px;
	margin-right:75px;
	padding:10px;
	color:#CCC;
}
#bright-site a {
	color:#CCC;
	text-decoration:none;
}
#bright-site a:hover {
	color:#74503B;
}
/*
-----------------------------------------------------------------------------
Menu
-----------------------------------------------------------------------------*/
#menu {
	position:absolute;
	top:15px;
	left:5px;
	width:175px;
}
#menu a {
	display:block;
	color:#FFF;
	padding:2px;
	text-decoration:none;
	font-weight:lighter;
	font-size:9pt;
	line-height:11px;
}
#menu a:hover {
	color:#CCC;
	text-decoration:underline;
}
#home #menu #menu-home, #rooms-risa #menu #menu-rooms, #rooms-chill #menu #menu-rooms, #rooms-club #menu #menu-rooms, #rooms-jongleurs #menu #menu-rooms, #rooms-lounge #menu #menu-rooms, #rooms-moods #menu #menu-rooms, #nights-out #menu #menu-nights-out, #highlight #menu #menu-highlight, #room-hire #menu #menu-room-hire, #tickets #menu #menu-tickets, #contact-risa #menu #menu-contact-us, #jongleurs-christmas-parties-09 #menu #menu-jongleurs-christmas-parties-09, #live-sports #menu #menu-live-sports, #lunch-menu #menu #menu-lunch-menu, #vip #menu #menu-vip, #world-cup-bookings #menu #menu-world-cup-bookings {
	color:#000;
	text-decoration:underline;
}
/*
-----------------------------------------------------------------------------
Contact
-----------------------------------------------------------------------------*/
.input {
	border:1px solid #999;
	font-family:"Lucida Grande", Geneva, Verdana, sans-serif;
	font-size:8.5pt;
	padding:2px;
	margin:2px;
}
.label {
	color:#666;
    padding-right:3px;
}
.button {
    background-color:#74503B;
    border-color:#CCC #555 #555 #CCC;
    border-style:solid;
    border-width:1px;
    color:#FFF;
    font-family:"Lucida Grande", Geneva, Verdana, sans-serif;
    font-size:8.5pt;
    margin-left:2px;
    padding:2px 15px 3px 15px;
    text-align:center;
    cursor:pointer;
}
#contact-risa table {
	line-height:1.2;
}
.name {
	color:#B83048;
    font-style:italic;
}
.review {
	border-top:1px solid #AAA;
}
.error {
	color:#F00;
}
/*
-----------------------------------------------------------------------------
Google Map
-----------------------------------------------------------------------------*/
#googlemap {
	border:solid 1px #CCC;
	margin-top:0px;
    margin-left:3px;
	width:375px;
    height:375px;
}
/*
-----------------------------------------------------------------------------
Tickets
-----------------------------------------------------------------------------*/
#ticketpage {
	text-align:center;
    width:100%;
}
.ticket {
	position:relative;
    margin:0px auto;
	width:450px;
	height:100px;
	margin-top:20px;
	border:solid 1px #CCC;
    line-height:1.2;
	text-align:left;
}
.title {
	position:absolute;
	left:0px;
	top:0px;
	width:20px;
	height:100px;
	border-right:solid 1px #CCC;
}
.logo {
	position:absolute;
	right:5px;
	top:5px;
	width:180px;
	height:30px;
	border:solid 1px #CCC;
}
.buynow {
	position:absolute;
	right:5px;
	top:45px;
	width:250px;
	height:25px;
	text-align:right;
	font-size:8.5pt;
}
.buynow .input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8.5;
	border:solid 1px #CCC;
	padding:2px;
	margin-bottom:3px;
}
.buynow .button {
	background:#900;
	color:#FFF;
	cursor:pointer;
	margin-bottom:3px;
	padding:1px 14px 1px 14px
}
.ticketinfo {
	position:absolute;
	left:26px;
	top:5px;
	width:220px;
	height:90px;
}
.ticketinfo h1 {
	margin:0px;
	padding:0px;
	font-size:small;
    letter-spacing:0px;
    border:none;
	text-transform:none;   
    color:#222;
    font-weight:bold; 
}	
.price {
	position: absolute;
	right:200px;
	top:5px;
	width:80px;
	height:20px;
	text-align:right;
	font-size:10pt;
	font-weight:bold;
}
.link-button {
	color:#00C;
	text-decoration:none !important;
	text-decoration:underline;
	background:none;
	border:none;
	border-bottom:1px solid #00C !important;
	border-bottom:none;
	font-family:"Lucida Grande", Geneva, Verdana, sans-serif;
	font-size:8.5pt;
	margin:0px;
	padding:0px;
	cursor:pointer;
}
/*
-----------------------------------------------------------------------------
Calendar
-----------------------------------------------------------------------------*/
input.dashboard, select.dashboard {
	width:90px;
	float:left;
}
button.dashboard {
	background:url(../images/main/tickets/calendar/dashboard-icon.gif);
	border:0;
	cursor:pointer;
	float:left;
	height:20px;
	width:20px;
	margin-top:1px;
}
button.dashboard:hover, button.dashboard.active {
	background-position:0px 20px;
}
div.dashboard {
	background:url(../images/main/tickets/calendar/dashboard.png);
	height:175px;
	padding:0px 12px;
	text-align:center;
	width:147px;
}	
div.dashboard * {
	margin:0;
	padding:0;
}	
div.dashboard div {
	background:none !important;
	cursor:move;
	height:165px;
	overflow:hidden;
	padding-top:10px;
	position:relative;
	width:147px;
}
div.dashboard caption {
    color:#BD3636;
    font:normal 12px/17px Arial, Helvetica, sans-serif;
    padding-top:4px;
    text-align:center;
    width:100%;
}
div.dashboard caption a {
	cursor:pointer;
	display:block;
	height:11px;
	overflow:hidden;
	position:absolute;
	text-indent:-100px;
	top:16px;
	width:11px;
}
div.dashboard caption a.prev {
	background-image:url(../images/main/tickets/calendar/dashboard-prev.gif);
	left:1px;
}
div.dashboard caption a.next {
	background-image:url(../images/main/tickets/calendar/dashboard-next.gif);
	right:1px;
}
div.dashboard caption a:hover {
	background-position:0 11px;
}
div.dashboard caption span {
	height:25px;
	position:relative;
	text-align:center;
}
div.dashboard caption span.month {
	padding-right:8px;
}
div.dashboard caption span.month:after {
	content:',';
}
div.dashboard table {
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	cursor:default;
	margin:0 auto;
	overflow:hidden;
	width:147px;
}
div.dashboard td, div.dashboard th {
	border:0;
	color:#999;
	font:normal 12px Arial, Helvetica, sans-serif;
	height:19px;
	text-align:center;
	width:21px;
}
div.dashboard td {
	color:#333;
	font-size:11px;
	padding-right:5px;
	text-align:right;
	width:16px;
}
div.dashboard td.invalid {
	color:#666;
}
div.dashboard td.valid {
	color:#FFF;
	cursor:pointer;
}
div.dashboard td.active, div.dashboard td.hover {
	color:#BD3636;
	cursor:pointer;
}