/* main basic layout elements */
.page {
    _height: 100%;
    min-height: 100%;
    min-width: 610px;
    background: #fff;
    *zoom: 1;
}
.head {
    margin: 0px;
    padding: 0px;
    background: #fff;
}
.headWrap {
    position: relative;
}
.body {
    background: #72a3d2;
}
html.webkit .body {
    overflow: hidden;
}
.side {
    position: relative;
    z-index: 0;
    float: left;
    width: 18.1818em;
    margin: 0px;
    color: #000;
}
.side a, .side a:link, .side a:visited, .side a:active, .side a:hover, .side a:focus {
    color: #fff;
}
.main {
    margin: 0px;
    background: #fff;
}
.mainWrap h1 {
    margin: 0.6667em 0px;
    font-size: 1.6363em;
}



/* icon containers */
/* Provides CSS sprites that map to non-sprite images for browsers with trouble printing sprites. */
del.icon, del.iconImg {
    display: -moz-inline-block;
    display: -moz-inline-box;
    display: inline-block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    margin: 0px 3px 0px 0px;
    padding: 0px;
    background: url(/resources/4298/images/icons.gif) no-repeat 0px 0px;
    vertical-align: middle;
}
del.nav-icon {
    display: -moz-inline-block;
    display: -moz-inline-box;
    display: inline-block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    margin: 0px 3px 0px 0px;
    padding: 0px;
    background: url(/resources/4298/images/blueSteelIcons.nav.png) no-repeat 0px 0px;
    vertical-align: middle;
}
a.icon:hover, a.icon:active {
    text-decoration: none !important;
}
a del.icon, a del.iconImg {
    cursor: pointer;
}
del.icon-0x0 { /*blank*/
    background-position: 0px 0px;
}
del.icon-0x1 { /*print*/
    background-position: 0px -50px;
}
del.icon-0x2 { /*help white bg*/
    background-position: 0px -100px;
}
del.icon-0x3 {
    background-position: 0px -150px;
    height: 16px;
}
del.icon-0x4 { /*mail*/
    background-position: 0px -200px;
    height: 13px;
}
del.icon-0x5 { /*close button*/
    background-position: 0px -250px;
}
del.icon-1x0 { /*page*/
    background-position: -50px -0px;
}
del.icon-1x1 { /*add reservation*/
    background-position: -50px -50px;
}
del.icon-1x2 { /*res reserved*/
    background-position: -50px -100px;
}
del.icon-1x3 { /*res blocked*/
    background-position: -50px -150px;
}
del.icon-1x4 { /*res tentative*/
    background-position: -50px -200px;
}
del.icon-1x5 { /*res cancelled*/
    background-position: -50px -250px;
}
del.icon-2x0 { /*help blue bg*/
    background-position: -100px 0px;
}
del.icon-2x1 { /* time */
    background-position: -100px -50px;
}
del.iconImg {
    position: relative;
    background-image: none;
    overflow: hidden;
}
del.iconImg img {
    position: absolute;
    left: 0px; top: 0px;
}
del.icon-0x0 img {
    left: 0px; top: 0px;
}
del.icon-0x1 img {
    left: 0px; top: -50px;
}
del.icon-0x2 img {
    left: 0px; top: -100px;
}
del.icon-0x3 img {
    left: 0px; top: -150px;
}
del.icon-0x4 img {
    left: 0px; top: -200px;
}
del.icon-0x5 img {
    left: 0px; top: -250px;
}
del.icon-1x0 img {
    left: -50px; top: 0px;
}
del.icon-1x1 img {
    left: -50px; top: -50px;
}
del.icon-1x2 img {
    left: -50px; top: -100px;
}
del.icon-1x3 img {
    left: -50px; top: -150px;
}
del.icon-1x4 img {
    left: -50px; top: -200px;
}
del.icon-1x5 img {
    left: -50px; top: -250px;
}
del.icon-2x0 img {
    left: -100px; top: 0px;
}



/* steel icons containers */
del.icons, del.nav-icons {
    display: -moz-inline-block;
    display: -moz-inline-box;
    display: inline-block;
    width: 28px; height: 28px;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}
