﻿body {
    background-color: #fff;
}

* {
    margin: 0px;
    padding: 0px;
    background: transparent;
    font-family: Arial;
}

a, a.fs12b {
    text-decoration: underline;
    color: #DE3434;
    border: 0;
}

    a.fs12b {
        font-size: 12px;
        font-weight: bold;
    }

#main {
    position: relative;
    margin: 0 auto;
    width: 1260px;
    text-align: center;
    top: 0px;
    left: 0px;
}

#left_background_frame {
    background-image: url(Images/rightBorder.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1;
}

#right_background_frame {
    background-image: url(Images/leftBorder.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 1;
}

#container {
    text-align: left;
    margin-left: 50px;
    margin-right: 50px;
    min-height: 700px;
}

#footer {
    clear: both;
    margin-top: 15px;
    border-top: solid 1px #F0F0F0;
    border-bottom: solid 1px #F0F0F0;
    color: Black;
    font-size: 12px;
    line-height: 35px;
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

#Impressum {
    float: left;
    width: 158px;
    text-align: center;
}

#lab_AGB {
    padding-right: 15px;
    border-right: solid 1px black;
}

#lab_Impressum {
    padding-left: 15px;
}

#copyright {
    width: 890px;
    margin-left: 188px;
    text-align: center;
}

.left_column {
    width: 195px;
    background-image: url(Images/bg_grauer_verlauf_vertikal.jpg);
    background-position: right;
    background-repeat: repeat-y;
    text-align: left;
    vertical-align: top;
}

.right_column {
    width: 895px;
    height: 610px;
    text-align: left;
    vertical-align: top;
}



/****************************************************
 Header
****************************************************/

#header {
    height: 80px;
}

#logos {
    width: 460px;
    margin-left: 15px;
    padding-top: 10px;
    float: left;
}

.logo1 {
    background-image: url('../Images/logo_stepahead.jpg');
    background-repeat: no-repeat;
    height: 55px;
    float: left;
    width: 155px;
}

.logo2 {
    background-image: url('../Images/Logo_Self_Service_Portal.jpg');
    background-repeat: no-repeat;
    height: 55px;
    float: left;
    width: 230px;
}

.IconQuestion {
    background-image: url('../Images/IconQuestion.jpg');
    background-repeat: no-repeat;
    height: 53px;
    float: left;
    width: 53px;
}

.IconQuestionMark {
    background-image: url('../Images/IconQuestionMark.jpg');
    background-repeat: no-repeat;
    height: 53px;
    float: left;
    width: 53px;
}

.IconHistory {
    background-image: url('../Images/IconHistory.jpg');
    background-repeat: no-repeat;
    height: 53px;
    float: left;
    width: 53px;
}

.IconExclamationMark {
    background-image: url('../Images/IconExclamationMark_.jpg');
    background-repeat: no-repeat;
    height: 53px;
    float: left;
    width: 53px;
    margin-left: 15px;
}

.IconAufgaben, .IconAufgabenStartPage {
    background-image: url('../Images/IconAufgaben.jpg');
    background-repeat: no-repeat;
    height: 53px;
    float: left;
    width: 53px;
}

.IconAufgabenStartPage {
    width: 75px;
    background-position: 12px top;
}

.IconAufgabenLeer {
    background-image: url('../Images/IconAufgabenLeer.jpg');
    background-repeat: no-repeat;
    height: 53px;
    float: left;
    width: 53px;
    margin-top: 0px;
}

.IconInfo {
    background-image: url('../Images/IconInfo.gif');
    background-repeat: no-repeat;
    height: 20px;
    float: left;
    width: 20px;
}

.IconNews {
    background-image: url('../Images/IconNews.jpg');
    background-repeat: no-repeat;
    height: 20px;
    float: left;
    width: 20px;
}

/****************************************************
 LogIn-Page
****************************************************/

.LogInBox {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border: 1px solid #AFAFAF;
    background: #FFFFFF;
    padding-bottom: 10px;
}

.LogInBox_ErrorMessage {
    color: #DE3434;
    font-size: 11px;
    font-weight: bold;
    display: block;
    text-align: left;
    padding-top: 5px;
    float: left;
}


/****************************************************
 LogOutBox
****************************************************/

#LogOutBox {
    margin-top: 20px;
    float: left;
    margin-left: 95px;
    vertical-align: middle;
}

