

html
{
    background-color: #F2F1F6;
}

body
{
    font-family: "Trebuchet MS" , Helvetica, sans-serif;
    font-size: 12px;
    color: #333366;
}

*
{
    padding: 0px;
    margin: 0px;
}


/* master page layout */
.main
{
    width: 980px;
    margin: 0px auto;
    background-image: url(images/framework/content-bg.jpg);
    background-repeat: repeat-y;
}

.navigation
{
    border: solid 0px black;
    /*padding-left: 8px;*/
    width: 980px;
}

.navTop
{
    background-image: url(images/framework/website-top.jpg);
    width: 980px;
    height: 45px;
}

.navBg
{
    background-image: url(images/framework/banner-bg.jpg);
    background-repeat: repeat-y;
    border-bottom: 1px solid #cbcbd8;
    width: 961px;
    margin:0px 9px;
}

.logo
{
    text-align: left;
}

.navImage
{
    padding-left: 5px;
}


.maincontainer
{
    padding: 20px 24px 0px 22px;
}

.leftarea
{
    float: left;
    width: 300px;
    padding-left: 10px;
    font-size: 12px;
}

.mainarea
{
    float: right;
    width: 565px;
    padding-left: 30px;
    text-align: left;
    color: #666666;
}

.mainarea h1
{
    font-size: 18px;
    font-weight: bold;
    font-family: "Times New Roman" , Times, serif; /*padding-bottom: 10px;*/
    color: #333366;
    /*padding-bottom: 10px;*/
}

.mainarea h2
{
    font-size: 15px;
    font-family: "Times New Roman" , Times, serif;
    color: #333366;
    /*margin-bottom: 5px;*/
}

.mainarea a, .mainarea a:active, .mainarea a:visited
{
    color: #333366;
    text-decoration: underline;
}

.mainarea a:hover
{
    color: #333333;
    text-decoration: underline;
}

p
{
    margin: 12px 0px 12px 0px;
}

.footer_outer
{
    margin-left: 10px;
}

.footer_inner
{
    background-color: #F7F7F7;
    border-top: 1px solid #cbcbd8;
    position: relative;
    left: -2px;
    width: 959px;
    margin-top: 30px;
    padding-bottom: 15px;
    padding-top: 18px; /*	 	text-transform:uppercase;  	font-size:10px;  	line-height:20px; 	text-align: center; */
}


/* navigation */
.TopMenu
{
    font-family: "Times New Roman" , Times, serif;
    font-size: 15px;
    font-weight: bold;
    color: #333366;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
}

.TopMenu .MenuDiv
{
    float: left;
    padding-right: 12px;
}

.TopMenu .MenuEndDiv
{
    clear: both;
}

.TopMenu a, a:visited, a:active
{
    color: #333366;
    text-decoration: none;
}

.TopMenu a:hover
{
    color: #6B6BB6;
}

.TopMenu .MenuSeparatorDiv
{
    padding: 0px 12px 0px 0px;
    float: left;
}


/* */
.BottomMenu
{
    font-size: 10px;
    color: #333366;
    text-decoration: underline;
    text-transform: uppercase;
    padding: 0px 0px 5px 0px;
}

.BottomMenu .MenuDiv
{
    float: left;
    padding-right: 12px;
}

.BottomMenu .MenuEndDiv
{
    clear: both;
}

.BottomMenu a, a:visited, a:active
{
    color: #333366;
    text-decoration: none;
}

.BottomMenu a:hover
{
    color: #6B6BB6;
}

.BottomMenu .MenuSeparatorDiv
{
    padding: 4px 12px 0px 0px;
    float: left;
}


/* */
.leftarea h1
{
    font-size: 18px;
    font-weight: bold;
    font-family: "Times New Roman" , Times, serif;
    color: #333366;
    padding-bottom: 10px;
}

.apartmentType
{
    border-top: 1px solid #cbcbd8;
    padding-top: 5px;
    margin-bottom: 3px;
}


/* input */
.field
{
    padding-bottom: 10px;
}

label
{
    float: left;
    padding-top: 3px;
    margin-right: 10px;
    width: 80px;
    text-align: right;
}

select, input, textarea
{
    border: 1px solid #333366;
}

.txtBox
{
    /*border: 1px solid #333366;*/
    color: #333366;
}

.small
{
    width: 80px;
}

.medium
{
    width: 150px;
}

