﻿/* -----------------------------------------------------------------------
styles.css
styles.css, media="screen", last update 31.07.2005 by atwork 
stylesprint.css is a copy of styles.css, but with print-modififactions. 
-------------------------------------------------------------------------- */
/* ----------------------- print modifications start --------------------- */
.noprint {
}
/* ----------------------- print modifications end ----------------------- */
/* atwork: , prima: , just: */
body {
    color: #000000; /* atwork: 000000, prima: 000000, just: ffffff,just demo #87ceeb */
    background-color: #666666; /* atwork: d5ef51, prima: A5DCC7, just: 666666 */
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.5em;
}

.ctitle {
    border: solid 1px #000000;
    height: 30px;
    font-weight: bold;
    font-family: Verdana,Tahoma,Arial,sans-serif;
    color: #FFFFFF /* atwork: FFFFFF, prima: 000000, just: 000000 */;
    background-color:#4169e1; /* one for all titles */ 
}

#fixedHeader {
    position: fixed;
}

.ctable {
    border-top: solid 1px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    border-bottom: 0px;
    background-color: #DADADA; /* atwork: DADADA, prima: FAFAFA A5DCC7, just: DADADA */
    width: 100%;
    border-collapse: collapse;
}

.Budget {
    font-weight: bold;
}

.ctitleFont {
    display: inline-block;
    margin-top: 5px;
    font-size: 1.8em;
    font-weight: normal;
}

.ctitleMenu {
    border-top: solid 1px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    border-bottom: 0;
    height: 30px;
    font-weight: bold;
    font-family: Verdana,Tahoma,Arial,sans-serif;
    color: #FFFFFF /* atwork: FFFFFF, prima: 000000, just: 000000 */;
    background-color: #4169e1;
}

.ctableTD {
    background-color: #ffa500;
    width: 77px;
}

.userlabel {
    color: #FFFFFF;
}

H1 {
    font-weight: bold;
    font-size: 2em;
    color: #FFFFFF; /* atwork: 930015, prima: 185288, just: 000000 */
    font-family: Verdana,Tahoma,Arial,sans-serif;
    margin: 0 0 10px 0;
}
/*aktuelleH2-FFFF91*/
/*möglichH2-a9a9a9*/
H2 {
    height: 12pt;
    background-color: #a9a9a9; /* atwork: 005DA8, prima: 185288, just: FFFF91*/
    color: #000000; /* atwork: FFFFFF, prima: FFFFFF, just: 000000 */
    padding-right: 0pt;
    padding-left: 0pt;
    font-size: 8pt;
    padding-bottom: 0pt;
    margin: 0pt;
    padding-top: 0pt;
    font-family: Verdana,Tahoma,Arial,sans-serif;
    text-align: left;
    vertical-align: middle;
}

H3 {
    font-size: 8pt;
    margin: 0pt;
    color: #930015;
    font-style: italic;
    font-family: Verdana,Tahoma,Arial,sans-serif;
}
/* width */
.tiny {
    width: 50px;
}

.small {
    width: 100px;
}

.medium {
    width: 200px;
}

.large {
    width: 400px;
}

.huge {
    width: 600px;
}
/* rest unchanged */
img {
    border-width: 0px;
}

all.fonts {
    font-size: 8pt;
    font-style: normal;
    font-family: Verdana,Tahoma,Arial,sans-serif;
}

DIV {
    padding: 0pt;
    font-size: 8pt;
    margin: 0pt;
    font-family: Verdana,Tahoma,Arial,sans-serif;
}

p, UL, OL, LI, TD, TH, Select, Form, Option {
    font-size: 8pt;
    font-family: Verdana,Tahoma,Arial,sans-serif;
}

A, A:link, A:visited, A:active {
    font-size: 8pt;
    color: #000000;
    font-family: Verdana, Arial, Tahoma, sans-serif;
}

    A:hover {
        font-size: 8pt;
        color: #ff4500;
        font-family: Verdana, Arial, Tahoma, sans-serif;
    }

INPUT {
    font-size: 8pt;
    background-repeat: repeat;
    font-family: Verdana,Tahoma,Arial,sans-serif;
}

.line {
    border-top: #ff9933 2px solid;
    margin-top: 10px;
}

.cbutton {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    border-color: #666666;
    background-color: #FFD78D;
    font-weight: bold;
    font-style: normal;
}

.caltrow {
    background-color: #f4f4f4;
}

.alert {
    color: #930015;
    font-weight: bold;
}
/* alert for MrForm.ValidateForm */
input.alert {
    background-color: red;
    color: Black;
}

textarea.alert {
    background-color: red;
    color: Black;
}

