#site_content {
    width: 837px;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 20px 24px 20px 37px;
    background: #FFF url(/content/themes/blue/images/content.png) repeat-y;
}

/*.sidebar
{
    float: left;
    width: 190px;
    padding: 0 15px 20px 15px;
}
*/

#content {
    text-align: left;
    width: 595px;
    padding-left: 240px;
}

/* Tabs code */

#wrapper {
    width: 840px;
    margin: 10px auto 0;
}

    #wrapper h1 {
        color: #FFF;
        text-align: center;
        margin-bottom: 10px;
    }

/*
#wrapper a
{
    /*display: block;     font-size: 1.2em;
    padding-top: 5px;
    color: darkslateblue;
    text-decoration: none;
    text-align: center;
}
*/

#tabContainer {
    width: 560px;
    padding: 6px 15px 15px 15px;
    background-color: #EFF6FF;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    #tabContainer .tabs {
        height: 31px;
    }

        #tabContainer .tabs > ul {
            font: 1em;
            list-style: none;
        }

            #tabContainer .tabs > ul > li {
                font-weight: bold;
                margin: 0 2px 0 0;
                padding: 6px 10px;
                display: block;
                float: left;
                color: #FFF;
                -webkit-user-select: none;
                -moz-user-select: none;
                user-select: none;
                -moz-border-radius-topleft: 4px;
                -moz-border-radius-topright: 4px;
                -moz-border-radius-bottomright: 0px;
                -moz-border-radius-bottomleft: 0px;
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
                border-bottom-right-radius: 0px;
                border-bottom-left-radius: 0px;
                background: #257AB6; /* old browsers */
                background: -moz-linear-gradient(top, #0C91EC 0%, #257AB6 100%); /* firefox */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0C91EC), color-stop(100%,#257AB6)); /* webkit */
            }

                #tabContainer .tabs > ul > li:hover {
                    background: #FFFFFF; /* old browsers */
                    background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
                    cursor: pointer;
                    color: #333;
                }

                #tabContainer .tabs > ul > li.tabActiveHeader {
                    background: #FFFFFF; /* old browsers */
                    background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
                    cursor: pointer;
                    color: #333;
                }

    #tabContainer .tabscontent {
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 0px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        padding: 10px 10px 25px;
        background: #FFFFFF; /* old browsers */
        background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 90%, #e4e9ed 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(90%,#FFFFFF), color-stop(100%,#e4e9ed)); /* webkit */
        margin: 0;
        color: #333;
    }

/* sidebar style */
#sidebar2 {
    /*margin-left: 528px;
    background-image: url(/images/sidebarbg2.jpg);*/
    background-repeat: repeat-y;
    background-position: left;
    margin-left: -10px;
    float: left;
    width: 200px; /*padding: 0 15px 20px 15px; */
}

    #sidebar2 .sidebartop {
        /*background-image: url(/images/sidebarbg1.jpg);*/
        background-repeat: no-repeat;
        background-position: left;
        display: block;
        height: 35px;
        padding-right: 15px;
    }

    #sidebar2 .sidebarbottom {
        /*background-image: url(/images/sidebarbg3.jpg);*/
        background-repeat: no-repeat;
        background-position: left;
        height: 56px;
        display: block;
        padding-left: 10px;
    }

    #sidebar2 .sidebarmain {
        padding-top: 10px;
        padding-right: 5px;
        padding-bottom: 5px;
    }

        #sidebar2 .sidebarmain li {
            display: block; /*padding-top: 2px;     padding-right: 2px;     padding-left: 5px;     padding-bottom: 2px;*/
            border-bottom-width: 1px;
            border-bottom-style: dashed;
            border-bottom-color: #a0a0a0;
            margin: 0 0 6px 0;
            padding: 0 0 4px 5px;
        }

        #sidebar2 .sidebarmain .submenu {
            display: block; /*height: 16px; */
            font-size: 95%;
            padding-left: 10px;
            margin-left: 10px;
        }

        #sidebar2 .sidebarmain a {
            display: block; /*height: 20px;*/
            padding-top: 2px;
            padding-bottom: 2px;
            padding-left: 5px;
            color: #999999;
            text-decoration: none;
        }

        #sidebar2 .sidebarmain .submenu a {
            display: table;
            width: 100%; /*     padding-top: 2px;     padding-right: 2px;     padding-left: 5px;     padding-bottom: 2px; */
            color: #505050;
            text-decoration: none;
        }

        #sidebar2 .sidebarmain .submenu .selected {
            display: table;
            width: 100%; /*     padding-top: 2px;     padding-right: 2px;     padding-left: 5px;     padding-bottom: 2px;     */
            color: #505050;
            text-decoration: none;
        }

        #sidebar2 .sidebarmain .submenu a:visited, active {
            display: block; /*height: 16px;     padding-top: 2px;     padding-right: 2px;     padding-left: 5px;     */
            color: black;
            text-decoration: none;
        }

        #sidebar2 .sidebarmain .submenu a:hover {
            display: table; /*padding-top: 2px;     padding-right: 2px;     padding-left: 5px;     */
            color: #666666;
            text-decoration: none;
            background-color: #ADDDF5;
        }

        #sidebar2 .sidebarmain ul {
            list-style-type: none;
            margin-bottom: 15px;
            padding-bottom: 2px;
        }

        #sidebar2 .sidebarmain a:visited, active {
            display: block; /*height: 20px;     padding-top: 2px;     padding-right: 5px;     padding-left: 5px;     */
            color: #999999;
            text-decoration: none;
        }

        #sidebar2 .sidebarmain a:hover {
            display: block; /*height: 20px;     padding-top: 2px;     padding-right: 5px;     padding-left: 5px;     */
            color: #666666;
            text-decoration: none;
            background-color: #DFDFDF;
        }