.large
{
    width: 200px;
}

.xlarge
{
    width: 220px;
}

.smallDD
{
    width: 76px;
}

.mediumDD
{
    width: 146px;
}

.monthYearDD
{
    width: 150px;
}

.largeDD
{
    width: 196px;
}

.xlargeDD
{
    width: 226px;
}

.col50
{
    float: left;
    width: 49%;
}
.col75
{
    float: left;
    width: 74%;
}
.col25
{
    float: left;
    width: 25%;
}

.full
{
    width: 100%;
}

.ARight
{
    float: right;
}

.divider
{
    margin-left: 10px;
}

.button
{
    padding-bottom: 10px;
    text-align: right;
}

.clear
{
    clear: both;
}


/* */
ul
{
    list-style-image: url(images/general/bullet.jpg);
    list-style-position: outside;
    list-style-type: none;
    padding-left: 20px;
    margin: 10px 0px 0px 0px;
}


/* rates */
TABLE.Rates TD
{
    border-top: 1px solid white;
    border-right: 1px solid white;
    padding: 5px;
}
TR.Header
{
    background-color: #ECECFB;
    font-weight: bold;
    color: #666666;
}

TR.Odd
{
    background-color: #f3f3f3;
}

TR.Even
{
    background-color: #EEEEEE;
}

.Seperator
{
    margin-bottom: 10px;
}


/* booking request page */
.bookingRequest
{
    color:#000000;
}

.bookingRequest H1
{
    font-size: 20px;
    padding-top: 10px;
    font-family: "Times New Roman" , Times, serif;
    color: #333366;
    padding-bottom: 10px;
}

.bookingRequest H2
{
    font-size: 16px;
    font-family: "Times New Roman" , Times, serif;
    color: #333366;
}

.bookingRequest H3
{
    font-size: 14px;
    font-family: "Times New Roman" , Times, serif;
    color: #333366;
    margin:14px 0px 14px 0px;
}

.bookingRequest p
{
    clear: both;
    margin-bottom: 5px;
}

.bookingRequest label
{
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 15px;
}

.bookingRequest .label
{
    float: left;
    margin-right: 10px;
    width: 80px;
    text-align: right;
    padding-right: 15px;
}

.thxtitle
{
    font-size: 16px;
    font-family: "Times New Roman" , Times, serif;
}

.hrBG
{
    background-image: url(images/hrBG.jpg);
    background-repeat: repeat-x;
    height: 14px;
    width: 100%;
}

.bookingDetails
{
    width: 100%;
    padding-bottom: 20px;
}
.bookingDetailsSection
{
    width: 49%;
    float: left;
}

.Contact
{
    width: 100%;
    padding-bottom: 20px;
}


.ContactSection
{
    width: 49%;
    float: left;
}

.RoomDetails
{
    width: 100%;
    padding-bottom: 20px;
}

.RoomDetailsSection
{
    width: 49%;
    float: left;
    vertical-align: top;
}

.ArrivalInfo
{
    width: 100%;
    padding-bottom: 20px;
}

.ArrivalInfoSection
{
    width: 49%;
    float: left;
}

.btnBG
{
    background-color:#f7f7f7;
    padding:10px;
    border: solid 1px #cdcdcd;
}


/* */
.thankyoupage
{
    color:#000000;
}


/* */
.attraction 
{
	border: 1px solid #999999; margin-left:20px;
}



