/*
   Font sizes all relative to the "body" tag below and by using "em" it means if the user increases the font size on the browser (DDA compliance)
   then the sizes increase on the site in proportion too.
*/
body { font-family: Tahoma, Arial; margin: 0px; padding: 15px; font-size: 15px; background-color: #C9B598; }

div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, th { margin: 0px; padding: 0px; }

table { border-collapse: collapse; }

p { font-size: 20px; padding: 0px 50px 0px 50px; }

#page { border-radius: 5px; -moz-border-radius: 5px; margin: 0 auto; width: 1840px; height: 1010px; border: 3px solid #A10421; background-color: #EFF0D8; padding: 15px; }
    /* Region: Information boxes - warning and information */
    #page .msgboxInformation { z-index: 99999; border: 2px solid #9EC931; display: none; border-radius: 6px; -moz-border-radius: 6px; background: url(images/message-boxes/message_info.jpg) no-repeat top right; color: white; font-weight: bold; margin: 2px 0px 2px 1px; padding: 5px; background-color: #9EC931; }
        #page .msgboxInformation #msgInformationToUserText { background: url(images/message-boxes/msg_icon_info.png) no-repeat top left; margin: 5px 0px 5px 7px; padding: 0px 10px 5px 40px; min-height: 25px; line-height: 35px; font-size: 2em; font-weight: bold; }

    #page .msgboxWarning { z-index: 99999; border: 2px solid #D97716; display: none; border-radius: 6px; -moz-border-radius: 6px; background: url(images/message-boxes/message_warning.jpg) no-repeat top right; color: white; font-weight: bold; margin: 2px 0px 2px 1px; padding: 5px; background-color: #FED271 }
        #page .msgboxWarning #msgWarningToUserText { background: url(images/message-boxes/msg_icon_warn.png) no-repeat top left; margin: 5px 0px 5px 7px; padding: 0px 10px 5px 40px; min-height: 25px; line-height: 35px; font-size: 2em; font-weight: bold; }

h1 { margin-top: 0px; margin-bottom: 1px; font-size: 25px; font-weight: bold; color: #A10421; }
h2 { margin-top: 0px; margin-bottom: 15px; font-size: 2.2em; color: #333333; text-align: center; padding-top: 0px; }
h3 { margin-top: 20px; margin-bottom: 10px; font-size: 2.2em; color: #333333; border-bottom: 1px solid #E4DABE; padding-bottom: 2px; }
h6 { margin-top: 0px; margin-bottom: 5px; font-size: 2.2em; color: #333333; padding-top: 0px; margin-left: 6px }

.Navigation { padding-right: 0px; float: right; margin-top: 0px; margin-bottom: 10px; font-size: 25px; font-weight: bold; color: #A10421; }
    .Navigation a { -moz-box-shadow: 2px 2px 2px #333333; -webkit-box-shadow: 2px 2px 2px #333333; box-shadow: 2px 2px 2px #333333; padding: 4px 8px 4px 8px; margin: 0px 0px 5px 7px; text-decoration: none; border: 3px solid #A10421; color: #EFF0D8; background-color: #A10421; border-radius: 5px; -moz-border-radius: 5px; }

ul li { list-style-type: square; }
ol li { padding-bottom: 5px; }
a { color: #A10421; }

textarea { padding: 8px; font-family: Tahoma, Verdana; font-size: 2.1em; border-radius: 6px; -moz-border-radius: 6px; border: 2px solid #A10421; background-color: #EFF0D8 }
input[type=text] { padding: 8px; font-family: Tahoma, Verdana; font-size: 2.1em; border-radius: 6px; -moz-border-radius: 6px; border: 2px solid #A10421; background-color: #EFF0D8 }
    input[type=text].Required { background-color: #E6E7E8; border: 2px solid #E6E7E8; color: #E31837; font-style: italic; }
    input[type=text].ErrorBox { border: 2px solid #E31837; background-color: #F2B217; color: #FFFFFF; font-weight: bold; }


input[type=password] { padding: 8px; font-family: Tahoma, Verdana; font-size: 2.1em; border-radius: 6px; -moz-border-radius: 6px; border: 2px solid #A10421; background-color: #EFF0D8 }
    input[type=password].Required { border: 2px solid #E6E7E8; background-color: #E6E7E8; color: #E31837; }
    input[type=password].ErrorBox { border: 2px solid #E31837; background-color: #F2B217; color: #FFFFFF; font-weight: bold; }

input[type=submit].Small { padding: 2px 10px 2px 10px; font-weight: bold; font-family: Tahoma, Verdana; font-size: 1em; border-radius: 6px; -moz-border-radius: 6px; border: 3px solid #EFF0D8; color: #EFF0D8; background-color: #A10421; -moz-box-shadow: 3px 3px 3px #333333; -webkit-box-shadow: 3px 3px 3px #333333; box-shadow: 3px 3px 3px #333333; }
input[type=submit] { padding: 2px 10px 2px 10px; font-weight: bold; font-family: Tahoma, Verdana; font-size: 2.1em; border-radius: 6px; -moz-border-radius: 6px; border: 3px solid #EFF0D8; color: #EFF0D8; background-color: #A10421; -moz-box-shadow: 3px 3px 3px #333333; -webkit-box-shadow: 3px 3px 3px #333333; box-shadow: 3px 3px 3px #333333; }
select { font-family: Tahoma, Verdana; font-size: 2.1em; border-radius: 6px; -moz-border-radius: 6px; padding: 7px; border: 3px solid #EFF0D8; }
/*input[type=checkbox] { height: 30px; widows: 30px; font-family: Tahoma, Verdana; font-size: 2.1em; border-radius: 6px; -moz-border-radius: 6px;padding: 10px; margin-right: 6px; font-family: Tahoma, Verdana; background-color: #EFF0D8}*/

input[type=checkbox] { -webkit-appearance: none; -moz-appearance: none; appearance: none; top: .5em; display: inline-block; background: #fafafa; background: -webkit-linear-gradient(top, #fafafa 0%,#dcdcdc 100%); position: relative; width: 35px; height: 35px; border-radius: 15px; border: 1px solid #aaa; box-shadow: inset 0 1px 2px #fff, 0 1px 2px #bbb; -webkit-transition: .1s linear; }

input[type=checkbox] { border-radius: 6px; }


    input[type=checkbox]:checked:after { content: '✓'; display: inline-block; position: absolute; margin-left: 0.21em; margin-top: -0.25em; color: #444; font-weight: bolder; font-size: 30px; padding: 6px 0px 0px 0px; text-shadow: 0 1px 1px #fff; }

    input[type=checkbox]:not(:disabled):active { background: #f0f0f0; background: -webkit-linear-gradient(top, #f0f0f0 0%,#bebebe 100%); box-shadow: inset 0 1px 3px rgba(0,0,0,0.2); text-shadow: 0 1px 0 rgba(255,255,255,0.25); }


    input[type=checkbox]:not(:disabled):hover { background: #ffffff; background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); }


    input[type=checkbox]:disabled { border: 1px solid #bbb; }


#regFooter { position: absolute; top: 1030px; width: 1840px }

#regHomeNav div { margin: 20px; }
#regHomeNav { cursor: none; height: 500px }
.ButtonPanelL { cursor: pointer; position: relative; top: 320px; left: 300px; display: table-cell; background-color: #C9B598; border: 3px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; width: 525px; height: 200px; text-align: center; line-height: 100px; vertical-align: middle; -moz-box-shadow: 5px 5px 15px #888; -webkit-box-shadow: 5px 5px 15px #888; box-shadow: 5px 5px 15px #888; }
    .ButtonPanelL a { font-size: 100px; text-decoration: none; font-weight: bold }
.ButtonPanelR { cursor: pointer; position: relative; top: 320px; left: 540px; display: table-cell; background-color: #C9B598; border: 3px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; width: 525px; height: 200px; text-align: center; line-height: 100px; vertical-align: middle; -moz-box-shadow: 5px 5px 15px #888; -webkit-box-shadow: 5px 5px 15px #888; box-shadow: 5px 5px 15px #888; }
    .ButtonPanelR a { font-size: 100px; text-decoration: none; font-weight: bold }

.ButtonPanelC { cursor: pointer; position: absolute; top: 220px; left: 110px; display: table-cell; background-color: #EFF0D8; border: 3px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; width: 1000px; height: 100px; text-align: center; line-height: 100px; vertical-align: middle; -moz-box-shadow: 5px 5px 15px #888; -webkit-box-shadow: 5px 5px 15px #888; box-shadow: 5px 5px 15px #888; }
    .ButtonPanelC a { font-size: 60px; text-decoration: none; font-weight: bold }

.VisitorsReturnToHomeScreen { font-size: 30px; text-decoration: none; font-weight: bold; cursor: pointer; position: absolute; top: 30px; left: 1366px; display: table-cell; background-color: #EFF0D8; border: 3px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; width: 500px; height: 60px; text-align: center; line-height: 60px; vertical-align: middle; -moz-box-shadow: 5px 5px 15px #888; -webkit-box-shadow: 5px 5px 15px #888; box-shadow: 5px 5px 15px #888; }

.KeyButton { cursor: pointer; width: 185px; height: 71px; text-align: center; vertical-align: middle; -moz-box-shadow: 5px 5px 5px #333333; -webkit-box-shadow: 5px 5px 5px #333333; box-shadow: 5px 5px 5px #333333; margin: 5px; background-color: #C9B598; border: 2px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; }
    .KeyButton .Key { padding: 3px; font-size: 1.3em; font-weight: bold; color: #A10421 }
    .KeyButton .Name { font-weight: bold; font-size: 1em; }
    .KeyButton .StatusGreen { font-weight: bold; font-size: 0.9em; text-align: center; padding-top: 3px; color: #009B0B }
    .KeyButton .StatusRed { font-weight: bold; font-size: 0.9em; text-align: center; padding-top: 3px; color: red }

.KeyButtonW { cursor: pointer; width: 185px; height: 71px; text-align: center; vertical-align: middle; -moz-box-shadow: 5px 5px 5px #333333; -webkit-box-shadow: 5px 5px 5px #333333; box-shadow: 5px 5px 5px #333333; margin: 5px; background-color: #EFF0D8; border: 2px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; }
    .KeyButtonW .Key { padding: 3px; font-size: 1.3em; font-weight: bold; color: #A10421 }
    .KeyButtonW .Leads { padding: 3px; font-size: 1.2em; font-weight: bold; color: #A10421 }
    .KeyButtonW .Name { font-weight: bold; font-size: 1em; }
    .KeyButtonW .StatusGreen { font-weight: bold; font-size: 0.9em; text-align: center; padding-top: 3px; color: #009B0B }
    .KeyButtonW .StatusRed { font-weight: bold; font-size: 0.9em; text-align: center; padding-top: 3px; color: red }

.LeadButtonW { cursor: pointer; width: 195px; height: 120px; text-align: center; vertical-align: middle; -moz-box-shadow: 5px 5px 5px #333333; -webkit-box-shadow: 5px 5px 5px #333333; box-shadow: 5px 5px 5px #333333; margin: 5px; background-color: #EFF0D8; border: 2px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; }
    .LeadButtonW .Name { padding: 3px; font-size: 1.3em; font-weight: bold; }
    .LeadButtonW .Leads { padding: 3px; font-size: 1.3em; font-weight: bold; color: #A10421 }
    .LeadButtonW .Key { font-weight: bold; font-size: 1em; }
    .LeadButtonW .StatusGreen { font-weight: bold; font-size: 0.9em; text-align: center; padding-top: 3px; color: #009B0B }
    .LeadButtonW .StatusRed { font-weight: bold; font-size: 0.9em; text-align: center; padding-top: 3px; color: red }
    .LeadButtonW .TimeArrived { font-size: 0.9em; text-align: right; padding-right: 5px; }

.Boatdetails { width: 170px; font-weight: bold; }
.Boatdetailsinfo { width: 300px; padding-left: 20px; }
.detailPrice { text-align: center; padding-bottom: 5px; color: #333333; font-size: 16px; font-weight: bold; padding-top: 4px; }
.detailOriginally { text-align: center; padding-bottom: 5px; color: #333333; font-size: 16px; padding-top: 4px; }
.detailThenReducedTo { text-align: right; padding-bottom: 5px; color: #333333; font-size: 16px; padding-top: 4px; font-weight: bold; }
.detailReducedTo { text-align: center; padding-bottom: 5px; color: Green; font-size: 16px; font-weight: bold; }
.detailUnderOffer { text-align: center; padding-bottom: 5px; color: #333333; font-size: 16px; font-weight: bold; }

.VisitorButton { cursor: pointer; width: 215px; height: 95px; text-align: center; vertical-align: middle; -moz-box-shadow: 5px 5px 5px #333333; -webkit-box-shadow: 5px 5px 5px #333333; box-shadow: 5px 5px 5px #333333; margin: 5px; background-color: #C9B598; border: 2px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; }
    .VisitorButton .Name { padding: 3px; font-size: 1.2em; font-weight: bold; color: #A10421 }
    .VisitorButton .Email { font-weight: bold; font-size: 1.1em; height: 22px; }
    .VisitorButton .Telephone { font-weight: bold; font-size: 1.1em; height: 24px; }
    .VisitorButton .TimeArrived { font-size: 0.9em; text-align: right; padding-right: 5px; }

.CustomerActButtonW { cursor: pointer; width: 215px; height: 115px; text-align: center; vertical-align: middle; -moz-box-shadow: 5px 5px 5px #333333; -webkit-box-shadow: 5px 5px 5px #333333; box-shadow: 5px 5px 5px #333333; margin: 5px; background-color: #EFF0D8; border: 2px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; }
    .CustomerActButtonW .Name { padding: 3px; font-size: 1.3em; font-weight: bold; color: #A10421 }
    .CustomerActButtonW .Email { font-weight: bold; font-size: 1.1em; height: 22px; }
    .CustomerActButtonW .Telephone { font-weight: bold; font-size: 1.1em; height: 24px; }
    .CustomerActButtonW .TimeArrived { font-size: 0.9em; text-align: right; padding-right: 10px; }
    .CustomerActButtonW .Key { font-weight: bold; font-size: 1.2em; }

.ViewKeyHistory { padding-top: 6px; font-size: 30px; font-weight: bold; line-height: 37px; cursor: pointer; width: 225px; height: 125px; text-align: center; vertical-align: middle; -moz-box-shadow: 5px 5px 5px #333333; -webkit-box-shadow: 5px 5px 5px #333333; box-shadow: 5px 5px 5px #333333; margin: 5px 5px 5px 10px; background-color: #EFF0D8; border: 2px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; }
    .ViewKeyHistory a { color: #333333; text-decoration: none; }
.ViewBoatDetails { padding-top: 26px; font-size: 30px; font-weight: bold; line-height: 37px; cursor: pointer; width: 225px; height: 105px; text-align: center; vertical-align: middle; -moz-box-shadow: 5px 5px 5px #333333; -webkit-box-shadow: 5px 5px 5px #333333; box-shadow: 5px 5px 5px #333333; margin: 5px 5px 5px 10px; background-color: #EFF0D8; border: 2px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; }
    .ViewBoatDetails a { color: #333333; text-decoration: none; }
.ViewVisitorLeads { padding-top: 26px; font-size: 30px; font-weight: bold; line-height: 37px; cursor: pointer; width: 225px; height: 105px; text-align: center; vertical-align: middle; -moz-box-shadow: 5px 5px 5px #333333; -webkit-box-shadow: 5px 5px 5px #333333; box-shadow: 5px 5px 5px #333333; margin: 5px 5px 5px 10px; background-color: #EFF0D8; border: 2px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; }
    .ViewVisitorLeads a { color: #333333; text-decoration: none; }

.VisitorBoatsInterested { position: absolute; top: 73px; left: 1255px; color: #333333; padding-top: 26px; font-size: 35px; font-weight: bold; line-height: 37px; cursor: pointer; width: 270px; height: 105px; text-align: center; vertical-align: middle; -moz-box-shadow: 5px 5px 5px #333333; -webkit-box-shadow: 5px 5px 5px #333333; box-shadow: 5px 5px 5px #333333; margin: 5px 5px 5px 10px; background-color: #EFF0D8; border: 2px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; }
    .VisitorBoatsInterested a { color: #333333; text-decoration: none; }
.VisitorAllBoats { position: absolute; top: 240px; left: 1255px; color: #333333; padding-top: 26px; font-size: 35px; font-weight: bold; line-height: 37px; cursor: pointer; width: 270px; height: 105px; text-align: center; vertical-align: middle; -moz-box-shadow: 5px 5px 5px #333333; -webkit-box-shadow: 5px 5px 5px #333333; box-shadow: 5px 5px 5px #333333; margin: 5px 5px 5px 10px; background-color: #EFF0D8; border: 2px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; }
    .VisitorAllBoats a { color: #333333; text-decoration: none; }
.VisitorVisits { position: absolute; top: 410px; left: 1255px; color: #333333; padding-top: 26px; font-size: 35px; font-weight: bold; line-height: 37px; cursor: pointer; width: 270px; height: 105px; text-align: center; vertical-align: middle; -moz-box-shadow: 5px 5px 5px #333333; -webkit-box-shadow: 5px 5px 5px #333333; box-shadow: 5px 5px 5px #333333; margin: 5px 5px 5px 10px; background-color: #EFF0D8; border: 2px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; }
    .VisitorVisits a { color: #333333; text-decoration: none; }

.VisitorButtonW { cursor: pointer; width: 210px; height: 95px; text-align: center; vertical-align: middle; -moz-box-shadow: 5px 5px 5px #333333; -webkit-box-shadow: 5px 5px 5px #333333; box-shadow: 5px 5px 5px #333333; margin: 5px; background-color: #EFF0D8; border: 2px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; }
    .VisitorButtonW .Name { padding: 3px; font-size: 1.2em; font-weight: bold; color: #A10421 }
    .VisitorButtonW .Email { font-weight: bold; font-size: 1.1em; height: 22px; }
    .VisitorButtonW .Telephone { font-weight: bold; font-size: 1.1em; height: 24px; }
    .VisitorButtonW .TimeArrived { font-size: 0.9em; text-align: right; padding-right: 10px; }

#regQuestion { position: absolute; top: 300px; left: 460px; }

.PanelL { vertical-align: top; line-height: 1.2em; cursor: pointer; position: relative; top: 220px; left: 200px; display: table-cell; background-color: #C9B598; border: 3px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; width: 600px; height: 180px; padding: 10px; -moz-box-shadow: 5px 5px 15px #888; -webkit-box-shadow: 5px 5px 15px #888; box-shadow: 5px 5px 15px #888; }
.PanelR { vertical-align: top; line-height: 1.2em; cursor: pointer; position: relative; top: 220px; left: 340px; display: table-cell; background-color: #C9B598; border: 3px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; width: 600px; height: 180px; padding: 10px; -moz-box-shadow: 5px 5px 15px #888; -webkit-box-shadow: 5px 5px 15px #888; box-shadow: 5px 5px 15px #888; }
.PanelC { padding: 20px; position: relative; top: 130px; left: 300px; display: table-cell; background-color: #C9B598; border: 3px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; width: 1225px; height: 360px; vertical-align: top; -moz-box-shadow: 5px 5px 15px #888; -webkit-box-shadow: 5px 5px 15px #888; box-shadow: 5px 5px 15px #888; }
.PanelCWide { position: absolute; top: 160px; left: 130px; display: table-cell; background-color: #C9B598; border: 3px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; width: 1585px; min-height: 500px; padding: 20px; vertical-align: top; -moz-box-shadow: 5px 5px 15px #888; -webkit-box-shadow: 5px 5px 15px #888; box-shadow: 5px 5px 15px #888; }
.PanelCTall { position: absolute; top: 160px; left: 350px; display: table-cell; background-color: #C9B598; border: 3px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; width: 1200px; min-height: 500px; padding: 20px; vertical-align: top; -moz-box-shadow: 5px 5px 15px #888; -webkit-box-shadow: 5px 5px 15px #888; box-shadow: 5px 5px 15px #888; }
.PanelCVTall { position: absolute; top: 120px; left: 350px; display: table-cell; background-color: #C9B598; border: 3px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; width: 1200px; min-height: 500px; padding: 20px; vertical-align: top; -moz-box-shadow: 5px 5px 15px #888; -webkit-box-shadow: 5px 5px 15px #888; box-shadow: 5px 5px 15px #888; }
.PanelCBoatDetails { position: absolute; top: 10px; left: 10px; display: table-cell; background-color: #C9B598; border: 3px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; width: 1600px; min-height: 200px; padding: 10px; vertical-align: top; -moz-box-shadow: 5px 5px 15px #888; -webkit-box-shadow: 5px 5px 15px #888; box-shadow: 5px 5px 15px #888; }
.PanelCKeyFunctions { position: absolute; top: 490px; left: 30px; display: table-cell; background-color: #C9B598; border: 3px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; width: 1810px; height: 500px; padding: 10px; vertical-align: top; -moz-box-shadow: 5px 5px 15px #888; -webkit-box-shadow: 5px 5px 15px #888; box-shadow: 5px 5px 15px #888; }
.PanelCStaffFunctions { position: absolute; top: 350px; left: 30px; display: table-cell; background-color: #C9B598; border: 3px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; width: 1810px; height: 100px; padding: 10px; vertical-align: top; -moz-box-shadow: 5px 5px 15px #888; -webkit-box-shadow: 5px 5px 15px #888; box-shadow: 5px 5px 15px #888; }
.PanelCStaffBoatButtons { position: absolute; top: 160px; left: 30px; display: table-cell; background-color: #C9B598; border: 3px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; width: 1810px; min-height: 150px; padding: 10px; vertical-align: top; -moz-box-shadow: 5px 5px 15px #888; -webkit-box-shadow: 5px 5px 15px #888; box-shadow: 5px 5px 15px #888; }
.PanelCMax { position: absolute; top: 80px; left: 35px; display: table-cell; background-color: #C9B598; border: 3px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; width: 1820px; min-height: 910px; padding: 5px; vertical-align: top; -moz-box-shadow: 5px 5px 15px #888; -webkit-box-shadow: 5px 5px 15px #888; box-shadow: 5px 5px 15px #888; }
.PanelCMaxMessage { position: absolute; top: 160px; left: 35px; display: table-cell; background-color: #C9B598; border: 3px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; width: 1820px; min-height: 830px; padding: 5px; vertical-align: top; -moz-box-shadow: 5px 5px 15px #888; -webkit-box-shadow: 5px 5px 15px #888; box-shadow: 5px 5px 15px #888; }
.PanelCMaxShort { position: absolute; top: 360px; left: 35px; display: table-cell; background-color: #C9B598; border: 3px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; width: 1820px; min-height: 630px; padding: 5px; vertical-align: top; -moz-box-shadow: 5px 5px 15px #888; -webkit-box-shadow: 5px 5px 15px #888; box-shadow: 5px 5px 15px #888; }
.PanelCMaxMessageHH { position: absolute; top: 160px; left: 35px; display: table-cell; background-color: #C9B598; border: 3px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; width: 1820px; min-height: 390px; padding: 5px; vertical-align: top; -moz-box-shadow: 5px 5px 15px #888; -webkit-box-shadow: 5px 5px 15px #888; box-shadow: 5px 5px 15px #888; }
.PanelCMaxMessageHHB { position: absolute; top: 600px; left: 35px; display: table-cell; background-color: #C9B598; border: 3px solid #A10421; border-radius: 6px; -moz-border-radius: 6px; width: 1820px; min-height: 390px; padding: 5px; vertical-align: top; -moz-box-shadow: 5px 5px 15px #888; -webkit-box-shadow: 5px 5px 15px #888; box-shadow: 5px 5px 15px #888; }

.tr { clear: both; margin-bottom: 10px; height: 55px; }
    .tr .tdLbl { color: #A10421; padding-top: 5px; font-weight: bold; font-size: 2.5em; text-align: right; padding-right: 20px; white-space: nowrap; width: 440px; float: left }
    .tr .tdLblS { color: #A10421; padding-top: 5px; font-weight: bold; font-size: 2.3em; text-align: right; padding-right: 20px; white-space: nowrap; width: 440px; float: left }
    .tr .tdCtrl { float: left; }
    .tr .tdCtrlC { float: left; font-size: 2.1em; width: 690px }


    .tr .btn { text-align: right; padding-top: 10px; width: 1090px }
    .tr .btnL { text-align: right; width: 1360px; padding-top: 10px }
    .tr .or { padding-left: 440px; font-size: 26px; font-weight: bold; line-height: 55px }
.trTerms { width: 1240px; font-size: 1.3em; padding: 10px 10px 0px 0px; clear: both; }

/* Admin Datagrids */
#page .Datagrid { border-radius: 4px; -moz-border-radius: 4px; background-color: #CCCCCC; border: solid 1px #A10421; border-collapse: separate; color: #363636; margin: 1px }
    #page .Datagrid td { padding: 6px 10px 6px 10px; font-size: 20px; border: solid 1px #A10421; }
    #page .Datagrid a { font-weight: bold; color: #D95101; border-style: none none dotted none; border-width: 0px 0px 1px 0px; text-decoration: none; margin-bottom: 2px; }
        #page .Datagrid a:hover { color: #363636; }
    #page .Datagrid .datagridHeader { font-size: 20px; color: #333333; font-weight: bold; background: #CFBDA0; /* old browsers */ background: -moz-linear-gradient(top, #D8CAAD 0%, #C9B598 99%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D8CAAD), color-stop(99%,#C9B598)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D8CAAD', endColorstr='#C9B598',GradientType=0 ); }
        #page .Datagrid .datagridHeader td { margin: 1px }
    #page .Datagrid .datagridFooter { font-weight: bold; }
    #page .Datagrid .datagridItem { background-color: #FFFFFF; }
        #page .Datagrid .datagridItem A { font-weight: bold; }
    #page .Datagrid .EmptyDatagridMessage { background-color: #EFEFEF; font-style: italic; }
    #page .Datagrid .datagridAlternatingItem { font-size: 1em; background-color: #EFEFEF; }
    #page .Datagrid .datagridItemGray { font-size: 11px; color: #333333; }
    #page .Datagrid .datagridItemLeftIndented { padding-left: 10px; }
    #page .Datagrid .inboxlinehover { background-color: #F28E4D; color: #FFFFFF }
        #page .Datagrid .inboxlinehover a { color: #FFFFFF }



/*#F1EFDA*/
