﻿/* 
Dark Blue: 273f63
Mid Blue: 36578a
Light Blue: 97b9d2
Red: 990000
Grey: eaeaea or cccccc
*/




body {
	padding: 0px;
	margin: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	background-image:url(/images/design/01-Background-Gradient.jpg);
	background-color:#36578a;
	background-repeat:repeat-x;
	height:100%;
	display:block;
}
td
{
    vertical-align:top;
}

#MainDiv
{
    height: 100%;
    background-image: url('/images/design/01-background.gif');
    background-color: White;
    width: 990px;
    margin: 0 auto;
    padding: 0px;
}

#content
{
    width: 728px;
    float: right;
    padding: 5px 15px 15px 15px;
    text-align: left;
    border-left: solid 1px #cccccc;


}
#contentfollowing
{
    width: 960px;
    float: right;
    padding: 5px 15px 15px 15px;
    text-align: left;
}
#news
{
    width: 200px;
    float: left;
    padding: 5px 15px 15px 15px;
    text-align: left;

}

#BottomRow
{
    background-color: #273f63;
    margin: 0px auto 4px auto;
    width: 976px;
    text-align: center;
    color: White;
}

.clear { clear: both; }

.footer 
{
    color: White;
}

.footer:link, .footer:visited 
{
    color: White;
}
 .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: 20px;
    }
    
    .BookingTable
    {
        width: 100%;
    }