/*
	$Id:: base.css 1807 2011-02-08 16:52:37Z pawoo                  $:
	@Project Name : Atalanta Version 3
	@Market : Graduations
	@Copyright : H Tempest Ltd
	@Author : Paul Wootton
	@Description : Base style sheet
*/
body {
	/* background-image: url(../image/bg.jpg);
	background-repeat: no-repeat; */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #C0D7FA;
}
area a:focus {
	outline-style: none;
}
h3 {
	font-size: 14px;
}
p {
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.noscript {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	position:absolute;
	margin-left: 80px;
	top:125px;
}
.container{
	left: 50%;
	margin-left: -477px;
	position: absolute;
	top: 25px;
	width: 954px;
}
/* Page titles */
.clientname {
	font-size: 30px;
	left: 400px;
	position: absolute;
	text-align: left;
	top: 58px;
	color: #333333;
	overflow: hidden;
	z-index: 10;
}
.pagetitle {
	left: 400px;
	position: absolute;
	text-align: left;
	top: 104px;
	font-size: 30px;
	color: #333333;
	z-index: 10;
}
/* Main page layout content */
.mainPage {
	position: relative;
	left: 0px;
	top: 0px;
	height: 771px;
	width: 954px;
	background-image: url(../image/content_bg.png);
	background-repeat: no-repeat;
}
.menutab {
	background-image: url(../image/menu_tab5.png);
	background-repeat: no-repeat;
	height: 730px;
	left: 20px;
	position: absolute;
	width: 910px;
	top: 15px;
}
.carttab {
	background-image: url(../image/cart_tab.png);
	background-repeat: no-repeat;
	height: 730px;
	left: 20px;
	position: absolute;
	width: 915px;
	top: 15px;
}
.mydetailstab {
    background-image: url("../image/my_details_tab.png");
    background-repeat: no-repeat;
    height: 730px;
    left: 20px;
    position: absolute;
    top: 15px;
    width: 915px;
}

.reservationtab {
    background-image: url("../image/reservation_tab.png");
    background-repeat: no-repeat;
    height: 730px;
    left: 20px;
    position: absolute;
    top: 15px;
    width: 915px;
}

#mydetailsbox {
    font-size: 11px;
    height: 431px;
    left: 41px;
    overflow: auto;
    position: absolute;
    top: 190px;
    width: 712px;
}

.mydetailsbuttons {
    left: 644px;
    position: relative;
    top: 625px;
    width: 112px;
}
.checkouttab {
	background-image: url(../image/cart_tab.png);
	background-repeat: no-repeat;
	height: 730px;
	left: 20px;
	position: absolute;
	width: 915px;
	top: 15px;
}
.orderstab {
	background-image: url(../image/orders_tab.png);
	background-repeat: no-repeat;
	height: 730px;
	left: 20px;
	position: absolute;
	width: 915px;
	top: 15px;
}
.tabLabel {
    visibility: hidden;
    font-size: 1.2em;
    color: black;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    display: table-cell;
    
}
.hometablink {
	top: 170px;
	left: 792px;
	position: absolute;
}
.hometablink a {
	position: absolute;
	height: 38px;
	width: 100px;
	border: 0px black solid;
	text-decoration: none;
    text-align: center;
    display: table;
}
.orderstablink {
	top: 217px;
	left: 792px;
	position: absolute;
}
.orderstablink a {
	position: absolute;
	height: 38px;
	width: 100px;
	border: 0px red solid;
	text-decoration: none;
    text-align: center;
    display: table;
}
.carttablink {
	top: 264px;
	left: 792px;
	position: absolute;
}
.carttablink a {
	position: absolute;
	height: 38px;
	width: 100px;
	border: 0px green solid;
	text-decoration: none;
	z-index: 1;
    text-align: center;
    display: table;
}
.mydetailstablink {
	top: 310px;
	left: 792px;
	position: absolute;
}
.mydetailstablink a {
	position: absolute;
	height: 38px;
	width: 100px;
	border: 0px black solid;
	text-decoration: none;
    text-align: center;
    display: table;
}
.fifthtablink {
    top: 358px;
	left: 792px;
    position: absolute;
}

.fifthtablink a {
	position: absolute;
	height: 38px;
	width: 100px;
	border: 0px yellow solid;
	text-decoration: none;
	z-index: 1;
    text-align: center;
    display: table;
}
.sixthtablink {
    top: 406px;
	left: 792px;
    position: absolute;
}

.sixthtablink a {
	position: absolute;
	height: 38px;
	width: 100px;
	border: 0px yellow solid;
	text-decoration: none;
	z-index: 1;
    text-align: center;
    display: table;
}
.infobox {
    background-color: #fff;
    display: none;
    width: 350px;
    padding: 15px;
    text-align: left;
    border: 2px solid #333;
    opacity: 1;
	top: 450px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
	z-index: 10000;
}
.infobox h2 {
    background: url(../image/dialogs/info.png) 0 50% no-repeat;
    margin: 0px;
    padding: 10px 0 10px 45px;
    border-bottom: 1px solid #333;
    font-size: 20px;
}
.infobox p {
    margin: 0px;
    font-size: 12px;
}
.infoboxwide {
    background-color: #fff;
    display: none;
    width: 550px;
    padding: 15px;
    text-align: left;
    border: 2px solid #333;
    opacity: 1;
	top: 450px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
	z-index: 10000;
}
.infoboxwide h2 {
    background: url(../image/dialogs/info.png) 0 50% no-repeat;
    margin: 0px;
    padding: 10px 0 10px 45px;
    border-bottom: 1px solid #333;
    font-size: 20px;
}
.infoboxwide p {
    margin: 0px;
    font-size: 12px;
}
.error {
	background-color: #FFCC99;
	/*border: 1px solid red;
	border-collapse: collapse;*/
}
/* Buttons */
.btnlogout {
	position: absolute;
	left: 825px;
	top: 320px;
	height: 50px;
	width: 100px;
}
/* Bounding boxes */
fieldset {
	border: 1px solid #CCCCCC;
	margin: 0.5em 0;
	padding: 0.5em;
}
legend {
	font-weight: normal;
	font-size: 12px;
	padding: 0.5em;
}
.aboutlink {
	top: 455px;
	left: 825px;
	position: absolute;
}
.version {
	font-size: 8px;
	color: #CCCCCC;
}

#logo {
	position:absolute;
	top:50px;
	left:822px;
	max-height:102px
}

.personal{
	font-size: 12px;
    width: 200px;
}

.personal td{
	padding-right: 100px;
}
.personal textarea, .personal input{
	font-size: 12px;
}

.required {
	background-color:#FFC;
}
.inputerror {
	border-color: RED;
}
