﻿
@media print {
	BODY {font-size: 10pt; line-height: 120%; background: white;}
	
	#header
	{
		display: none;
	}
	
	#footerStyle
	{
		visibility: hidden;
	}
	
	#doNotPrint
	{
		display: none;
	}
	
	#printButton
	{
		display: none;
	}
	

}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Calibri, Verdana, Arial, Sans-Serif, 'Trebuchet MS';
	color: #333;
	text-align: center;
	background: #4495d2 repeat-x top; border: none;
	margin: 0px 0 15px 0;
	padding: 0;
	line-height: 210%;
	}

#header
{
	background-image:url(images/headerbg.png);
	background-repeat:repeat-x;
}

#headerContainer
{
	width: 890px;
	margin: 0 auto;
	text-align: left;
}

#headerCoupon
{
	float: right;
	height:76px;
	width: 250px;
	text-align: right;
	padding-right: 30px;
	
}

#printButton
{
	float: right;
	padding-right: 20px;
}


/* ------------------------------------------ */

#mainbodyTop
{
	margin-top: 10px;
	padding-top: 10px;
	width: 890px;
	height: 20px;
	background:  url(images/bodybg_01.png) no-repeat top center;
}

#mainbodyMiddle
{
	background:  url(images/bodybg_02.png) repeat-y top left;
	clear:both;
	padding: 5px 15px;
	font-size: 14px;
}

#mainbodyMiddle h1
{
    color: #4c6fab;
    border-bottom: dotted 2px #4c6fab;
    line-height: 160%;
}

#mainbodyMiddle h2
{
    color: #b53737;
    border-bottom: solid 1px #b53737;
    font-size: 18px;
}

#mainbodyMiddle h4
{
    color: #a62206;
    border-bottom: solid 1px #a62206;
    font-size: 24px;
    font-weight: bold;
}

#mainbodyBottom
{
	width: 890px;
	height: 65px;
	background:  url(images/bodybg_04.png) no-repeat top center;
}

/* ------------------------------------------ */

#footerStyle
{
	font-size: 16px;
	padding: 1px 15px 0px 15px;
}

/* ------------------------------------------ */


hr.cleardup 
{
	clear:both; margin: 0;  width:0px; color:#fff; border: 0; background-color: #fff;  
}
	
/* ------------------------------------------ */


#leftFloat300
{
	width: 300px;
	float: left;
	padding-right: 15px;
	text-align: center;
}

.redText
{
	color: #d1263c;
}

#page a
{
	color: #d1263c;
}

/* ------------------------------------------ */

#menu
{
	height: 55px;
	width: 890px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	float: left;
	padding-top: 10px;
}

#menu a {
	display: block;
	float: left;
	padding: 8px 0px 5px 0px;
	margin-right: 1px;
	height: 55px;
	width: 72px;
	text-decoration: none;
	font-size: 11px;
	color: #ffffff;
	background: url(images/button-up.png) no-repeat left top;
}

#menu a:hover 
{
    height: 55px;
	background: url(images/button-down.png) no-repeat left top;
}

/* -------------------------- */

#page {
	width: 890px;
	text-align: left;
	margin: 0 auto;
	}
	

/*--------------------------------------------*/


.form
{
    padding-bottom: 5px;
    font-size: 10pt;
}

.formLabel
{
    float: left;
    width: 120px;
    
    padding-top: 8px;
}

.formBox
{
}

.txtControl250x40
{
    background-image: url("images/txtbg-250x40.png");
    border: solid 0px #ffffff;
    width: 250px;
    height: 40px;
    padding: 10px;
    
    font-size: 9pt;
    color: #fff;
}


.txtControl250x75
{
    background-image: url("images/txtbg-250x75.png");
    border: solid 0px #ffffff;
    width: 250px;
    height: 75px;
    padding: 10px;
    font-size: 9pt;
    color: #fff;
}

.txtControl150x40
{
    background-image: url("images/txtbg-150x40.png");
    border: solid 0px #ffffff;
    width: 130px;
    height: 20px;
    padding: 10px;
    font-size: 9pt;
    color: #fff;
}

.btnClass
{
    background-image: url("images/txtbg-150x40.png");
    
    padding: 10px;
    font-size: 9pt;
    border: solid 0px #ffffff;
    width: 150px;
    background-color: #ffffff;
    color: #fff;
}

/*----------------------------------------*/

/* BOOKING CALENDAR */

#bookingCalendar
{
    background-color: #fff; border: solid 3px #ccc; text-align: left; margin: 10px; padding: 10px;
    font-family: 'Microsoft Sans Serif';
    font-size: 11px;
    width: 1600px;
}

#bookingCalendar h1
{
    border-bottom: solid 1px #260b04;
    color: #B21212;
}

#bookingCalendar h2
{
    color: #888470;
}

