﻿body
{
    font-size: 12px;
    background-color:#4A0001;
    /*background-image: url(ThemeImages/bg.gif);*/
    color: black;
    font-family: Verdana;
    margin: 0px 0px 0px 20px;
}


a
{
    color: black;
    text-decoration: none;
}

.MainDiv a
{
    color: #550000;
}

a:hover
{
    color: #8b0000;
    text-decoration: none;
}

.HighlightLink
{
    text-decoration: underline;
}

.PriceForm
{
    text-align: right;
}

/* Gør 100% højde på BAckgroundDiv muligt */
html, body
{
	height: 100%;
}

.TextWithLinks a
{
    text-decoration: underline;
}

.TextWithLinks a:hover
{
    text-decoration: underline;
}

.Headline
{
    font-size: 20px;
    padding-bottom: 3px;
    border-bottom: gainsboro 1px solid;
    padding-top: 8px;
    font-family: Georgia;
    margin-bottom: 8px;
    letter-spacing: -1px;
}


/* Menu */

.MenuHeadline2
{
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: gainsboro 1px solid;
    padding-top: 6px;
    margin-bottom: 6px;
    margin-right: 10px;
}

.MenuHeadline
{
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 3px;
    font-family: Georgia;
}

.MenuBoxDiv
{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
    border-top: #8b0000 2px solid;
    border-bottom: gainsboro 1px solid;
    margin-bottom: 20px;
    background-color: #F9F9F9;
}

#Menu ul
{
    margin: 0;
    padding: 0;
    list-style-position: inside;
    list-style-type: disc;
}

#Menu ul ul {
    position: relative;
    top: 5px;
    left: 15px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

#Menu ul ul ul {
    position: relative;
    top: 5px;
    left: 15px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}



/* Forms & buttons */

.Button
{
    font-size: 11px;
    color: black;
    font-family: Verdana, Arial, Georgia;
    background-color: #f9f9f9;
    height: 22px;
    border-right: darkgray 2px solid;
    border-top: gainsboro 2px solid;
    border-left: gainsboro 2px solid;
    border-bottom: dimgray 2px solid;
}



/* GridView */

.GridViewTable
{
    border: 0px;
}

.GridViewHeader th
{
    font-size: 11px;
    border-left: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
    background-color: #F5F5F5;
    text-align: left;
    padding: 3px;
}

.GridViewHeader a
{
    text-decoration: none;
    color: #696969;
}

.GridViewRow td
{
    padding: 3px;
    border-bottom: gainsboro 1px solid;
}

/* Icon */

.Icon
{
    background-color: #b22222;
    background-image: url(ThemeImages/iconbg.gif);
    background-repeat: no-repeat;
}

.WizardSideBar
{
    width: 150px;
    border-top: #8b0000 2px solid;
    border-bottom: gainsboro 1px solid;
    margin-right: 10px;
    vertical-align: top;
    background-color: #F9F9F9;
    padding-top: 5px;
    padding-left: 8px;
}

.WizardStep
{
    padding-left: 10px;
}

/* Validation Summary */

.ValidationSummary ul
{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    }