body {
    font-family: Lucida Grande, Arial, sans-serif;
    font-size: 12px;
}

a {
    font-family: Lucida Grande, Arial, sans-serif;
    color: #003366;
    text-decoration: none;
    /*border-bottom: 1px solid #003366;*/
}
a:hover {
    border-bottom: 1px solid #003366;
    /*color: #0066CC;*/
}
a:active {
    background-color: #DBEDFF;
}

.highlight {
    background-color: #FCCFD8;
    border-bottom: 1px solid #F66F8B;
    padding: 1px 2px;
}

.highlight_yellow {
    background-color: #FFE8CB;
    border-bottom: 1px solid #FFA42F;
    padding: 1px 2px;
}

.notification .message {
    background-color: #FFFCA4;
    font-family: Lucida Grande, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    margin: 0;
    border-bottom: #989662 solid 3px;
    z-index: auto;
    position: absolute;
    top: 0px;
}

/* simple content boxes */
.simple_box .content {
    display: block;
    padding: 10px;
    /*border: 1px solid #C8CCD0;*/
    margin: 0px;
}
.simple_box .title h3 {
    color: #C00C31;
    font-family: Lucida Grande, Arial, sans-serif;
    margin-bottom: 0px;
    margin-top: 4px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}
.simple_box .title h4 {
    color: #3B71A8;
    font-family: Lucida Grande, Arial, sans-serif;
    margin-bottom: 0px;
    margin-top: 4px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}
.simple_box p {
    margin: 5px;
}
.footer {
    font-size: 10px;
}

/* end simple content boxes */


/* content boxes */
.content_box .content {
    display: block;
    padding: 10px;
    border: 1px solid #C8CCD0;
    margin: 0px;
    overflow-x: hidden;
}
.content_box .content.scroll {
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.content_box .title h3 {
    color: #C00C31;
    font-family: Lucida Grande, Arial, sans-serif;
    margin-bottom: 0px;
    margin-top: 4px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}
.content_box .title h4 {
    color: #3B71A8;
    font-family: Lucida Grande, Arial, sans-serif;
    margin-bottom: 0px;
    margin-top: 4px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}
.content_box .title h5 {
    color: #666666;
    font-family: Lucida Grande, Arial, sans-serif;
    margin-bottom: 0px;
    margin-top: 4px;
    padding-bottom: 0px;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
}
.content_box p {
    margin: 5px;
}
.footer {
    font-size: 10px;
}

/* end content boxes */


.rphotofloat {
    float:right;
    padding: 10px;
}

.qtip-contentWrapper a {
    color: #FFFFFF;
    text-decoration: underline;
    border: 0px;
}
.qtip-contentWrapper a:hover {
    color: #EFEFEF;
    border: 0px;
}
.qtip-contentWrapper a:active {
    color: #FFFFFF;
    background-color: #4F4F4F;
    border: 0px;
}

.qtip_login .login_title {
    font-size: 14px;
    font-weight: bold;
    padding-top: 0px;
    margin-top: 2px;
}

.qtip_login a {
    color: #58793E;
    border: 0px;
}

.qtip_login a:hover {
    color: #719B4F;
    border: 0px;
}

.qtip_login a:active {
    color: #4A7926;
    background-color: #BFD5AE;
    border: 0px;
}

.qtip_login img {
    border: 0px;
}

.hidden_review_id {
    display: none;
}



