﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #ffffff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

a:link, a:visited
{
    color: #000000;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    -khtml-border-radius:0.5em;
}

a:hover
{
    color: #000000;
    text-decoration: none;
}

a:active
{
    color: #000000;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(153,153,153,0.66);
    -moz-box-shadow: 1px 1px 2px 1px rgba(153,153,153,0.66);
    box-shadow: 1px 1px 2px 1px rgba(153,153,153,0.66);
    padding: 10px;
    border: none;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    -khtml-border-radius:0.3em;
}

.header
{
    display: none;
    
}

.printheader
{
    
}


.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    
    
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    display:none;
}


/* TAB MENU   
----------------------------------------------------------*/
.hideSkiplink
{
    width:100%;
}

.mainmenu
{
    display:none;
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(153,153,153,0.66);
    -moz-box-shadow: 1px 1px 2px 1px rgba(153,153,153,0.66);
    box-shadow: 1px 1px 2px 1px rgba(153,153,153,0.66);
    padding: 10px;
    border: none;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

textEntry 
{
    width: 320px;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(153,153,153,0.66);
    -moz-box-shadow: 1px 1px 2px 1px rgba(153,153,153,0.66);
    box-shadow: 1px 1px 2px 1px rgba(153,153,153,0.66);
    padding: 10px;
    border: none;
}

passwordEntry 
{
    width: 320px;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(153,153,153,0.66);
    -moz-box-shadow: 1px 1px 2px 1px rgba(153,153,153,0.66);
    box-shadow: 1px 1px 2px 1px rgba(153,153,153,0.66);
    padding: 10px;
    border: none;
}

accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    
}

.loginDisplay
{
    display: none;
    
}


.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
    
}

.submitButton
{
    display: none;
        
}

.dataGridMaster
{
    width:100%;
    border: none;


}

.dataGridMaster td
{
    border: none;

}

.calendar
{
    display: none;
    
}

.radioAndCheckButtonList
{
    display: none;
}

.radioAndCheckButtonList td
{
    width: 200px;
    text-align: center;
}

.dropdown
{
    border: none;
    
}

.textbox
{
    -webkit-box-shadow: 0.25px 0.25px 0.25px 0.25px rgba(153,153,153,0.66);
    -moz-box-shadow: 0.25px 0.25px 0.25px 0.25px rgba(153,153,153,0.66);
    box-shadow: 0.25px 0.25px 0.25px 0.25px rgba(153,153,153,0.66);
    padding: 1px;
    border: none;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: small;
}

.label
{
    
}

.feedbacklabel
{
    color: Red;
    font-weight: bold;
}

.containerTable
{
    padding: 10px;

    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    -khtml-border-radius:0.3em;

    border-style: solid;
    border-width:  1px;
    border-color: #666666; 
    
}

.containerTable Caption
{
    font-weight:bold;
}

.containerTable a
{
   padding: 2px;
}

.containerTable td
{
    padding: 1px;
    border: none;
}

.containerTable_noprint
{
    display: none;
}

.treeviewKategorien
{
    
    
}

.treeviewKategorien td
{
   display: none;
}

.dataTable
{
    padding: 10px;
    border: none;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    -khtml-border-radius:0.3em;
    border: 1px solid #666666;
        
}

.dataTable Caption
{
    font-weight:bold;
}

.dataTable tr
{
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;

    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    -khtml-border-radius:0.3em;

}

.dataTable td
{
    border: none;
}

.radioButtons
{
    
}

.checkbox
{
    
}

div#NavBottom
{
    display: none;
}

.imgButtons
{
    display: none;
}

.yellowlabel
{
    display: none;
}

.redlabel
{
    display: none;
}

.txt_hiddenText
{
    display:none;
}

.slavedataTable
{
    padding: 10px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width:  thin;
    border-color: #666666; 
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    -khtml-border-radius:0.3em;
    
    background-color: #ffffff;
}

.InvisibleDefaultButton
{
    display:none;
}

.collapsedElement
{
    display:none;
}

.collapsedTable
{
    display: none;
}

.localhostWarning
{
    background-color: Red;
    color: White;
    height: 200px;
}