﻿#header
{
    background: url('../Images/page-head-bg.gif') repeat-x;
    width: 100%;
    height: 75px;
    padding-bottom: 30px;
    margin-top: -21px;
    position: relative;
    top: 0px;
    left: 0px;
}
#footer
{
    /*background: url(../Images/GridViewHeader.jpg);*/
    background-repeat: repeat-x;
    width: 100%;
    height: 30px;
    padding-top: 20px;
    text-align: center;
    font-size: 0.8em;
    color: Gray;
    font: verdana, sans-serif;
}
#title
{
    color: #086242;
    font-weight: bold;
    font-size: 1.3em;
}
#mainContent
{
    margin: 30px auto;
    background-color: white; /*border: 2px solid black;*/
    width: 830px;
}

#menuContainer
{
    width: 180px;
    text-align: left;
    position: relative;
    z-index: 1;
}

body
{
    background-color: #E0E0E0;
    font: 76% Verdana;
    
}

/*header*/
img#mascot
{
    width: 150px;
    float: right;
    padding: 10px 10px 0px 0px;
}
h1
{
    font-size: 32px;
    color: #303030;
    padding: 3% 0px 0px 12%;
}
table
{
    width: 100%;
    padding-left: 12px;
    padding-right: 10px;
}
table.transList
{
    text-align: center;
}
table tr td
{
    padding: 5px 5px 5px 5px;
    vertical-align: middle; /*text-align:center;*/
}

fieldset
{
    /*height: 250px;*/
    padding: 10px 10px 10px 10px;
    border: 1px solid #8e846b;
    width: auto;
    min-height:115px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

legend
{
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
}

h2
{
    color: #FF9933;
    font-weight: bold;
    font-size: 1.5em;
}

h3
{
    color: #006E25;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}

h4
{
    color: #FF9933;
    font-weight: bold;
    font-size: 1.1 em;
    text-align: left;
    padding: 0;
    margin: 0;
}

input.medium
{
    width: 150px;
}

input.large
{
    width: 225px;
}

select.medium
{
    width: 155px;
}

select.small
{
    width: 105px;
}

.label
{
    width: 155px;
    text-align: right;
}

.field
{
    width: 135px;
    text-align: left;
}

.success
{
    color: Green;
    font-weight: bold;
}

.failed
{
    color: Red;
    font-weight: bold;
}

.fldlarge
{
    width: 150px;
}
.fldDate
{
    width: 150px;
}
.style1
{
    width: 161px;
}
.AGtitle
{
    font-size: 25px;
    font-family: Candara,Arial;
    color: #FFA812;
    font-weight: bold;
}
.error
{
    color: Red;
    font-family: Verdana;
    font-weight: bold;
}
.message
{
    color: Green;
    font-family: Verdana;
    font-weight: bold;
}
.contentHolder
{
}

.results
{
  table-layout:fixed;
}

.results tr td
{
    overflow:hidden;
}

