﻿/* Text Box with Different Border: */
.tb-border 
{
    border: 1px solid #17A215;
}

.tb-border-correct
{
    border: 1px solid #FF0000;
}

    .generalcopy
{
    font-family: Arial;
    font-size: 9pt;
    color: #000000;
}

.tb-underline
{
    border-top: 1px solid #17A215;
}

.index_find_dest_box
{
    border-right: 0px dotted #BFD6F0;
    border-bottom: 1px dotted #BFD6F0;
}

.index_right_margin_box
{
    border-bottom: 1px dotted #BFD6F0;
}

.index_main_body_content
{
    border-bottom: 1px dotted #BFD6F0;
}

.generalcopy
{
    font-family: Arial;
    font-size: 9pt;
    color: #000000;
}

.what_is_nineblue_box
{
    border-bottom: 2px solid #ED1C24;
    font-family: Arial;
    font-size: 9pt;
    color: #000000;
}

.below_nineblue_box
{
    border-bottom: 2px solid #FCAF17;
    font-family: Arial;
    font-size: 9pt;
    color: #000000;
}

/* Hotel Search form button images */  
.button_hotel {
    border: 1px solid #006;
    background: #609B4A;
    margin: 2px 4px 6px 0px;
    color: #FFFFFF;
}

.button_hotel:hover {
    border: 1px solid #f00;
    background: #70AC5A;
}



/* Non-pregnancy landing page */
.tb-border-yoga
{
    border: 1px solid #F35343;
}

.tb-underline-yoga
{
    border-top: 1px solid #17A215;
}

.button_hotel_yoga {
    border: 1px solid #FFFFFF;
    background: #F35343;
    margin: 2px 4px 6px 0px;
    color: #FFFFFF;
}

.button_hotel_yoga:hover {
    border: 1px solid #f00;
    background: #70AC5A;
}

