﻿body
{
    background-color: #e4e4e4;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    text-align: center;
}
.Content
{
    background-color: white;
}
.HeaderTekst
{
    font-size: 12px;
    color: black;
    font-family: Verdana;
    font-weight: bold;
    text-align: left;
}
.ButtomTekst
{
    font-size: 10px;
    color: #505050;
    font-family: Verdana;
    font-weight: normal;
    text-align: left;
}

.MainMenu A
{
    background-position: center center;
    background-repeat: repeat-x;
    background-color: #e4e4e4;
    font-size: 12px;
    color: black;
    font-family: Verdana;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 0px;
    margin: 0px 2px;
    padding-top: 0px;
    font-weight: normal;
    border-right: thick;
    border-top: thick;
    border-left: thick;
    border-bottom: thick;
    background-image: url(Images/Baggrund_Knap.PNG);
    cursor: hand;
}
.MainMenu A:hover
{
    color: #c60000;
}
.SubMenu
{
    background-position: center center;
    background-repeat: repeat-x;
    background-color: #e4e4e4;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 0px;
    margin: 2px;
    padding-top: 0px;
    border-right: thick;
    border-top: thick;
    border-left: thick;
    border-bottom: thick;
    background-image: url(Images/Baggrund_Knap.PNG);
    cursor: hand;
    font-size: 12px;
    color: black;
    font-family: Verdana;
    text-align: left;
    z-index: 200;
    position: relative;
}
.SubMenu A:hover
{
    color: #c60000;
}
.MeddelelseMenu A
{
    background-position: center center;
    background-repeat: repeat-x;
    background-color: #e4e4e4;
    font-size: 12px;
    color: red;
    font-family: Verdana;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 0px;
    margin: 0px 2px;
    padding-top: 0px;
    font-weight: bold;
    border-right: thick;
    border-top: thick;
    border-left: thick;
    border-bottom: thick;
    background-image: url(Images/Baggrund_Knap.PNG);
    cursor: hand;
    text-decoration: underline;
}
.Knap
{
    background-position: center top;
    background-image: url(Images/Baggrund_Knap.PNG);
    background-repeat: repeat-x;
    background-color: #e4e4e4;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    cursor: hand;
}
.Label
{
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    text-align: left;
    line-height: 14px;
}
.LabelPrint
{
    font-weight: normal;
    font-size: 9px;
    font-family: Verdana;
    text-align: left;
    line-height: 12px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    height: 12px;
}
.LabelRight
{
    text-align: right;
}
.ErrLabel
{
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    text-align: left;
    color: red;
}
.TextBox
{
    background-color: #ffffff;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    border-right: thin inset;
    border-top: thin inset;
    border-left: thin inset;
    border-bottom: thin inset;
    text-align: left;
}
.TextBoxReadOnly
{
    background-color: #C8C8C8;
}
.DDLB
{
    background-color: #ffffff;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    height: 20px;
}
.DDLBReadOnly
{
    background-color: #C8C8C8;
}
.CheckBox
{
    background-color: transparent;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    vertical-align: baseline;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    text-align: left;
}
.CheckBoxReadOnly
{
    background-color: transparent;
}
.GridView
{
    font-weight: normal;
    font-size: 12px;
    color: black;
    font-family: Verdana;
    text-decoration: none;
}
.GridViewRow
{
    background-color: #e4e4e4;
}
.GridViewRowPropList
{
    vertical-align: top;
    padding-bottom: 5px;
    padding-top: 5px;
}
.GridViewRowAlternatePropList
{
    vertical-align: top;
    padding-bottom: 5px;
    padding-top: 5px;
}
.GridViewRowAlternate
{
    background-color: #c8c8c8;
}
.GridViewRowProp
{
    background-color: #e4e4e4;
    padding-bottom: 5px;
    padding-top: 5px;
}
.GridViewRowAlternateProp
{
    background-color: #e4e4e4;
    padding-bottom: 5px;
    padding-top: 5px;
}
.GridViewItemProp
{
    margin-left: 2px;
    margin-right: 2px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.GridViewItem
{
    margin-left: 2px;
    margin-right: 2px;
}
.GridViewItemRight
{
    padding-right: 10px;
}
.GridViewItemPrint
{
    margin-left: 2px;
    margin-right: 2px;
    font-weight: normal;
    font-size: 9px;
    font-family: Verdana;
}
.GridViewCheckBox
{
}
.GridViewHeader
{
    background-color: #acacac;
}
.GridViewHeaderItem
{
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
}
.GridViewHeaderItemPrint
{
    margin-left: 2px;
    margin-right: 2px;
    font-weight: bold;
    font-size: 9px;
    font-family: Verdana;
}
.GridViewHeaderItem A
{
    text-decoration: none;
    color: black;
}
.GridViewHeaderSort_ASC A
{
    background-position: left top;
    background-image: url(Images/sortAsc.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
}
.GridViewHeaderSort_DESC A
{
    background-position: left top;
    background-image: url(Images/sortDesc.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
}
.GridEditButton
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    background-position: left top;
    background-image: url(Images/bEdit.PNG);
    background-repeat: no-repeat;
    background-color: #e4e4e4;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    cursor: hand;
    width: 14px;
    height: 17px;
    margin-left: 2px;
    margin-right: 2px;
}
.GridDeleteButton
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    background-position: left top;
    background-image: url(Images/bDelete.gif);
    background-repeat: no-repeat;
    background-color: #e4e4e4;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    cursor: hand;
    width: 14px;
    height: 17px;
    margin-left: 2px;
    margin-right: 2px;
}
.GridNewButton
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    background-position: left top;
    background-image: url(Images/bNew.PNG);
    background-repeat: no-repeat;
    background-color: #e4e4e4;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    cursor: hand;
    width: 14px;
    height: 17px;
}
.SearchButton
{
    background-position: 5px center;
    background-image: url(Images/bSearch.gif);
    background-repeat: no-repeat;
    background-color: #e4e4e4;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    cursor: hand;
    padding-right: 5px;
    text-align: right;
    height: 24px;
}
.DeleteButton
{
    background-position: 5px center;
    background-image: url(Images/bDelete.gif);
    background-repeat: no-repeat;
    background-color: #e4e4e4;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    cursor: hand;
    padding-right: 5px;
    text-align: right;
    height: 24px;
}
.PrintButton
{
    background-position: 5px center;
    background-image: url(Images/bPrint.gif);
    background-repeat: no-repeat;
    background-color: #e4e4e4;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    cursor: hand;
    padding-right: 5px;
    text-align: right;
    height: 24px;
}
.PagerTable A
{
    float: left;
    font-weight: normal;
    font-size: 12px;
    color: black;
    font-family: Verdana;
    background-color: #e4e4e4;
    text-decoration: none;
    width: 25px;
    text-align: center;
}
.PagerTableCell TD
{
    float: left;
    font-weight: bold;
    font-size: 12px;
    color: black;
    font-family: Verdana;
    background-color: transparent;
    text-decoration: none;
    width: 25px;
    text-align: center;
}

.PagerLabel
{
    padding-top: 3px;
    padding-right: 5px;
    float: left;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    vertical-align: bottom;
}
.TabControl
{
    border-right: #323232 1px solid;
    border-top: #323232 1px solid;
    border-left: #323232 1px solid;
    border-bottom: #323232 1px solid;
    background-color: #e4e4e4;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}
.TabControlButton
{
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    cursor: hand;
    background-position: center top;
    background-repeat: repeat-x;
    border-right: #323232 1px solid;
    border-top: #323232 1px solid;
    border-left: #323232 1px solid;
    border-bottom: #323232 1px solid;
    background-image: url(Images/Baggrund_Knap.PNG);
    background-color: #e4e4e4;
}
.TabControlButtonSelected
{
    border-bottom: #e4e4e4 1px solid;
    height: 50px;
}
.PrintArea
{
    overflow: visible;
    padding-left: 0px;
    vertical-align: top;
    text-align: left;
    padding-right: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