#LogOutBox_UserDataContent {
    background-color: #F0F0F0;
    display: block;
    width: 570px;
    overflow: hidden;
    float: left; /*height: 42px;*/
    border: solid 1px black;
    vertical-align: middle;
}

.ucUserInfoLogoutBox_td_Description {
    text-align: right;
    width: 90px;
}

.ucUserInfoLogoutBox_td_DataText {
    width: 350px;
    max-width: 350px;
    overflow: hidden;
}

.ucUserInfoLogoutBox_td_LinkButtons {
    text-align: right;
    width: 120px;
}

    .ucUserInfoLogoutBox_td_DataText, .ucUserInfoLogoutBox_td_LinkButtons a {
        color: #DE3434;
        font-size: 12px;
        font-weight: bold;
        vertical-align: middle;
        white-space: nowrap;
    }

/****************************************************
 Small WebBox (left_column)
****************************************************/

.SmallWebBox {
    margin-left: 15px;
    padding-top: 15px;
    width: 556px;
    float: left;
}

.SmallWebBox_Header {
    height: 20px;
    font-size: 12px;
    background-image: url(Images/bg_grauer_verlauf.jpg);
    background-repeat: repeat-x;
    border: thin solid #F0F0F0;
    font-weight: bold;
    padding-left: 10px;
    vertical-align: middle;
    padding-top: 5px;
}

.SmallWebBox_Content {
    border: thin solid #F0F0F0;
    padding-top: 7px;
    padding-left: 10px;
    text-align: left;
    height: auto;
    padding-bottom: 8px;
}

.SmallWebBox_Subheader {
    font-size: 12px;
    color: #DE3434;
    font-weight: bold;
}

.SmallWebBox img {
    padding-right: 5px;
}

.SmallWebBox_Link {
    text-decoration: none;
}

/****************************************************
 WebBox (right_column)
****************************************************/

.WebGroupBox, .WebGroupBox_Screenshot2 {
    margin-left: 15px;
    border: None;
    color: #DE3434;
    font-size: 11px;
    clear: both;
    margin-top: 15px;
}

.WebGroupBox {
    width: 1130px;
}

.WebGroupBox_Screenshot2 {
    width: 511px;
    margin-left: 24px;
}

    .WebGroupBox_Screenshot2 fieldset {
        border: 1px solid #AFAFAF;
    }

table.ScreenshotsTable, table.ScreenshotsTable2 {
    border-collapse: collapse;
    border-spacing: 0;
}

    table.ScreenshotsTable td, table.ScreenshotsTable2 td {
        padding: 5px 10px;
        border-left: 1px solid #ccc;
    }

    table.ScreenshotsTable tr.first td, table.ScreenshotsTable2 tr.first td {
        padding-bottom: 0;
    }

    table.ScreenshotsTable td.first, table.ScreenshotsTable2 td.first {
        border-left: none;
    }

    table.ScreenshotsTable2 td {
        padding-left: 25px;
        padding-right: 25px;
    }

.WebBox {
    width: 350px;
    margin-left: 15px;
    margin-top: 15px;
    border: 1px solid #AFAFAF;
    background: #FFFFFF;
    padding-bottom: 15px;
    float: left;
    height: 260px;
}

.WebBox_wide {
    width: 555px;
}

.WebBox_lessHeight2 {
    height: 150px;
}

.WebBox_lessHeight1 {
    height: 155px;
}

.WebBox_lessWidth {
    width: 210px;
}

.WebBox_moreWidth2 {
    width: 900px;
}

.WebBox_moreWidth1 {
    width: 900px;
}

.WebBox_Container {
    padding-left: 10px;
}

.text-top-right {
    font-size: 12px;
}

    .text-top-right br {
        height: 25px;
    }

.WebBox_Header {
    color: White;
    padding-top: 5px;
    height: 25px;
    font-size: 12px;
    background-image: url(Images/bg_roter_verlauf.jpg);
    background-repeat: repeat-x;
    font-weight: bold;
    padding-left: 15px;
}

.WebBox_Subheader {
    color: Black;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-left: 10px;
    margin-bottom: 5px;
    padding-top: 5px;
}

.WebBox_Number {
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
}

.WebBox_Text {
    font-size: 12px;
    font-weight: normal;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
}

.WebBox_Link {
    font-size: 12px;
}