del.nav-icons {
    background: url(/resources/4298/images/blueSteelIcons.nav.png) no-repeat 0px 0px;
}
del.icons {
    background: url(/resources/4298/images/blueSteelIcons.png) no-repeat 0px 0px;
    _background-image: url(/resources/4298/images/blueSteelIcons.gif);
}
/* icons for box tabs and info/warn/error blocks */
del.icon-pmtInfo {
	width: 28px; height: 28px;
    background-position: -100px -50px;
}
del.icon-resInfo {
	width: 28px; height: 28px;
    background-position: -100px 0px;
}
del.icon-info {
    width: 32px; height: 32px;
    background-position: -100px -100px;
}
/* icons for the subnav bar */
del.icon-print, del.icon-help, del.icon-settings, del.icon-feedback, del.icon-search, del.icon-create {
    width: 18px; height: 18px;
}
del.icon-feedback {
    background-position: -50px 0px;
}
del.icon-print {
    background-position: 0px -50px;
}
del.icon-help {
    width: 15px;
    background-position: 0px -100px;
}
del.icon-settings {
    background-position: 0px -150px;
}
del.icon-create {
    background-position: -50px -200px;
}
del.icon-search {
    background-position: 0px -200px;
}
del.icon-calendar {
    width: 15px;
    height: 14px;
    background-image: url('/resources/4298/images/calendar/calendarIcon.png');
}


/* forms */
.widget .prettyForm h4 {
    margin-bottom: 0.75em;
    padding: 0.3636em;
    background: #ccc;
    font-size: 1.0909em;
}
.widget .prettyForm h4 em {
    float: right;
    margin-left: 1em;
    color: #9b0606;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.9167em;
    font-style: normal;
}
.widget .prettyForm h5 {
    margin-bottom: 0.2727em;
    font-weight: normal;
}
.prettyForm fieldset {
    position: relative; /* for legends */
    margin: 0px;
    padding: 0px; /* avoid padding on fieldsets */
    border: 0px none;
}
.prettyForm fieldset.lined {
    border: 1px solid #ccc;
    padding: 1em;
}
/* hide legends, styling them cross-browser is a pain */
/* follow them with an h4.legend if visible text is desired */
.prettyForm legend {
    display: none;
}
.prettyForm fieldset.lined h4.legend {
    font-size: 1em;
    position: absolute;
    top: -1.7273em; /* fieldset pad-top + 0.7273em; */
    left: -0.5em;
    margin: 0px;
    padding: 0px 0.5em;
    background: #fff;
}

/* layout element and widgets */
.head .logo {
    float: left;
    margin: 0.5454em;
    _display: inline;
}
body.iframe .head .logo {
    position: absolute;
    left: -999em;
    visibility: hidden;
}