#bookingCalendar h4
{
    color: #a62206;
    border-bottom: solid 1px #a62206;
    font-size: 24px;
    font-weight: bold;
}

#bookingCalendar a
{
    color: #ffffff;
    text-decoration: none;
}

#bookingCalendar a:hover
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}

.BookingDate
{
    color: #646152;
    font-weight: bold;
    border-bottom: solid 1px #646152;
    font-size: 18px;
}

/*-----------------------*/
.CalBooked
{
    width: 80px;
    background-color: #63734a;
    padding: 0px 4px;
    color: #f2f1e4;
    border-right: solid 2px #646152;
    font-size: 11px;
    text-align: center;
}

.CalBookedTop
{
    width: 80px;
    background-color: #63734a;
    padding: 0px 4px;
    color: #f2f1e4;
    border-right: solid 2px #646152;
    border-top: solid 2px #646152;
    font-size: 11px;
    text-align: center;
}

.CalBookedBottom
{
    width: 80px;
    background-color: #63734a;
    padding: 0px 4px;
    color: #f2f1e4;
    border-right: solid 2px #646152;
    border-bottom: solid 2px #646152;
    font-size: 11px;
    text-align: center;
}

/*----------------------------------------------*/

.CalBookedNS
{
    width: 80px;
    background-color: #901414;
    padding: 0px 4px;
    color: #f2f1e4;
    border-right: solid 2px #646152;
    font-size: 11px;
    text-align: center;
}

.CalBookedTopNS
{
    width: 80px;
    background-color: #901414;
    padding: 0px 4px;
    color: #f2f1e4;
    border-right: solid 2px #646152;
    border-top: solid 2px #646152;
    font-size: 11px;
    text-align: center;
}

.CalBookedBottomNS
{
    width: 80px;
    background-color: #901414;
    padding: 0px 4px;
    color: #f2f1e4;
    border-right: solid 2px #646152;
    border-bottom: solid 2px #646152;
    font-size: 11px;
    text-align: center;
}

/*----------------------------------------------*/

.CalBookedCI
{
    width: 80px;
    background-color: #9c9473;
    padding: 0px 4px;
    color: #f2f1e4;
    border-right: solid 2px #646152;
    font-size: 11px;
    text-align: center;
}

.CalBookedTopCI
{
    width: 80px;
    background-color: #9c9473;
    padding: 0px 4px;
    color: #f2f1e4;
    border-right: solid 2px #646152;
    border-top: solid 2px #646152;
    font-size: 11px;
    text-align: center;
}

.CalBookedBottomCI
{
    width: 80px;
    background-color: #9c9473;
    padding: 0px 4px;
    color: #f2f1e4;
    border-right: solid 2px #646152;
    border-bottom: solid 2px #646152;
    font-size: 11px;
    text-align: center;
}

/*----------------------------------------*/

.CalTime
{
    width: 80px;
    background-color: #646152;
    color: #f2f1e4;
    text-align: center;
    padding: 3px 0px;
}

.CalLane
{
    width: 80px;
    background-color: #646152;
    color: #f2f1e4;
    text-align: center;
}

.CalOpenOdd
{
    width: 80px;
    background-color: #cedee7;
    border-right: solid 2px #646152;
}

.CalOpenEven
{
    width: 80px;
    background-color: #cecece;
    border-right: solid 2px #646152;
}

/*--------------------------------------*/

#header1
{
	background-image:url(images/headerbg.png);
	background-repeat:repeat-x;
	height: 700px;
	margin-top: 0px;
	border-top: solid 1px #1e3667;
}

#login
{
    width: 500px;
    height: 407px;
    background-image: url(images/login-bg.jpg);
    margin: 0 auto;
	text-align: center;

	color: #fff;
	font-size: 13px;
}

#login h1
{
    color: #fff;
    padding-top: 60px;
    font-size: 36px;
}

/*---------------------------------------*/

#bookingLaneDetails
{
    background-color: #fff; padding: 10px; width: 600px; margin: 0 auto; border: solid 2px #ccc; height: 400px; margin-top: 10px;
    font-size: 13px;
    text-align: left;
}

#bookingLaneBook
{
    background-color: #fff; padding: 10px; width: 900px; margin: 0 auto; border: solid 2px #ccc; margin-top: 10px;
    font-size: 13px;
    text-align: left;
}


/*-------------------------------*/

#ajaxLoad
{
    border: solid 3px #000;
    width: 500px;
    position: absolute;
    float: right;
    margin: 0;
    background-color: #ccc;
    padding: 0px 50px;
    text-align: center;
}

#ajaxLoad H1
{
    border: none;
    color: #666;
}

.grey
{
    background-color: #ddd;
}

.tdTitle
{
    font-weight: bold;
    text-decoration: underline;
}


/* ------------------------ */

#hours
{
    clear: both;
}

#hours td
{
    border-bottom: solid 1px #ccc;
}