/* ===== CSS FOR AVESTA POLARIT INTERNET ======== */
/* ===== VERS 1.2 2001-06-07 ==================== */
/* ===== GENERAL SPECIFICATIONS ================= */
/* Change log:                                    */
/* Nov 2001 -   First version                       */
/* Dec 2001 -   Search, HomePage, Printerfriendly, SiteMap classes added */
/* 2002-01-08 - .caption added */
/* 2002-01-08 - UL and OL changed to line-height: 16pt */
/* 2002-01-22 - .navMarked: line-height deleted */
/*              .navMarkedSection: line-height deleted */
/*              .homePageNormal a: line-height deleted */
/* 2002-05-27 - Classes added for use in EPiServer editor, "right-click" */
/*                              .LI and .subLI 
/*                              TD-classes dublicated without "TD": e.g. now: ".tableSmallBlue" */
/*                              .homePageNormal .homePageHeading .homePageHeadingSmall */
/*                              .line added. Use as divider when listing search matches */
/* 2002-06-07 - TD.tableSmall a:visited added (for News Listing) */
/*                              .homePageNews a:visited added */
/* 2002-06-07 - Special classes for news listing created: */
/*                              TD.tableSmallNewsListing */
/*                              TD.tableSmallNewsListing a */
/*                              TD.tableSmallNewsListing a:visited */
/* 2002-11-06 - Classes added for use in EPiServer editor, "right-click" */
/*              .tableHeadingGreen */
/*              .tableSmallGreen */
/* 2003-02-26   Classes added for Nickelprizes*/



/* ===== Linked text ==== */
A  {
        font-weight: bold;
        color : #18964C;
        text-decoration : none;
}

A:hover  {
        color : #C6503B;
        text-decoration : underline;
}

/* ===== LEFT HAND NAVIGATION ===== */
.nav a {  
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 8pt; 
        font-weight: normal;
        color : #000000;
        text-decoration : none;
}

.navMarked a {  
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 8pt; 
        font-weight: bold;
        color : #000000;
        text-decoration : none;
}

.navMarked { 
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 8pt; 
        font-weight: bold
}

.navMarkedSection { 
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 8pt; 
        font-weight: bold;
        color: #2B5184;
}
.navRelatedHeading {  
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 8pt; 
        line-height: 13pt; 
        color: #D09805;
}

.navBreadcrumb { 
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 7pt; 
        line-height: 8pt; 
        font-weight: normal;
        color: #7195A6;
}

/* ===== HEADER 1-6 ===== */
.H1  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 13pt;
        line-height: normal;
        font-weight : normal;
        color : #2B5184;
        margin-left: 0px; 
        margin-right: 15px;
    EditMenuName: Heading

}

.H2  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 9pt;
        line-height: normal;
        font-weight : bold;
        color : #2B5184;
        margin-left: 0px; 
        margin-right: 15px;
    EditMenuName: Sub heading

}


/* ===== TEXT/PARAGRAPHS CLASSES ===== */
P  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 9pt;
        line-height : 16pt;
        font-weight : normal; 
        color : #000000;
        margin-right: 15px; 
        margin-left: 30px;
    EditMenuName: Normal
}

.normal  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 9pt;
        line-height : 16pt;
        font-weight : normal; 
        color : #000000;
        margin-right: 15px; 
        margin-left: 30px;
    EditMenuName: Normal
}

.normalBold  {
        font-weight : bold; 
}

.normalSmall  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : normal; 
        color : #000000;
        margin-right: 15px; 
        margin-left: 30px;
    EditMenuName: Normal small
}

.caption  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : normal; 
        color : #666666;
    EditMenuName: Caption
}

.introduction  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 9pt;
        line-height : 16pt;
        font-weight : bold;
        color : #2B5184;
        margin-left: 0px; 
        margin-right: 15px;
    EditMenuName: Introduction
}

