/*
    This file contains all colors (and fonts) used by the "bighorn" skin.  Descendant selectors are used
    primarily for nesting and rollover scenarios.
*/

/* general colors */

html
{
    background-color: #FFFFFF;
}

.wlp-bighorn-header
{
    border-bottom-color: #FFFFFF;
}

.wlp-bighorn-footer
{
    border-top-color: #FFFFFF;
}

/* colors for windows */

.wlp-bighorn-titlebar
{
    background-color: #596380;
    color: white;
}

.wlp-bighorn-titlebar-button-panel a:hover
{
    background-color: #727EA3;
}

.wlp-bighorn-book-content
{
    background-color: #FFFFFF;
}

.wlp-bighorn-window
{
    border-color: #FFFFFF;
}

.wlp-bighorn-window-content
{
    background-color: white;
}

.wlp-bighorn-layout-cell .wlp-bighorn-book
{
    border-color: #807059;
}

/* colors for menus */

.wlp-bighorn-menu
{
	/*
   	background-color: #d6d6d6;
	color: rgb(81, 81, 81);
	text-size:18px;
	*/
}

.wlp-bighorn-menu a
{
    color: rgb(81, 81, 81);
}

.wlp-bighorn-menu-menu-panel ul
{
   /*
    background-color: #e0e4e6;
   */
}

.wlp-bighorn-menu-menu-panel ul li
{
	border-color: #8999a0;
}
.wlp-bighorn-menu-menu-panel ul li:hover
{
    /*
    background-color: #727EA3;
    */
    color: white;
}

.wlp-bighorn-menu-menu-panel ul li:hover > a
{
    color: white;
} 

.wlp-bighorn-menu-menu-panel ul ul
{
    border-color: #8999a0;
}

.wlp-bighorn-menu-menu-panel ul li.wlp-bighorn-menu-active
{
    background-color: #c90138;
    color: white;
}

/* colors for menus within nested books */

.wlp-bighorn-book-content .wlp-bighorn-menu
{
    /*    
    background-color: #727EA3;
    */
}

.wlp-bighorn-book-content .wlp-bighorn-menu-menu-panel ul
{
    /*
    background-color: #727EA3;
    */
}

.wlp-bighorn-book-content .wlp-bighorn-menu-menu-panel ul li:hover
{
    /*
    background-color: #6078BF;
    */
}

.wlp-bighorn-book-content .wlp-bighorn-menu-menu-panel ul li.wlp-bighorn-menu-active
{
    background-color: #c90138;
    color: #596380;
}