/* steel navigation tabs */
.navigate {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.navigate * {
    cursor: pointer;
}
.navigate li {
    list-style: none;
    float: left;
    display: inline;
    margin: 0px 0px 0px 0.5454em;
    padding: 0px;
}
.navigate a, .navigate span {
    background: transparent url("/resources/4298/images/blueSteelChrome.png") no-repeat 0px 0px;
}
.navigate a {
    float: left;
    display: _inline;
    _width: 1px;
    padding-left: 11px;
    background-position: 0px -900px;
    color: #265A8C;
    text-decoration: none;
    font-weight: bold;
}
.navigate span {
    float: left;
    padding: 0.5454em 11px 0.6363em 0px;
    background-position: 100% -950px;
    white-space: nowrap;
    font-weight: bold;
}
.navigate li.current a {
    background-position: 0px -1000px;
}
.navigate li.current span {
    background-position: 100% -1050px;
}
.steelHead .navigate a:link, .steelHead .navigate a:visited,
.steelHead .navigate a:hover, .steelHead .navigate a:active {
    text-decoration: none;
    _color: #265A8C;
}
.steelHead a:hover, .steelHead a:active {
    text-decoration: underline;
}

/* delete em rule when entire site has steel skin */
.navigate bold, .navigate em {
    font-weight: bold;
    font-style: normal;
}




/* nav links at top of main content area */
/* use to wrap a div.links */
.paneControl {
    background: #d0e0f0;
}
.paneControl .links {
    margin: 0px 0.5454em;
    padding: 0.3636em 0px 0.2727em;
    text-align: center;
}
.paneControl h1 {
    display: none;
    margin-left: 1.2727em;
}
body.steel .paneControl h1 {
    display: block;
    margin: 0px;
    padding-bottom: 0.1764em;
    color: #fff;
    font-size: 1.5454em;
}
.paneControl .links li {
    margin: 0px;
    font-weight: bold;
}
.paneControl .links li.center {
    margin-left: auto;
    margin-right: auto;
}
.paneControl .links li.left {
    float: left;
    margin-right: 1.2727em;
}
.paneControl .links li.right {
    float: right;
    margin-left: 1.2727em;
    margin-top: 0.1818em;
}
.paneControl .links a:link, .paneControl .links a:visited {
    text-decoration: none;
}
.paneControl .links a:hover, .paneControl .links a:focus, .paneControl .links a:active {
    text-decoration: underline;
}



.boxMain {
    margin: 0px auto;
    text-align: left;
    max-width: 946px;
    _width:expression((document.body.clientWidth > 946) ? "926px" : "auto");
    padding: 0.5454em 1em;
    _padding: 0.5454em 10px;
}
.steel .boxMain {
    background: #fff;
}
.blueSteel .boxMain {
    background: transparent;
}
.greySteel .boxMain {
    background: transparent;
}

/* steel paneControl */
.steelHead {
    padding: 0.8181em 5px 0px 0px;
    background: #517ba1;
    color: #fff;
    overflow: hidden;
    *zoom: 1;
    margin: 0px auto;
}
.steelHead div {
    max-width: 946px;
    padding: 0px 1em;
    _width:expression((document.body.clientWidth > 946) ? "926px" : "auto");
    _padding: 0px 10px;
    margin: 0px auto;
}
.steelHead h1 {
    float: left;
    margin: 0px 1em 0px 0px;
}
body.noSession .steelHead h1 {
    margin-bottom: 0.5em;
}
.steelHead .navigate {
    float: right;
    margin: 0px 0px 0px 0.3636em;
    padding-top: 0.2727em;
}
.steelHead a:link, .steelHead a:visited, .steelHead a:hover, .steelHead a:active {
    text-decoration: none;
    _color: #fff;
}
.steelHead a:hover span, .steelHead a:active span {
    text-decoration: underline;
}



/* steel subnavigation links */
.steelSub {
    margin: 0px;
    border-bottom: 1px solid #ccc;
    background: transparent url(/resources/4298/images/blueSteelChrome.png) repeat-x 0px 0px;
    background-position: 0px -1630px;
    padding: 0px 5px 0px 0px;
}
.steelSub div.wrap {
    /* max-width: 86em; */
    max-width: 946px;
    padding: 0px 1em 0px;
    _width:expression((document.body.clientWidth > 946) ? "926px" : "auto");
    _padding: 0px 10px;
    margin: 0px auto;
    overflow: hidden;
    *zoom: 1;
}
.steelSub .links {}
.steelSub .links a {
    color: #265a8c;
}
.steelSub a:link, .steelSub a:visited, .steelSub a:hover, .steelSub a:active, .steelSub .links a:focus {
    text-decoration: none;
    _color: #265a8c;
}
.steelSub a:hover span, .steelSub a:active span {
    text-decoration: underline;
}
.steelSub .links li.left {
    margin: 0px 0px 0px 0.4545em;
    float: left;
    text-align: left;
    width: 63%;
}
.listPayments .links li.left {
    padding: 0.8454em 0 0.3636em;
}
.steelSub .links li.right{
    text-align: right;
    padding: 0.8454em 0 0.3636em;
    float: right;
    width: 35%;
}
.steelSub .bread {
    float: left;
    margin-bottom: 0px;
}
.steelSub .bread span a:hover, .steelSub .bread span a:active {
    text-decoration: underline;
}



/* steel breadcrumbs */
.bread {
    margin-bottom: 1.3636em;
    color: #669;
}
.bread span {
    color: #8d4242;
}
.bread span a, .bread span a:link, .bread span a:visited,
.bread span a:hover, .bread span a:active {
    color: #669;
    text-decoration: none;
}
.bread span a:hover, .bread span a:active {
    text-decoration: underline;
}

.sideBox {
    padding: 0.5454em;
    border: 0px none;
}
.sideBox a {
    color: #fff;
}
.sideBox a:link, .sideBox a:visited {
    _color: #fff;
    text-decoration: underline;
}
.sideBox a:hover, .sideBox a:active {
    _color: #fff;
    text-decoration: none;
}
.sideBox ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.sideBox li {
    margin: 0px;
    padding: 0px;
}
.sideBox h3 {
    font-size: 1.0909em;
    margin-bottom: 0.3em;
}
.sideBox h3 em {
    font-style: normal;
    font-weight: normal;
}
.sideBox .sControls {
    overflow: hidden;
    zoom: 1;
}
.sideBox .sControls a.previous, .sideBox .sControls a.next {
    float: left;
    _display: inline;
}
.sideBox .sControls a.next {
    float: right;
}

.widgets h3 {
    margin: 0px;
    padding: 0.4545em 0px 0.5454em 1em;
    background-color: #a2a277;
    font-size: 1.0909em;
}
.widget {
    position: relative;
    border: 0.0909em solid #ccc;
}
.widgets .widget {
    margin-bottom: 0.8181em;
}
h3.wHead {
    padding: 0.5454em;
    background: #DEDEB1;
    color: #517BA1;
    font-size: 1.0909em;
}


/* support messages */
#wStartup {
    text-align: center;
    padding: 18px;
}
#wStartup img {
    text-align: center;
    margin: 0px auto;
}
#wBrowserCheck, #wNoCookies, #wSafariCookies {
    display: none;
}