.WebBox_Icon {
    float: left;
}


.WebBoxContent_right {
    width: 75%;
    float: left;
    background: #F0F0F0;
    height: 22px;
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    border-top: solid 1px black;
    vertical-align: middle;
    padding-top: 3px;
    margin-left: 10px;
}

.WebBoxContent_left {
    float: left;
    width: 15%;
    height: 22px;
    text-align: right;
    background: #F0F0F0;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    border-top: solid 1px black;
    padding-right: 10px;
    padding-top: 3px;
    margin-bottom: 10px;
}

/****************************************************
 BarChart
****************************************************/

div.BarChart {
    display: block;
    margin: 2px;
}

    div.BarChart div.LeftPart {
        background-color: Gray;
        float: left;
    }

    div.BarChart div.RightPart {
        background-color: transparent;
        float: left;
    }


/****************************************************
 UserControls
****************************************************/

.ucUhdCallGridTable {
    table-layout: fixed;
    margin-left: 10px;
    margin-top: 10px;
}

    .ucUhdCallGridTable tr {
        height: 20px;
    }

    .ucUhdCallGridTable td {
        border: 1px solid White;
    }

    .ucUhdCallGridTable tr.ucGrid_UpperRow td {
        border-bottom: 0px solid White;
    }

        .ucUhdCallGridTable tr.ucGrid_UpperRow td.ucGridColumn_Id {
            border-bottom: 1px solid White;
        }

.ucUhdCallGridHeader_center {
    background-image: url(Images/bg_roter_verlauf_20.jpg);
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 8.25pt;
    padding-left: 0px;
    text-align: center;
}

.ucUhdCallGridHeader_left {
    background-image: url(Images/bg_roter_verlauf_20.jpg);
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 8.25pt;
    text-align: left;
    padding-left: 10px;
}


.ucUhdCallGridColumn_center {
    color: Black;
    font-size: 8.25pt;
    background-color: #F0ECEB;
    padding-left: 0px;
    text-align: center;
}

.ucUhdCallGridColumn_left {
    color: Black;
    font-size: 8.25pt;
    background-color: #F0ECEB;
    text-align: left;
    padding-left: 10px;
}

.ucGridColumn_alternate {
    background-color: #E1DDDA;
}

.ucGrid_UpperRow {
}

.ucContractGrid_Vertrag {
    width: 100px;
}

.ucContractGrid_StatusAnwender {
    width: 250px;
}

.ucContractGrid_Datum {
    width: 65px;
}

.ucContractGrid_Bezeichnung {
    width: 200px;
}

.ucContractGrid_Verbrauch {
    width: 190px;
}

.ucContractGrid_Anwender {
    width: 200px;
}

.ucContractGrid_GueltigBis {
    width: 100px;
}

.ucContractGrid_Facts {
    width: 100px;
}

.ucKBGrid_Eintrag {
    width: 70px;
}

.ucKBGrid_Beschreibung {
    width: 520px;
}

.ucKBGrid_AnlageDatum {
    width: 95px;
}

.ucKBGrid_Kategorien {
    width: 400px;
}

.ucServObjGrid_Objekt {
    width: 55px;
}

.ucServObjGrid_StatusStandort {
    width: 100px;
}

.ucServObjGrid_Installation {
    width: 100px;
}

.ucServObjGrid_VersionKontaktSeriennummer {
    width: 220px;
}

.ucServObjGrid_Bezeichnung {
    width: 415px;
}

.ucServObjGrid_Servicelevel {
    width: 220px;
}

.ucUhdCallGrid_Meldung {
    width: 75px;
}

.ucUhdCallGrid_AnnahmeKontakt {
    width: 170px;
}

.ucUhdCallGrid_StatusPrioQualifizierung {
    width: 180px;
}

    .ucUhdCallGrid_StatusPrioQualifizierung span {
        white-space: nowrap;
        padding-right: 10px;
    }

.ucUhdCallGrid_VertragServicelevel {
    width: 270px;
}

.ucUhdCallGrid_BeschreibungAnwender {
    width: 360px;
}

.ucServObjGrid_Indent0 {
}

.ucServObjGrid_Indent1 {
    border-left: 25px solid #FFFFFF !important;
}

.ucServObjGrid_Indent2 {
    border-left: 50px solid #FFFFFF !important;
}