OL  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 9pt;
        line-height : 16pt;
        font-weight : normal;
        color : #000000;
        list-style-type : lower-alpha;
        margin-left: 70px; 
        margin-right: 15px
}

UL  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 9pt;
        line-height : 16pt;
        font-weight : normal;
        color : #000000;
        list-style-type : square;
        margin-left: 70px; 
        margin-right: 15px
}

/* ==== for use in EPiServer Editor, access with right-click ==== */
.LI  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 9pt;
        line-height : 16pt;
        font-weight : normal;
        color : #000000;
        margin-left: 5px; 
    EditMenuName: List normal 
}

.subLI  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 9pt;
        line-height : 16pt;
        font-weight : normal;
        color : #000000;
        margin-left: 40px; 
    EditMenuName: List sub 
}


/* ===== TABLE FORMATTING ===== */
/* ===== Heading  ===== */

TD {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : normal;
        color : #000000;
}

TD.tableHeading  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : bold;
        color : #000000;
}

TD.tableSmall  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : normal;
        color : #000000;
}

TD.tableSmall a:visited  {
        color : #847D7B
}

TD.tableSmallBold  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : bold;
        color : #000000;
}

TD.tableHeadingYellow  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : bold;
        color : #FFFFFF;
        background-color : #D09805;
}
TD.tableSmallYellow  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : normal;
        color : #000000;
        background-color : #F4E9BF;
}
TD.tableSmallBoldYellow  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : bold;
        color : #000000;
        background-color : #F4E9BF;
}

TD.tableHeadingRed  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : bold;
        color : #FFFFFF;
        background-color : #B01912;
}
TD.tableSmallRed  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : normal;
        color : #000000;
        background-color : #EDC6B7;
}
TD.tableSmallBoldRed  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : bold;
        color : #000000;
        background-color : #EDC6B7;
}

TD.tableHeadingBlue  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : bold;
        color : #FFFFFF;
        background-color : #2A5A6F;
}
TD.tableSmallBlue  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : normal;
        color : #000000;
        background-color : #B0C5D0;
}
TD.tableSmallBoldBlue  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : bold;
        color : #000000;
        background-color : #B0C5D0;
}

TD.tableHeadingGrey  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : bold;
        color : #FFFFFF;
        background-color : #847D7B;
}
TD.tableSmallGrey  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : normal;
        color : #000000;
        background-color : #E5E2DE;
}
TD.tableSmallBoldGrey  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : bold;
        color : #000000;
        background-color : #E5E2DE;
}

/* ==== for use in EPiServer Editor, access with right-click ==== */

.tableSmall  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : normal;
        color : #000000;
        background-color : #FFFFFF;
    EditMenuName: Table Normal
}

.tableHeadingYellow  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : bold;
        color : #FFFFFF;
        background-color : #D09805;
    EditMenuName: Table Yellow Heading
}
.tableSmallYellow  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : normal;
        color : #000000;
        background-color : #F4E9BF;
    EditMenuName: Table Yellow Normal
}
.tableHeadingRed  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : bold;
        color : #FFFFFF;
        background-color : #B01912;
    EditMenuName: Table Red Heading
}
.tableSmallRed  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : normal;
        color : #000000;
        background-color : #EDC6B7;
    EditMenuName: Table Red Normal
}
.tableHeadingBlue  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : bold;
        color : #FFFFFF;
        background-color : #2A5A6F;
    EditMenuName: Table Blue Heading
}
.tableSmallBlue  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : normal;
        color : #000000;
        background-color : #B0C5D0;
    EditMenuName: Table Blue Normal
}
.tableHeadingGrey  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : bold;
        color : #FFFFFF;
        background-color : #847D7B;
    EditMenuName: Table Grey Heading
}
.tableSmallGrey  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : normal;
        color : #000000;
        background-color : #E5E2DE;
    EditMenuName: Table Grey Normal
}
.tableHeadingGreen  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : bold;
        color : #FFFFFF;
        background-color : #5DB870;
    EditMenuName: Table Green Heading
}
.tableSmallGreen  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : normal;
        color : #000000;
        background-color : #D0ECCD;
    EditMenuName: Table Green Normal
}



