﻿html{
    height:100%;
}

body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    background-image: url("../images/rt_white_slate_background.jpg");
}

#content {
    width: 50%;
    position: absolute;
    left: 25%;
}

#headerBar {
    width: 100%;
    line-height: 46px;
    background-color: #222222;
}

#headerBar img{
    margin-left: 15px;
    margin-top: -22px;

}

.tableParent{
    text-align:center;
}

.rtTable{
    width: 98%;
    border-radius:3px;
    background-color:#bbbbbb;
    text-align:left;
}

.rtTable tr
{
    width:100%;
}

td{
    width:13%;    
}

.field{
    width:30%;
}

.rtHeading{
    border:0px;
    border-bottom:1px;
    border-color:black;
    border-style:solid;
    margin-top:5px;
    background:white;
}

#commentsSection {
    text-align: center;
    width: 98%;
    border-radius: 5px;
    background-color: #bbbbbb;
}

.separator {
    width:100%;
    height:1px;
    background-color:#888888;
    margin:5px;
}

h1{
    font-weight:normal;
    font-size:26px;
    padding:0px;
    margin:8px;
    text-align:center;
}

h3 {
    text-align: center;
    font-weight: normal;
    font-size:14px;
}

.textBox {
    width:80%;
}

#submitButton {
    text-align: center;
}

#submitBtn {
    display:inline;
    width:20%;
    font-weight:bold;
    background-color:#a10a13;
    color:white;
    font-size:16px;
    border-radius:7px;
}

#NoFilesLabel {
    color: #a10a13;
}

#attachments {
    text-align:center;
}

#newFormBtn {
    display: inline;
    width: 20%;
    font-weight: bold;
    background-color: #a10a13;
    color: white;
    font-size: 16px;
    border-radius: 7px;
}

#submittedForm{
    text-align:center;
}
