﻿
a.news:active
{
    color: #ffffff;
    font-size: 14pt;
    background-image: url("~/App_Themes/SnowCoveredMountain/Images/Tab System/News-Tab-Active.jpg");
    background-repeat: no-repeat;
}
a.news:hover
{
    color: #ffffff;
    font-size: 14pt;
    background-image: url("~/App_Themes/SnowCoveredMountain/Images/Tab System/News-Tab-Active.jpg");
    background-repeat: no-repeat;
}
a.news:link
{
    color: #ffffff;
    font-size: 14pt;
    background-image: url("~/App_Themes/SnowCoveredMountain/Images/Tab System/News-Tab-Inactive.jpg");
    background-repeat: no-repeat;
}
a.homelink:link
{
    background-image: url("~/App_Themes/SnowCoveredMountain/Images/Tab System/Home-Tab-Inactive.jpg" );
    text-decoration: none;
}
a.homelink:visited
{
    background-image: url("~/App_Themes/SnowCoveredMountain/Images/Tab System/Home-Tab-Inactive.jpg" );
    text-decoration: none;
}
a.homelink:hover
{
    background-image: url("~/App_Themes/SnowCoveredMountain/Images/Tab System/Home-Tab-Active.jpg" );
    text-decoration: none;
}
a.homelink:active
{
    background-image: url("~/App_Themes/SnowCoveredMountain/Images/Tab System/Home-Tab-Active.jpg" );
    text-decoration: none;
}
a.largelink:active
{
    color: #3366ff;
    font-size: 14pt;
}
a.largelink:hover
{
    color: #3366ff;
    font-size: 14pt;
}
a.sidemenu:link
{
    color: black;
    font-size: 15pt;
    font-weight: normal;
    font-family: Verdana, 'Arial Narrow' , Papyrus;
    width: 100%;
    text-decoration: none;
    font-style: normal;
}
a.sidemenu:visited
{
    color: black;
    font-size: 15pt;
    font-weight: normal;
    font-family: Verdana, 'Arial Narrow' , Papyrus;

    text-decoration: none;
}
a.sidemenu_active
{
    color: black;
    font-size: 15pt;
    font-weight: normal;
    font-family: Verdana, 'Arial Narrow' , Papyrus;
    background-image: url("Images/Lower Backrounds/Active-side-menu.png" );
    
    text-decoration: none;
}
a.sidemenu:hover
{
    color: black;
    font-size: 15pt;
    font-weight: normal;
    font-family: Verdana, 'Arial Narrow' , Papyrus;
    background-image: url("Images/Lower Backrounds/Hovering-white-side.png");

    text-decoration: none;
}
a.smalltext:link
{
    font-size: 7pt;
    color: #4d4d4f;
    font-style: normal;
    font-family: Verdana, Serif, 'Trebuchet MS';
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 1px;
    display: block;
    
}
a.smalltext:visited
{
    font-size: 7pt;
    color: #4d4d4f;
    font-style: normal;
    font-family: Verdana, Serif, 'Trebuchet MS';
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 1px;
    display: block;
}
a.smalltext:hover
{
    font-size: 7pt;
    color: #4d4d4f;
    font-style: normal;
    font-family: Verdana, Serif, 'Trebuchet MS';
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
}
a.smalltext:active
{
    font-size: 7pt;
    color: #4d4d4f;
    font-style: normal;
    font-family: Verdana, Serif, 'Trebuchet MS';
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 1px;
    display: block;
}
a.homecontactsubmit:link
{
    background-image: url("~/App_Themes/SnowCoveredMountain/Images/Submit-button-norrmal.jpg");
    text-decoration: none;
    font-style: normal;
}

