﻿h2 {
    color: #304153;
    font-family: Century Schoolbook;
    font-size: 22px;
}

a{
    color: #606060;
	font-family:  arial, sans-serif;
}

li{
    color: #606060;
	font-family:  arial, sans-serif;
	margin-left: 20px;
}

.questionList
{
    color: #606060;
	font-family:  arial, sans-serif;
	font-size: 18px;
	margin-left: 20px;	
}

.backLink
{
	color: #9d7e47;
}

.HelpOutline {
    min-height: 470px;
    margin-bottom: 20px;
}

.PageHeader {
    font-size: 17pt;
    float: left;
    width: 23%;
}

.LeftBar {
    float: left;
    height: 100%;
    width: 152px;
    padding-bottom: 25px;
    padding-left: 7px;
}

    .LeftBar ul {
        margin: 0;
        padding: 0 0 0 2px;
    }

    .LeftBar li {
        list-style-type: none;
        margin: 5px 0px;
    }

    .LeftBar a {
        color: black;
        font-weight: normal;
    }

.IndexList li {
    margin: 5px 0 5px -2px;
    color: #606060;
	font-family:  arial, sans-serif;
}


.ItemHeaders {
    color: #304153;
    font-weight: bold;
    font-family: Century Schoolbook;
    border-bottom: solid 1px #e4e4e4;
    width: 160px;
    font-size: 22px;
    margin: 20px 0px 5px;
}

    .ItemHeaders a {
        color: black;
    }

.HelpContent {
    float: left;
    width: 75%;
    margin-left: 10px;
    padding: 15px 5px 15px 10px;
}

    .HelpContent a {
        font-weight: normal;
        color: black;
    }

.helpPageLinks {
    float: right;
}


.SearchBar {
    width: 100%;
    margin: 0;
}


.contactUs {
    vertical-align: text-top;
    color: #333333;
    font-size: 0.9em;
}

    .contactUs span {
        display: block;
        padding: 4px 0;
        font-family: Roboto Slab;
        font-size: 16px;
    }


.HelpView {
    padding-top: 35px;
    height: 390px;
    overflow: auto;
}


.PrintButton {
    text-decoration: none;
}


.Question {
    font-size: 24px;
    font-weight: bold;
    color: #304153;
	font-family: Century Schoolbook;
    /*text-decoration: underline;*/
}


.HelpResultBar {
    width: 570px;
    height: 50px;
    padding: 5px;
    background-color: #F5F9FF;
    border: solid 1px #C2C2C2
}


    .HelpResultBar:hover {
        background-color: #EFF3FF;
    }


.HelpResultDescription {
    color: #333333;
    margin-top: 5px;
    height: 28px;
    overflow: hidden;
}


.IndexAlphaBar {
    width: 98%;
    text-align: center;
    padding: 2px 0 2px 0;
    margin: 0px auto 10px auto;
    border: 1px solid #C2C2C2;
    background-color: #F5F9FF;
}


    .IndexAlphaBar ul {
        margin: 0;
    }


    .IndexAlphaBar li {
        padding-left: 5px;
        padding-right: 5px;
        display: inline;
    }


.SearchBox {
    /*padding:0 0 0 180px;*/
}


.SearchBtn {
    padding: 5px;
    color: #ffffff;
    cursor: pointer;
}


.SearchBox input:focus {
    background-color: #fff;
}


.SearchBox label {
    vertical-align: middle;
    padding: 2px;
    padding-left: 4px;
    font-size: 1.5em;
}


.SearchInput {
    font-size: 16px;
    padding: 3px 2px 2px 2px;
    color: #8A8A8A;
    border: 1px solid #9F9F9F;
    height: 20px;
    vertical-align: middle;
    border-right: none;
}

.SearchBox a {
    vertical-align: middle;
    margin-left: -5px;
}

.SearchResults {
    margin-top: 20px;
    margin-top: 3px;
    height: 400px;
    overflow: visible;
}


.SearchStats {
    float: right;
    width: 10%;
}
