/* 
    Document   : style
    Created on : 24.07.2011, 14:41:15
    Author     : tobiashug
    Description:
        Purpose of the stylesheet follows.
*/

html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#appLayout {
    height: 100%;
}

body {
    background:#fff url("../images/BodyBg.gif") repeat-x top left;
    font: 12px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif; 
    *font-size: 75%;
    color:#000;
}

/* header */
#headerPane {
    height: 50px;
    border: 0;
    background: transparent;
}

.title {
    float: right;
    text-align: right;
    width: 500px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.username {
    clear: right;
    margin-top: 10px;
    float: right;
    text-align: right;
    width: 500px;
}

.logo {
    float: left;
    width: 200px;
}

/* footer */
#footerPane {
    font-size: 10px;
    border: 0;
    background: transparent;
}

/* login */
#loginDialog {
    width: 400px;
}

#loginDialog td.label {
    width: 110px;
}

#loginDialog tr {
    margin-bottom: 6px;
}

/* message types */
div.error,
div.warning,
div.success {
	padding: .5em;
	margin: 1em 0;
	border: 1px solid;
        font-weight: bold;
}
 
div.error {
	background: #fdd;
	border-color: #f00;
}
 
div.warning {
	background: #ffd;
	border-color: #dd0;
}
 
div.success {
	background: #dfd;
	border-color: #0d0;
}
 
div.error p,
div.warning p,
div.success p {
	margin: 0 0 .5em 0;
}

/* navigation */
ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.navigation li {
    padding: 3px 0 3px 0;
}

ul.navigation a {
    text-decoration: none;
}

/* fonts */
a, a:visited, a:hover {
    color: #0093D0;
}

h1 {
    font-size: 1.5em; 
    font-weight: normal;
    line-height: 1em; 
    margin-top: 1em;
    margin-bottom:0.643em;
}

h2 { 
    font-size: 1.1667em; 
    font-weight: normal; 
    line-height: 1.286em; 
    margin-top: 0.929em; 
    margin-bottom:0.643em;
}

.dijitDialogTitle {
    font-weight: bold;
}

p {
    margin:0.643em 0;
}

.bold {
    font-weight: bold;
}

.bigline {
    line-height: 20px;
}

/* startseite */
.mandantinfo {
    float: left;
    width: 78%;
}

.sysinfo {
    margin-left: 81%;
}

.sysdate {
    font-style: italic;
    margin-bottom: 3px;
}

.sysnachricht {
    padding: 4px 0;
    border-bottom: 1px #B5BCC7 solid;
}

/* tabellen */
table {
    padding: 0;
    margin: 0;
    border-spacing: 0;
}

table.list {
    border: solid 1px #B5BCC7; 
    width: 100%;
}

table.list th {
    background: #EFEFEF url('../js/dijit/themes/claro/layout/images/accordion.png');
    border-bottom: solid 1px #B5BCC7;  
    padding: 5px 0 2px 0.3em;
    text-align: left;
}

table.list td {
    padding: 0.3em;
}

table.list tr.even {
    background: #FFF;
}

table.list tr.odd {
    background: #F0F0F0;
}

table.list tr:hover {
    background-color: #CFE5FA;
}

table.filter td {
    padding: 1px 1px 1px 3px;
}

.hiddenrow  
{
    display: none;   
}

tr.info {
    background-color: #ffd;
}

.deleted {
    text-decoration: line-through;
}

/* toolbar */
#contentToolbar {
    margin-bottom: 1em;
}

/* forms */
.dijitDialogPaneActionBar {
    clear: both;
}


dt {
    clear: both;
    float: left;
    width: 100px;
    margin-bottom:0.843em;
}

dd {
    display: inline;
    float: left;
}

.longfield {
    width: 250px;
}

/* aufzählungen */
.rahmengrau {
    border: solid 1px #B5BCC7; 
}

/* sublayout */
#subLayout #toolbarPane {
    border: 0;
    top: 0 !important;
    left: 0 !important;
}

/* list toggle */
a.list-toggle {
	display: block;
	overflow: hidden;
	text-indent: -1000em;
	white-space: nowrap;
	background: url(../images/filter-shown.gif) center center no-repeat;
}

tr.collapsed a.list-toggle {
	background-image: url(../images/filter-hidden.gif);
}

td dt  
{
    font-weight: bold;
    float: none;
    width: auto;
}

td dd  
{
    padding-left: 10px;
}

ul.errors li {
    color: red;
}

#ajaxloading {
    z-index: 1000;
    position: absolute;
    top: -12px;
    left: 500px;
    width: 120px;
    font-size: 14px;
    background: #ffd;
    border: 1px solid #dd0;
    padding: .5em;
    margin: 1em 0;
    text-align: center;
    visibility: hidden;
}