﻿
* /*Set's border, padding and margin to 0 for all values*/
{
	border-style: none;
	border-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
}

body, html {
	background-color: #eee; 
	text-align: center;
	min-height: 100%;
	height: 100%;
	background-color:#eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	
	}



.clear { clear: both; }

.MainTable
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	height:100%;
}

.ContentTable
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 17px;
	text-align:justify;
}
.TermsConditions 
{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 12px;
}
.PadImages img
{
	padding: 10px;
	border: solid 2px black;
}

.WhiteText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

.WhiteText a, .TermsConditions a, .WhiteText a:visited, .TermsConditions a:visited
{
	color: White;
}
.WhiteText a:hover, .TermsConditions a:hover
{
	color: White;
	text-decoration: none;
}



#mainContainer {
	width: 1019px;
	margin: 0 auto;
	min-height: 100%;
	background-image: url('../../Images/design/Side-Borders.jpg');
	background-repeat: repeat-y; 
}
* html #mainContainer {
height: 100%; 
}


#Inner
{
	width: 995px;
	min-height: 100%;
	text-align: left; 
	margin: 0 auto;

}
* html #Inner {
height: 100%; 
}

#LogoTable
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	
}

#LogoTable img {
	display: block;
}

.DesignRowOne
{
	background: #fff6c9 url('../../Images/design/01-Background-Yellow.jpg') repeat-x;
	margin: 0;
	padding: 0;
}

.GreyBGLinks
{
	background: #7b7b7b url('../../Images/design/05-Top-Grey-BG.jpg') repeat-x;
	padding: 0 10px 0 5px;
	color: White;
	font-size: 11px;
	text-align:center;
}

.GreyBGLinks a, .GreyBGLinks a:visited
{
	color: White;
}

.GreyBGLinks a:hover
{
	color: White;
	text-decoration: none;
}

#LogoTable2
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}
#LogoTable2 img {
	display: block;
}

.DesignRowTwo
{
	background: #fff6c9 url('../../Images/design/03-yellow-bg.jpg') repeat-x;
	margin: 0;
	padding: 0;

}
#Menu
{
	width:100%;
	height: 32px;
	background: #008fc5 url('../../Images/design/09-Blue-Menu-BG.jpg') repeat-x;
	vertical-align: middle;
}

.RotatorContent
{
	width: 674px;
	float: left;
	background-color: #ffffff;
}

.LoginContent
{
	width: 289px;
	float: right;
		background-color: #ffd403;
	border-left: solid 2px #ffffff;
	height: 242px;
	padding: 15px;

}

.LoginContent h1, .LoginContent a, .LoginContent a:visited
{
	color: #000000;

}

.RotatorRow
{
	background-color: #ffffff;
		height: 272px;
		border-bottom: solid 2px #ffffff;
}
.BodyContent
{
	width: 634px;
	float: left;
	background-color:Transparent;
	padding: 20px 20px 20px 20px;
	
}
.BodyContentFollowing
{
	width: 958px;
	float: left;
	background-color:Transparent;
	padding: 20px 20px 20px 20px;
	
}

.NewsContent
{
	width: 281px;
	float: right;
	background-color:Transparent;
	padding: 20px 20px 20px 20px;
	background-image: url('../../Images/Design/10-dividing-line.gif');
	background-position:right;
}
.BodyTable
{
	background-image: url('../../Images/Design/10-dividing-line.gif');
	background-color: White;
}

.BodyRow
{
	background: #ff0000;
	float: none;
	background: transparent url('../../Images/Design/11-Thor.jpg');
	background-repeat:no-repeat;
	background-position: bottom right;
	height: 100%;
	min-height: 100%;
}

#Dots
{
	width: 100%;
}

.Footer img
{
	display:block;
}

.BookingTable
{
	width: 96%;
	border-collapse: collapse;

}
.BookingTable td
{

	vertical-align: top;

}

#LoginTitle
{
	color:White;
	background: #008fc5 url('../../Images/design/09-Blue-Menu-BG.jpg') repeat-x bottom;
	font-weight:bold;
}




/* For Booking Manager */

 .modalBackground {
            background-color: #333333;
            filter: alpha(opacity=50);
            opacity: 0.5;}
            
.modalPopup {
    width: 700px;
    background-color: #ffffff;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    cursor: move;
    padding: 10px;
    }
    
    .altColour
    {
    background-color: #eeeeee;

    }
    
    input, select, textarea
    { 
        border: solid 1px #667788;
    }
    
    #CallNowDIV
    {
        font-size: 24px;
        font-family: Arial;
        font-style: italic;
        font-weight: bold;
        color: #ffd403;
        width: 320px;
        text-align: center;
    }
