﻿#ProductColor
{
}

#ProductHeaderContent
{
    height: 79px;
  
}
#ProductHeader
{
    background-color: rgb(80, 97, 110);
}
#ProductContentScroll, #LoginContent
{
    background-color: #FFFFFF;
}
#ProductFooter, #ProductMenu, th.headline, td.headline, div.ContentBox_HeaderContainer, #PageTitle
{
    background-color: #50616e;
    color: #FFFFFF;
}
th.headline a, li.MenuItem a
{
    color: #FFFFFF;
}
a
{
    color: #000000;
}
a.ProductTitle
{
    color: #FFFFFF;
}

body, TD.content, th.content, th.content_bold
{
    background-color: #e5e7e9;
}
.ModalPopUpBackground
{
    background-color: #50616e;
}
li.MenuItem a:hover
{
    text-decoration: underline;
}

.ValidatorHighlight
{
    background-color: #fffacd;
}



/* til organizationsettings.cs */
.tbOrgPostal
{
    font-size: 10px;
    width: 50px;
}
.tbOrgCity
{
    font-size: 10px;
    width: 246px;
}

.static
{
    font-size: 12px;
    margin-left: 5px;
    padding-right: 5px;
    color: #FFFFFF;
}
.static li
{
    border-right: #FFFFFF 1px solid;
}
.static > li:first-child
{
    margin-left: 0px;
}

.Dynamic
{
    text-align: left;
    line-height: normal;
    color: #000000;
}
.DynamicItem
{
    color: #000000;
    padding-left: 2px;
    line-height: normal;
    padding-top: 3px;
    padding-bottom: 3px;
}
.StaticHover
{
    color: black;
}
.DynamicHover
{
    margin-left: 2px;
    margin-right: 2px;
    display: block;
}
li.MenuItem a:hover
{
}

TD.spacer /* Space between main table and botton*/
{
    height: 10px;
}

body.logon
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #DDDCD3;
}
INPUT.logon
{
    font-size: 11px;
    font-family: sans-serif;
    height: 20px;
    text-align: left;
    width: 80px;
}

INPUT.logonButton
{
    font-size: 11px;
    height: 20px;
    text-align: center;
    width: 80px;
}

INPUT.Button
{
    font-size: 11px;
    height: 20px;
    text-align: center;
    width: 130px;
}

INPUT.textbox
{
    font-size: 11px;
    height: 20px;
    width: 100px;
}

INPUT.ImageButton
{
    cursor: pointer;
}

SELECT.dropdown
{
    font-size: 11px;
    font-family: sans-serif;
}
select
{
    width: 100px;
}

table.radio
{
    color: Black;
    border-style: none;
    font-size: 11px;
    font-family: sans-serif;
    margin-right: 5px;
}

INPUT.logonButton
{
    font-size: 11px;
    font-family: sans-serif;
    height: 20px;
    text-align: center;
    width: 80px;
}

INPUT.logonTextbox
{
    font-size: 11px;
    font-family: sans-serif;
    height: 20px;
    width: 150px;
}


/***************************************************
  ContentBox definitions
***************************************************/
Div.ContentBox_LeftHeaderContainer, Div.ContentBox_HeaderContentContainer, Div.ContentBox_RightHeaderContainer, Div.ContentBox_HeaderContainer
{
    line-height: 21px;
    background-repeat: no-repeat;
    height: 21px;
    vertical-align: middle;
}


Div.ContentBox_LeftHeaderContainer
{
    background-position: bottom left;
}
Div.ContentBox_RightHeaderContainer
{
    background-position: bottom right;
}

Span.ContentBox_HeaderText
{
    font-weight: bold;
    padding-left: 3px;
}
Div.ContentBox_Content, Div.ContentBox_ContentModal
{
    border-style: solid;
    border-width: 1px;
    border-top-width: 0px;
    padding: 5px;
}

Div.ContentBox_ContentModal
{
}

Div.ContentBox_HeaderContainer
{
    float: none;
}
Div.ContentBox_Content, Div.ContentBox_ContentModal
{
    background-color: #FFFFFF;
}

Div.ContentBox_Content, Div.ContentBox_HeaderContainer
{
    border-color: #97A3B3;
}
Span.ContentBox_HeaderText
{
    color: #FFFFFF;
}


/**************************
  ContentBox
**************************/
Div.ContentBox_LeftHeaderContainer
{
    /*background-image: url(         'Images/boks1-v-20.gif');*/
}

Div.ContentBox_RightHeaderContainer
{
    /*background-image: url(              'Images/boks1-h-20.gif');*/
}

Div.ContentBox_HeaderContentContainer
{
    /* background-image: url(                 'Images/boks1-f-21.gif');*/
    background-repeat: repeat-x;
    margin-left: 2px;
    margin-right: 2px;
}
.ModalPopUpBackground
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */
    -filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* IE 7 */
}


TD.tabbottom /* Tab control */
{
    border-bottom-color: rgb(80, 97, 110);
    color: white;
}
TD.tabactive /* Tab control */
{
    border-color: rgb(80, 97, 110);
    background-color: rgb(229, 231, 233);
    color: white;
}
TD.tabpassive /* Tab control */
{
    border-color: rgb(80, 97, 110);
    background-color: rgb(229, 231, 233);
    color: white;
}





