/* 
    Document   : laxlog
    Created on : Mar 28, 2013, 2:35:09 PM
    Author     : dad
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
.my-info {border-collapse: collapse;}
.bottom-border { border-bottom: 1px solid black; }
div.floating { float: left; margin-right: 1em }
div.header
{
    font-weight: bold;
}
#msg
{
    width: 500px;
    margin: 0px auto;
}

.table td,
.table th
{
    text-align: center;
}
.table tbody tr td:first-child,
.table thead tr:first-child th:first-child
{
    text-align: left;
}
.table tbody tr td.total-col,
.table thead tr th.total-col
{
    font-weight: bold;
    background:  #444444;
    color: #fff;
}
.table tbody tr td.first-col
{
    white-space: nowrap;
}
.main-header
{
    background-color:  #08c;
    margin-bottom: 20px;
}
.main-header img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    max-height: 300px;
}
.table tbody tr td.total-row {
    font-weight: bold;
    border-top: 2px solid #dddddd;
    border-color: #444444
}

.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

.overflow 
{
    overflow: auto;
}

