/***********************************************/
/* booking.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 




html, body  {
   min-height: 100%; /*Sets the min height to the
                       height of the viewport.*/
   width: 100%;
   height: 100%; /*Effectively, this is min height
                   for IE5+/Win, since IE wrongly expands
                   an element to enclose its content.
                   This mis-behavior screws up modern
                   browsers*/
   }

html>body {
   height: auto; /*this undoes the IE hack, hiding it
                   from IE using the child selector*/
   }



body{
	color: #2a2a2a;
	font: normal 12px "lucida grande", verdana, sans-serif;
	line-height:1.6;	
	margin: 0px;
	padding: 0px;
	background:#FFFFFF;
	width:100%;
	height:100%;
	z-index:0;
}

#layer{
	width:100%;
	height:500%;
	position:absolute;
	text-align:center;
	float:none;
	z-index:10;
	background:#000000;
	filter:alpha(opacity=50);
	opacity: 0.5;
	display:none;
	margin:0;
	padding:0;
}

.floating{
	width:100%;
	height:500%;
	position:absolute;
	text-align:center;
	float:none;
	z-index:10;
	background:#000000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	display:block;
	margin:0;
	padding:0;
}


#footer {
	clear: both;
   width: 100%;
   text-align: left;
   border-top: 1px dotted #e6e6e6; color: #666666; height: 20px;
	margin: 0px 0 20px 0;
	font-size: 11px;
   }

.absCenter{
	padding:0;
	margin:auto;
	top:40%;
	left:45%;
	position:fixed;
	margin-left:auto;
}

.style4 {font-size: 100%}
.style5 {color: #FFFFFF}
.style6 {font-size: 9px}
.style7 {font-size: 100%; font-weight: bold; }

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color:#FF9966;
}
/* overrides decoration from previous rule for hovered links */




h1, h2, h3, h4, h5, h6 {
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h1{
font-size: 24px;
 color: #2a2a2a;
padding: 25px 0 25px 0;
font-weight: normal;
}

h2{
 font-weight:normal;font-size:160%;
 color: #2a2a2a;
 text-align: left;
margin: 25px 0 0 0;
width: 100%;
border-bottom: 1px dotted #e6e6e6;
font-weight: normal;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}


ul{
	list-style:none;
}
li{
	list-style:none;
}
/*optgroup{
	background:url(../images/downArrowIcon.jpg) right bottom no-repeat;
	font-family:"Segoe UI";
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	padding:3px 16px 3px 3px;
	border:#003366 1px solid;
	text-transform:uppercase;
}*/

optgroup{
 background:#003366;
 font-family:Arial;
 font-size:12px;
 font-weight:bold;
 font-style:normal;
 /*padding:1px;*/
 color:#FFFFFF;
 border:#003366 1px solid;
 text-transform:uppercase;
}

option{
 background:#FFFFFF;
 color:#000000 !important;
 /*border:#003366 1px solid;
 border-collapse:collapse;*/
}

input.button{
	background:#666666 url(../images/button_white.png) center center repeat-x !important;
	color:#2a2a2a;
	padding:1px 3px;
	margin:0px 5px;
	cursor:pointer;
	height:28px;
	border:#999999 1px solid;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: "lucida grande", verdana, sans-serif;
	border-collapse:collapse;
}
input.button:hover{
	background:#666666 url(../images/button_bg0_.gif) center center repeat-x !important;
	color:#900000;
	/*color:#FFFFFF;*/
}
input.button_disabled{
	background:#003366 url(../images/button_bg0__.gif) center center repeat-x !important;
	color:#999999;
	padding:1px 3px;
	margin:0px 5px;
	cursor:pointer;
	height:28px;
	border:#999999 1px solid;
}

input.button_GreenBG{
	background:url(../images/button_bg4.gif) center center repeat-x !important;
	color:#FFFFFF;
	padding:1px 3px;
	margin:0px 5px;
	cursor:pointer;
	height:28px;
	border:#CCCCCC 1px solid;
}
input.button_GreenBG:hover{
	background:#003366 url(../images/button_bg2.gif) center center repeat-x !important;
	color:#000000;
}

input.button_OrangeBG{
	background:url(../images/btn_orangeBG.gif) top repeat-x !important;
}
input.button_OrangeBG:hover{
	background:url(../images/btn_orangeBG_hover.gif) top repeat-x !important;
}

input.button_calendar{
	background:url(../images/cal.gif) center top no-repeat;
	width:16px;
	height:16px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	cursor:pointer;
}

input.button_delete{
	background:url(../images/delete.gif) center top no-repeat !important;
	width:16px;
	height:16px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	cursor:pointer;
}

input.button_enable{
	background:url(../images/visible.gif) center top no-repeat !important;
	width:20px;
	height:16px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	cursor:pointer;
}

input.button_disable{
	background:url(../images/invisible.gif) center top no-repeat !important;
	width:20px;
	height:16px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	cursor:pointer;
}

input.button_edit{
	background:url(../images/edit.gif) center top no-repeat !important;
	width:16px;
	height:16px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	cursor:pointer;
}

input.button_print{
	background:url(../images/printIcon.gif) center top no-repeat !important;
	width:30px;
	height:30px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	cursor:pointer;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height:138px;
	background:#171515 url(../images/logo.png) top left no-repeat;
	z-index:1;
}

#masthead_inner{
	margin: 0;
	padding: 0;
	width: 100%;
	height:138px;
	background: url(../images/phone.png) top right no-repeat;
	z-index:1;
}