.accordionHeader
{ 
    border: 1px solid #2F4F4F;
    background-color: #2E4d7B;
    font-size: 7pt;
    color: white;
    font-style: normal;
    font-family: Verdana, Serif, 'Trebuchet MS';
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align: left;
     }

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    background-color: #2E4d7B;
    font-size: 7pt;
    color: white;
    font-style: normal;
    font-family: Verdana, Serif, 'Trebuchet MS';
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align: left;
}
.accordionContent
{
    background-color: #D8E4F8;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-family: Verdana, Serif, 'Trebuchet MS';
    font-size: 9pt;
    color: #4d4d4f;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: left;
}
a.accordionLink:link
{
    color: White;
    height: 20px;
    
}
a.accordionLink:visited
{
    color: White;
    height: 20px;
    
}
a.accordionLink:hover
{
    color: White;
    height: 20px;
    
}
a.accordionLink:active
{
    color: White;
    height: 20px;
   
}
.accordionPricingHeader
{
    border: 2px solid #8FAEC3;
    background-color: #2E4d7B;
    font-size: 6pt;
    color: white;
    font-style: normal;
    font-family: Verdana, Serif, 'Trebuchet MS';
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    vertical-align: middle;
    text-align: left;
}
.accordionPricingHeaderSelected
{
    border: 2px solid #2E4d7B;
    background-color: #8FAEC3;
    font-size: 6pt;
    color: white;
    font-style: normal;
    font-family: Verdana, Serif, 'Trebuchet MS';
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    vertical-align: middle;
    text-align: left;
}
.accordionPricingContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-family: Verdana, Serif, 'Trebuchet MS';
    font-size: 8pt;
    color: #4d4d4f;
    letter-spacing: .5px;
    font-weight: bolder;
    text-align: left;
}
.accordionAdditionInfo
{
    font-size: 8pt;
    font-style: normal;
    font-family: Verdana;
    letter-spacing: 1px;
    font-weight: bold;
    padding-top: 2px;
    text-align: right;
    z-index: 2;
    position: absolute;
}
.accordionPricingLink
{
    color: White;
}
body
{
    background-color: #ffffff;
    border-color: ThreeDShadow;
    font-style: normal;
    font-family: 'Trebuchet MS';
    clip: rect(auto, 775px, 775px, auto);
}

.alignbottom
{
    vertical-align: bottom;
}
.aligntopleft
{
    vertical-align: top;
    text-align: left;
}
.aligntopcenter
{
    vertical-align: text-top;
    text-align: center;
}
.aligncenter
{
    text-align: center;
}
.alignmiddlecenter
{
    text-align: center;
    vertical-align: middle;
}
.aligntopright
{
    vertical-align: text-top;
    text-align: right;
}
.alignright
{
    text-align: right;
}
.aligntop
{
    vertical-align: top;
}
.tablebordercollapse
{
    border-collapse: collapse;
}
.button
{
    background-color: #99ff99;
    border-right: #006400 outset;
    border-top: #006400 outset;
    font-weight: bold;
    border-left: #006400 outset;
    color: black;
    border-bottom: #006400 outset;
    font-style: italic;
    font-family: Arial;
}
.collapsePanel
{
    overflow: hidden;
    background-color: #d8e4f8;
}
.collapsePanelHeader
{
    font-size: 7pt;
    color: #4d4d4f;
    font-style: normal;
    font-family: Verdana, Serif, 'Trebuchet MS';
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 1px;
    width: 50%;
    height: 18px;
    background-color: #ccccff;
}
.collapsePanelHeaderImage
{
    font-family: Tahoma, 'Trebuchet MS';
    width: 50%;
    height: 30px;
    background-image: url("~/App_Themes/SnowCoveredMountain/Images/bg-menu-main.png");
    background-repeat: repeat-x;
    color: #0000cc;
    font-weight: bold;
}
.combo
{
    font-weight: bold;
    color: black;
    font-style: italic;
    background-color: fuchsia;
}
.cursorpointer
{
    cursor: pointer;
}
.floatleft
{
    float: left;
}
.floatright
{
    float: right;
}
h1
{
    font-size: 14pt;
    color: black;
    font-style: normal;
    font-family: Papyrus, Verdana, 'Trebuchet MS';
    text-decoration: none;
    font-weight: bold;
}
h2
{
    font-size: 12pt;
    color: black;
    font-style: normal;
    font-family: Papyrus, Verdana, 'Trebuchet MS';
    text-decoration: none;
    font-weight: lighter;
}
.h2text
{
    font-size: 12pt;
    color: black;
    font-style: normal;
    font-family: Papyrus, Verdana, 'Trebuchet MS';
    text-decoration: none;
    font-weight: bold;
    line-height: 35px;
}
.h2underlinetext
{
    font-size: 12pt;
    color: black;
    font-style: normal;
    font-family: Papyrus, Verdana, 'Trebuchet MS';
    text-decoration: underline;
    font-weight: lighter;
}
.h3red
{
    font-size: 10pt;
    color: #cc0000;
    font-style: normal;
    font-family: Papyrus, Verdana, 'Trebuchet MS';
    text-decoration: none;
    font-weight: lighter;
}
h3
{
    font-size: 10pt;
    color: black;
    font-style: normal;
    font-family: Papyrus, Verdana, Serif, 'Trebuchet MS';
    text-decoration: none;
    font-weight: lighter;
    letter-spacing: 1px;
}
.h3text
{
    font-size: 10pt;
    color: black;
    font-style: normal;
    font-family: Verdana, 'Trebuchet MS';
    text-decoration: none;
    font-weight: lighter;
}
h4
{
    font-size: 8pt;
    color: black;
    font-style: normal;
    font-family: Verdana, Serif, 'Trebuchet MS';
    text-decoration: none;
    font-weight: lighter;
    line-height: 15px;
    letter-spacing: 1px;
}
.h4text
{
    font-size: 8pt;
    color: black;
    font-style: normal;
    font-family: Verdana, 'Trebuchet MS';
    text-decoration: none;
    font-weight: lighter;
}