.ucServObjGrid_Indent3 {
    border-left: 75px solid #FFFFFF !important;
}

.ucServObjGrid_Indent4 {
    border-left: 100px solid #FFFFFF !important;
}

.ucServObjGrid_Indent5 {
    border-left: 125px solid #FFFFFF !important;
}

.ucServObjGrid_Indent6 {
    border-left: 150px solid #FFFFFF !important;
}

.ucServObjGrid_IndentX {
    border-left: 175px solid #FFFFFF !important;
}

.ucServObjGrid_Highlight {
    background-color: #B4AEAC;
}

.ucServObjGrid_Type_Customer {
    font-weight: bold;
}

.ucServObjGrid_Type_Address {
    font-weight: bold;
}

.ucServObjGrid_Type_Device {
}

/****************************************************
 Navigation
****************************************************/

.Navigation_Level1 {
    height: 25px;
    width: 915px;
    background-image: url(Images/bg_grauer_verlauf_dunkel.jpg);
    background-repeat: repeat-x;
    vertical-align: bottom;
    padding-left: 185px;
    margin-left: 3px;
}

.Navigation_Level1_Buttons {
    height: 25px;
    background-image: url(Images/bg_grauer_verlauf_dunkel.jpg);
    background-repeat: repeat-x;
    vertical-align: bottom;
}

.NavTop {
    height: 24px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    list-style: none;
    margin-top: 1px;
}

.NavTop_Highlighted {
    height: 25px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    list-style: none;
}

    .NavTop_Highlighted a {
        color: White;
        text-decoration: none;
        margin-left: 15px;
        display: block;
        float: left;
        line-height: 24px;
        padding-left: 15px;
        padding-right: 15px;
        background-image: url(Images/bg_roter_verlauf_35.jpg);
        margin-top: 1px;
    }

.NavTop a {
    color: White;
    text-decoration: none;
    margin-left: 15px;
    display: block;
    float: left;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
}

    .NavTop a:Hover {
        background-image: url(Images/bg_roter_verlauf_35.jpg);
    }