/* ===== FORMS ===== */
/* ===== Use this classes for all labels in forms  ===== */
.label {  
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 8pt; 
        font-style: normal; 
        font-weight: normal; 
        color: #000000
}

.labelBold {  
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 8pt; 
        font-style: normal; 
        font-weight: bold; 
        color: #000000
}

INPUT  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 9pt;
        color : #093871;
}

SELECT  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        color : #093871;
}

INPUT  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        color : #093871;
}

TEXTAREA  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        color : #093871;
}

/* ===== MISCELLANEOUS ===== */
/* ===== Footer of page ===== */
.footer {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-size: 7pt;
        line-height: 14pt;
        font-weight: normal;
        color: #847D7B;
}

.indentParagraph {  
        margin-left: 30px
}

/* ===== HOME PAGE ===== */
.homePageNews a {  
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 7pt; 
        line-height: normal; 
        font-weight: normal;
        text-decoration : none;
}

.homePageNews a:visited {  
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 7pt; 
        line-height: normal; 
        font-weight: normal;
        color : #847D7B
}

.homePageNewsDate {  
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 7pt; 
        line-height: normal; 
        font-weight: normal;
        color : #333333;
}

.homePageNewsHeading { 
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 7pt;
        letter-spacing: 4; 
        line-height: 14pt; 
        font-weight: bold;
        color: #B01912;
}

.homePageNormal  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 12pt;
        font-weight : normal; 
        color : #000000;
    EditMenuName: Home Page Normal
}

.homePageNormal a {  
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 8pt; 
        font-weight: normal;
        text-decoration : none;
}

.homePageHeading  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 11pt;
        line-height: normal;
        font-weight : normal;
        color : #2B5184;
    EditMenuName: Home Page Heading
}

.homePageHeadingSmall  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 9pt;
        line-height: normal;
        font-weight : normal;
        color : #2B5184;
    EditMenuName: Home Page Sub Heading
}

.homePageShareHeadingOne  {  
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 7pt;
        line-height: normal;
        font-weight : normal;
        color : #FFFFFF;
        background-color : #B0C5D0
}

.homePageShareHeading  {  
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 7pt;
        line-height: 7pt;
        font-weight : normal;
        color : #000000;
        background-color : #B0C5D0
}

.homePageShareHeading a {  
        color : #000000;
        text-decoration: underline;
        font-weight : normal
}

.homePageShare  {  
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 7pt;
        line-height : 7pt;
        font-weight : normal;
        color : #000000;
        background-color : #E5E2DE
}

.homePageShare a {  
        color : #FFFFFF;
}

/* ===== PRINTER FRIENDLY PAGE ===== */
.docDescription {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-size: 7pt;
        color: #847D7B;
}

/* ===== SITE MAP ===== */
.siteMap a {  
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 7pt; 
        font-weight: normal;
        text-decoration : none;
}

/* ===== SEARCH ===== */
.searchSmall  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : normal; 
        color : #000000;
}
.searchSmallGrey  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : normal; 
        color : #999999;
}
.searchMarked  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 9pt;
        line-height : 10pt;
        font-weight : bold; 
        color : #000000;
}
.formBG  {
        background-color : #F5F5F5;
}

.searchMatchesBG  {
        background-color : #F4E9BF;
}

/* ===== DIVIDERS ON PAGE ===== */
.divider {      background-color: #18964C}
.line {
        background-color: #CCCCCC;
    EditMenuName: Grey Line
}

/* ===== NEWS LISTING ===== */

TD.tableSmallNewsListing  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        line-height : 10pt;
        font-weight : normal;
        color : #000000
}

TD.tableSmallNewsListing a  {
        font-weight : normal
}

TD.tableSmallNewsListing a:visited  {
        font-weight : normal;
        color : #847D7B
}