hr
{
    font-size: 2px;
    color: #0000cc;
    text-align: left;
}
.homecontacttext
{
    font-weight: bold;
    vertical-align: middle;
    font-size: 9pt;
    color: #4d4d4f;
    font-family: Verdana, 'Trebuchet MS';
    text-decoration: none;
    letter-spacing: 1px;
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.inline
{
    display: inline;
}

.label
{
    font-family: Comic Sans MS;
    border-right-color: lime;
    color: Navy;
    border-bottom: maroon thin dashed;
    border-right-style: double;
    background-color: white;
}
.lowerleftcell
{
    background-image: url("~/App_Themes/SnowCoveredMountain/Images/Lower Backrounds/SC-backround.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
}


.dynamicMenu
{
    font-size: 10pt;
    color: #333399;
    font-family: Arial;
    font-weight: bold;
    background-color: transparent;
}
.smalltext
{
    font-size: 7pt;
    color: #4d4d4f;
    font-style: normal;
    font-family: Verdana, Serif, 'Trebuchet MS';
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 1px;
}

.dynamicMenuItem
{
    font-size: 10pt;
    color: #8dadc2;
    font-family: Papyrus, Verdana, 'Trebuchet MS';
    font-weight: bold;
    background-color: transparent;
    padding-right: 3px;
    padding-left: 3px;
    vertical-align: middle;
}
.medtextparagraph
{
    font-size: 9pt;
    color: #4d4d4f;
    font-style: normal;
    font-family: Verdana, Serif, 'Trebuchet MS';
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 1px;
    vertical-align: top;
    text-align: left;
}
.no-bordertable
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    height: 20px;
}
.sidemenubr
{
    line-height: 2px;
}
.staticMenuItem
{
    font-size: 10pt;
    color: black;
    font-family: Papyrus, Verdana, 'Trebuchet MS';
    font-weight: bold;
    background-color: transparent;
    padding-right: 3px;
    padding-left: 3px;
    vertical-align: middle;
}

.staticMenu
{
    background-color: transparent;
}


.dynamicHoverStyle
{
    font-size: 10pt;
    color: black;
    font-family: Papyrus, Verdana, 'Trebuchet MS';
    font-weight: bold;
    text-transform: none;
    font-style: normal;
    background-color: transparent;
    background-image: url("~/App_Themes/SnowCoveredMountain/Images/Lower Backrounds/Menu-Selected.jpg");
    vertical-align: top;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: fixed;
}

.SnowCoveredTabPanel
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    padding-top: 5px;
    font-family: 'Trebuchet MS' , Verdana;
    text-align: left;
}
.dynamicSelectedStyle
{
    font-size: 10pt;
    color: black;
    font-family: Papyrus, Verdana, 'Trebuchet MS';
    font-weight: bold;
    text-transform: none;
    font-style: normal;
    background-color: transparent;
    background-image: url("~/App_Themes/SnowCoveredMountain/Images/Lower Backrounds/Menu-Selected.jpg");
    vertical-align: top;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: fixed;
}

.staticHoverStyle
{
    font-size: 10pt;
    color: black;
    font-family: Papyrus, Verdana, 'Trebuchet MS';
    font-weight: bold;
    text-transform: none;
    font-style: normal;
    background-image: url("~/App_Themes/SnowCoveredMountain/Images/Lower Backrounds/Menu-Selected.jpg" );
    vertical-align: top;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: fixed;
}

