/*Hide URLs when printing stop PDF input Chrome*/
@media print {
    a:after {
        content: '';
    }

    a[href]:after {
        content: none !important;
    }
}

acronym, acronym[title]
{
    border: none !important;
    text-decoration: none !important;
}

span.SectionCurrent {
    background-color: #ffffff;
    color: #ff33ff;
    font-weight: bold;
    margin: 1px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

    span.SectionCurrent a {
        color: #ff33ff;
    }

span.SectionItem {
    color: #ffffff;
    /*font-weight: bold;*/
    margin: 1px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

    span.SectionItem a {
        color: #ffffff;
    }

table.RadioButtonList label {
    display: inline;
    font-weight: normal;
    margin: 0 15px 0 5px;
}

table.CheckBoxList label {
    display: inline;
    font-weight: normal;
    margin: 0 15px 0 5px;
}

div.TreeView input {
    margin-right: 5px;
}

table.Sections                                        /* Header table */
{
	background-color: #006699;
	border: 1px solid #000000;
	text-align: center;
	width: 744px;
}

table.Sections a
{
    text-decoration: none;
}

table.Pages                                         /* Pages table (menu off to the left) */
{
    border: 1px solid #000000;
    font-weight: bold;
}

table.Pages a
{
    text-decoration: none;
}

td.Banner                                        /* Banner table */
{
	background-color: #006699;
}

td.PageCurrent {
    background-color: #ffffff;
    border-top: 1px solid #000000;
    color: #ff33ff;
    padding: 5px;
    white-space: nowrap;
}

    td.PageCurrent a
    {
        color: #ff33ff;
    }

td.PageItem {
    background-color: #66ccff;
    border-top: 1px solid #000000;
    padding: 5px;
    white-space: nowrap;
}

    td.PageItem a {
        color: #ffffff;
    }

td.SectionsLeft {
    color: #ffffff;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

td.SectionsRight
{
    color: #ffffff;
    padding: 5px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}

td.TableHeader {
    background-color: #006699;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
}

tr.TableHeader
{
    background-color: #006699;
    color: White;
    font-weight: bold;
    text-align: center;
}