﻿.textcontent {
    padding: 0; 
    margin: 0 !important; 
}

#survey-wrapper{
    padding: 1px;
}

.textcontent ul, .textcontent em, 
.textcontent strong, .textcontent pre,.textcontent code {
    padding: 0;
    margin: 0;
    /*line-height: 1em;*/
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    background:none;
}

.textcontent strong
{
    font-weight: bold;    
}

.textcontent table {
    font-size: inherit;
    font: 100%;
}
.textcontent img {
    
}
.textcontent p {
    font-size:1.2em; 
}

fieldset div.row {
    clear: both;
}

textarea
{
	font-family:Tahoma,Helvertica,sans-serif;
	font-size:1.2em;
}

.textcontent ul
{
    list-style-type:disc !important;
    padding-left:20px !important;
}

.textcontent ul li,
.textcontent ol li
{
	font-size:1.2em;
	margin:5px 0 5px 0;
}

.textcontent ol
{
    list-style-type:decimal !important;
    padding-left:20px !important;
}

.textcontent h1
{
    font-size:2.0em !important;
}

.textcontent h2
{
    font-size:1.8em !important;
}

.textcontent h3
{
    font-size:1.6em !important;
}
.textcontent h4
{
    font-size:1.4em !important;
}
.textcontent h5
{
    font-size:1.2em !important;
}

.noOfGuests span, .guestDetails span
{
	font-size:1.2em;
	margin-right:5px;
}

.guestDetails td
{
    vertical-align:top;
}

ul#bookingformlist li
{
    margin:5px 0 5px 0;
}

ul#bookingformlist li a
{
    font-size:1.2em;
}

.textcontent em
{
    font-style:italic;
}

span.full
{
    color: #f00;
    font-weight:bold;
}


.gifLoader
{
	background: url(/Images/Templates/DefaultTemplate/ajax-loader.gif) no-repeat center;
	left:40%; 
	top:40%; 
	position:fixed;
	width:200px;
	height:150px;
	text-align:center;
	padding:20px;
	
	-moz-opacity:.50; 
	filter:alpha(opacity=50); 
	opacity:.50; 
}

.centre-box {
    width: 100%;
    height: 100%;
}

.centre-box .inner {
    width: 300px;
    height: 600px;
    margin: 100px auto;
}

.form-loading {
    left: 25%;
    top: 20%;
    width: 50%;
    max-width: 900px;
    padding: 50px;
    position: fixed;
    background-color: #eeeeee;
    text-align: center;
    border: 1px solid grey;
    border-radius: 15px;
    box-shadow: 10px 10px 5px #888888;
}

.form-loading img {
    width: 80px;
    height: 65px;
}

.form-cover{
    top: 0; left: 0; width:100%;
    height: 100%; background-color: black;
    opacity: 0.5; position: fixed;
}