.staticSelectedStyle
{
    font-size: 10pt;
    color: black;
    font-family: Papyrus, Verdana, 'Trebuchet MS';
    font-weight: bold;
    text-transform: none;
    font-style: normal;
    background-color: transparent;
    background-image: url("~/App_Themes/SnowCoveredMountain/Images/Lower Backrounds/Menu-Selected.jpg" );
    vertical-align: top;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: fixed;
}

.breadcrumbs
{
    font-weight: bold;
    font-size: 10pt;
    color: #333399;
    font-family: Arial;
    background-color: transparent;
    vertical-align: middle;
    text-align: left;
}
.contentarea
{
    background-color: #ffffff;
    border-right: #006400 1px;
    border-top: #006400 1px;
    font-weight: bold;
    border-left: #006400 1px;
    border-bottom: #006400 1px;
    font-family: Verdana;
    line-height: 12pt;
    text-align: center;
    vertical-align: top;
}
.bluetablecell
{
    background-color: #333399;
}
.snowcoveredbluetablecell
{
    background-color: #8DADC2;
}
.pagebackground
{
    background-color: transparent;
    background-image: url("~/App_Themes/SnowCoveredMountain/Images/Fjord.jpg");
    background-repeat: no-repeat;
}
.horizmenu
{
    background-color: #8DADC2;
    text-align: left;
}
.smallyellowtablecell
{
    background-color: #ffff99;
    border-top: #9999ff thin solid;
    border-right: #cc0033 thin double;
}
.navtablecell
{
    background-color: #ffff99;
}
.paperlinestable
{
    border-right: #0099ff 1px solid;
    border-top: #0099ff 1px solid;
    border-left: #0099ff 1px solid;
    border-bottom: #0099ff 1px solid;
    border-collapse: collapse;
}
.lblHeading
{
    font-weight: bold;
    color: white;
    font-style: italic;
    font-family: Arial;
    font-size: 24pt;
    line-height: 25pt;
}
.lblMediumHeading
{
    font-weight: bold;
    color: black;
    font-style: normal;
    font-family: Verdana;
    font-size: 12pt;
    line-height: 14pt;
}
.lblConsultHeading
{
    font-weight: bold;
    color: white;
    font-style: italic;
    font-family: Arial;
    font-size: 12pt;
    text-align: center;
}
.lblVerySmallHeading
{
    font-weight: bold;
    color: black;
    font-style: normal;
    font-family: Verdana;
    font-size: 10pt;
    text-align: left;
}
.lblAlignLeftParagraph
{
    font-weight: normal;
    font-size: 9pt;
    color: black;
    font-family: Verdana;
    text-align: left;
}
.lblAlignRightParagraph
{
    font-weight: normal;
    font-size: 10pt;
    color: black;
    font-family: Verdana;
    text-align: Right;
}
.lblAlignCenterParagraph
{
    font-weight: normal;
    font-size: 10pt;
    color: black;
    font-family: Verdana;
    text-align: center;
    display: block;
}
.shoppingBasket
{
    border-right: #006400 thin solid;
    border-top: #006400 thin solid;
    font-size: 10pt;
    border-left: #006400 thin solid;
    border-bottom: #006400 thin solid;
    font-family: Verdana;
}
.hyperLinkButton
{
    border-right: #006400 thin solid;
    border-top: #006400 thin solid;
    font-size: 12pt;
    border-left: #006400 thin solid;
    border-bottom: #006400 thin solid;
    font-family: Verdana;
    background-color: #ffff99;
    font-weight: bold;
    color: #006400;
    vertical-align: middle;
    text-align: center;
    position: static;
}
.hyperLinkButtonSmall
{
    border-right: #006400 thin solid;
    border-top: #006400 thin solid;
    font-size: 8pt;
    border-left: #006400 thin solid;
    border-bottom: #006400 thin solid;
    font-family: Verdana;
    background-color: #ffff99;
    font-weight: bold;
    color: #006400;
    vertical-align: middle;
    text-align: center;
    position: static;
}
.clickHyperLink
{
    color: #0000cc;
    font-family: Verdana;
    text-decoration: underline;
    font-size: 10pt;
}
.trynowbuynowcell
{
    background-color: #ccffcc;
    vertical-align: middle;
    text-align: center;
}
.nameText
{
    font-size: 20pt;
    color: white;
    font-family: Tahoma;
    font-weight: bold;
}
.nameSmallText
{
    font-size: 11pt;
    color: white;
    font-family: Tahoma;
    font-weight: bold;
}

