@CHARSET "UTF-8";
html {
overflow-x: hidden;
overflow-y: scroll;

}

html, body, div, span, applet, object, iframe,
h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 14px;
	/*vertical-align: baseline;*/

}

p {
	text-align: left;
	margin-bottom: 10px;
	line-height: 18px;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
.dataTable {
    border-collapse: collapse;
    color: #000000;
    width: 100%;
}
.dataTable th, .dataTable td {
    padding: 6px;
    text-align: left;
}
.error {
	margin: 35px;
	font-size: 15px;
	color: #514D48;
	text-align: left;
}

.error a {
	color: #598E37;
}

.sysMessage {
	margin: 10px 35px;
	color: #598E37;
	text-align: left;
}

div#wrapper {
	margin: 0 auto -112px; /* center, not in IE5 */
	width: 100%;
	
	height: auto !important; /* real browsers */
	/*height: 100%; /* IE6: treaded as min-height*/
	
	min-height: 100%; /* real browsers */
}
div#content {
	/*width: 1000px;*/
	margin: 30px auto;
	padding: 0 0 50px;
}
.booking-form h2 {
	color: #6C2978;
	font-weight:bold;
	font-size: 18px;
}
.booking-form .input-w320 {
    width: 240px;
    height: 30px;
    border: solid 1px #e9e9e9;
    color: #000;
    font-size: 15px;
    padding: 0px 8px;
}
.booking-form .input-w100 {
width: 100px;
    height: 30px;
    border: solid 1px #e9e9e9;
    color: #000;
    font-size: 15px;
    padding: 0px 8px;
}
.dataTable td span {
	    width: 100px;
    display: inline-block;
    vertical-align: baseline;
    font-size: 18px;
    line-height: 25px;
    color: #5b2700;
    font-family: 'AbadiMTCondensedLight';
    font-weight: 700;
}
#indoor, #outdoor {
	display:none;
}
.booking-form .select-w200 {
	width:200px;
	height: 30px;
	background-color: #FFFFFF;
    border: thin solid #E2E2E2;
    padding: 5px;
}

.booking-form .button-w120 {
    width: 100px;
    color: #000;
    border-radius: 4px;
    border: solid 1px #e9e9e9;
    background: #fff;
    height: 21px;
    font-size: 13px;
    cursor: pointer;
    font-family: 'AbadiMTCondensedLight';
    font-weight: 700;
    text-align: center;
    margin-right: 2px;
}
.msg {
	color: red;
}
.pointer {
	cursor:pointer;
}
#NBF_wrapper {
	padding-top:10px;
}
.NBF_Error {
    color: red;
}