#navBar{
	padding: 0px;
	background:#F7F8F7;
	width:19%;
	float:left;
	display:none;
}

#content{
	width:96%;
	margin:1%;
	padding:1%;
	text-align:center;
	height:100%;
	overflow:visible;
}

/************** .story styles *****************/

.story{
	width:100%;
	clear: both;
	margin:10px auto 10px auto;
	padding:0;
	font-size: 12px;
	text-align:left;
	min-height:300px;
}




.story p{
	padding: 0px 0px 10px 0px;
	text-align:justify;
}

/************* #siteInfo styles ***************/
#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	border-right: none;
	font-size: 75%;
	color: #cccccc;
	padding: 2px 10px 2px 10px;
	margin-top: 0px;
	background:#171515;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


.dragItem{
	border:#003366 1px solid;
}



/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 0;
}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}



/************** .feature styles ***************/

.feature{
	padding: 0px 0px 25px 10px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #2a2a2a;
}

.feature h3{
	text-align: left;
	font-size: 14px;
	color: #eca103;
	font-weight: bold;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */



/************* #search styles ***************/
#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}



/*********** .relatedLinks styles ***********/
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}



/************** #advert styles **************/
#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/
#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


a{
	outline:none;
	white-space:nowrap;
}


.calendar{
	border:#CCCCCC 1px solid;
	font-family:"Segoe UI";
	font-size:10px;
	letter-spacing:2px;
	width:570px;
}

.calendar td{
	/*border:#990000 1px solid;*/
	font-family:"Segoe UI";
	font-size:10px;
	letter-spacing:2px;
	/*width:70px;
	height:80px;*/
	padding:5px;
}

#div_availableDates{
	/*border:#990000 2px solid;*/
	padding:5px;
	display:none;
}

.instructionMessage{
	font-family:Arial;
	font-size:14px;
	color:#3366CC;
	font-weight:bold;
	text-transform:uppercase;
}
.successMessage{
	font-family:Arial;
	font-size:14px;
	color:#006633;
	font-weight:bold;
	text-transform:uppercase;
}
.errorMessage{
	font-family:Arial;
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
	text-transform:uppercase;
}

.success_message{
	width:400px;
	height:auto;
	background:#EBF0E1;
	border:#C7D6A7 1px solid;
	text-align:center;
	vertical-align:middle;
	font: Arial bold;
	font-size:13px;
	line-height:30px;
}

.failure_message{
	width:400px;
	height:auto;
	background:#FFE3DF;
	border:#990000 1px solid;
	text-align:center;
	vertical-align:middle;
	font: Arial bold;
	font-size:13px;
	line-height:30px;
	padding:5px;
}


.reason_message{
	width:300px;
	height:auto;
	background:#FFFFFF;
	border:#CC0000 1px solid;
	text-align:center;
	vertical-align:middle;
	font: Arial bold;
	font-size:13px;
	line-height:20px;
	margin:auto;
	color:#990000;
}

#loading{
	display:none;
	top:0px;
	float:right;
	width:9%;
	height:32px;
	overflow:hidden;
	left:91%;
	text-align:center;
	background:#EDB849;
	position:absolute;
	z-index:11;
}

.tableCell_small{
	width:100px;
	height:30px;
	border:1px #000000 solid;
	padding:5px;
	text-align:center;
	border-collapse:collapse;
}

.lightBlueBG{
	display:none;
	border:2px #B5ECF2 solid;
	background:#ECF7F9;
	padding:10px;
	font-family:Tahoma;
	font-size:13px;
	color:#003366;
}

.blockTitle{
	color:#2a2a2a;
	white-space: nowrap;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
}


