﻿select {font-size: 10pt; position: relative; left: 0px; width: 200px; margin: 2px 0 2px 0; height: 21px;}

body {
    font-size: 10pt;
}

a {
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

.printStyle a {
    text-decoration: none;
}


.button {
    color: #000;
    font: 10pt arial,helvetica,sans-serif;
}

ol.olSpacing li {
    padding-top: 3px;
}

.panelBG {
    padding: 3px;
    background: #EAEAEA;
    border: solid 1px #C0C0C0;
    height: 170px;
}

.panelTitle {
    font-size: 10pt;
    font-weight: bold;
}

.legal {
    width: 893px;
    height: 400px;
    overflow: auto;
    margin-top: 3px;
    padding: 3px 3px 3px 3px;
    border: solid 1px #C0C0C0;
}

.faq a {
    text-decoration: underline;
    color: #13689B;
}

    .faq a:hover {
        text-decoration: none;
        color: #13689B;
    }

.bottom3 {
    margin-bottom: 3px;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom8 {
    margin-bottom: 8px;
}

.bottom12 {
    margin-bottom: 12px;
}


.bottom20 {
    margin-bottom: 20px;
}

.top12 {
    margin-top: 12px;
}

.left10 {
    margin-left: 10px;
}

.left20 {
    margin-left: 20px;
}

/* REQUEST INFORMATION */

.requestHeading {
    border: 1px solid #444444;
    padding: 3px;
    font-weight: normal;
    font-size: 12pt;
    color: #FFFFFF;
    background-color: #13689B;
    text-align: center;
}

.requestContent {
    border: 1px solid #444444;
    background-color: #F7F7F7;
    padding: 10px 10px 10px 10px;
    border-top: none;
    height: 120px;
}

.requestButton {
    background-color: #808080;
    border: 1px solid #000;
    color: #FFFFFF;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11pt;
    font-weight: bold;
}

    .requestButton:hover {
        background-color: #969696;
        cursor: pointer;
    }

    .requestButton:active {
        position: relative;
        top: 1px;
        left: 1px;
    }


.requestButton:disabled {
    background-color: #969696;
    border: 1px solid #000;
    color: #C1C1C1;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11pt;
    font-weight: bold;
    cursor: default;
}

#MapLinks a {
    font-weight: bold;
    text-decoration: none;
}

    #MapLinks a:hover {
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer;
    }

#OtherLinks a {
    font-weight: bold;
    text-decoration: none;
}

    #OtherLinks a:hover {
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer;
    }

.link {
    margin-bottom: 10px;
}

    .link a {
        text-decoration: none;
        color: #13689B;
    }

        .link a:hover {
            text-decoration: underline;
            color: #13689B;
        }

.topLinks a {
    text-decoration: none;
}

    .topLinks a:hover {
        text-decoration: underline;
    }

.iconQuestion {
    background: url(../Images/question.png) no-repeat left top;
    display: inline;
    padding-left: 20px;
    height:16px;
}

.iconCalculator {
    background: url(../Images/calculator.png) no-repeat left top;
    display: inline;
    padding-left: 20px;
    height:16px;
}

.iconForm {
    background: url(../Images/form.png) no-repeat left top;
    display: inline;
    padding-left: 20px;
    height:16px;
}

.iconMap {
    background: url(../Images/mapmarker.png) no-repeat left top;
    display: inline;
    padding-left: 20px;
    height:16px;
}

.iconBlank {
    display: inline;
    padding-left: 20px;
    height:16px;
}

.floatLeft {
    position: relative; 
    float: left;
}

.floatRight {
    position: relative; 
    float: right;
}

.clear {
    clear: both;
}

.formSubHeading {
    font-weight: normal;
    font-size: 14pt;
}

.modalBackground{background-color: #000000; filter: alpha(opacity=70); opacity: 0.7;}

.panelHeading
{
    border: 1px solid #333333;
    border-bottom: none;
    background-color: #006699;
    padding: 5px;
    color: #FFFFFF;
}

.panelBody
{
    background-color: #FFFFFF;
    border: 1px solid #333333;
    padding: 5px;
}

#tabContentContainer {
    border: 1px solid #000;
    background-color: #F7F7F7;
    position: relative;
}

.tab {
    background-color: #006699;
    border: 1px solid #000;
    color: #FFFFFF;
    height: 23px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11pt;
    font-weight: bold;
    margin-right: 4px;
    width: 180px;
    text-align: center;
    padding-top: 8px;
    position: relative;
    top: 1px;
    z-index: 1;
}

    .tab:hover {
        background-color: #F7F7F7;
        color: #000;
        cursor: pointer;
    }


.tabSelected {
    background-color: #F7F7F7;
    border: 1px solid #000;
    border-bottom: none;
    color: #000;
    height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11pt;
    font-weight: bold;
    margin-right: 4px;
    width: 180px;
    text-align: center;
    padding-top: 8px;
    position: relative;
    top: 1px;
    z-index: 9999;
}