@import url(text-base.css);

#custom-doc {
    width:72.92em;
    *width:71.17em;
    min-width:948px;
    margin:auto;
    text-align:left;
}
/*Two Column (LeftRight Layout) Width Override*/
.yui-gf div.first {
    width: 205px;
    border: none;
    padding: 0;
}
.yui-gf .yui-u {
    width: 716px;
    padding: 2px;
}
.content-right #bd, .content #bd {
     padding-left: 9px;
}
.main-content-page #bd {
    padding: 10px;
}
.static-error-page #bd {
    margin-top: 10px;
    border: 5px gray solid;
}
.static-error-page {
    background-color: white;
}
 /*Main Content Area */
 #bd {
    padding: 9px 9px 9px 0;
    background-color: white;
 }
 /*Header Banner Area*/
 #headerTop a {
    display: block;
    height: 121px;
    width: 300px;
 }
 #hd .custom {
     float: right;
     margin-top: 5px;
     padding-right: 10px;
 }
 #hd .custom li {
     padding-left: 10px;
 }
 /*Top Navigation*/
 #navMain {
    height: 39px;
    width: 100%;
    float: left;
}
#navMain ul {
    float: left;
    position: relative;
    left: 50%;
    width: auto;
    height: 39px;
    margin: 0 auto;
}
#navMain li {
    position: relative;
    right: 50%;
    float: left;
    padding-right: 10px;
    line-height: 39px;
}
/*Footer*/
#ft .custom {
    height: 24px;
    line-height: 24px;
    color: white;
    padding: 0 10px;
}
#ft ul {
    float: right;
}
#ft ul li {
    padding-left: 10px;
}
#ft p {
    text-align: center;
    font-size: 77%;
    line-height: normal;
}
#ft p span {
    padding: 0 3px;
}
#ft .custom {
    margin-bottom: 5px;
}
#ft .admin-navigation {
    padding-left: 0;
}
/*Navigation Bar*/
.navigation .last a {
    background: none;
}
.navigation a {
    padding-right: 10px;
    position: relative;
}
.navigation .selected a {
    text-decoration: underline;
}
.navigation a {
    color: white;
    text-decoration: none;
}
.navigation a:hover {
    text-decoration: underline;
    color: white;
}
.navigation li {
    float: left;
}
/*Button/Dialog Stuff*/
.dialog, .error-list-container, .dialog-form-errors, .dialog-form-sending, .dialog-form-result {
    display: none;
}
.dialog-close {
    float: right;
}
.help-dialog-open {
    font-size: 77%;
    text-decoration: underline;
    color: #026FC2;
    cursor: pointer;
}
.jquery-ui-button {
    margin-top: 5px;
}
.ui-dialog .ui-dialog-buttonpane button {
    padding: 0;
}
.ui-button-text-only .ui-button-text {
    padding: .2em .5em;
}
.ajax-working {
    display: none;
}
/*Elements*/
body, html {
    height: 100%;
    background-color: #caebf8;
    text-align: left;
}
dt {
    float: left;
}
strong { 
    font-weight: bold;
}
/*Classes*/
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
ul.inline li {
    float: left;
}
.geo {
    display: none;
}
@media only screen and (max-width: 767px) {
    .rating.rating-lg {
        width: 72px !important;
        font-size: 20px !important;
    }
}