﻿#MainPortal {
    margin: 15px;
    background: url('../Images/julebackgrunn.png') no-repeat center top;
}

#EditorContentContainer {
    padding-left: 22px;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: 600;
}

.logoCalender {
    position: relative;
    top: -25px;
    left: 28px;
    z-index: 2;
}

#Snow {
    position: relative;
    height: 1050px;
    margin: 20px;
}

.calendarDayBox {
    height: 131px;
    width: 131px;
    border-style: dashed;
    border-width: thin;
    margin: 20px 14px 8px 23px;
    float: left;
    text-align: center;
    vertical-align: text-bottom;
    font-family: 'SantasBigSecretBBRegular';
    font-weight: 600;
    position: relative;
    z-index: 2;
}

    .calendarDayBox p {
        margin-top: 8px;
        vertical-align: middle;
        color: #C71B29;
        font-size: 6em;
        text-decoration: none;
    }

    .calendarDayBox a {
        margin-top: 8px;
        vertical-align: middle;
        color: #C71B29;
        font-size: inherit;
        text-decoration: none;     
    }
    
        .calendarDayBox a:hover {
            text-decoration: none;
            color: #C71B29;
        }
        
    .calendarDayBoxCentral {
    height: 131px;
    width: 131px;
    border-style: dashed;
    border-width: thin;
    margin: 20px 14px 8px 105px;
    float: left;
    text-align: center;
    vertical-align: text-bottom;
    font-family: 'SantasBigSecretBBRegular';
    font-weight: 600;
    position: relative;
    z-index: 2;
}

    .calendarDayBoxCentral p {
        margin-top: 8px;
        vertical-align: middle;
        color: #C71B29;
        font-size: 6em;
        text-decoration: none;
    }

    .calendarDayBoxCentral a {
        margin-top: 8px;
        vertical-align: middle;
        color: #C71B29;
        font-size: inherit;
        text-decoration: none;     
    }
    
        .calendarDayBoxCentral a:hover {
            text-decoration: none;
            color: #C71B29;
        }
    
/* INSIDE LIGHTBOX */

#fancybox-frame {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

#fancybox-wrap {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 0 10px #000000;
}


#fancybox-outer { background: none repeat scroll 0 0 transparent !important; }

.itemBoxFirst {
    height: 410px;
    width: 355px;
    float: left;
    text-align: left;
    font-weight: 600;
    background: url('/Customers/Hunf/MadeInNorwayNow/Skin/Images/lightboxBg.png') center top;
    background-repeat:repeat-x;
    background-color: #490000;
    color: #FFFFFF;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

    .itemBoxFirst img {
        margin: 16px 8px 8px 16px;
        float: left;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }
    
    .itemBoxFirst .editorContent {
        margin: 14px 0 0;
    }
    
.itemBoxLast {
    height: 410px;
    width: 374px;
    float: left;
    text-align: left;
    background-color: #e5e5e5;
    color: #C71B29;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
    
    .questionContainer {
        padding: 2px 0 0 17px;
    }

.FormContainer {
    width: 370px !important;
    padding: 0 0 0 20px;
}

#FormID-15 { padding: 0 0 0 45px; }

#FormID-15 .FieldTextBoxMedium {
    padding: 3px;
    width: 150px;
    background: url("/Customers/Hunf/MadeInNorwayNow/Skin/Images/fieldBg2.png") no-repeat scroll 0 0 transparent;
    border: 0;
}

.FieldTextBoxMedium {
    padding: 3px;
    width: 250px;
    background: url("/Customers/Hunf/MadeInNorwayNow/Skin/Images/fieldBg.png") no-repeat scroll 0 0 transparent;
    border: 0;
}

.FormSubmitButton {
    float: right !important;
    background: url("/Customers/Hunf/MadeInNorwayNow/Skin/Images/formsend2.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    width: 215px;
}

#FormID-15 .FormSubmitButton {
    background: url("/Customers/Hunf/MadeInNorwayNow/Skin/Images/formsend3.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    left: 50px;
    position: relative;
    top: -72px;
    width: 289px;
}

.FieldWrapper { width: 320px !important;  }

.formTitle { display: none; }

.FormFieldWrapper { padding: 9px !important; }

#Field_77 {
    position: relative;
    top: -25px;
    left: -29px;
}

input { margin-bottom: 10px; }

.left {
    float: left;
    width: 500px;
}

.right {
    color: #FFFFFF;
    float: right;
    position: relative;
    right: 15px;
    top: 0;
    width: 296px;
    font-weight: bold;
    height: 75px;
}

/* SOCIAL */

/* Display twitter button at the same line of the facebook button */
iframe { vertical-align: middle; }

.social {
    text-align:right;
    margin-top: 5px;
    }
    
    .social ul {
	    margin:0;
	    padding:0;
        }
    
        .social ul li {
	        display: inline;
	        list-style-type: none;
            }
            
.hidden { visibility: hidden }