﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: White;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: #666666;
}
.formMaster {
    height: 100%;
}
.mainContainer {
    background-color: #ffffff;
    border-collapse: collapse;
    height: 100%;
    width: 100%;
}
.mainContainerLeft {
    background-color: #dceaf1;
    border-right: 15px solid #ffffff;
    width: 6%;
}
.mainContentHeader {
    /*height: 70px;*/
    vertical-align: middle;
}
.mainContainerRight {
    background-color: #dceaf1;
    border-left: 15px solid #ffffff;
    width: 6%;
}
.mainContentMenu {
    background-color: #f4f4f4;
    vertical-align: top;
    width: 175px;
    margin: 0;
    padding: 0;
}
.mainContent {
    border-left: 20px solid #ffffff;
    border-right: 20px solid #ffffff;
    height: 90%; /* IE "fix", otherwise the menu and content will be not fill the entire page and will not be top-aligned */
    vertical-align: top;
}
div.mainHeaderLogo {
    background-image: url(images/BG_logo_bred.png);
    height: 24px;
    width: 177px;
}
div.mainContentTopLine /* Problems with HR in IE. Solution is to put HR (and hide it) in a DIV instead */
{  
    height: 4px;
    width:100%;
    padding:0;
    margin:0;    
    background-image: url(images/BgFrise.png);
}
div.mainContentTopLine hr {
    display: none;
}

a {
    color: #7f7f7f;
}
a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4 {
    color: #21367a;
    font-size: 12px;
    padding: 0;
}
h1 {
    margin: 5px 0 10px 0;
    padding-bottom: 2px;
    text-transform: uppercase;
}
h2 {
    font-weight: bold;
    margin: 10px 0 5px 0;
}
h3 {
    font-weight: bold;
    margin: 0;
}
h4 {
    font-weight: bold;
    margin-bottom: 5px;
}
hr {
    background-color: #7f7f7f;
    border: 0px solid #7f7f7f;
    height: 1px;
    margin: 10px 0 10px 0;
}
fieldset {
    border: 1px solid #ccc;
    padding: 5px;
}
input, select, textarea, fieldset {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}
legend {
    color: #666;
}
table {
    border-collapse: collapse;
}
th {
    text-align: left;
    font-weight: bold;
}

/* ASP.NET CONTROL TAGS */
.ASPNET_Button, .ASPNET_Label, .ASPNET_FileUpload, .ASPNET_GridView, .ASPNET_LinkButton, .ASPNET_Table, .ASPNET_TextBox, .ASPNET_CheckBox, .md_Label, .md_TextBox {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}
.ASPNET_Button {
    padding: 0 5px 0 5px;
}
.ASPNET_DataList {
    background-color: #fff;
    width: 100%;
}
.ASPNET_Label {
    white-space: nowrap;
}
.ASPNET_FileUpload {
    border-bottom-style: none;
    border-collapse: collapse;
    width: auto;
}
.ASPNET_GridView {
    background-color: #fff;
    width: 100%;
}
.ASPNET_GridView tr {
    vertical-align: top;
}
.ASPNET_GridView_AlternatingRowStyle {
    background-color: #f4f4f4;
}
.ASPNET_GridView_HeaderStyle {
    background-color: #dedbde;
    text-align: left;
}
.ASPNET_GridView_FooterStyle {
    background-color: #dedbde;
    text-align: left;
}
.ASPNET_GridView_HistoryRowStyle {
    color: #aaa;
    font-style: italic;
}
.ASPNET_GridView_FilterRowStyle {
    background-color: #ddd;
}

/* OTHER HTML TAGS - START */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalPopup {
    width: 260px;
    z-index: 20;
    border: solid 2px #5f5f5f;
    background-color: White;
    padding: 20px;
}
.myPanel {
    background-color: White;
    border: solid 2px #933939;
}
.GridViewRowHistory {
    color: #aaaaaa;
    font-style: italic;
}
.GridViewRowHistoryAlternate {
    background-color: #f4f4f4;
    color: #aaaaaa;
    font-style: italic;
}
.TextDisabled {
    color: #adaa9c;
}
.ErrorText {
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: Red;
    display: block;
}
.TextBoxDateSmall {
    width: 75px;
}
.SelectedRowStyle {
    background-color: Silver;
}
.CommandButton {
    background-color: Transparent;
    color: Gray;
    padding: 0px;
    margin: 0px;
    border: 0px solid white;
    text-decoration: underline;
    cursor: pointer;
}
.UpdateProgress {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50000;
    cursor: wait;
    filter: alpha(opacity=0);
    opacity: 0;
}
.UpdateProgressLong {
    border: outset 4px #933939;
    padding: 10px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 100px;
    margin-left: -125px;
    margin-top: -50px;
    z-index: 51000;
    cursor: wait;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true');
}
.PageHeader_CompanyAndUserInfo {
    color: #808080;
    font-size: 8px;
}
.IESingleSessionBackground {
    position: absolute;
    _position: absolute;
    left: 0;
    top: 0;
    z-index: 60000;
    width: 100%;
    height: 100%;
    background-color: gray;
    opacity: 0-5;
    filter: alpha(opacity=50);
}
.IESingleSessionSplashCentering {
    width: 100%;
    height: 100%;
    z-index: 60001;
    position: absolute;
    left: 0;
    top: 0;
}
.IESingleSessionSplash {
    background-color: White;
    width: 400px;
    z-index: 60001;
    border: outset 4px #933939;
}
.Menu {
    width: 200px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    margin: 0;
}
.SelectedMenuItem {
    color: #933939;
    font-weight: bold;
    background-color: White;
}
.MenuLevel1 {
    padding-left: 0;
}
.MenuLevel2 {
    padding-left: 0;
    background-color: White;
}
.MenuBullet {
    border: 0;
    margin-right: 5px;
}
.MenuItemLine {
    padding-left: 15px;
}
.MenuItemLineLastSubItem {
    padding-left: 0;
}
.MenuItemLineSplitter {
    background-image: url('Images/menu_streg.gif');
    background-position: bottom;
    background-repeat: no-repeat;
}
.MenuItemIndentation {
    padding-left: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.MenuItemNoIndentation {
    padding-left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}
.spanUploadResultClass {
    font-size: 12px;
    line-height: 20px;    
}
.gt-body-div {
    float: left; /* KE: this is needed, as the grid will otherwise resize it's surroundings  */
}
.ChangeLogHeader {
    background-color: #D0D0D0;
    text-align: left;
}
.ChangeLogSubHeader {
    background-color: #F0F0F0;
}
.ChangeLogSeparator {
    padding: 0;
    height: 5px;
}
.TextBoxWatermark {
    font-style: italic;
    color: #999999;
}
.Validationerror {
    color:Red;
}