hr {color: #fff; background-color: #fff; border: 1px dotted #e6e6e6; border-style: none none dotted; }


.tableHeader{
	color:#000000;
	white-space: nowrap;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #edf3fe;
	text-align: left;

}

.tableHeaderTop {
	color:#ffffff;
	white-space: nowrap;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #6699cc;
	text-align: left;
	text-transform: uppercase;
}

.tableContent{
	color:#000000;
	white-space:nowrap;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 13px;
}

.table_cellBorders{
	background:#F8F9FA;
	border-collapse:collapse;
	margin:5px 0px 5px 0px;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color:#003366;
}
.table_cellBorders tr{
	font-family: "lucida grande", verdana, sans-serif;
		font-size: 13px;
		padding: 6px 8px;
		border: 1px solid #D9D9D9;
border-collapse:collapse;




}
.table_cellBorders td{
	font-family: "lucida grande", verdana, sans-serif;
		font-size: 13px;
		padding: 6px 8px;
		border: 1px solid #D9D9D9;
border-collapse:collapse;



}

.table_noBorders{
	margin:5px 0px 5px 0px;
	border:none;
}
.table_noBorders td{
	border:none;
}
.table_noBorders td{
	padding:5px;
	line-height:20px;
	border:none;
}

.lunchDetails{
	font-size:90%;
}

.button{
	font-family:"Segoe UI";
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}


#loginUserTypeSelectBox{
	width:50%;
	float:right;
	font-family:"Segoe UI";
	font-size:12px;
	font-weight:normal;
	color:#CCCCCC;
	line-height:20px;
	vertical-align:middle;
	margin:80px 10px 0px 0px;
	height:25px;
}
#loginUserTypeSelectBox select{
	font-family:"Segoe UI";
	font-size:12px;
	font-weight:normal;
	color:#CCCCCC;
	background:#171515;
	border:#CCCCCC 1px solid;
	padding:1px 2px 1px 2px;
	margin:0px 5px 0px 0px;
}

#loginBox{
	width:50%;
	float:right;
	font-family:"Segoe UI";
	font-size:12px;
	font-weight:normal;
	color:#CCCCCC;
	line-height:20px;
	vertical-align:middle;
	margin:10px 10px 0px 0px;
	height:25px;
}

#loginBox input{
	font-family:"Segoe UI";
	font-size:12px;
	font-weight:normal;
	color:#CCCCCC;
	background:#171515 !important;
	border:#CCCCCC 1px solid;
	padding:1px 2px 1px 2px;
}

#loginBox .button{
	background:#333333;
	border:#CCCCCC 1px solid;
	color:#CCCCCC;
	padding:1px 3px 3px 3px;
	margin:0px 5px;
	cursor:pointer;
	width:50px;
	height:24px;
	font-size:12px;
}


.title_link{
	font: normal 12px "lucida grande", verdana, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#C00000;
	cursor:pointer;
	text-transform:uppercase;
}

.subTitle_link{
	font: normal 12px "lucida grande", verdana, sans-serif;
	font-size:14px;
	color:#C00000;
	text-transform:uppercase;
	font-weight: bold;
}

.productDetails{
	margin:15px 0 15px 0;
	display: none;
	border: 1px solid #e6e6e6;
	background: #f6f6f6;
	padding:10px 0;
	width: 100%;
}

.packageDetails{
	width:99%;
	margin:0;
	padding:2px 0px 10px 0px;
	text-indent:20px;
	display:none;
	position:relative;
}

.rowDiv{
	width:100%;
	height:auto;
	margin:10px 0px 0px 0px;
	background: none;
	vertical-align:top;
	background:#f1f1f1;
	float:left;
}

.title_text{
	font: normal 12px "lucida grande", verdana, sans-serif;
	font-size: 14px;
 	font-weight: bold;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	display: block;
}

.packageName{
	font: normal 12px "lucida grande", verdana, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#C00000;
	text-transform:uppercase;

}

.packageDescription{
	font: normal 12px "lucida grande", verdana, sans-serif;
	font-size:12px;
	color:#2a2a2a;
}



.list_booking{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
}

#displayCancelledBookingDiv .list_booking tr td{
	white-space:normal !important;
}
#displayCancelledBookingDiv .list_booking tr.tableHeader_1 td{
	white-space:nowrap !important;
}

.list_booking input{
	border:0 !important;
	margin:0 !important;
	padding:0 !important;
	background:none !important;
}
.list_booking tr:hover{
	font-weight:bold;
}
.booking_green{
	background:url(../images/greenBG.gif) top repeat-x #D0EDC5;
	color:#000000;
	height:28px;
	/*white-space:nowrap;*/
	cursor:pointer;
}
.booking_green td{
	/*white-space:nowrap;*/
}
.booking_green:hover{
	background:url(../images/greenBG_hover.gif) top repeat-x #40B60E;
}

.booking_orange{
	background:url(../images/orangeBG.gif) top repeat-x;
	color:#000000;
	height:28px;
	/*white-space:nowrap;*/
	cursor:pointer;
}
.booking_orange:hover{
	background:url(../images/orangeBG_hover.gif) top repeat-x;
}

