﻿/* basic html styles start */

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 20px;
}

body {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: "Arial Narrow",Arial;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 15px;
    display: block;
}

p {
    margin: 12px 0 10px;
    padding: 0;
}

a, a:link, a:visited, a:active {
    color: #0061AA;
}

a:hover {
    color: #000000;
}

select, input, textarea, button {
    font-family: Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 1.5px;
    background-color: #FAFAFA;
    border: 1px solid #000000;
    border-right: none;
    border-bottom: none;
}

table {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    position: relative;
}

th, td {
    margin: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 0;
    vertical-align: top;
}

/* basic html styles end */

/* helper styles start */

.clear {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    font-size: 0;
    display: block;
    position: relative;
    z-index: 0;
    clear: both;
    float: none;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url('../Scripts/boxsizing.htc');
}

/* helper styles end */

/* general styles start */

.information {
    margin: 10px 0 40px;
    padding: 0;
    position: relative;
    z-index: 0;
}

.h2PageTitle {
    margin: 0;
    padding: 10px 0 10px 10px;
    background-color: white;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    display: block;
}

/* general styles end */

/* layout styles start */

#LayoutContainer {
    margin: 0 auto;
    padding: 0;
    width: 960px;
    position: relative;
    z-index: 0;
}

#Header {
    margin: 0 0 30px;
    position: relative;
    z-index: 0;
}

#PageTitle {
    margin: 30px 0 0 220px;
    padding: 0;
    height: 90px;
    width: 290px;
    font-size: 28px;
    line-height: 40px;
    font-weight: normal;
    letter-spacing: 1px;
    position: relative;
    display: block;
}

#ContentContainer {
    margin: 0 auto 0;
    padding: 0;
    width: 960px;
    position: relative;
    z-index: 0;
}

#Navigation {
    margin: 0;
    padding: 0;
    width: 180px;
    min-height: 1px;
    font-size: 14px;
    position: relative;
    float: left;
    z-index: 0;
}

#Content {
    margin: 0 0 0 30px;
    padding: 10px 30px 50px 10px;
    width: 570px;
    min-height: 570px;
    background: url("../Images/Design/kachel.jpg") repeat scroll 0 0 #FFFFFF;
    position: relative;
    float: left;
    z-index: 0;
}

/* layout styles end */

/* navigation styles start */

.ulNavigation {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    display: block;
    z-index: 0;
}

.liNavigation {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    display: block;
}

.aNavigation, .aNavigation:link, .aNavigation:active, .aNavigation:visited {
    margin: 0;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    color: #000000;
}

    .aNavigation:hover {
        color: #999999;
    }

/* navigation styles end */

/* login styles start */

.txtDesc {
    margin: 1px 0 0 1px;
    padding: 0;
    width: 116px;
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
}

.txt {
    margin: 0;
    padding: 0;
    width: 221px;
}

.btnSubmit {
    margin-left: 20px;
    padding: 0 9px;
    border: 1px solid #000000;
    border-left: none;
    border-top: none;
    height: 20px;
}

/* login styles end */

/* contract styles start */

.spanDataDescLeft, .spanDataDescRight {
    margin: 11px 0 14px;
    padding: 0 10px 0 0;
    width: 131px;
    font-weight: bold;
    text-align: right;
    letter-spacing: 0;
    line-height: 15px;
    vertical-align: top;
    display: inline-block;
}

.spanDataLeft, .spanDataRight {
    margin: 11px 0 14px;
    padding: 0;
    width: 122px;
    letter-spacing: 0;
    line-height: 15px;
    vertical-align: top;
    display: inline-block;
}

.spanDataDescRight {
    padding-left: 30px;
    width: 158px;
}

.spanDataRight {
    width: 105px;
}

.tblBitsContract, .tblServiceLine, .tblCustomerContractLines {
    margin: 24px 0 0 1px;
    padding: 0;
}

    .tblBitsContract th, .tblBitsContract td,
    .tblServiceLine th, .tblServiceLine td,
    .tblCustomerContractLines th, .tblCustomerContractLines td {
        padding: 2px 0 3px;
        padding-right: 24px;
        text-align: left;
        line-height: 15px;
        height: 15px;
    }

.tblServiceLine {
    margin: 19px 0 0 1px;
    width: 100%;
}

/* contract styles end */

/* closed / open task styles start */

.tblClosedTasks, .tblOpenTasks {
    margin: 9px 0 0 1px;
}

    .tblClosedTasks th, .tblClosedTasks td,
    .tblOpenTasks th, .tblOpenTasks td {
        margin: 20px 0 0;
        padding: 2px 0 3px;
        padding-right: 24px;
        text-align: left;
        line-height: 15px;
        height: 30px;
    }

    .tblClosedTasks th,
    .tblOpenTasks th {
        height: 15px;
    }

.tdDesc {
    font-weight: bold;
    height: 15px !important;
}

.txtTask {
    width: 218px;
    height: 70px;
    float: left;
}

#remaining {
    margin-left: 10px;
    font-size: 11px;
    display: inline-block;
}

.btnSubmit2 {
    margin: 11px 0 0 10px;
}

/* closed task styles end */

/* planning board styles start */

.tblPlanning {
    margin: 0 0 30px;
    padding: 0;
}

    .tblPlanning th, .tblPlanning td {
        padding: 10px 0 14px;
        text-align: left;
        font-weight: normal;
        line-height: 15px;
        height: 15px;
        width: 37px;
    }

    .tblPlanning td {
        vertical-align: bottom !important;
    }

        .tblPlanning td.first {
            padding-right: 17px;
            width: 90px;
        }

/* planning board styles end */
