﻿/*General CSS*/
.float
{
    float: left;
	width: 134px;
}

#ContentWrapper
{
    margin-left: 0px;
    margin-right: 0px;
    max-width: none;
}

body
{
    background-color: white;
}

#PageBody
{
    background-image: none !important;
    top: 88px;
    left: 0px;
    right: 0px;
    padding: 0px;
}

#footer
{
   position:absolute;
   display:inline-block;
   bottom: 0px;
   min-height: 0;
}

#Content
{
    background-color: transparent;
    margin-bottom: 0px;
}

#BlueTopNavBar
{
    min-height: 88px;
}

.floatRight
{
    float: right;
}

.floatClear
{
    clear: both;
}


/*Info CSS*/
#informationSwitch
{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1em;
    width: 16em;
    height: 1.1em;
    background-color: #86c8bc;
    border: 1px solid;
    border-bottom-right-radius: 13px;
    border-top-right-radius: 3px;
    border-color: #bbbbbb;
    padding: 5px;
}

#information.shown
{
    background-color: #cfe9e5;
    border: 1px solid;
    border-color: #999999;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0.5em;
}

/*Search CSS*/
#search
{
    margin: auto;
}

.inlineBlock
{
    display: inline-block;
    min-height: 50px;
}

.searchDiv
{
    font-size: medium;
    width: 200px;
    padding: 5px;
	margin-top: 0px;
}

.searchRadioDiv
{
    width: 150px;
    padding: 5px;
}

.goDiv
{
    width: 50px;
    padding: 5px;
}

.csvDiv
{
    width: 150px;
    padding: 5px;
}

.goButton
{
    border: 1px solid;
    border-color: #88b588;
    background-color: #22884c;
    border-radius: 5px;
    color: white;
    padding: 5px;
}

    .goButton:hover
    {
        text-decoration: none;
        cursor: pointer;
    }

.csvButton
{
    border: 1px solid;
    border-color: #b5b588;
    background-color: #b9bc20;
    border-radius: 5px;
    color: white;
    padding: 5px;
}

    .csvButton:hover
    {
        text-decoration: none;
        cursor: pointer;
    }

/*Paging CSS*/
#divPager ul
{
    border: 0;
    margin: 0;
    padding: 0;
    float: left;
}

#divPager li
{
    margin: 0;
    padding: 0;
    font-size: 11px;
    list-style: none;
    border: solid 1px #DEDEDE;
    margin-right: 2px;
}

div#divPager a
{
    text-decoration: none;
}

#divPager .activePage, #divPager .activePage a
{
    color: #000000;
    font-weight: bold;
    display: block;
    float: left;
    text-decoration: none;
    cursor: pointer;
}

#divPager .activePage
{
    padding: 4px 6px;
}

#divPager a:link, #divPager a:visited, #divPager li
{
    color: #0033CC;
    display: block;
    float: left;
    padding: 3px 6px;
    text-decoration: none;
    cursor: pointer;
}

#divPager a:hover
{
    text-decoration: none;
    cursor: pointer;
}

#divGridWrapper {
    border: 1px solid black;
}
