/*  THESE ARE THE STYLES FOR THE SECURE-RES.COM BOOKING ENGINE */

.bk-box-head {font-weight: normal;font-size: 24px;color: #128A66;font-family: Arial, Helvetica, sans-serif;text-decoration: none; font-weight:bold;}
.bk-formG { font-size: 12px; color: #000000; font-style: normal; font-family: Arial, Helvetica, sans-serif; font-variant: normal; text-decoration: none;}
.bk-form100wd {font-size: 12px;width: 100px;color: #000000;font-style: normal;font-family: Arial, Helvetica, sans-serif;font-variant: normal;text-decoration: none;}
.bk-form150wd {font-size: 12px;width: 150px;color: #000000;font-style: normal;font-family: Arial, Helvetica, sans-serif;font-variant: normal;text-decoration: none;}
.bk-form200wd {font-size: 12px;width: 200px;color: #000000;font-style: normal;font-family: Arial, Helvetica, sans-serif;font-variant: normal;text-decoration: none;}
.bk-form50wd {font-size: 12px;width: 50px;color: #000000;font-style: normal;font-family: Arial, Helvetica, sans-serif;font-variant: normal;text-decoration: none;}
.bk-form60wd {font-size: 12px;width: 60px;color: #000000;font-style: normal;font-family: Arial, Helvetica, sans-serif;font-variant: normal;text-decoration: none;}
.bk-dashline { text-align: center; width: 90%; border-bottom: 1px solid #000066; height: 1px;}
.bk-bodyHEAD {font-family: Arial, Helvetica, sans-serif;font-size: 14px;font-style: normal;text-decoration: none;font-weight: bold;}
.bk-body {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: normal;color: #003333;}
.bk-top-table-color-txt{font-weight: bold;font-size: 18px;color: #000000;font-family: Arial, Helvetica, sans-serif;}
.bk-hotel-head {font-family: Arial, Helvetica, sans-serif;font-size: 20px;font-weight: bolder;font-style: normal;color: 000000;}
.labels-result {font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-style: normal;text-decoration: none;font-weight: normal;}
.labels {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-style: normal;text-decoration: none;font-weight: bold; }
.bk-form20wd {font-size: 12px;width: 20px;color: #000000;font-style: normal;font-family: Arial, Helvetica, sans-serif;font-variant: normal;text-decoration: none;}
.err1 {font-weight: bold;font-size: x-small;color: #ff0000;font-family: Arial, Helvetica, sans-serif;}
.err2 {font-weight: normal;font-size: xx-small;color: #ff0000;font-family: Arial, Helvetica, sans-serif;}
.arlink { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color:#FF6600}
.availLink { font-family: Arial, Helvetica, sans-serif; font-size: larger; font-weight: bold; color: #128A66; text-decoration: underline}
.uatext { font-family: Arial, Helvetica, sans-serif; font-size: larger; color: #FF6600; font-variant:normal ;text-decoration: none;}
.bk-but {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:Black; font-variant:normal; text-decoration: none; }
.bk-newSearch {font-family: Arial, Helvetica, sans-serif; font-size: 14px;  text-decoration: none; font-weight: bold;}
.labels-small {font-family: Arial, Helvetica, sans-serif;font-size: 9px;font-style: normal;text-decoration: none;font-weight: normal;}
.tableHeader {font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-style: normal;text-decoration: none;font-weight: bold;}
.tableResult {font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-style: normal;text-decoration: none;font-weight: normal;}
.morePhoto {background-color:white;}
/*.photoBorder {display:inline-block;border-color:Black;border-width:1px;border-style:Solid;}*/

#anchorDropdowns img { width: 19px; height: 19px; position:absolute;
margin-left: -30px; }

#tblMain2 select {/*margin-bottom: 15px*/}
#tblMain2 td.labels { /*vertical-align:top;*/ }
/* END STYLES - THESE ARE THE STYLES FOR THE SECURE-RES.COM BOOKING ENGINE */


body {
     margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
     padding: 0;
     text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
     color: #FFCC33;
     background-color: #330000;
     background-image: url(csbackground.jpg);
     background-repeat: repeat-x;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 100%;
     background-attachment: fixed;
}
.oneColFixCtrHdr #container {
     width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
     margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
     text-align: left;
     background-image: url(csbackground.jpg);
}
.oneColFixCtrHdr #header {
     padding: 23px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
     margin: 0;
}
#topnav {
     background-image: url(csnavbutton1.jpg);
     height: 25px;
     border: 1px solid #000066;
     font-size: 14px;
}
#topnav ul {
     margin: 0px;
     padding: 0px;
     list-style-type: none;
}
#topnav ul li {
     display: inline;
     border: 0px;
     margin: 0px;
}
#topnav ul li a {
     float: right;
     padding-right: 24px;
     padding-left: 20px;
     padding-top: 3px;
     padding-bottom: 5px;
     color: #FFCC33;
}
#topnav ul li a:hover {
     background-image: url(csnavbutton2.jpg);
     background-repeat: no-repeat;
     color: #FFCC33;
}


.oneColFixCtrHdr #mainContent {
     padding: 0;
     border: 1px solid #000066;
     margin: 0;
     background-color: #FFFFFF;
     width: 798px;
}
.oneColFixCtrHdr #footer {
     padding: 0 10px;
     font-size: 10px;
     color: #FFCC33;
}
.oneColFixCtrHdr #footer p {
     margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
     padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body,td,th {
     color: #000066;
}
a:link {
     color: #FF6600;
     text-decoration: none;
}
a:visited {
     text-decoration: none;
     color: #FFCC33;
}
a:hover {
     text-decoration: none;
     color: #FF9933;
}
a:active {
     text-decoration: none;
     color: #FFCC33;
}
*{
/*margin: 0;*/
/*padding: 0;*/
}

/*----CSS on html --------------------*/

#picone {
     float: left;
}
#pictwo {
     float: right;
}
#rooms {
     height: 307px;
}
#floorplan {
     height: auto;
     background-image: url(floorplan.gif);
     background-repeat: no-repeat;
     background-position: right center;
     padding-bottom: 30px;
     
}
#floorplan img {
     /*padding-left: 50px;*/
}
#floorplan li {
     font-weight: bold;
     list-style-type: none;
}
.style1 {
     font-size: x-large;
     font-weight: bold;
     text-decoration: underline;
}
