﻿body {
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
}

div.release {
    margin: 16px 0 10px 0;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    color: #4f2d7f;
    text-align: center;
    width: 800px;
}

h2 {
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
    color: #4f2d7f;
}

h3 {
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
    color: #4f2d7f;
}

p {
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
}

#tblOuter {
    width: 800px;
}

#tblInner {font-family: arial;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    padding: 0; margin: 5px 40px 5px 40px;
    width: 800px;
    border-left: solid 1px #4f2d7f;
    border-top: solid 1px #4f2d7f;
}

.release {
    width: 800px;
}

#tblInner th {
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    color: #cc0033;
    background-color: #e7e7e7;
    padding: 6px;
    margin: 0;
    width: 200px;
    border-bottom: solid 1px #4f2d7f;
    border-right: solid 1px #4f2d7f;
}

#tblInner th.even {
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    color: #cc0033;
    background-color: #f7f7f7;
    padding: 6px;
    margin: 0;
    width: 200px;
    border-bottom: solid 1px #4f2d7f;
    border-right: solid 1px #4f2d7f;
}

#tblInner td {
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
    color: #4f2d7f;
    background-color: #e7e7e7;
    padding: 6px;
    margin: 0;
    border-bottom: solid 1px #4f2d7f;
    border-right: solid 1px #4f2d7f;
}

#tblInner td.even {
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    background-color: #f7f7f7;
    padding: 6px;
    margin: 0;
    border-bottom: solid 1px #4f2d7f;
    border-right: solid 1px #4f2d7f;
}

#ListSearchableFields ul,
#ListRecentChangeReports ul {
    margin: 10px 0 10px 0;
    padding: 0 10px 5px 0;
}

#ListSearchableFields li,
#ListRecentChangeReports li {
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    background-image: none;
    list-style-type: disc;
    list-style-image: none;
    list-style-position: inside;
    padding: 0 15px 2px 10px;
    margin: 0;
}

img {padding: 0;
    margin: 5px 40px 5px 40px;
    border: solid 1px #4f2d7f;
}
