﻿html, form {
    height: 100%;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Verdana, Geneva, Sans-Serif;
    font-size: 11px;
    background-image: url(/images/background.gif);
    background-repeat: repeat-x;
    background-color: #CAEDEB;
}

form {
    padding: 0;
    margin: 0;
}

a, a:visited, a:active {
    color: #000;
    font-weight: bold;
}

    a:hover {
        color: #444;
    }

#container {
    position: relative;
    min-height: 100%;
    background-color: White;
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/images/top.gif);
    background-repeat: no-repeat;
}

* html #container {
    height: 100%;
}

#subcontainer {
    padding-bottom: 30px;
}

#footer {
    position: relative;
    margin-top: -30px;
    height: 17px;
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/images/bottom.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 13px;
    color: #799A98;
}

div#innerfooter {
    float: left;
    margin-left: 200px;
    width: 740px;
}

#footer a, #footer a:visited, #footer a:hover, #footer a:active {
    color: #595241;
    font-weight: normal;
    text-decoration: underline;
}

#menu {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

    #menu a {
        display: block;
        float: left;
        border-right: 1px solid #eee;
        background-color: White;
        padding: 5px 0;
        color: Black;
        width: 100px;
        text-align: center;
        text-decoration: none;
    }

        #menu a[disabled="disabled"] {
            background-color: silver !important;
            cursor: not-allowed;
        }

        #menu a:hover, #menu a.active, div.submenu a.active {
            background-color: #fafafa;
        }

div.submenu a {
    display: block;
    float: left;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: White;
    padding: 2px 10px;
    color: Black;
    min-width: 80px;
    text-align: center;
    text-decoration: none;
}
/*
div.subSettings { margin-left:100px; }
div.subAdmin { margin-left:302px; }
*/
div#content {
    padding: 10px;
}

div#header {
    padding: 2px 10px;
    font-weight: bold;
}

/*div#headertitel { float:left; width:690px; }*/
div#headerlogininfo {
    float: left;
    text-align: right;
    width: 200px;
    color: Black;
    font-weight: bold;
}

h1 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    color: #595241;
}

h2 {
    margin: 20px 0 8px 0;
    padding: 0;
    font-size: 14px;
    color: #595241;
}

table.list {
    border-collapse: collapse;
}

    table.list .inactive td {
        color: #999999;
    }

td.top {
    border-top: 1px solid #ACCFCC;
}

table.mini tr td.item, table.mini tr td.alter {
    font-size: 9px;
}

table.mini2 tr td {
    font-size: 9px;
}

table.list td {
    padding: 4px;
}

table.extrapadding td {
    padding: 6px 4px;
}

table.list td.headtop {
    padding: 4px;
    color: #F1EFEB;
    font-weight: bold;
    background-color: #B8AE9C;
    border-top: 1px solid #595241;
}

table.list td.headbottom {
    padding: 4px;
    color: #F1EFEB;
    font-weight: bold;
    background-color: #B8AE9C;
    border-bottom: 2px solid #595241;
}

table.list td.footer {
    border-top: 1px solid #ACCFCC;
    border-bottom: 2px solid #ACCFCC;
    font-weight: bold;
}

table.list td.footer2 {
    border-top: 2px solid #ACCFCC;
    border-bottom: 2px solid #ACCFCC;
    font-weight: bold;
}

table.list tr.trout td.item {
    border-bottom: 1px solid #ACCFCC;
    background-color: White;
}

table.list tr.trout td.alter {
    border-bottom: 1px solid #ACCFCC;
    background-color: #F3F8F7;
}

table.list tr.trover td.item {
    border-bottom: 1px solid #ACCFCC;
    background-color: #ECF4F3;
}

table.list tr.trover td.alter {
    border-bottom: 1px solid #ACCFCC;
    background-color: #ECF4F3;
}

td.contactnaam {
    width: 350px;
}

td.contacttype {
    width: 150px;
}

td.heeftlogin {
    width: 100px;
}

td.catPosition {
    width: 40px;
    text-align: center;
}

td.prodPosition {
    width: 25px;
    text-align: center;
}

td.catOmschrijving {
    width: 300px;
}

td.prodOmschrijving {
    width: 469px;
}

td.catBewerk, td.prodBewerk, td.taakBewerk, td.productBewerk {
    width: 40px;
    text-align: right;
}

