div {
    /* outline: solid 1px black; */
    font-family: arial;
}
#WRIMGMain {
    width:900px;
    height:600px;
    margin:0 auto;
    /* background-color: #ffe; */
}
#Logo {
    width:100px;
    height:100px;
    /* background: red; */
    float: left;
}
#Header {
    width:700px;
    height:125px;
    /* background: yellow; */
    float: left;
}
#Logout {
    width: 100px;
    height: 100px;
    /* background: red; */
    float: left;
}
#BrowseAndUpload {
    height:100px;
    width:155px;
    /* background: green; */
    float: left;
}
#StatusMessages {
    height:100px;
    width:745px;
    /* background: cyan; */
    float:left;
}
#Spacer {
    height: 10px;
    width: 900px;
    float: left;
}
#FileListOuter {
    height:400px;
    width:900px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    /* background: magenta; */
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;
}
#FileListInner {
    margin: 0px;
}
#StatusHeader {
    font-family: arial;
    height: 15px;
}
#StatusBoxOuter {
    width: 745px;
    height: 83px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    overflow-y: scroll;
    font-size: smaller;
}
#StatusBoxInner {
    margin-top: 7px;
    margin-bottom: 7px;
    /* font-size: smaller !important; */
}
#HeaderRow {
    background-color: #999;
}
div.LogGood {
    color: rgb(0,200,0);
}
div.LogError {
    color: red;
}
div.LogNormal {
    color: black;
}
div.UserPassDiv {
    font-size: smaller;
}
input.UsernamePassword {
    width: 90px;
}
/* 
#FileListHeader {
    background-color: #999;
    height: 15px;
}
*/
img.LogoImage {
    height: 100px;
    width: 100px;
}
img.TitleImage {
    height: 100px;
}
img.LogoutButton {
    width: 100px;
}
img.BrowseButton {
    height: 48px;
}
img.UploadButton {
    height: 48px;
}
table.FileListTable {
    height:400px;
    width:900px;
    font-size: smaller;
}
tr.HeaderRow {
    background-color: #bbb;
    height: 30px;
}
tr.OddRow {
    background-color: #fff;
    color: black;
    height: 30px;
}
tr.EvenRow {
    background-color: #eee;
    color: black;
    height: 30px;
}
tr.OddRow_red {
    background-color: #fee;
    height: 30px;
}
tr.EvenRow_red {
    background-color: #edd;
    height: 30px;
}
tr.OddRow_yellow{
    background-color: #ffd;
    height: 30px;
}
tr.EvenRow_yellow {
    background-color: #eec;
    height: 30px;
}
td {
    border-right: 1px solid black;
}