﻿/*GLOBAL RESET*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, big, em, font, img, q, s, small, strike, strong, sub, tt, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, lable, legend, table, caption, tbody, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body
{
    line-height: 1;
}
ol, ul
{
    list-style: none;
}
:focus, :active
{
    outline: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
a img
{
    border: none;
}
button::-moz-focus-inner, input::-moz-focus-inner
{
    border: 0;
}


/*DEFAULT-STYLE*/
body
{
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
}

h1
{
    font-size: 25px;
    font-weight: bold;
}
h2
{
    display: block;
    font-size: 17px;
    margin: 10px 0 20px 0;
}

hr
{
    border: 1px solid #999;
    border-bottom-style:none;
    border-left-style:none;
    border-right-style:none;
    margin: 4px;
    padding: 0;
}

select, input[type=text], textarea
{
    margin: 0;
    padding: 6px 5px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}
input[type=text]:hover, input[type=text]:focus, input[type=text]:active, textarea:hover, textarea:focus, textarea:active
{
    border: 1px solid #999;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
}
select
{
    padding: 4px;
    padding-top: 3px;
}
input[type=text]
{
    padding-top: 5px;
    height: 15px;
}
fieldset
{
    border: 1px solid #ccc;
    padding: 10px;
}
fieldset:hover
{
    border: 1px solid #999;
}

img.nosize
{
    width: 0; 
    height: 0;
}

.bold
{
    font-weight: bold;
}

.displayNone
{
    display:none;
}



#wrapper
{
    margin: 5px;
    font-family: verdana, sans-serif;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border: 5px solid #525055;
    min-width: 1200px;
}
#header
{
    color: #525055;
    background-color: #e67817;
    margin-bottom: 5px;
    padding: 19px;
    font-size: 25px;
    font-weight: bold;
}
#content
{
    margin: 0 0 0 170px;
    padding: 0 10px;
    min-height: 600px;
    background-color: #fff;
    font-size: 14px;
    text-align: justify;
}
#footer
{
    background-color: #adadad;
    padding: 10px;
    font-size: 12px;
    margin-top:10px;
}
#navigationbox
{
    float: left;
    margin: 0 5px;
    padding: 5px;
    border: 1px solid #ccc;
    width: 150px;
    background-color: #fff;
    
}
#navigationbox:hover
{
    border-color: #999;
}

#navigationbox ul li:first-child
{
    margin: 0;
    padding: 5px;
    background-color: #ccc;
}
#navigationbox ul li
{
    margin: 15px 0 0 0;
}
#navigationbox ul a
{
    display: block;
}

#controllbox
{
    float: right;
    margin: -5px 0;
    margin-right: -175px;
    padding: 5px;
    border: 1px solid #ccc;
    width: 150px;
    background-color: #fff;
    min-height: 60px;
}
#controllbox:hover
{
    border-color: #999;
}