/* banner add widgets that "fade and slide in" */
.wAdBanner {
    display: block;
    height: 1px;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
}



/* generic message block */
/* Info text above the navigation */
#wInfoText {
    margin-bottom: 0.5454em;
    padding: 0.1818px 0.5454em 0.1818em;
    *zoom: 1;
    clear:both;
    margin-bottom:0.5454em;
    padding-top:10px;
}
#wInfoText p {
    font-size: 0.9090em;
    margin-bottom: 0.3em;
}



/* popups */
.pop {
    position: relative;
}
.pop .popBody {
    position: relative;
    border: 1px solid #999;
    background: #fff;
}
.popClose , .popClose:link , .popClose:visited {
    width: 16px;
    height: 16px;
    margin-right: 9px;
    margin-top: 8px;
    background-image: url('/resources/4298/images/closeButton.png');
    position: absolute;
    right: 0.4545em;
    top: 0.5454em;
    z-index: 1;
    display: block;
}
.popClose:hover , .popClose:focus , .popClose:active {
    background-position: 0 -16px;
}

/* modal dialogue popups */
.popMode {
    position: absolute;
    left: -999em;
    top: -999em;
}
.StickyWinInstance .popMode {
    position: static;
    _position: relative;
    width: 36.7272em;
    top: 0px;
    left: 0px;
}
.popMode .popBody {
    position: relative;
    padding: 1em 1.2727em;
    background: #fff;
}
.popMode .popBody .sb-inner {
    background: #fff;
}
.popMode .popBody .sb-border {
    background: #35683e;
}
.popMode h2 {
    position: relative;
    margin: 0px;
    padding: 0.5454em 0.8181em 0.4545em;
    background: #9fd4a9;
    color: #35683e;
}
.popMode h2 .sb-inner {
    background: #9fd4a9;
}
.popMode h2 .sb-border {
    background: #35683e;
}
.popClose {
    position: absolute;
    right: 0.4545em;
    top: 0.5454em;
    z-index: 1;
    display: block;
}


/* a legend showing reservation types */
ul.wTypeLegend {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 10px;
}
ul.wTypeLegend li {
    display: block;
    margin: 0px 0.2727em;
    padding: 1px 0;
    vertical-align: baseline;
    line-height: 2;
    white-space: nowrap;
}
ul.wTypeLegend span {
    display: -moz-inline-box;
    display: inline-block;
    width: 1.4545em;
    height: 1.4545em;
    margin-right: 0.5454em;
    border: 0.0909em solid #090909;
    vertical-align: middle;
}
ul.wTypeLegend strong {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}