.Navi_Level2 {
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.Nav_Level2_Header {
    background-color: #F0F0F0;
    color: Black;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    padding-left: 10px;
    margin-bottom: 5px;
}

.Nav_Level2_Menupkt {
    font-size: 12px;
    line-height: 25px;
    border-bottom: solid 2px #F0F0F0;
    padding-left: 10px;
    list-style-position: inside;
    list-style-type: none;
    color: #DE3434;
}

.Nav_Level2_SelMenuPkt {
    background-color: #F0F0F0;
}

div.Nav_WorkflowSteps {
    display: block;
    margin-left: 15px;
    font-size: 12px;
    border-bottom: solid 2px #F0F0F0;
    width: 870px;
}

.Nav_WorkflowSteps_Menupkt {
    line-height: 25px;
    padding: 0 5px;
    list-style-position: inside;
    list-style-type: none;
    color: Gray;
}

.Nav_WorkflowSteps_Menupkt_activ {
    color: Black;
}

    .Nav_WorkflowSteps_Menupkt_activ a {
        font-size: 12px;
        line-height: 25px;
        border-bottom: solid 2px #F0F0F0;
        padding-left: 10px;
        list-style-position: inside;
        list-style-type: disc;
        color: Black;
        text-decoration: none;
        display: block;
    }

.Nav_WorkflowSteps_Menupkt a {
    font-size: 12px;
    line-height: 25px;
    border-bottom: solid 2px #F0F0F0;
    padding-left: 10px;
    list-style-position: inside;
    list-style-type: disc;
    color: Gray;
    text-decoration: none;
    display: block;
}


/****************************************************
 Sonstiges
****************************************************/

.Description {
    font-size: 12px;
    margin-top: -2px;
    margin-right: 10px;
    vertical-align: middle;
    color: Black;
    font-weight: bold;
}

.DropDown {
    margin-left: 0px;
    margin-right: 0px;
    border: solid 1px #AFAFAF;
    z-index: 1000;
    width: 330px;
}

.TextBox {
    margin-left: 1px;
    width: 328px;
    border: solid 1px #AFAFAF;
    margin-top: 5px;
}

.wide {
    width: 950px;
}

.middle {
    width: 690px;
}

.middle2 {
    width: 630px;
}

.small {
    width: 250px;
}

.MultilineTextBox {
    margin-left: 0px;
    margin-right: 27px;
    border: solid 1px #AFAFAF;
    z-index: 1000;
    padding-left: 1px;
    height: 150px;
    overflow: auto;
    resize: none;
}

.RedText {
    margin-left: 15px;
    width: 800px;
    color: #DE3434;
    font-weight: bold;
    font-size: 12px;
}

.td_Desc {
    text-align: right;
    padding-right: 0px;
    padding-left: 10px;
    width: 130px;
}

.td_w114 {
    width: 114px !important;
}

.td_w192 {
    width: 192px !important;
}

.td_top {
    vertical-align: top;
}

.td_Entry {
    text-align: left;
    width: 100px;
}

.ContentButton {
    background-image: url(Images/bg_roter_verlauf_25.jpg);
    border-color: black;
    border-style: solid;
    border-width: 1px;
    margin-left: 1px;
    color: White;
    width: 179px;
    font-weight: bold;
    height: 18px;
}

.ContentButton_Wide {
    width: 252px;
}

.ValidatorTextBoxQuestion {
    padding-left: 10px;
}

.div_UhdNewUhdCall_Buttons {
    margin-top: 10px;
    margin-left: 160px;
}

.ContentText {
    color: Black;
    font-weight: normal;
    font-family: Arial;
}

fieldset legend {
    margin: 0px 10px;
}

.nowrap {
    white-space: nowrap;
}

.pl_15 {
    padding-left: 15px !important;
}


div.test, div.test h2 {
    font-family: Arial, Helvetica, Myriad Pro, sans-serif;
    display: block;
    padding: 10px 0 3px 0;
    margin: 0;
}

    div.test h2 {
        font-size: 14px;
    }

table.test td {
    font-size: 12px;
    vertical-align: top;
    padding-top: 1px;
    padding-bottom: 1px;
}

table.test {
    background-color: #fff;
    border: 1px solid #aaa;
    width: 100%;
    margin-bottom: 20px;
}

    table.test tr.data:hover {
        background-color: #F6F4F5;
    }

    table.test tr.th td {
        padding-top: 8px;
    }

    table.test td.tc-1 {
        color: #555;
        width: 250px;
    }

    table.test td.tc-2 {
        color: #000;
        padding-left: 3px;
    }

    table.test td.error {
        color: #de3434;
    }

    table.test td.warning {
        /*color: #f90;*/
    }

table.last-test {
    margin-bottom: 0;
}

a.button {
    display: block;
    border: 1px solid #999;
    background-color: #D3CFCB;
    color: #333;
    font-weight: bold;
    padding: 3px 7px;
    width: auto;
    text-decoration: none;
    float: left;
    margin-right: 5px;
}

div.screenshotApplet {
    border: 1px solid #000;
    width: 200px;
    height: 200px;
    margin-top: 3px;
}

#ctl00_right_column_RequiredFieldValidator1 {
    display: block;
    padding-left: 144px;
}

.DetailPage_SubHeader {
    color: #DE3434;
    font-size: 11px;
    padding-top: 10px;
    border: solid 0px #E1DDDA;
}

.DetailPage_Desc {
    color: Black;
    font-size: 11px;
}

.DetailPage_Data {
    color: Black;
    font-size: 11px;
    background-color: transparent;
    text-align: left;
    padding-left: 1px;
    padding-right: 1px;
}

.DetailPage_Table {
    width: 295px;
    padding-right: 15px;
    margin-bottom: 7px;
}

.DetailPage_td_Data {
    background-color: White;
    text-align: left;
    border: solid 1px #655C53;
    height: 15px;
}

.DetailPage_td_Desc {
    text-align: left;
    width: 100px;
    padding-left: 6px;
}

.DetailPage_LeftColumn {
    margin-left: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    float: left;
    background: #EDEDED;
    border: solid 1px #655C53;
    padding-right: 10px;
    width: 300px;
    margin-left: 15px;
}

.DetailPage_RightColumn {
    padding-left: 10px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
    width: 795px;
    text-align: left;
    float: left;
}

.div_lab {
    color: #DE3434;
    font-size: 11px;
}

.DetailPage_Header {
    padding-left: 15px;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    background-color: #F0ECEB;
    border-bottom: solid 1px #ABABAB;
    height: 23px;
    width: 1060px;
    display: inline-block;
}

