/*------------------------------*/
/*		   CSS Fonts			*/
/*------------------------------*/

@font-face {
	font-family: 'WalkwayBlackRegular';
	src: url('Walkway_Black-webfont.eot');
	src: local('☺'), url('Walkway_Black-webfont.woff') format('woff'), url('Walkway_Black-webfont.ttf') format('truetype'), url('Walkway_Black-webfont.svg#webfontisNO80DM') format('svg');
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px;
}

/*------------------------------*/
/*		   Main CSS file		*/
/*------------------------------*/

* {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-serif;
}

legend {
  font-weight: bold;
}

fieldset {
  padding-top: 10px;
}

.clear {
	clear: both;
}

h1 {
	font-size: 15px;
}
	
p {
	margin-left: 20px;
}

p.nomargin {
	margin: 0;
}

.bold {
	font-weight: bold;
}

.hidden {
	display: none;
}

.print_logo {
	display: none;
}

p.number_error {
	font-weight: bold;
	color: red;
}

/*------------------------------*/
/*				Container divs				*/

body {
	text-align: center;
	background-image: url("../media/layout/bg_woodPattern.jpg");
}

#placeholder {
	width: 784px;
	height: 500px;
	margin: 50px auto;
	text-align: left;
}

#header {
	
}

#header .logo {
	left: -117px;
    position: relative;
    top: 20px;
}

#header .sec_logo {
	position: relative;
    right: -30px;
    top: -10px;
}

#tabs {
	height: 42px;
    width: 792px;
    z-index: 100;
}

#content {
	background-color: #fff;
	width: 784px;
	/*height: 500px;*/
	border: 1px outset #000;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
}

#footer  {
	width: 784px;
	height: 23px;
}

#footer .links {
	float: left;
	margin-top: 2px;
}

#footer .links a {
	color: #fff;
	font: 10px arial, sans-serif;
}

#footer .cards {
	float: right;
	margin: 2px 2px 0 0;
}

#footer .cards img {
	width: 50px;
}

/*------------------------------*/
/*		      Tabs     			*/

.tab {
	background: url("../media/layout/fans.png") no-repeat;
	height: 40px;
	width: 121px;
	float: left;
	text-align: left;
	padding: 14px 0 0 10px;
	font-weight: bold;
	color: #fff;
	position: relative;
	float: left;
	font: 12px 'WalkwayBlackRegular', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.tabNum {
	height: 18px;
    position: absolute;
    right: 3px;
    top: 19px;
    width: 29px;
}

.in_front {
	background: url("../media/layout/fans_selected.png") no-repeat;
}

#countdownHolder {
	float: right;
	color: #fff;
	font: bold 10px arial,sans-serif;
	padding: 3px 10px 0 0;
}

#countdown {
	height: 17px;
	padding: 3px 0 0 5px;
	width: 70px;
	color: #fff;
	font: bold 11px arial,sans-serif;
}

#countdown span {
	color: #f00;
	font: bold 10px arial,sans-serif;
}


/*------------------------------*/
/*				    Alerts			    	*/

.notValid {
	border-color: red;
	border-width: 3px;
	background-color: #fff6bf;
}

.alert {
  background: #fff6bf url(../media/layout/exclamation_mark.gif) center no-repeat;
  background-position: 15px 50%;
  text-align: left;
  padding: 5px 20px 5px 45px;
  border-top: 2px solid #ffd324;
  border-bottom: 2px solid #ffd324;
}

#noSpotsAlert {
  background: #fff6bf url(../media/layout/exclamation_mark.gif) center no-repeat;
  background-position: 15px 50%;
  text-align: left;
  padding: 5px 20px 5px 45px;
  border-top: 2px solid #ffd324;
  border-bottom: 2px solid #ffd324;
  margin-top: 10px;
}

#noSpotsOnMap {
  background: #fff6bf url(../media/layout/exclamation_mark.gif) center no-repeat;
  background-position: 15px 50%;
  text-align: left;
  padding: 5px 20px 5px 45px;
  border-top: 2px solid #ffd324;
  border-bottom: 2px solid #ffd324;
  position: absolute;
  margin-top: 20px;
  margin-left: 20px;
}

/*------------------------------*/
/*				    Links     				*/

