html {
    height:100%;
    display: table;
    width:100%;
}
body {
    text-align: center;
    font-family: Verdana;
    font-size:13px;
    height:100%;
    width:100%;
    display: table-cell;
    vertical-align: middle;
    padding:0px;
    margin:0px;    
}

a {
    color: #000;    
}
h1, h2, h3, h4, h5 {
    font-weight:normal;
    color:#5d5d65;
}
h1 {
    font-size:22px;
}
h2 {
    font-size:20p;
}
h3 {
    font-size: 18px;
}
h1 a, h2 a, h3 a {
    text-decoration: none;
    color:#5d5d65;
}
.main {
    margin: auto;
    width:640px;
}
.main, .textInput, .buttonInput {
    border:1px solid #b6b6b7;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}

.clear {
    clear: both;
}

.top-menu {
    text-align: center;
}

.top-menu .menu {
    margin: 0px 20px;
    
    border-top: 1px solid #b6b6b7;
    /*width: 320px;*/
}

.top-menu .menu ul {
    list-style: none;
    text-align: center;
    padding:0px;
    margin:10px 0px;
}

.top-menu ul li {
    display: inline-block;
    margin: 2px 5px 5px 2px;
}


.content {
    text-align: left;
    margin-top: 20px;
    padding: 10px 20px 10px 20px;
}

.footer {
    text-align: center;
}

table {
    width: 100%;
}

.center {
    text-align: center;
}

.text {
    width: 150px;
}

.date_mask {
    width: 70px;
}

.time_mask {
    width: 60px;
}

.numeric {
    width: 25px;
}

.inline {
    display: inline;
}

.disabled {
    /*background-color: #C0C6D9;*/
}
.error {
    color: Red; 
    display: none;
}
.textInput {   
    background: #f3f3f4;    
    padding:4px 15px;
}
.buttonInput {
    background: #b0b0b4;    
    padding:10px 15px;
    cursor: pointer;
}
.size150 {
    width:150px;
}
td.size150 {
    padding:0px 0px 0px 0px;
    width:150px;
    text-align: center;
}
.cTable {
    width:300px;
    margin: auto;
}
.cTable td {
    padding:3px 3px;
}
.footer {
    border-top: 1px solid #b6b6b7;
    margin:20px 20px 0px 20px;
    padding:10px 0px;
    text-align: center;
}