select.alert {
    background-color: red;
    color: Black;
}
/* print: nowrap entfernen */
.nobreak {
    white-space: nowrap;
}
/* new styles 4 2col error.aspx & co */
div#Seite {
    text-align: left; /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto; /* standardkonforme horizontale Zentrierung */
    width: 750px;
    padding: 0.5em;
    border: 2px dotted silver;
}

p#Navigation {
    text-align: center;
    font-size: 0.91em;
    float: left;
    width: 5em;
    margin: 0;
    padding: 0;
    border: 0;
}

div#Inhalt {
    margin-left: 5em;
    padding: 0 1em;
    border: 0;
}

    div#Inhalt h1 {
        font-size: 1.5em;
        margin: 0 0 1em;
    }

    div#Inhalt p {
        font-size: 1em;
        margin: 1em 0;
    }

    div#Inhalt a {
        margin: 1em 0;
    }
/* Page List */
ul#PageMenu {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

    ul#PageMenu li {
        list-style: none;
        margin: 0;
        padding: 0px 6px 0px 0px;
        display: inline;
        text-align: left;
    }

    ul#PageMenu a {
    }
/* detail content tables */
.tdleft {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    background-color: #FFE9B5; /* #FEF8D6 */
    padding: 0px 0px 5px 5px;
    width: 10%;
    white-space: nowrap;
}

.tdright {
    text-align: left;
    vertical-align: top;
    padding: 0px 0px 5px 5px;
    width: 90%;
}

.tdgroup {
    text-align: left;
    vertical-align: top;
    padding: 0px 0px 5px 5px;
    font-weight: bold;
    font-size: 10pt;
    color: #930015;
    font-family: Verdana,Tahoma,Arial,sans-serif;
}

.tdleftform {
    text-align: left;
    vertical-align: top;
    background-color: #FFE9B5; /* #FEF8D6 */
    padding: 0px 0px 0px 0px;
    width: 180px;
    white-space: nowrap;
}
/* ajax control toolkit: modal popup */
.popupControl {
    background-color: #eeeeee;
    position: absolute;
    visibility: hidden;
    border-width: 2px;
    border-color: Black;
    border-style: solid;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-color: Gray;
    border-style: solid;
    width: 250px;
    padding: 3px;
}
/* ajax control toolkit: tab (tp: .ajax__tab_outer{padding-right:0px; / .ajax__tab_body{background-color:#dadada;*/
.CustomTabStyle .ajax__tab_header {
    font-family: verdana,tahoma,helvetica;
    font-size: 11px;
    font-weight: bold;
    background: url("images/tab-line.gif") repeat-x bottom;
}

.CustomTabStyle .ajax__tab_outer {
    padding-right: 0px;
    background: url("images/tab-right.gif") no-repeat right;
    height: 21px;
}

.CustomTabStyle .ajax__tab_inner {
    padding-left: 3px;
    background: url("images/tab-left.gif") no-repeat;
}

.CustomTabStyle .ajax__tab_tab {
    height: 13px;
    padding: 4px;
    margin: 0;
    background: url("images/tab.gif") repeat-x;
}

.CustomTabStyle .ajax__tab_hover .ajax__tab_outer {
    background: url("images/tab-hover-right.gif") no-repeat right;
}

.CustomTabStyle .ajax__tab_hover .ajax__tab_inner {
    background: url("images/tab-hover-left.gif") no-repeat;
}

.CustomTabStyle .ajax__tab_hover .ajax__tab_tab {
    background: url("images/tab-hover.gif") repeat-x;
}

.CustomTabStyle .ajax__tab_active .ajax__tab_outer {
    background: url("images/tab-active-right.gif") no-repeat right;
}

.CustomTabStyle .ajax__tab_active .ajax__tab_inner {
    background: url("images/tab-active-left.gif") no-repeat;
}

.CustomTabStyle .ajax__tab_active .ajax__tab_tab {
    background: url("images/tab-active.gif") repeat-x;
}

.CustomTabStyle .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-color: #dadada;
}

#container {
    border: 1px solid silver;
    display: inline-block;
    padding: 1px;
}

/* arbeitszeit_calendar.aspx */
html body#ctl00_templateBody div form#aspnetForm div.ctable span#ctl00_ContentMain_lblCalendar h1 {
    color: Black;
    padding: 10px;
}

table.tabcal {
    border-collapse: collapse;
    border: 1px dotted #000;
}

.tabcal td {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px dotted #000;
}

.feiertag {
    font-weight: bold;
    color: #930015;
}

.wochenende {
    font-weight: bold;
}
/* added */