a.maplink:link {
  color: #000;
  text-decoration: none;
}

a.maplink:visited {
  color: #000;
  text-decoration: none;
}

/*------------------------------*/
/*		     Modal Dialog     		*/

#modal-dialog {
  display: none;
}

#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background-color:#333; border:8px solid #444; padding:12px;}

/*------------------------------*/
/*		     Lightwindow     		*/

#lightwindow p {
	margin-left: 0;
	line-height: 15px; 
	text-align: left;
}


/*------------------------------*/
/*		     Booking type     	*/
.bookingtype_btn {
	width: 243px;
	height: 51px;
	float: left;
	text-align: center;
	color: #fff;
	margin: 10px 20px 0 0;
	cursor: pointer;
	display: table-cell;
	background: url("../media/layout/bg_bookingtypes.png");
}

.bookingtype_btn div {
	padding-top: 17px;
	font: 12px 'WalkwayBlackRegular', Arial, sans-serif;
	letter-spacing: 2px;
}

div#explain_booking {
	text-align: left;	
	padding: 50px 0 0 50px; 
}

#explain_booking p, #explain_booking b {
	font-size: 16px;
}

#explain_booking  h1 {
	font-size: 29px;
}

div#bookingtypes {
	display: table;
	padding: 50px;

}

#bookingtypes .row {
	display: table-row;
}

div#text_explanation {
	margin: 10px 0 0 50px; 
	width: 300px;
	height: 100px;
}

.questionmark {
	font-weight: bold;
	font-size: 17px;
	padding: 0 5px 2px 0;
}

.bookingheader {
	font-size: 13px;
	font-weight: bold;
}


/*------------------------------*/
/*		         Maps         		*/

#spotselector {
	float: left;
	margin: 20px 0 0 20px;
	width: 725px;
}

#map {
	float: left;
	margin: 10px 0 20px 20px;
}

#spotselector table {
	float: left;
}

#maplinks {
	clear: both;
	float: left;
}

#bookingmessages {
	float: left;
	color: #f00;
}

#area_sel {
  /*width: 70px;*/ 
}

#rowSelector {
  width: 75px;
}

#numSelector {
  width: 50px;
}

#spotSelectorInfo {
	float: right;
	width: 300px;
	height: 65px;
}

/*------------------------------*/
/*		     Information (Form)     		*/


table#importantInfo {
  float: left;
}

div#info {
  float: right;
}

div#form_buttons {
	float: left;
}

#participantsForm {
	padding: 7px;
}

#participantsTable {
	margin-top: 5px;
}


/*------------------------------*/
/*		     Payment      		*/

#payment_btn {
	margin: 0 0 20px 20px
}



/*------------------------------*/
/*		     Confirmation      		*/

#booking_confirmation fieldset{

}

#booking_confirmation fieldset legend{
	background-color: #8e0707;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
}

#rules {
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	float: left;
	height: 395px;
	width: 500px;
	overflow: auto;
	color: #000;
	border: 1px solid #8e0707;
}

#price {
	background-color: #8e0707;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	float: right;
	width: 242px;
	height: 260px;
	color: #fff;
	border-width: 0px;
}

#information {
	background-color: #8e0707;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	float: right;
	width: 242px;
	height: 114px;
	color: #fff;
	margin-top: 5px;
	border-width: 0px;
}

.priceTable {
	width: 215px;
	color: #fff;
}

#confirmation {
	float: left;
	width: 763px;
	height: 50px;
	color: #000;
	border: 1px solid #8e0707;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	margin: 5px 2px;
}

#confirmation_btn {
	float: right;
}

/*------------------------------*/
/*		      Receipt                  */

.accepted_pricetable {
	margin: 10px 0 10px 20px;
	width: 300px;
}

.receipt_print {
	margin: 0  0 20px 20px;
}

/*------------------------------*/
/*		      Maintance       		*/

.maintance_header {
  font-size: 17px;
}

.maintance_txt {
  font-size: 15px;
  width: 450px;
}

div#SiteInfo {
	width: 200px;
	background-color: #fff6bf;
	cursor:move;
	top: 30px;
	left: 30px;
	position: absolute;
	text-align: left;
}

div#SiteInfo table {
	width: 200px;
}