/* list with round bullets with arrows inside */
/* usage: ul.roundArrow li a ins.bullet, ul.roundArrow li span ins.bullet */
ul.roundArrow {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.roundArrow li {
    list-style-type: none;
    margin: 0 0 1em 16px;
    padding: 0;
}
ul.roundArrow a, ul.roundArrow span {
    position: relative;
    font-family: Verdana, Arial, Sans-Serif;
    line-height: 1.1667;
}
ul.roundArrow a {
    color: #094b7f;
    text-decoration: none;
}
ul.roundArrow a ins.bullet, ul.roundArrow span ins.bullet {
    position: absolute;
    left: -16px; top: 2px;
    display: block;
    width: 11px; height: 11px;
    overflow: hidden;
    background: transparent url('/resources/4298/images/dashboard/dashboardListItem.png') no-repeat 0px 0px;
}
ul.roundArrow a:hover, ul.roundArrow a:active, ul.roundArrow a:focus {
    color: #7f1818;
    text-decoration: underline;
}


/* list with arrow bullets */
/* usage: ul.plainArrow li */
ul.plainArrow {
    list-style-image: url('/resources/4298/images/dashboard/blackArrow.png');
}
ul.plainArrow li {
    margin: 13px;
    padding: 0;
}



/* calendars of all types */
ul.months {
    list-style-type: none;
    margin: 0px;
}
ul.months h4 {
    margin-bottom: 0px;
    text-align: center;
}
ul.months h4 a, ul.months h4 a:link, ul.months h4 a:visited, ul.months h4 a:hover, ul.months h4 a:active {
    color: #333;
    text-decoration: none;
}
ul.months table {
    width: 100%;
    margin-bottom: 0.8181em;
    color: #333;
    border-collapse: separate;
}
ul.months th, .wFullView td {
    padding: 0px;
}
ul.months th {
    background-color: #e3eefc;
    border-bottom: 1px solid #e0eff8;
    border-right: 1px solid #e0eff8;
    border-top:1px solid #c6cfdE;
    padding: 0.0909em 0px;
    text-align: center;
}
ul.months th.first {
    padding-left: 0.0909em;
}
ul.months th.last {
    padding-right: 0.0909em;
    border-left: 1px solid #c6cfde;
    border-right: 1px solid #c6cfde;
}
ul.months td {
    padding: 0.1818em 0px 0.2727em;
    border-bottom: 1px solid #e0eff8;
    border-right: 1px solid #e0eff8;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 1em;
}
ul.months td a {
    color: #333;
}
ul.months td a:link, ul.months td a:visited {
    text-decoration: none;
    _color: #333;
}
ul.months td a:hover, ul.months td a:active {
    text-decoration: underline;
    _color: #333;
}
ul.months td.open a:hover, ul.months td.open a:active {
    background: #fcf3d7;
}
ul.months td.first , ul.months th.first {
    border-left: 1px solid #c6cfde;
}
ul.months td.last {
    border-right: 1px solid #c6cfde;
}
ul.months tr.first td {
    border-top: 1px solid #c6cfde;
}
ul.months tr.last td {
    border-bottom: 1px solid #c6cfde;
}
ul.months td.today, span.resToday, ul.months td.today a:hover, ul.months td.today a:active {
    background: #b4c7d8;
}
ul.months td.tentative, ul.months td.tentative a, span.resTentative {
    background: #f7d971;
}
ul.months td.blocked, ul.months td.blocked a, span.resBlocked {
    background: #a4a7a2;
}
ul.months td.reserved, ul.months td.reserved a, span.resReserved {
    background: #be3e23;
    color: #fff;
}
ul.months td.available, ul.months td.available a, span.resAvailable {
    background: #fff;
}
ul.months td.reserved a:link, ul.months td.reserved a:hover, ul.months td.reserved a:visited, ul.months td.reserved a:active {
    _color: #fff
}
ul.months td.outOfRange {
    padding: 0.2727em 0px;
    background: #fff;
    color: #fff;
    font-weight: normal;
}
ul.months tr.boundary td.outOfRange {
    color: #aaa;
}
ul.months tr.boundary td.tentativeOut {
    background: #fcf2cd;
}
ul.months tr.boundary td.blockedOut {
    background: #dfe0df;
}
ul.months tr.boundary td.reservedOut {
    background: #e8bcb2;
    color: #eee;
}



/* sidebar calendar widget */
.sCalendar {
    padding-left: 0.1818em;
    padding-right: 0.1818em;
    _zoom: 1;
}
.calendar .sCalendar {
    margin-top: 39px;
}
.sCalendar .content {
    margin: 0px 0.5454em;
}
.sCalendar .sControls h3 {
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    font-family: Verdana, Arial, Sans-Serif;
}
.sCalendar .sControls a.previous, .sideBox .sControls a.next {
    margin: 0px 0.2727em 0px 0px;
    height: 23px;
    width: 18px;
    background: transparent url(/resources/4298/images/calendar/smallArrows.png) no-repeat 0px 0px;
}
.sCalendar .sControls a.previous , .sCalendar .sControls a.previous:link , .sCalendar .sControls a.previous:visited {
    background-position: 0 0;
}
.sCalendar .sControls a.previous:hover , .sCalendar .sControls a.previous:hover , .sCalendar .sControls a.previous:active {
    background-position: 0 -23px;
}
.sCalendar .sControls a.next , .sideBox .sControls a.next:link , .sideBox .sControls a.next:visited {
    margin: 0px 0px 0px 0.2727em;
    background-position: -18px 0px;
}
.sCalendar .sControls a.next:hover , .sCalendar .sControls a.next:hover , .sCalendar .sControls a.next:active {
    background-position: -18px -23px;
}
.sCalendar ul {
    color: #333;
}
.sCalendar h4 {
    font-family: Arial, Helvetica, sans-serif;
}
.calendarDropDown {
    text-align: right;
    display: inline;
}
.calendarDropDown form {
    display: inline;
}
.monthHead .calendarDropDown {
    float: right;
    padding: 0;
}



/* reservation bar popups */
.resPop {
    position: absolute;
    top: 0px;
    left: -999em;
}
.resPop .popBody {
    position: relative;
}


/* reservation detail popup */
.resPopInfo {
    width: 300px;
    height: 174px;
}
.resPopInfo #resPopInfoBox {
    width: 300px;
    height: 174px;
}
.resPopInfo .popBody {
    padding: 1.4545em 1.1818em 1.0909em;
}

