﻿body, html {
	text-align: center;
	min-height: 100%;
	height: 100%;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	display: block;
	
	}

.clear { clear: both; }

#MainDiv
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	height:100%;
	width: 980px;
}

#LogoDiv
{
	background-image:url(../../Images/Design/03-AusCopters-Logo-BG.jpg);
	background-repeat:repeat-x;
	height: 181px;
}

#Content
{
	width: 980px;

}

#MainContentTD
{
	padding: 5px 65px 20px 5px;
	vertical-align: top;
	color: #004646;
	text-align:justify;
	line-height: 20px;

}





/* 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 black;
    }