/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 24, 2015, 4:00:55 AM
    Author     : Manuel
*/

html body{
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: white;
    text-align: center;
}
table {
    width: 100%;
    background-color: whitesmoke;
    padding: 0px;
}
h3 {
    border-right: 1px solid whitesmoke;
    padding: .8em;
    color: whitesmoke;
    background-color: #333333;
}
td{
    border: 0px solid whitesmoke;
    padding: .8em;
    color: slategrey;
    background-color: #efefef;

}
/*
input.btn{
    margin-bottom:1px;
    width: 60px;
   /* height: 22px; */
 /*   background-color:#bb0000;
    border:1px solid #bb0000;
    border-radius:5px;
    color: whitesmoke;
    font: bold 16px/14px Helvetica, Sans-Serif; text-align: center;
    text-transform: uppercase; text-decoration: none;
}
*/
input.btn{
    padding: 10px 16px;
    font-size: 18px;
}
img {
    height: auto;
    max-width: 100%;
}
.tableheaderleft{
    border: 0px;text-align: left; background-color: #4196cc ;color:whitesmoke;
}
.tableheaderright{
    border: 0px;text-align: right; background-color: #4196cc ;color:whitesmoke;
}
.additembuttontdalign{
    text-align: center;
}
.border0{
    border: 0px;
}