/* This provides properties for internal RD2 documentation */

html,body
{

    background-color: white;
    color: black;

}

/* ========================================== Content ========================================= */

/* Some bits within a hotel-data-list are emphasized */
div#content ul#hotel-data-list li em
{
    color: rgb(0,0,0); /* Grey-green */
}

/* ========================================== Headers ========================================== */

/*
    Key:

    H1: Not currently used; reserved for the page logo in the event of an overhaul

    H3: The primary header across the main "About This Hotel" page and the
            priamary header on the "About This Hotel" popup pages
    H3.secondary: A secondary header within popup pages
    H3.tertiary: A tertiary header within popup pages, currently used only on the Meeting Facilities page
    H6: A generaly header, most commonly used for the Hotel Name

    */


/* This is the primary header across the main "About This Hotel" page */
h3
{
    /* A burnt baby-blue (not be confused with a "burnt-baby blue") */
    background-color: rgb(150,179,230);
}

/* Links within H3 have slightly different properties than regular links */
h3 a:link
{
    color: rgb(0,51,153); /* A navy blue, more or less */
}

/* This is the same as regular links, but it's necessary to reassert
    this property so that "hover" still takes effect (and it doesn't
    stay the a:link color always, defined above) */
h3 a:hover
{
    color: rgb(191,57,31); /* A medium red */
}


/* This is a secondary header within popup pages */
div#content h3.secondary
{
    background-color: rgb(206,219,243); /* A baby blue */
}



/* This is a tertiary header within popup pages, currently used only on the Meeting Facilities page */
div#content h3.tertiary
{
    background-color: rgb(255,229,190); /* A Thousand-Island color */
}


/* This is a general header with a divider line below the text */
div#content h6.divider
{
    border-bottom: 1px solid rgb(204,204,204); /* a light grey */
}

/* === The properties for hotel-pictures are in global.css and global_branding == */


/* ====================================== Content: Hotel Description ====================================== */

div#content div#hotel-description
{
    border-top: 1px solid rgb(204,204,204); /* A light grey */
    border-bottom: 1px solid rgb(204,204,204); /* A light grey */
}

/* === The properties for three-columns are in global_braning.css === */

