/*
    This file contains all colors (and fonts) used by the "bighorn" skin.  Descendant selectors are used
    primarily for nesting and rollover scenarios.
*/

/* general colors */

body
{
    
}

html
{
    
}

.wlp-bighorn-header
{
    
}

.wlp-bighorn-footer
{
    
}

/* colors for windows */

.wlp-bighorn-titlebar
{
BORDER-RIGHT: none;
	BORDER-TOP: none;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: none;
	BORDER-BOTTOM: 1px dashed #999999;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #003366;
}

.wlp-bighorn-titlebar-button-panel a:hover
{
    
}

.wlp-bighorn-book-content
{
    
}

.wlp-bighorn-window
{
    
}

.wlp-bighorn-window-content
{
    
}

.wlp-bighorn-layout-cell .wlp-bighorn-book
{
    
}

/* colors for menus */

.wlp-bighorn-menu
{
    background-color: #596380;
	color: #CCB48F;
}

.wlp-bighorn-menu a
{
    color: #CCBD8F;
}

.wlp-bighorn-menu-menu-panel ul
{
    background-color: #596380;
}

.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: #807059;
}

.wlp-bighorn-menu-menu-panel ul li.wlp-bighorn-menu-active
{
    background-color: #E6DCCF;
    color: #596380;
}

/* colors for menus within nested books */

.wlp-bighorn-book-content .wlp-bighorn-menu
{
    
}

.wlp-bighorn-book-content .wlp-bighorn-menu-menu-panel ul
{
   
}

.wlp-bighorn-book-content .wlp-bighorn-menu-menu-panel ul li:hover
{
    
}

.wlp-bighorn-book-content .wlp-bighorn-menu-menu-panel ul li.wlp-bighorn-menu-active
{
    
    
}
