﻿body {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    color: #4D4E53;
    width: 969px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-size: xx-large;
    color: #E23338;
    border-bottom: solid 3px #E23338;
    margin-top: 15px;
    padding-bottom: 20px;
}

h1 a:link { text-decoration: none; color: #E23338; }
h1 a:visited { text-decoration: none; color: #E23338; }
h1 a:active { text-decoration: none; color: #E23338; }
h1 a:hover { text-decoration: underline; color: #E23338; }

#header {
    width: 969px;
    position: relative;
}

#header #print {
    position: absolute;
    top: 100px;
    right: 0px;
    font-weight: bold;
    color: white;
    line-height: 1.5em;
    padding-top: 20px;
}

/* Firefox hack remove underline from image link */
#header #print a img {
    border: none;
    vertical-align: middle;
}

#content {
    /*float: left;*/
}

#filters {
    margin-top: 15px;
    padding-bottom: 20px;
}

#filterBox {
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5; 
    padding: 20px;
    font-weight: bold;
}

#filterBox .subHeader {
    font-weight: normal;
    font-size: 12px;
}

.gridHeader {
    background : transparent url('../images/grid_header_bg.png') repeat-x;
    font-size: 16px;
    padding: 5px;
}

.gridRowAlt {
    background-color: #EFEFEF;
}

.genericGrid
{
    width:100%;
}

.gridRow {
    background : transparent url("~/images/grid_row_bg.png") repeat-x;
}

.gridHeader a:link { text-decoration: none; color: White; }
.gridHeader a:visited { text-decoration: none; color: White; }
.gridHeader a:active { text-decoration: none; color: White; }
.gridHeader a:hover { text-decoration: none; color: White; }

a:link { text-decoration: underline; color: #29537c; }
a:visited { text-decoration: underline; color: #29537c; }
a:active { text-decoration: underline; color: #29537c; }
a:hover { text-decoration: underline; color: #E23338; }

#footer {
    border-top: solid 3px #E23338;
    padding-top: 10px;
    line-height: 20px;
    height: 50px;
    color: #A8B1B7;
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
    width: 100%;
}

#footer ul {
    margin: 0; 
}

#footer ul li {
    display: inline;
}

#footer a:link  { text-decoration: none; color: #7F7F7F; }
#footer a:visited {text-decoration: none; color: #7F7F7F; }
#footer a:active { text-decoration: none; color: #7F7F7F; }
#footer a:hover { text-decoration: underline; color: #7F7F7F; }
    
.submitButton
{
    font-size: 16px;
    padding: 15px;
    font-weight: normal;
    width: 200px;
}

.clearButton
{
    font-size: 12px;
    font-weight: normal;
}