
html, body {
    height: 100%;
    font-family: Trebuchet MS, Verdana;
    font-size:13px;
}
#wrap {
    height: auto !important;
    margin: 0 auto -60px;
    min-height: 100%;
}
#footer {
    height: 60px;
    background-color: #F5F5F5;
    text-align:center;
    padding-top:5px;
}
@media not all {
}


table{
    border-collapse:collapse;
    width: 100%;
}
table.list tr {
    height:30px;
    border-bottom:1px solid  #1F1E4F;
}
table.list tr.warn {
    background-color:#741E0C;
}
table.list tr.retired {
  background-color:#ccc;;
	display:none;
}
table.list tr.warn td {
    color:white;
}

table.list tr.retired td {
    color:white;
    text-decoration: line-through;
}

table.list tr th {
    background-color: #1F1E4F;
    color:white;
    font-size:16px;
    text-align:left;
}

td {
    color: #000000;
    padding:5px;
}

.oneline {
    white-space:nowrap;
}

a {
    color:#741E0C;;
    text-decoration:none;
}

a:hover {
    color:darkblue;
}

div#maintable {
    display:table;
    height:100%;
    width:100%;
    left:0;
    top:0;
    position:absolute;
}
div#maincell {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    width:100%;
}
div#logindialog {
    display:inline-block;
    text-align:left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 14px 4px  #444;
    -moz-box-shadow: 0px 0px 14px 4px  #444;
    -webkit-box-shadow: 0px 0px 14px 4px  #444;
    margin:80px auto;
    border:1px solid grey;
    width:300px;
    padding:10px;
    
}
div#logindialog h2 {
    width:100%;
    text-align:center;
}

.r {
    text-align:right;
}
div#logindialog input[type=password],
div#logindialog input[type=text] {
    width:140px;
}
div#logindialog span.left {
    display:inline-block;
    width:100px;
    padding:5px;
}
div#logindialog span.right {
    display:inline-block;
    width:150px;
    padding:5px;
}
div#logindialog span.full {
    display:inline-block;
    width:270px;
    text-align:right;
    padding:0px;
    font-size:10px;
}