.booking_red{
	background:url(../images/redBG.gif) top repeat-x #EEA1A1;
	color:#FFFFFF;
	height:28px;
	/*white-space:nowrap;*/
	cursor:pointer;
}

.booking_red:hover{
	background:url(../images/redBG_hover.gif) top repeat-x #D30606;
}


.tableHeader_1{
	background:url(../images/tableHeaderBG_black.gif) top repeat-x;
	color:#FFFFFF;
	height:28px;
	white-space:nowrap;
}

.link{
	cursor:pointer;
	color:#3366FF;
}

.tab_bookingDetails{
	font-family:"Segoe UI";
	font-size:12px;
	font-weight:bold;
	color:#000000;
	background:#FFFFFF;
	border:2px #006699 solid;
}

.button_OrangeBG{
	background:url(../images/orangeBG.gif) top repeat-x;
	color:#000000;
	padding:1px 3px;
	margin:0px 5px;
	cursor:pointer;
	height:28px;
	border:#000000 1px solid;
}
.button_OrangeBG:hover{
	background:url(../images/orangeBG_hover.gif) top repeat-x;
}

#content_full{
  float:right;
	width: 95%;
	margin:0px 0px 30px 0px;
	padding: 0 3% 0 0;
}
.hidden{
	visibility:hidden;
	width:0px;
	height:0px;
}
.visible{
	visibility:visible;
	width:auto;
	height:auto;
}


.popUpCalendarBox{
	margin:0px;
}
.popUpCalendarBoxAlt{
	visibility:hidden;
	width:0px;
	height:0px;
}

.redBorder{
	border:#FF0000 2px solid;
}

#paymentOptions td{
	padding:5px 0px;
}



/*TOP-MENU*/
/************* #globalNav styles **************/
#globalNav{
	background: #1b1b1b url(../images/bg_globalnav.png);
	border-top: 1px solid #393939;
	border-bottom: 1px solid #393939;
	padding: 0px;
	margin: 0;
	white-space: nowrap;
	float:left;
	z-index:3;
	top:138px;
	left:0px;
	position:absolute;
	width:100%;
	height:32px;
	vertical-align:bottom;
	
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav table{
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	font-size:11px;
	background: #1b1b1b url(../images/bg_globalnav.png);
}
#globalNav table td{
	vertical-align:bottom;
	height:32px;
	margin:0px;
	padding:0px;
	
}
#globalNav .menuItem{
	position:relative;
	display:block;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#globalNav .menuItem li{
	position:relative;
	display:block;
	vertical-align:bottom;
	list-style:none;
	height:32px;
	margin:0;
	padding:0;
	border-right:#393939 1px solid;
	
}
#globalNav .menuItem li a{
	position:relative;
	display:block;
	font-weight: bold;
	vertical-align:bottom;
	width:auto;
	list-style:none;
	padding: 0 10px 0px 10px;
	margin:0;
	color:#d5d5d5;
	cursor:pointer;
	line-height: 32px;
	height: 32px;
}
#globalNav .menuItem li a:hover{
	background-color: #181818;
	color: #eeb94a;
}
#globalNav .menuItem li ul{/******************SUB-MENU**********************/
	position:absolute;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:none;
}
#globalNav .menuItem li ul li{
	display:block;
	width: 250px;
	height:22px;

	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*overflow:hidden;*/
	border-top:#1e1e1e 1px ridge;
}

#globalNav .menuItem li ul li a{
	display:block;
	background-color:#1b1b1b;
	color:#eeb94a;
	height:22px;
	line-height: 22px;
	/*overflow:hidden;*/
	margin:0px 0px 0px 0px;
	padding:2px 6px 0px 11px;
	border:none;
}
#globalNav .menuItem li ul li a:hover{
	color:#d5d5d5;
}

#newMenu{
width:300px !important; 
}

#newMenu li{
width:300px !important; 
}

.table_reports{
	border:#000000 1px solid;
	border-collapse:collapse;
	margin:5px 0px 5px 0px;
	font-family:Tahoma;
	font-size:90%;
}

#reports,#reports td{
	/*font-size:90% !important;*/
	line-height:normal;
	padding:2px;
	white-space:normal !important ;
}
#reports tr.tableHeader td{
	line-height:normal;
	padding:2px;
	background:#E9F4D7;
}

.table_reports tr{
	border:#000000 1px solid;
	border-collapse:collapse;
}
.table_reports td{
	padding:3px 3px;
	border:#000000 1px solid;
	border-collapse:collapse;
	vertical-align:top;
	text-align:center;
	white-space:nowrap;
}

#clockspan0{
	float:right;
	padding-right:10px;
}


.pickUpLocTabs,.ploTabs{
	display:none;
}

