﻿body {
    background-image: url("./images/tiny_grid.png");
    background-repeat: repeat;
    font-family: Arial,sans-serif;
}

.container {
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1280px;
}

div.header {
    background-color: #292929;
    border-top: 1px solid #595959;
    border-bottom: 1px solid #595959;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

img.header {
}

.header-userbar {
    background-color: #1e1e1e;
    color: #999999;
}

.main-content {
    padding: 19px 29px 29px;
    margin: 0 auto 0px;
    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);
}

.bottom {
    padding: 0px;
    font-size: 9pt;
}

h2 {
    font-weight: normal;
    color: #3c3c3c;
}

h3 {
    background-color: #ececec;
    border-bottom: 1px solid #45515f;
    color: #3c3c3c;
    font-weight: normal;
    padding-left: 5px;
}

.block {
    padding-bottom: 10px;
}

.standard-text {
    font-size: 10pt;
}