@CHARSET "UTF-8";

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

body {
    background: #FFFFFF;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 10pt;
    color: #000000;
}

.fixed_width #wrapper {
    width: 950px;
    margin: 0px auto;
}

.full_width #wrapper {
    width: 100%;
}

#header {
    padding: 5px;
    font-size: 20pt;
    font-weight: bold;
    background-image: url("../images/seal_small.png");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    height: 50px;
    padding-left: 85px;
}

#user_menu {
    min-width: 10px;
    background: #E5EBFF;
    font-size: 10px;
    float: right;
    padding: 2px;
    text-align: right;
}

#user_menu li {
    display: inline;
    padding-left: 5px;
    font-weight: bold;
}

#page_title {
    background: #E5EBFF;
    position: relative;
    float: left;
    margin: -13px 0 0 85px;
    padding: 4px;
    font-size: 14px;
    border: 1px solid #000000;
}

#page_title a {
    color: #000000;
}

#main {
    width: 100%;
    float: left;
    background: #F9F9F9;
}

#parent-content {
    float: left;
    width: 100%;
    margin-right: -210px;
}

#content {
    margin-right: 210px;
    padding: 5px;
    padding-top: 10px;
}

#content li {
    margin-left: 15px;
}

#sidebar {
    background-color: #E5EBFF;
    float: left;
    width: 200px;
    padding: 5px;
    min-height: 100px;
}

#footer {
    text-align: right;
    padding: 5px;
}



#messages {
    margin: 5px 5px 10px 0px;
}

#messages span {
    background-color: #F98100;
    font-weight: bold;
    padding: 3px;
}

div.info {
    margin: 5px 30px 10px 30px;
    padding: 5px;
    text-align: center;
    background-color: #48ADEF;
    font-weight: bold;
}@CHARSET "UTF-8";

.clear {
    clear: both;
    height: 1px;
    overflow: hidden; /* prevent IE expanding the container */
    margin: 0; /* keep flush with surrounding blocks */
}

address {
    display: inline;
}

div.data_not_loaded,div.data_not_found,div.data_error_loading,div.data_loading {
    text-align: center;
    font-style: italic;
}

div.data_not_loaded:after {
    content: "No Data Loaded";
}

div.data_not_found {
    font-weight: bold;
    color: red;
}

div.data_not_found:after {
    content: "No Data Found";
}

div.data_error_loading:after {
    content: "Error Loading Data";
}

div.data_loading:after {
    content: "Loading Data";
}

.hover {
    background-color: #E6E6E6 !important;
}

.row_even {
    background-color: #CCCCCC;
}

#sidebar p {
    padding-bottom: 5px;
}

/* DISPLAY GRID (stupid name I know) */
div.display_grid {

}

div.display_grid>div {
    padding-top: 5px;
}

div.display_grid>div>h4:first-child {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    text-align: right;
    width: 150px;
    font-size: 12px;
}

div.display_grid>div>h4:first-child:after {
    content: ":";
}

div.display_grid>div>h4:first-child+div {
    float: left;
}

/* Two Column forms: Used to style search fields, other forms with two columns, first label then input */

fieldset.two_column {
    border: 1px dashed #000000;
    padding: 3px;
    padding-left: 5px;
    margin-bottom: 5px;
}

fieldset.two_column legend {
    margin-left: 20px;
    background-color: #F9F9F9;
    border: 1px dashed #000000;
    padding: 1px 6px 1px 6px;
    font-style: italic;
}

fieldset.two_column p {
    clear: both;
}

fieldset.two_column label {
    width: 120px;
    float: left;
    font-weight: bold;
}

fieldset.two_column input[type="submit"] {
    margin-left: 120px;
}

fieldset.two_column div.buttons {
    clear: both;
}

fieldset.two_column span.instructions {
    display: inline;
}

fieldset.two_column fieldset.address {
    border: none;
    margin-top: 10px;
}

fieldset.two_column fieldset.address legend {
    border: none;
    background: inherit;
    font-style: normal;
    margin-left: 3px;
    padding: 0;
    font-weight: bold;
}

/* One Column Form: Styles a form with a single column of inputs */
fieldset.one_column {
    border: 1px dashed #000000;
    padding: 3px;
    padding-left: 5px;
    margin-bottom: 5px;
}

fieldset.one_column div.buttons {
    margin-top: 5px;
}

/* Search Results */
table.search_results {
    border: 1px solid #000000;
    border-collapse: collapse;
    width: 100%;
}

table.search_results td {
    border: 1px solid #000000;
    padding: 3px;
}

table.search_results th {
    border: 1px solid #000000;
    padding: 3px;
}
@CHARSET "UTF-8";

/* Cross reference report */
td.links_column {
    text-align: center;
}

table.search_results .test_failure {
    word-wrap: break-word; /* IE>=5.5 */
    white-space: pre; /* IE>=6 */
    white-space: -moz-pre-wrap; /* For Fx<=2 */
    white-space: pre-wrap; /* Fx>3, Opera>8, Safari>3*/
}