#controllbox ul li:first-child
{
    margin: 0;
    padding: 5px;
    background-color: #ccc;
}
#controllbox ul li
{
    margin: 15px 0 0 0;
}
#controllbox ul button
{
    display: block;
    width: 100%;
}
/*DEFAULT-BUTTON, BUTTON-LINK*/
button, .default-button
{
    font: 12px Helvetica, Arial,sans-serif;
    margin: 5px 0;
    padding: 6px 7px;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #fff url(button_gradient.gif) repeat-x bottom;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
button:hover, button:focus, .default-button:hover, .default-button:focus
{
    border-color: #999;
    background: #fff url(button_gradient.gif) repeat-x bottom;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
}
button:active, .default-button:active
{
    border-color: #999;
    background: #fff url(button_gradient_active.gif) repeat-x;
}
button img, .default-button img
{
    vertical-align: middle;
}
a.default-button
{
    padding: 6px 8px;
    text-decoration: none;
    color: #000;
}
* + html a.default-button
{
    display: inline-block;
    padding: 7px;
}
/*<a> border-botton-bug IE7 | vertical-align:middle evtl notwendig?*/
button[disabled]:hover, .default-button[disabled]:hover, button[disabled]:active, .default-button[disabled]:active
{
    background: #fff url(button_gradient.gif) repeat-x bottom;
    -moz-box-shadow: 0 0 0 #fff;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    border-color: #ccc;
    cursor:default;
}


/*GROUP-BUTTON, GROUP-Link*/
.default-button-group
{
    display: inline;
    margin: 0 5px;
    line-height: 3;
    white-space: nowrap;
}
/*line-height: Höhe von Link-Gruppe*/
.default-button-group .default-button
{
    margin: 0;
    border-right-style: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.default-button-group .start
{
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.default-button-group .end
{
    border-right-style: solid;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.default-button-group .default-button:last-child
{
    border-right-style: solid;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.default-button-group .default-button:first-child
{
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.default-button-group:hover .default-button
{
    border-color: #999;
}
* + html .default-button-group a.default-button
{
    line-height: 1;
    display: inline-block;
    padding: 7px;
}
/*<a> border-botton-bug IE7 | vertical-align:middle evtl notwendig?*/

/*GROUP-BUTTON EXPAND*/


.default-button-expand
{
    display: inline;
    position: relative;
}
.default-button-expand > li
{
    display: inline;
    position: relative;
    cursor: default;
}
.default-button-expand li ul
{
    display: none;
    position: relative;
    text-align: left;
    z-index: 300;
}
.default-button-expand li ul li
{
    display: block;
    min-width: 102px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 5px;
}
.default-button-expand > li:hover ul
{
    left: 0;
    margin: 22px 0;
    margin-left:-1px;
    display: inline;
    position: absolute;
}

.default-button-expand li ul li .default-button
{
    width: 120px;
    text-align: left;
}

.default-button-expand .default-button:hover, .default-button-expand .default-button:focus
{
    background: #fff url(button_gradient.gif) repeat-x bottom;
}
.default-button-expand>li>img
{
    margin-right:-7px;
    margin-left:-3px;
}


#loading
{
    display: none;
    width: 100%;
    text-align: center;
}



#status p
{
    max-height: 400px;
    overflow: auto;
}


#toolbox
{
    padding: 5px;
    padding-bottom: 6px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fff;
   
}
#toolbox:hover
{
    border-color: #999;
}

#toolbox .default-button-group, #toolbox .default-button, #toolbox button
{
    line-height: 1;
    margin: 0;
}

#toolbox > ul
{
    display: table;
    width: 100%;
}
#toolbox > ul > li
{
    display: table-cell;
}
#toolbox > ul > li:first-child
{
    width: 120px;
    padding: 0;
    margin: 0;
}
#toolbox > ul > li:first-child span
{
    display: block;
    padding: 5px;
    background-color: #ccc;
    vertical-align:middle;
}


.default-round
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.default-round-top
{
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.default-round-bottom
{
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}


.default-table
{
    margin:10px 0;
    border: 1px solid #999;
    width: 100%;
    table-layout:fixed;
}
.default-table thead
{
    background-color: #f0f1f3;
    text-align: center;
}
.default-table thead th
{
    padding: 10px 0;
}
.default-table tbody td
{
    padding: 2px;
    border-top: 1px solid #999;
    text-align: left;
    cursor: default;   
}
.default-table tbody td.ID-column
{
    word-wrap:break-word;  
}

.default-table tbody tr:hover
{
    background-color: #ffecd5;
}

.default-table tbody tr.disabledRow
{
    color: #999999;
}

.default-table .date
{
    width: 145px;
    text-align: center;
    vertical-align: middle;
}
.fehler
{
    background-color: #f87d7d;
}
.kritfehler
{
    background-color: #fa4d4d;
}
.warnung
{
    background-color: #f7ba7e;
}

#default-table-sort thead tr th
{
    background: url(../../Content/bg.gif) no-repeat center right;
    cursor: pointer;
    padding-right: 15px;
}
#default-table-sort thead tr th:first-child
{
    background: transparent;
    cursor: auto;
}
#default-table-sort thead th.headerSortUp
{
    background: url(../../Content/asc.gif) no-repeat center right;
}
#default-table-sort thead th.headerSortDown
{
    background: url(../../Content/desc.gif) no-repeat center right;
}

.checkbox-column
{
    width:30px;
}
.bezugstext
{
    margin: 5px;
    margin-left: -200px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.overlay
{
    width: 100%;
    height: 100%;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    display: none;
}

.overlayTransp
{
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
}

#dialog-box
{
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    width: 500px;
    position: fixed;
    z-index: 4000;
    display: none;
    text-align: center;
    padding: 10px;
    min-height: 100px;
    max-height: 400px;
    overflow: auto;
}

#contextmenu
{
    font-size:12px;
    display: none;   
    z-index: 3500;
    position: absolute;
    background-color: #fff;    
    border: 1px solid #ccc;
}
#contextmenu:hover
{
    border-color: #999;
}

#contextmenu ul li
{
    padding: 5px;
    cursor: pointer;
    border: 1px solid #fff;
}

#contextmenu ul li:last-child
{
    border-top: 1px solid #ccc;
}

#contextmenu ul li:hover
{
    margin: 0;
    border: 1px solid #ccc;
    background: #fff url(button_gradient.gif) repeat-x bottom;
}

.smallButton
{
    font-size: 12px;
    padding: 2px 6px;
}

#status-box
{
    display:none;
    position:relative;
}

#status-box>p>img
{
    vertical-align:middle;
    height:16px;
    width:16px;
}

#status-box>p>span
{
    vertical-align:middle;
}

#status-box button.slideToggle
{
   position:absolute;
   right:5px;
}
#status-box p
{
    margin:5px 35px;
    margin-bottom:3px;
}
#status-box #status-details
{
    display:none;
}
.error
{
    color:Red;
}
.success
{
    color:Green;
}
.warning
{
    color:#F90;
}