



.headerbar
{
    height: 74px;
    background-image: url(header_bg.jpg);
    border-top: solid 6px #D95A24;
    border-right: solid 1px #D95A24;
    border-left: solid 1px #D95A24;
    border-bottom: solid 1px #D95A24;
}
.skierbar
{
    border-bottom: solid 3px #D95A24;
    width: 747px;
    height: 97px;
    border-left: solid 1px #000000;
    background-image: url(skier_banner.jpg);
    background-repeat: no-repeat;
}
.skier
{
    position: relative;
    top: -97px;
    left: 385px;
    z-index: 10;
}

.menu
{
    background-image: url(navbar_bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    height: 38px;
    border: solid 1px #D95A24;
    vertical-align: middle;
}
.menubutton
{
    font-family: Verdana;
    color: #33394F;
    font-weight: bold;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.menubutton:hover /* needs to be same as menubutton_hover */
{
    color: #ffffff;
    background-image: url(navbar_on_bg.jpg);
    background-position: top;
    background-repeat: repeat-x; 
    cursor: pointer;   
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.menubutton_hover
{
    color: #ffffff;
    background-image: url(navbar_on_bg.jpg);
    background-position: top;
    background-repeat: repeat-x; 
    cursor: hand;  
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px; 
    text-align: center;
}

.container
{
    border: solid 1px #D95A24;
    padding: 7px;
    margin-bottom: 6px;
    background-color: #ECECEE;
    background-image: url(container_bottom.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    font-size: 12px;
}

.container_lavender
{
    border: solid 1px #D95A24;
    padding: 7px;
    margin-bottom: 6px;
    background-color: #999EB8;
    font-size: 12px;
}


.container_header
{
    background-image: url(container_header.jpg);
    background-position: top;
    background-repeat: repeat-x;
    font-family: Arial Narrow;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 7px;
    padding-bottom: 2px;
    background-color: #BBB9BE;
    width: 100%;
}

.container_scroller
{
	scrollbar-track-color: #666A7B;
	scrollbar-arrow-color: #8F929E;
	scrollbar-face-color: #31374D;
	scrollbar-3dlight-color: #797F97;
	scrollbar-highlight-color: #5B6178;
	scrollbar-shadow-color: #21273B;
	scrollbar-darkshadow-color: #0F1528;
	overflow-y: scroll;
}

.bottom_credits
{
    border-top: solid 8px #D95A24;
    padding-top: 4px;
    color: #ffffff;
    text-align: center;
    font-size: 10px;
}

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body 
{
    background-color: #33394F;
    font-family: Verdana;
    font-size: 12px;
    margin-top: 0px;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab 
{
    color: #ffffff;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link 
{
    color: #ffffff;
}

A.SelectedTab:visited  
{
    color: #ffffff;
}

A.SelectedTab:hover    
{
    color: #ffffff;
    text-decoration: underline;
}

A.SelectedTab:active   
{
    color: #ffffff;
}

/* text style for the unselected tabs */
.OtherTabs 
{
     color: #ffffff;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link 
{
     color: #ffffff;
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    
{
     color: #ffffff;
     text-decoration: underline;
}

A.OtherTabs:active   
{
     color: #ffffff;
}

/* GENERAL */
/* style for module titles */
.Head   {
    background-image: url(container_header.jpg);
    background-position: top;
    background-repeat: repeat-x;
    font-family: Arial Narrow;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 7px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #BBB9BE;
    width: 100%;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
    font-family: Arial Narrow;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-bottom: 7px;
    color: #BBB9BE;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  
{

}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel 
{
    
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* main */
.MainMenu_MenuContainer 
{
    background-image: url(navbar_bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    border: solid 1px #D95A24;
    vertical-align: middle;
    height: 36px;
    overflow: visible;
    background-color: #AAAAB4;
}
.MainMenu_MenuItem 
{
    font-family: Verdana;
    color: #33394F;
    font-size: 12px;
    height: 32px;
    background-color: #AAAAB4;
    border: solid 1px #AAAAB4;
}
.MainMenu_MenuItemSel 
{
    color: #ffffff;
    background-color: #AAAAB4;
    font-family: Verdana;
    font-size: 12px;
    height: 32px;
    background-image: url(navbar_on_bg.jpg);
    background-repeat: repeat-x;
}

.MainMenu_SubMenu 
{
    /*font-family: Verdana;
    color: #33394F;
    font-size: 12px;
    height: 32px;
    background-color: #AAAAB4;*/
}
.MainMenu_MenuIcon
{
    height: 32px;
    background-color: #AAAAB4;
    border-left: solid 1px #AAAAB4;
    border-top: solid 1px #AAAAB4;
    border-bottom: solid 1px #AAAAB4;
}
.MainMenu_MenuBar 
{
    /*height: 32px;*/
    background-color: #AAAAB4;
}
.MainMenu_MenuBreak 
{
    background-color: #AAAAB4;
}
.MainMenu_MenuArrow 
{
    height: 32px;
    background-color: #AAAAB4;
    border-right: solid 1px #AAAAB4;
    border-top: solid 1px #AAAAB4;
    border-bottom: solid 1px #AAAAB4;
}
/* Main Menu 

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}
*/
/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab 
{
    color: #ffffff;       
}

.LoginTabSelected
{
       
}

.LoginTabHover
{
        
}

.LoginContainerGroup{
}

.LoginContainer
{
        
}







































































































