.SnowCoveredMountainTabStyle .ajax__tab_header
{
    font-family: 'Century Gothic';
    font-size: 20px;
    background: url("~/App_Themes/SnowCoveredMountain/images/tab-line.gif") repeat-x bottom;
    border-right: blue thin solid;
    border-top: blue thin solid;
    border-left: blue thin solid;
    border-bottom: blue thin solid;
}

.HomeLeftCell
{
    background-color: #D8E4F8;
    vertical-align: middle;
    font-family: 'Trebuchet MS' , Verdana;
    text-align: left;
}
.HomeBlogCell
{
    background-color: #D8E4F8;
    vertical-align: top;
    
    
    font-size: 7pt;
    color: #4d4d4f;
    font-style: normal;
    font-family: Verdana, Serif, 'Trebuchet MS';
    
    font-weight: normal;
    letter-spacing: 1px;
}

.ulbullet
{
    list-style-type: square;
    margin-top: 5px;
    margin-bottom: 5px;
}
.ollist
{
    margin-bottom: 5px;
}
.ulalignright
{
    list-style-type: none;
    
    text-align: right;
    
}

.libullet
{
    font-size: 9pt;
    color: #4d4d4f;
    font-style: normal;
    font-family: Verdana, Serif, 'Trebuchet MS';
    text-decoration: none;
    font-weight: normal;
    padding-top: 4px;
    padding-bottom: 4px;
    letter-spacing: 1px;
}
.lipericlesbullet
{
    
    padding-top: 12px;
    padding-bottom: 12px;
    
}
.BlogEntryFlyoutPopup
{
    background-color: #D8E4F8;
    padding: 10px;
    width: 75%;
    text-align: left;
    overflow: auto;
    height: 350px;
    border-right: #2e4d7b 3px solid;
    border-top: #2e4d7b 3px solid;
    border-left: #2e4d7b 3px solid;
    border-bottom: #2e4d7b 3px solid;
}

a
{
    font: 11px Verdana;
    color: #315686;
    text-decoration: underline;
}

.BlogControlLink
{
    font: 11px Verdana;
    color: #315686;
    text-decoration: underline;
    padding-top: 3px;
}

.BlogName
{
    background-color: #ccccff;
    font-size: 16px;
    padding: 25px;
}
.BlogSubTitle
{
    background-color: #ffffff;
    font-size: 11px;
    padding: 15px;
}
.BlogPostDate
{
    font-size: 3mm;
}
.BlogEntryTitle
{
    font-weight: bold;
    font-size: 12pt;
}

.FullBlogLink
{
    text-align: center;
    padding-bottom: 15px;
    padding-top: 20px;
}

.divcenter
{
    text-align: center;
}

.recent_news
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 8pt;
    letter-spacing: normal;
}

.recent_news_text
{
    padding-top: 5px;
}
.top_10_reasons
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 8pt;
    letter-spacing: normal;
    text-align: left;
    margin-left: 15px;
}

.top_10_reasons_text
{
    padding-top: 5px;
    font-weight:normal;
}
.top_10_reasons_title
{
    
    font-weight:bold;
    padding-top: 5px;
}

.hr_light
{
    border-bottom: #2f4f4f thin dashed;
}

.MainMessage
{
    float: left;
}

.float_left
{
    float: left;
}

.float_right
{
    float: right;
}

.wrap_around
{
    text-align: right;
    float: left;
    left: 20px;
    position: absolute;
    top: 20px;
}

.AboutContent
{
    background-color: #D8E4F8;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-family: Verdana, Serif, 'Trebuchet MS';
    font-size: 11pt;
}
.PericlesContent
{
    background-color: #ffffcc;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-family: 'Book Antiqua' , Verdana, Serif, 'Trebuchet MS';
    font-size: 20pt;
    font-weight: bold;
    color: #2f4f4f;
}
.watermarked
{
    color: #e6e6fa;
    font-style: italic;
}

.boldItalic
{
    font-weight: bold;
    font-style: italic;
}

.boldItalicUnderline
{
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}
