﻿@import "responsiveStyle.css";

body 
{
  background: #000000 url(/booking/styles/master/background.jpg) repeat 0 0;
  font-family: arial, verdana, sans-serif;
  font-size: 0.6875em;
  margin-top: 0;
  margin-left: 0;
  text-align: center; /* for IE */
}
a {color: #000000;}
h1 {font-size: 22px; font-weight: bold;}
.bold {font-weight: bold;}
.Main 
{
  width: 955px;
  margin: 0 auto;   /* align for good browsers */
  text-align: left;
  font-size: 12px;
}

.Logo {background-color: #ffffff; width: 955px; padding-top: 50px;}
.Logo img {margin-left: 80px; border: solid 1px #000000;}

.Page {overflow: hidden; background-color: #ffffff; padding: 20px 80px;}


.SideBar {float: right; width: 226px; padding-top: 5px;}

.footer {color: #ffffff;}
.footer a {color: #ffffff; text-decoration: none;}
.footer a:hover {text-decoration: underline;}

/* List of classes */
.classList {margin-top: 10px;}
.classList td {padding: 0 5px 5px 5px;}
.classList h2 {font-size: 18px; font-weight: bold;}
.classList .code {color: #2A2A2A;}





/* orderPage */
.orderPage {overflow: hidden;}
.orderPage .PageLeft {float: left; width: 600px;}
.orderPage .PageRight {float: right; width: 190px;}
.orderPage h1 {margin-bottom: 10px;}
.orderPage h2 {font-size: 16px;}
.orderPage .sum {font-weight: bold; text-align:right; padding-left: 10px;}
.orderPage .sumTotalRight, .orderPage .sumTotalLeft {border-top: solid 1px grey; border-bottom: solid 1px grey; padding: 3px;}
.orderPage .sumTotalRight {text-align:right; padding-left: 20px;}
.orderPage .className {width: 280px;}
.orderPage .pupils {padding: 0 0 5px 20px;}
.orderPage .description {color: #666666;}
.orderPage .addClassRow {padding: 10px 0;}
.orderPage .discountRow {padding-bottom: 3px; font-style: italic;}
.orderPage input {border: solid 1px #5f5f5f; margin: 5px 5px 5px 10px; background-color: #ffffff; padding: 3px;}
.orderPage textarea {border: solid 1px #5f5f5f; margin: 5px 5px 5px 0px; background-color: #ffffff; padding: 3px;}
.orderPage input:focus, .orderPage textarea:focus {background-color: #fffec3;}
.orderPage select {border: solid 1px #5f5f5f; margin: 5px 5px 5px 10px; background-color: #ffffff; padding: 3px;}
.orderPage select:focus {background-color: #fffec3;}
.orderPage .button {background-color: #bff204; padding: 5px 20px; margin: 10px;}
.orderPage .button:hover {cursor: pointer; background-color: #dbff55;}
.orderPage .contact {padding-top: 45px; text-align: center;}
.orderPage .phone {font-size: 16px; text-align: center; font-weight: bold;}
.orderPage .officeHours {font-size: 10px; text-align: center; color: gray; padding-top: 3px;}
.orderPage .info {font-size: 11px; padding-top: 20px;}
.orderPage .info ul {list-style-type: disc; list-style-position: outside;}
.orderPage .info li {margin: 0 0 5px 5px;}
.orderPage .agreeError {color: #ff0000; font-weight: bold;}
.orderPage .orderSummary {border: solid 1px gray; padding: 20px; margin: 10px;}
.orderPage .orderSummary td {padding: 3px;}
.orderPage .orderSummary .lbl {color: gray;}
.orderPage .classDesc {font-style: italic; padding-left: 5px;}
.orderPage .small {font-size: 11px;}

.orderPage .errorMsg {
  position:absolute;
  margin: -15px 0 0 -5px;
  padding: 5px 5px 10px 15px;
  overflow: hidden;
  background: transparent url(/Styles/floatingError/ErrorBox.gif) 0 0 no-repeat;
  color: #ffffff;
  z-index: 1000;
} 


/* Tabs */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #f9f99f;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}



/* modal box */
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -400px;
    width: 800px;
    
    background-color: #ffffff;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}