td.taakPosition {
    width: 40px;
    text-align: center;
}

td.taakOmschrijving {
    width: 200px;
}

td.taakProcess {
    width: 120px;
}

td.taakCheck {
    width: 20px;
    text-align: center;
}

td.filter {
    width: 80px;
    text-align: right;
}

td.count {
    width: 30px
}

td.borderLeft {
    border-left: 1px solid #ACCFCC;
}

td.borderRight {
    border-right: 1px solid #ACCFCC;
}

table.list td.project {
    width: 321px;
    cursor: pointer;
}

table.list td.fase {
    width: 192px;
    cursor: pointer;
}

table.list td.subproject {
    width: 320px;
    cursor: pointer;
}

table.list td.expand {
    width: 20px;
    text-align: center;
}

table.list td.expand2 {
    width: 100px;
    text-align: left;
}

table.list td.expand3 {
    width: 120px;
    text-align: left;
}

table.list td.taak, table.list td.offerte {
    width: 361px;
}

table.list td.uitvoerder, table.list td.bedrag {
    width: 180px;
    text-align: right;
}

table.list td.bedrag {
    text-align: right;
}

td.productPosition {
    width: 25px;
    text-align: center;
}

td.productOmschrijvingMain {
    width: 702px;
}

td.productOmschrijving {
    width: 552px;
}

td.productEenheid {
    width: 100px;
}

td.productVerkoopprijs {
    width: 100px;
    text-align: right;
}

table.list td.otKlant {
    width: 250px;
}

table.list td.otProject {
    width: 202px;
}

table.list td.otTaak {
    width: 202px;
}

table.list td.otDue {
    width: 100px;
}

table.list td.otPrioriteit {
    width: 90px;
}

table.list td.otEigenaar {
    width: 90px;
}

table.list td.otStatus {
    width: 80px;
}

table.list td.otChange {
    width: 60px;
    text-align: right;
}

table.list td.crmFase {
    width: 80px;
    cursor: pointer;
}

table.list td.crmKlant {
    width: 250px;
    cursor: pointer;
}

table.list td.crmActie {
    width: 130px;
    cursor: pointer;
}

table.list td.crmLogger {
    width: 60px;
    cursor: pointer;
}

table.list td.crmDatum {
    width: 80px;
    cursor: pointer;
}

table.list td.crmOpm {
    width: 370px;
    cursor: pointer;
}

table.list td.crmProd {
    width: 108px;
    cursor: pointer;
}

table.list td.crmTijd {
    width: 55px;
    text-align: right;
    cursor: pointer;
}

table.list td.crmOpties span {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

div.loader {
    display: none;
    margin-top: 15px;
    text-align: center;
    width: 521px;
    background-image: url(/images/loading-big.gif);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 32px;
}

div.loaderalt {
    display: none;
    text-align: center;
    width: 517px;
    background-image: url(/images/loading-big-alt.gif);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 32px;
}

div.loaderalt2 {
    display: none;
    text-align: center;
    width: 420px;
    background-image: url(/images/loading-big-alt.gif);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 32px;
}

td.filter a, td.headbottom a, td.headtop a {
    color: White;
}

td.paging a {
    font-weight: normal;
}

input.header, select.header {
    background-color: #EAE7E1;
    border: 1px solid #595241;
    width: 98%;
}

div.pager {
    text-align: right;
    margin-bottom: 4px;
}

span.help {
    cursor: help;
    border-bottom: 1px dotted #999;
}

td.headtop span.help {
    border-bottom-color: #F1EFEB;
}

span.prioNormaal {
}

span.prioLaag {
    color: #0C0;
}

span.prioHoog {
    color: #C00;
}

span.newline {
    display: block;
}

span.smalltext {
    font-size: 9px;
    color: #999;
}

div.tooltip {
    border: 1px solid Red;
}

div.subMenuTabs {
    background-image: url(/images/tabs/bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 28px;
}

    div.subMenuTabs a {
        display: block;
        float: left;
        width: 142px;
        height: 21px;
        padding-top: 7px;
        background-image: url(/images/tabs/tab.gif);
        background-position: -142px;
        background-repeat: no-repeat;
        margin-left: 2px;
        margin-right: 2px;
        text-decoration: none;
        text-align: center;
        color: #999;
    }

        div.subMenuTabs a:hover, div.subMenuTabs a.selected {
            background-position: 0;
            color: #000;
        }