.DetailPage_Image {
    float: left;
}

.UhdCallDetail_Frage_Header {
    border-bottom: solid 1px #C8B2B5;
    padding-top: 21px;
}


.UhdCallDetail_FrageText {
    margin-left: 54px;
    margin-top: 15px;
    font-size: 11px;
}

.DetailPage_FrageText {
    font-size: 11px;
    color: Black;
}

.UhdCallDetail_AntwortHistorie_Header {
    margin-bottom: 15px;
    padding-top: 19px;
    border-bottom: solid 1px #C8B2B5;
}

.DetailPage_div_AntwortHistorie {
    margin-left: 54px;
    margin-bottom: 25px;
}

.DetailPage_div_AddAntwortHistorie {
    margin-left: 54px;
    margin-bottom: 25px;
    border: solid 1px #AFAFAF;
}

.DetailPage_AntwortHistorieText {
    font-size: 11px;
    color: Black;
}

.DetailPage_AddAntwortHistorieText {
    background-color: White;
    border-color: Transparent;
    font-size: 11px;
    height: 245px;
    width: 735px;
    color: Black;
    resize: none;
}

.DetailPage_Text {
    width: 510px;
    background-color: Transparent;
    font-size: 11px;
}


.DetailPage_div_LinkButtonFile {
    padding-left: 45px;
    padding-top: 0px;
}


.UhdCallDetail_Anlagen_Header {
    margin-bottom: 15px;
    padding-top: 18px;
    border-bottom: solid 1px #C8B2B5;
    color: #de3434;
}

.UhdCallDetail_div_AddAnswer_Header {
    border-bottom: solid 1px #C8B2B5;
    padding-top: 10px;
    margin-top: 13px;
}

.UhdCallDetail_AddAnswer_Header {
    font-size: 11px;
    color: #de3434;
    width: 323px;
    background-color: White;
}

.DetailPage_FileUpload {
    margin-left: 54px;
    width: 740px;
    margin-bottom: 10px;
}

.DetailPage_Button {
    margin-left: 45px;
}


div.container {
    display: block;
    width: 1100px;
    padding: 4px;
    margin: 0px auto;
}

h2 {
    margin-top: 4px;
    margin-bottom: 4px;
}

span.label {
    font-weight: bold;
}

span.question {
    display: block;
    background-color: Silver;
    margin: 4px;
    padding: 5px;
    border: 1px solid #707173;
}

table.history {
    margin: 4px;
    border-collapse: collapse;
    background-color: Silver;
    width: 1092px;
}

    table.history td {
        padding: 4px;
        border-collapse: collapse;
        border: 1px solid #707173;
    }

    table.history thead td {
        font-weight: bold;
    }

p {
    margin-top: 8px;
    margin-bottom: 0px;
}

input.button {
    width: 100%;
    height: 50px;
    font-weight: bold;
    border-style: solid;
}

.DropDownFilter {
    width: 290px;
}


.DocumentsSearchGroupBox {
    margin-left: 10px;
    margin-bottom: 10px;
}

.DocumentsSearchTextBox {
    margin-left: 1px;
    width: 920px;
    border: solid 1px #AFAFAF;
    margin-top: 5px;
}

.emptyRating {
    background-image: url(../Images/Empty.png);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
}

.filledRating {
    background-image: url(../Images/Filled.png);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
}

.doneRating {
    background-image: url(../Images/Done.png);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
}

.TreeViewParentNode {
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.TreeViewLeafNode {
    font-size: 12px;
    color: #de3434;
    text-decoration: underline;
    text-decoration-color: #de3434;
}

.tree td div {
    height: 20px !important;
}

.tree td .TreeViewParentNode:before {
    content: url('../Images/folder.png');
}

.tree td div.leafNode:before {
    content: url('../Images/new.png');
}

/*This is a sample for setting the icon in documents listview when stateId of document is 0*/
.tree td div.state_0:before {
    /*content:url('../Images/...');*/
}

/*This is a sample for setting the icon in documents listview when iconId of document is 0*/
.tree td div.icon_0:before {
    /*content:url('../Images/...');*/
}

/*This is a sample for setting the icon in documents listview when typeId of document is 0*/
.tree td div.type_0:before {
    /*content:url('../Images/...');*/
}

.YearDropDown{
    margin-left: 10px;
    margin-top:5px;
}