/*

OLD STUFF

body, HTML {
	background-color: #F2F1F6;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin:0;
}
H2 {
	display: inline;
	padding: 0px;
	line-height: -5px;
}
a, a:active, a:visited {
	color: #333366;
}
a:hover {
	color: #333333;
}

.Content {
	width: 976px;
	background-image:url(images/framework/content-bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
}
TABLE.mainImage {
	background-image:url(images/framework/banner-bg.jpg);
	background-repeat: repeat-y;
	position:relative;
	left: 8px;
}
TD.mainImage {
	border-bottom: 1px solid #cbcbd8;
}
heroImage {
	padding-bottom:5px;
}
.Menu {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Menu IMG {
	position: relative;
	top: 4px;
}

.Footer {
	background-color: #F7F7F7;
	border-top: 1px solid #cbcbd8;
	position: relative;
	left: -2px;
	width: 959px;
	margin-top: 30px;
	padding-bottom: 15px;
	padding-top: 18px;
	color: #333366;
	text-transform:uppercase;
	font-size: 10px;
	line-height:20px;
	text-align: center;
}

.Logo {
	margin-left: 14px;
}
.Menu h2 A:link, .Menu h2 a:active, .Menu h2 a:visited {
	display:inline;
	color: #333366;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform:uppercase;
	margin:0px;
	text-decoration:none;
	margin-top: 100px;
}
.Menu h2 a:hover {
	color: #6B6BB6;
}

.HomeContent {
	text-align:left;
	font-family: "Trebuchet MS", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffcc66;
}
.homePanels {
	width: 570px;
	text-align: left;
}
.HomePanelSingle {
	width: 275px;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
	font-family: "Trebuchet MS", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	text-align: left;
}
.HomePanelSingle H1 {
	color: #333366;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	margin-bottom: 5px;
}
ul {
	list-style-image: url(images/general/bullet.jpg);
	list-style-position: outside;
	list-style-type: none;
	padding-left: 20px;
	margin: 0px;
}
li {
}
.Footer a, .Footer a:active, .Footer a:visited {
	color: #333366;
	margin:6px;
	padding-bottom: 10px;
}
.Footer a:hover {
	color: #666666;
}
.pageHeading {
	color: #333366;
	font-size:18px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

TABLE.Rates TD {
	border-top: 1px solid white;
	border-right: 1px solid white;
	padding: 5px;
}
TR.Header {
	background-color:#ECECFB;
	font-weight: bold;
	color: #666666;
}
TR.Odd {
	background-color:#f3f3f3;
}
TR.Even {
	background-color:#EEEEEE;
}

SELECT, INPUT {
	border: 1px solid #333366;
}
TABLE.Booking {
	margin-top: 10px;
}
TABLE.apartmentType {
	border-top: 1px solid #cbcbd8;
	margin-bottom: 3px;
}
.FormTextField {
}
.DaySelect {
	width:40px;
	height: 23px;
	color: #333366;
}
.MonthSelect {
	width:100%;
	margin-left:2px;
	height: 23px;
	color: #333366;
}

.txtBox{
       color: #333366;
       border: solid 1px #333366;}
.small{width:80px;}
.medium{width:120px;}
.large{width:200px;}

.full {width:100%}

.bookingRequest{padding-left:25px;}

.bookingRequest H1{ font-size:20px; padding-top:10px;  color: #333366;
                    font-family: "Times New Roman", Times, serif;}

.bookingRequest H2{ font-size:16px; color: #333366;
	font-family: "Times New Roman", Times, serif;}
	
.thxtitle	{font-size:16px; color: #333366;
	font-family: "Times New Roman", Times, serif;}	
	
.bookingRequest H3{ font-size:14px; color: #333366;
                    font-family: "Times New Roman", Times, serif;}

.bookingRequest p{clear:both; margin-bottom:5px;}

.bookingRequest label{float:left;
                    width:80px; text-align:right;
                    padding-right:15px;}


.bookingDetails{width:100%;}        
 .bookingDetailsSection  {width:49%; float:left;}     

.hrBG{background-image:url(images/hrBG.jpg);
      background-repeat:repeat-x;
      height:14px;
      width:95%;
       }
 
 .Contact
 { width:100%;}


.ContactSection{width:49%; float:left;}

.clear{clear:both;}

.RoomDetails
{width:100%;}
    
.RoomDetailsSection
{width:49%;
 float:left;   
 vertical-align:top;}                
 .ArrivalInfo{width:100%;}
 
 
 .ArrivalInfoSection
 { width:49%; float:left;}     
 
 .btnBG{ background-image:url(images/bookNow-BG.jpg);
          background-repeat: no-repeat;
          height:48px;
          width:892px;
           text-align:center;
           padding-top:10px;}
           
hr{width:910px; color:#cbcbd8; height:1px; float:left;}                         


.checkAvailability
{
    float:left; 
    width: 300px; 
    padding-left: 10px;
	color: #333366;
    font-size:12px;
}

.mainContent 
{
    float: right;
    width: 565px; 
    padding-left: 30px;
    text-align: left; 
    color: #666666;
}

.field 
{
    padding-bottom:10px; 
}

.checkAvailability H1 
{
	color: #333366;
	font-family: "Times New Roman", Times, serif;
	font-size:18px;	
	font-weight: bold;	
	padding-bottom:10px; 
	margin:0px;
}
*/
