html {
    height: 100% !important;
}
body {
    margin: 0px;
    padding: 0px;
    height: 100% !important;
    background-image: url('/images/background.jpg');
}
a, a:active, a:visited {
    color: #9E0B0F;
}
a:hover {
    color: #C61D20;
}
.MainTable {
    width: 771px;
    height: 100% !important;
}
.ContentWrapper {
    background-image: url('/images/main.png');
    height: 100% !important;
    padding: 20px;
}
.Content {
    width: 100%;
}

.Title {
    color: #9E0B0F;
    font-family: comic sans ms,cursive;
    font-size: 15px;
}

.rightDot {
    border-right: 1px dotted gray;
}
.bottomDot {
    border-bottom: 1px dotted gray;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.topDot {
    border-top: 1px dotted gray;
}
.LightTable {
    border: 1px solid #000000;
    background: #F8F8F8;
    padding: 8px;
    margin-bottom: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.DarkTable {
    border: 1px solid #000000;
    background: #D9D9D9;
    padding: 8px;
    margin-bottom: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.ProjectTable {
    width: 100%;
    border: 1px solid #AAA;
    position: relative;
}
.padded {
    padding: 6px;
}
.ProjectHead {
    background: #4A4A4A;
    font-weight: bold;
    font-size: 14pt;
    color: white;
}
.ProjectBody {
    background: #F1F5F9;
}
.project_pic {
    float: left;
    padding: 10px;
}

.Footer {
    background-image: url('/images/footer.png');
    height: 48px;
    text-align: right;
    padding-right: 20px;
    padding-top: 12px;
}
.CreatedBy {
    float: right;
}
.FooterLinks {
    float: left;
    padding-left: 20px;
}
.Footer a {
    color: black;
    font-weight: bold;
}