/*
    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: #2c4d9e; 
   
}

.wlp-bighorn-header
{
    border-bottom-color: #ffffff;
     
}

.wlp-bighorn-footer
{
    border-top-color: #ffffff;
   
}

/* colors for windows */

.wlp-bighorn-titlebar

{
    background-color: #ffffff;
    color: #ffffff;
     
}

.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: #ffffff;
     
}

.wlp-bighorn-layout-cell .wlp-bighorn-book
{
    border-color: #807059;
}

.wlp-bighorn-menu-menu-panel {
	BORDER-TOP: #f32517 4px solid; DISPLAY: block; FONT-WEIGHT: bold; FONT-SIZE: 11px; BACKGROUND: url(../images/bgOFF1.gif) repeat-x left top; WIDTH: 575px; FONT-FAMILY: Arial,Verdana,Helvitica,sans-serif; HEIGHT: 39px;
 font-weight: bolder;
}

.wlp-bighorn-menu-menu-panel UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: auto; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.wlp-bighorn-menu-menu-panel UL LI {
	DISPLAY: block; FLOAT: left; MARGIN: 0px
}
.wlp-bighorn-menu-menu-panel UL LI A {
	PADDING-RIGHT: 18px; DISPLAY: block; PADDING-LEFT: 17px; BACKGROUND: url(../images/bgDIVIDER1.gif) no-repeat left top; FLOAT: left; PADDING-BOTTOM: 0px; COLOR: #666; PADDING-TOP: 11px; HEIGHT: 23px; TEXT-DECORATION: none; font-weight:bold;
; font-size:11px; font-weight:bold; }
.wlp-bighorn-menu-menu-panel UL LI A.last {
	BACKGROUND: none transparent scroll repeat 0% 0%
}
.wlp-bighorn-menu-menu-panel UL LI A:hover {
	BACKGROUND: url(../images/bgON1.gif) #fff no-repeat right top; COLOR: #d12a1e; font-weight:bold; font-size:11px;
}
.wlp-bighorn-menu-menu-panel ul li.active {
	
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; BACKGROUND: url(../images/bgDIVIDER1.gif) no-repeat left top; FLOAT: left; PADDING-BOTTOM: 0px; COLOR: #666; PADDING-TOP: 0px; HEIGHT: 23px; TEXT-DECORATION: none; font-weight:bold;
; font-size:11px; font-weight:bold;
 
 
 }
 .wlp-bighorn-menu-menu-panel ul li.active:hover {
background:#FFFFFF url(../images/bgON1.gif) no-repeat scroll right top;
color:#D12A1E;
font-size:11px;
font-weight:bold;
}

/* colors for menus */


.wlp-bighorn-menu
{
    background-color: #ffffff;
	color: #ffffff;
	 
	
}

.wlp-bighorn-menu a
{
    color: black;
    font-weight: bolder;
    font-size: x-small;
}
li.wlp-bighorn-menu-active
{
	BACKGROUND: url(../images/bgON1.gif) #FF0000 no-repeat right top; COLOR: #d12a1e; margin-top:0px
}
/* 
.wlp-bighorn-menu-menu-panel ul
{
BORDER-TOP: #f32517 4px solid; DISPLAY: block; FONT-WEIGHT: bold; FONT-SIZE: 11px; BACKGROUND: url(../images/bgOFF1.gif) repeat-x left top; WIDTH: 570px; FONT-FAMILY: Arial,Verdana,Helvitica,sans-serif; HEIGHT: 39px
 ;border:1px solid #000;
}
.wlp-bighorn-menu-menu-panel UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: auto; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.wlp-bighorn-menu-menu-panel UL LI {
	DISPLAY: block; FLOAT: left; MARGIN: 0px
}
.wlp-bighorn-menu-menu-panel UL LI A {
	PADDING-RIGHT: 20px; DISPLAY: block; PADDING-LEFT: 21px; BACKGROUND: url('../images/all_bg_menu_1.gif') no-repeat right top; FLOAT: left; PADDING-BOTTOM: 0px; COLOR: #666; PADDING-TOP: 11px; HEIGHT: 23px; TEXT-DECORATION: none
}
.wlp-bighorn-menu-menu-panel UL LI A.last {
	BACKGROUND: none transparent scroll repeat 0% 0%
}
.wlp-bighorn-menu-menu-panel UL LI A:hover {
	BACKGROUND: url(../images/bgON1.gif) #fff no-repeat right top; COLOR: #d12a1e
}
.active {
	padding-top:20px;
}

*/



/* 
.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: #ffffff;
    
    
}


*/
/* colors for menus within nested books */

.wlp-bighorn-book-content .wlp-bighorn-menu
{
    background-color: #EEEEEE;
    
}

.wlp-bighorn-book-content .wlp-bighorn-menu-menu-panel ul
{
    background-color: #EEEEEE;
}

.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: #000000;
    color: #000;
    font-size: x-small;
    font-weight: bolder;
   
    
}
