
strong
{
    /*font-family: Gotham-Bold, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-family: Gotham-Medium, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;*/
    /*color: red;*/
}

.box-info h4
{
    /*font-family: Gotham-Bold, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: Gotham-Medium, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .7em;
    margin-bottom: 0px;
}


.test-contentCourseDesc > *
{
    background-color: rgb();
    border-style: none;
    border-width: 0px;
    border-color: rgb();
}


.hide
{
    display: none;
}

.ltgray
{
    background-color: #F0F0F0;
}

.textwhite
{
    COLOR: #eeeeee;
}

.textbold
{
    /*font-family: 'Gotham-Medium';*/
    /*font-family: 'Gotham-Bold';*/
    /*font-family: 'Gotham-Bold';*/
    font-weight: bold;
}


.text15
{
    font-size: 15px;
}

.text13
{
    /*font-family: 'Gotham-Book';*/
    font-family: 'GothamNarrow-Book';
    font-size: 13px;
    color: #000;
}


.para /* using default fonts for performance reasons */
{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.pagebefore
{
    page-break-before: always;
}

.pageafter
{
    page-break-after: always;
}








/* need to cancel some of CIESA's default designs for previously existing pages*/
.window_main
{
    font-weight: normal;
}

    .window_main a
    {
        text-decoration: none;
    }

    .window_main th a
    {
        text-decoration: none;
    }

        .window_main th a:hover
        {
            text-decoration: underline;
        }

    .window_main td a
    {
        text-decoration: none;
    }

    .window_main table
    {
        border: 0px solid rgb(51,51,51);
        padding: 0px;
        font-weight: normal;
        /*font-family: 'Gotham-Medium';*/
    }

    .window_main td, th
    {
        padding: 2px;
        font-weight: normal;
        font-family: 'Gotham-Book';
    }
    /*.window_main tr:nth-child(odd2)
{
	background: none;
}
.window_main tr:nth-child(even1)
{
	background: none;
}*/

    .window_main label
    {
        padding: 0px;
        /*font-weight: normal;*/
        font-family: 'Gotham-Book';
    }




    .window_main .light
    {
        background-color: white;
    }

    .window_main .dark
    {
        background-color: #18453B;
    }

    .window_main .mistyrose
    {
        background-color: mistyrose;
    }

    .window_main .green
    {
        background-color: #AEBE99;
    }

    .window_main .gray
    {
        background-color: #CCCCCC;
    }

    .window_main .ltgray
    {
        background-color: #F0F0F0;
    }


    .window_main .title
    {
        font-size: 18px;
        COLOR: white;
    }

    .window_main .titlesm
    {
        COLOR: white;
    }

    .window_main .NewSubtitle
    {
        font-size: 16px;
        font-family: 'Gotham-Medium';
        color: #000;
        /*font-family: 'Gotham-Bold';*/
    }

    .window_main .titleon
    {
        font-family: 'Gotham-Medium';
        font-size: 18px;
        COLOR: white;
    }

    .window_main .tablehead2
    {
        font-family: 'Gotham-Medium';
        color: #000;
        /*font-family: 'Gotham-Bold';*/
    }

    .window_main .tableheadg
    {
        font-family: 'Gotham-Medium';
        color: #000;
        /*font-family: 'Gotham-Bold';*/
    }

    .window_main .displaydataheading
    {
        /*font-family: 'Gotham-Medium';*/
        font-family: 'Gotham-Bold';
        color: #000;
    }

    .window_main .tablehead3
    {
        /*font-family: 'Gotham-Medium';*/
        font-family: 'Gotham-Bold';
        font-weight: normal;
        COLOR: #eeeeee;
    }

    .window_main .tablehead
    {
        /*font-family: 'Gotham-Medium';*/
        font-family: 'Gotham-Bold';
        font-weight: normal;
        COLOR: #eeeeee;
        font-size: 14px;
    }


    .window_main .tableheading
    {
        font-family: 'Gotham-Medium';
        /*font-family: 'Gotham-Bold';*/
        font-weight: normal;
        COLOR: #000;
        /*font-size: 14px;*/
    }


    .window_main .displaydataheading
    {
        /*font-family: 'Gotham-Medium';*/
        font-family: 'Gotham-Bold';
        color: #000;
    }

    .window_main .displaydata
    {
        font-family: 'Gotham-Medium';
        color: #000;
    }

    .window_main .tabledata1
    {
        font-family: 'GothamNarrow-Book';
        /*font-family: 'Gotham-Book';*/
        font-size: 14px;
        color: #000;
    }

    .window_main .displaydata1
    {
        font-family: 'GothamNarrow-Book';
        /*font-family: 'Gotham-Book';*/
        font-size: 14px;
        color: #000;
    }

    .window_main .tabledata
    {
        /*font-family: 'Gotham-Book';*/
        font-family: 'GothamNarrow-Book';
        font-size: 13px;
        color: #000;
    }

    .window_main .PrintShow
    {
        display: none;
    }

    .window_main .PrintShow
    {
        display: none;
    }

    .window_main .rederrorheading
    {
        font-size: 16px;
        font-family: 'Gotham-Medium';
        COLOR: Red;
        TEXT-DECORATION: none;
    }

    /*Courses/AP only??*/
    .window_main .listlink
    {
        color: white;
        text-decoration: underline;
    }

    /*This is for tables like dumptable to make the
    IE table come up with light borders. All 3 below are used for the same*/
    .window_main .tableNettable
    {
        border-collapse: collapse;
        border: 1px solid #CCCCCC;
    }


    .window_main .displaydataheadingTable
    {
        font-size: 13px;
        font-weight: bold;
        font-family: 'GothamNarrow-Book';
        COLOR: #000000;
        TEXT-DECORATION: none;
        border: 1px solid #CCCCCC;
    }



    .window_main .tabledata1Table
    {
        font-size: 12px;
        font-family: 'GothamNarrow-Book';
        COLOR: Black;
        font-weight: normal;
        TEXT-DECORATION: none;
        border: 1px solid #CCCCCC;
    }

    .window_main .page
    {
        page-break-after: always;
    }

    .window_main .pagebefore
    {
        page-break-before: always;
    }


@media print
{
    .window_main .PrintShow
    {
        display: inline;
    }

    .window_main .PrintHide
    {
        display: none;
    }
}
/* =============================================================
---------------------------------------------------------------- ##Clear Formatting for Tables and labels
============================================================= */

.ClearPadding
{
    /*font-weight: bold;*/
    min-height: 0px;
    padding: 0px;
    margin: 0px;
}

.ClearTables
{
    font-weight: normal;
    /*font-family: 'Gotham-Book';*/
    /* using default fonts for performance reasons */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


    .ClearTables table
    {
        border: 0px solid rgb(51,51,51);
        padding: 4px;
        font-weight: normal;
        /*font-family: 'Gotham-Book';*/
        /* using default fonts for performance reasons */
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        background: #fff;
    }

    .ClearTables td, th
    {
        padding: 2px;
        font-weight: normal;
        /*font-family: 'Gotham-Book';*/
        /* using default fonts for performance reasons */
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }


    .ClearTables th
    {
        background: #fff;
        color: rgb();
    }

    .ClearTables td a
    {
        text-decoration: none;
    }

    .ClearTables tr:nth-child(odd)
    {
        /*background: #ebebeb;*/
        background: #fff;
    }

    .ClearTables tr:nth-child(even)
    {
        /*background: #ebebeb;*/
        background: #fff;
    }