.resPopInfo .columns {
    color: #666;
}
.resPopInfo .colFirst strong a {
    color: #666;
}
.resPopInfo .colFirst strong a:link, .resPopInfo .cols strong a:visited {
    _color: #666;
    text-decoration: none;
}
.resPopInfo .colFirst strong a:hover, .resPopInfo .cols strong a:active {
    _color: #666;
    text-decoration: underline;
}
.resPopInfo .colLast {
    float: right;
    text-align: right;
}
.resPopInfo .colLast a {
    display: none;
}
.resPopInfo dl {
    margin: 2.3636em 0px 2.1818em;
    color: #666;
}
.resPopInfo dl dt {
    float: left;
    _display: inline;
    clear: left;
    min-width: 9.3636em;
    _width: 9.3636em;
}
.resPopInfo dl dd {
    _margin-left: 9.3636em;
}
.resPopInfo div.buttons a.delete {
    margin-left: 2em;
}
.resPopInfo div.floats {
    text-align: center;
    padding-right: 1px;
}
.resPopInfo div.floats a.delete {
    margin: 0px;
}

/* create reseration popup */
.resPopNew {
    width: 338px;
    height: 308px;
}

#resPopAvailabilityNotesBox {
    width: 338px;
    height: 270px;
    margin: 0 auto;
}
#resPopAvailabilityNotesBox textarea {
    height: 118px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
#resPopAvailabilityNotesBox form {
    padding: 20px;
}
.availabilityNotes , .availabilityNotes:link , .availabilityNotes:visited {
    display: block;
    color: #4d8db1 !important;
    background-image: url('/resources/4298/images/calendar/availabilityNotesIcon.png');
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-left: 10px;
    text-decoration: none;
    padding: 2px 0 2px 20px;
}
.availabilityNotes:hover , .availabilityNotes:focus , .availabilityNotes:active {
    text-decoration: underline;
}
#resPopNewBox {
    width: 338px;
    height: 308px;
}
#resPopNewBox h3 , .vDarkGlowDialog h3 {
    font-size: 1.6363em;
    font-weight: bold;
    font-family: Verdana, Arial, Sans-Serif;
    border-bottom: 1px solid #aaa;
    padding: 10px 5px 5px;
    margin: 5px 5px 10px 5px;
}
.vDarkGlowDialog .prettyForm {
    padding: 2px 10px 8px;
}
.vDarkGlowDialog .prettyForm textarea {
    width: 98%;
    margin-top: 5px;
}
.vDarkGlowDialog .buttons {
    float: right;
    margin-right: 10px;
}
.resPopNew .popBody {
    padding: 1.4545em 1px 1.0909em 1.1818em;
    *margin-bottom: -6px;
}
.resPopNew h4 span {
    font-weight: normal;
}
.resPopNew .prettyForm .stacked label {
    width: 11.1em;
    margin-right: 0.5454em;
}
.resPopNew .prettyForm #arrivalDateString , .resPopNew .prettyForm #departureDateString {
    width: 11em;
}
.resPopNew .prettyForm .names input {
    width: 100%;
    *width: 98%;
}
html.gecko .resPopNew .prettyForm .names input {
    width: 98%;
}
.resPopNew .prettyForm .email label {
    width: 22.8453em;
    margin-right: 1.2727em;
}
.resPopNew .prettyForm .email input {
    width: 100%;
    *width: 99.4%;
}
html.gecko .resPopNew .prettyForm .email input {
    width: 99.4%;
}

.resPopNew .prettyForm .buttons {
    margin-top: 1.3636em;
    /*IE6 button break fix*/
    _position: relative;
}
.resPopNew .prettyForm .buttons a.edit {
    margin: 0 0.5em;
}
.resPopNew .target {
    *zoom: 1;
}
.resPopNew .loader .popBody {
    padding: 5em 0px 5.5454em;
    margin-bottom: 0px;
    text-align: center;
}
.resPopNew .loader img {
    margin: 0px auto;
}



/* admin login */
body.adminLogin .boxMain {
    padding-top: 1em;
    text-align: center;
}
body.adminLogin .wAdminLogin {
    width: 28em;
    margin: 0px auto;
    text-align: left;
}
body.adminLogin .prettyForm label {
    display:-moz-inline-block;
    display:-moz-inline-box;
    display:inline-block;
    width: 6em;
}



/* pages with no skin, just the HAC logo */
body.minimal .headWrap {
    padding: 0.5454em 1em;
}



/* debugging links for developers */
#debugLinks {
    position: absolute;
    right: 1em;
    bottom: 1em;
    padding: 1em;
    background: #eef;
    border: 1px solid #000;
}





body.calendar .steelSub .links li img {
    margin: 0 5px;
    vertical-align: middle;
}
body.calendar .steelSub .links li.form {
    margin: 0px 2.5454em;
    padding: 0px;
}
body.calendar .steelSub .prettyForm label {
    color: #265a8c;
}

/* For PPI Gateway */
.question h2 {
    text-align: center;
}
.question .answers {
    text-align: center;
}

#PPI-Q2 {
    display: none;
}





/* Home Tab (aka Dashboard) */
body.homeTab .innerBody {
    padding-left: 0px;
    padding-right: 0px;
}
body.homeTab .boxMain {
    padding: 0;
}

/* home layout */
.wHomeTab {
    padding: 2.8181em 2.7272em 0px;
}

/* grid layout */re
.wHomeTab .boxes {
    _margin-left: 300px;
}
.wHomeTab .boxes .left, .wHomeTab .boxes .right {
    width: 49.1525%; /* 290px */
}

/* home widgets */
.wHomeTab .advertSide {
    float: left;
    width: 248px;
    min-height: 247px;
    _height: 247px;
    margin-right: 16px;
    padding: 18px 21px;
    background: url(/resources/4298/images/homeTab/advertSide.png);
}
.wHomeTab .advertSide h2 {
    margin-bottom: 0.4em;
    /*font: [[font-style || font-variant || font-weight] font-size[/line-height] font-family]*/
    font: normal normal normal 21px/1.1429 Helvetica, Arial, sans-serif;
    color: #4b7417;
}
.wHomeTab .advertSide p {
    font: normal normal normal 1.3636em/1.1333 Helvetica, Arial, sans-serif;
    color: #444;
}
.wHomeTab .message {
    margin-bottom: 1em;
}
.wHomeTab .message p {
   margin-bottom: 0px;
}
.wHomeTab .vChrome {
    margin-bottom: 0.8181em;
}
.wHomeTab .vChromeBody p, .wHomeTab .vChromeBody li {
    font-size: 1.0909em;
}
.wHomeTab .vChrome ul.roundArrow li {
    margin-bottom: 9px;
}



/* promo banner with text, images, buttons, etc */
.promoBox {
    margin: 0px -1px; /* not sure why this is needed but it prevents unwanted white space in FF3 */
    padding: 1px 0px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    *zoom: 1;
}

/* promo banner constructed with simple floats */
.promoSimple {
    height: 180px;
}
.promoSimple .content {
    float: right;
    _display: inline;
}
.promoSimple .content h1 {
    margin: 0.76em 0px 0.24em;
    font-size: 2.2727em;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: normal;
}
.promoSimple .content p {
    font-size: 1.2727em;
    font-family: Arial, Verdana, Sans-Serif;
}
