media print {
    #header, #nav, .noprint, #headermenu, #loginbox, #bannerbox, #themeselector, #footer, #leftcol, #rightcol, #breadcrumb {
        display: none;
    }

    #container, #container2, #content, #header2, #footer, #centercol {
        width: 100%;
        margin: 0;
        float: none;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media screen {
    .cbox {
        border: solid 1px #444;
    }

    .notebox {
        margin-left: 4px;
    }

    .content {
        font-family: "Lucida Grande";
        color: #000;
        font-size: 12px;
    }

    .content-link {
        font-family: "Lucida Grande";
        color: #938460;
        font-size: 12px;
    }

    .content2 {
        font-family: "Lucida Grande";
        color: #000;
        font-size: 10px;
    }

    .content2-link {
        font-family: "Lucida Grande";
        color: #938460;
        font-size: 10px;
        font-weight: bold;
    }

    .content3 {
        font-family: "Lucida Grande";
        color: #E62529;
        font-size: 10px;
    }

    .content4 {
        font-family: "Lucida Grande";
        color: #FFF;
        font-size: 10px;
    }

    .content5 {
        font-family: "Lucida Grande";
        color: #717170;
        font-size: 10px;
    }


    .header {
        font-family: Oswald, sans-serif;
        font-weight: 400;
        color: #938460;
        font-size: 20px;
    }

    .header2 {
        font-family: Oswald, sans-serif;
        font-weight: 300;
        color: #938460;
        font-size: 16px;
    }

    .header3 {
        font-family: Oswald, sans-serif;
        font-weight: 400;
        color: #000;
        font-size: 12px;
    }

    .header4 {
        font-family: Oswald, sans-serif;
        font-weight: 400;
        color: #938460;
        font-size: 16px;
    }

    .noteboxcontent {
        background-color: #FFFF91;
        width: 178px;
        margin: 0px 0px 0px 9px;
        padding: 4px 6px 4px 10px;
        font-weight: bold;
        font-family: Comic Sans MS, Verdana;
        border-left: 1px solid #ddd;
    }

    .li {
        margin-top: 3px;
    }

    .noteboxbottom {
        margin-left: 7px;
    }

    .collapse {
        visibility: collapse;
        display: none;
    }

    .invisible {
        visibility: hidden;
    }

    .tfstorage {
        border: solid 1px #444;
        background-color: Orange;
        font-size: 7pt;
        font-weight: bold;
    }

    .exportzr {
        border: solid 1px #444;
        background-color: #EFDBBD;
        font-size: 7pt;
        font-weight: bold;
    }

    .localgst {
        border: solid 1px #444;
        background-color: White;
        font-size: 7pt;
        font-weight: bold;
        border-right: solid 1px #444444;
    }



    .btn-red {
        -moz-box-shadow: inset 0px 1px 0px 0px #c2b7a1;
        -webkit-box-shadow: inset 0px 1px 0px 0px #;
        box-shadow: inset 0px 1px 0px 0px #;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC3300', endColorstr='#993300');
        background-color: #CC3300;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #b3a993;
        display: inline-block;
        color: #ffffff;
        font-family: Oswald, sans-serif;
        font-size: 10px;
        font-weight: 400;
        padding: 3px 8px;
        text-decoration: none;
    }

        .btn-red:hover {
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #938460), color-stop(1, #c4b89f) );
            background: -moz-linear-gradient( center top, #938460 5%, #c4b89f 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#938460', endColorstr='#c4b89f');
            background-color: #CC3300;
        }

        .btn-red:active {
            position: relative;
            top: 1px;
        }

    .btn-grey {
        -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow: inset 0px 1px 0px 0px #;
        box-shadow: inset 0px 1px 0px 0px #;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
        background-color: #ededed;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #dcdcdc;
        display: inline-block;
        color: #717170;
        font-family: Oswald, sans-serif;
        font-size: 10px;
        font-weight: 400;
        padding: 3px 8px;
        text-decoration: none;
    }

        .btn-grey:hover {
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
            background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
            background-color: #dfdfdf;
        }

        .btn-grey:active {
            position: relative;
            top: 1px;
        }

    .btn-green {
        -moz-box-shadow: inset 0px 1px 0px 0px #63ba54;
        -webkit-box-shadow: inset 0px 1px 0px 0px #63ba54;
        box-shadow: inset 0px 1px 0px 0px #63ba54;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da863', endColorstr='#268a16');
        background-color: #6da863;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #268a16;
        display: inline-block;
        color: #ffffff;
        font-family: Oswald, sans-serif;
        font-size: 10px;
        font-weight: 400;
        padding: 3px 8px;
        text-decoration: none;
    }

        .btn-green:hover {
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #268a16), color-stop(1, #6da863) );
            background: -moz-linear-gradient( center top, #268a16 5%, #6da863 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#268a16', endColorstr='#6da863');
            background-color: #268a16;
        }

        .btn-green:active {
            position: relative;
            top: 1px;
        }


    .LinkCell {
        color: Black;
        font-style: normal;
        text-decoration: none;
        display: block;
        height: 100%;
        width: 100%;
    }

    .borderTable {
        border: solid 1px #ddd;
    }

    .tbdis {
        border: dashed 1px #444;
        margin: 1px 1px;
        background: #dddddd;
        color: #444;
    }

    .balloonstyle {
        position: absolute;
        top: -500px;
        visibility: hidden;
        line-height: 18px;
        z-index: 100;
        background-color: white;
        width: 400px;
        background-repeat: no-repeat;
        background-image: url(images/hlp.gif);
        background-position: left top;
        background-color: #FFFFFF;
        font-size: 9pt;
        color: #444;
        border: solid 1px #999999;
        padding: 3px 3px 3px 18px;
    }

    .tb {
        border: dashed 1px #444;
        margin: 1px 1px;
    }

    .arrow {
        border-width: 0px;
        float: left;
        margin-left: 3px;
        margin-right: 3px;
    }

    .link {
        color: Blue;
        text-decoration: 'underline';
    }

    h1 {
        font-size: 14pt;
        font-weight: bold;
    }

    h2 {
        font-size: 10pt;
        font-weight: bold;
    }

    h1, h2, h3, h4 {
        margin: 0.3em 0;
        padding: 0;
        white-space: nowrap;
    }

    body {
        margin: 0px;
        font-family: Arial, Serif;
        font-size: 12px;
        background-color: white;
        min-width: 1098px;
        position: relative;
    }

    ul {
        margin-top: 3px;
        padding-top: 0;
    }

    td {
        vertical-align: top;
    }

        td.fieldname {
            text-align: right;
            font-size: 10px;
            font-weight: bold;
        }

    hr {
        color: #444;
    }

    .GreyedOut {
        background-color: #cccccc;
    }

    .Purchase {
        background-color: #999999;
        color: #FFFFFF;
    }

    .ParcelTrs {
        background-color: #666666;
        color: #FFFFFF;
    }

    .SBTableHeader {
        border-color: rgb(68, 68, 68);
        margin: 4px;
        padding: 4px;
        color: white;
        font-weight: bold;
        font-size: large;
        background-color: rgb(68, 68, 68);
    }

    .SBTableRow {
        padding: 8px;
    }

    .SBTableRowHover {
        padding: 8px;
    }

        .SBTableRowHover:hover {
            padding: 8px;
            color: #111;
            background-color: #e6e6e6;
        }



    #container {
        background-color: white;
    }

    #container2 {
        margin-right: 200px;
        background-color: white;
    }

    #logo {
        position: relative;
        top: 0px;
        left: 0px;
        margin-top: 20px;
    }

    #header {
        padding: 0px;
        margin: 0px;
        width: 100%;
        height: 115px;
        background-image: url(images/HeaderSlice2_black.png);
    }

    #header2 {
        background-color: Transparent;
        height: 85px;
        padding: 0px;
        margin-top: 0px;
        background: url(images/SBNEWLOGO_black.png) no-repeat top left;
    }

    #headermenu {
        background-color: Transparent;
        position: relative;
        top: 77px;
        left: 250px;
        height: 21px;
        width: 624px;
    }

    .headermenucontent {
    }

    #breadcrumb {
        color: Black;
        padding: 0px;
        font-size: 1px;
        padding-left: 5px;
        height: 1px;
        margin-top: 0px;
        vertical-align: top;
    }

        #breadcrumb a {
            text-decoration: underline;
        }

    #footermenu {
        text-align: center;
        padding-top: 10px;
    }

    #footertext {
        text-align: center;
        padding-top: 3px;
    }

    #bannerbox {
        border: dashed 2px #c35308;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 5px;
        text-align: center;
        background-color: #e1e1e1;
    }

        #bannerbox a {
            font-size: 10px;
            text-decoration: none;
            color: black;
        }

    #loginbox {
        vertical-align: middle;
        position: absolute;
        top: 2px;
        right: 10px;
        width: 250px;
        color: White;
        font-size: 10px;
        font-weight: bold;
    }

        #loginbox a {
            color: #cc0110;
        }

        #loginbox input {
            color: red;
            border-color: red;
            font-size: 10px;
        }

    #themeselector {
        visibility: hidden;
    }

        #themeselector select {
            color: black;
            background-color: #e1e1e1;
            font-size: 10px;
        }

    #welcomebox {
        font-size: 13px;
        font-weight: bold;
        text-align: right;
    }

    #footer {
        padding: 0px;
        margin: 0px;
        width: 100%;
        height: 62px;
        background-image: url(images/FooterSlice.gif);
        visibility: hidden;
    }

    /*
    #leftcol {
        position: absolute;
        top: 111px;
        left: 0px;
        width: 200px;
        background-color: white;
        font-size: 12px;
        Color: #444;
    }

        #leftcol div.text {
            padding: 6px 6px 6px 6px;
            text-align: justify;
        }

        #leftcol div.alternatetext {
            padding: 0px 6px 6px 6px;
            background-color: #e1e1e1;
            text-align: justify;
        }

        #leftcol div.sectiontitle, #leftcol .sectiontitle span {
            padding: 6px 6px 6px 3px;
            background-color: #DFDFDF;
            color: #F8F8F8;
            font-size: 12px;
            font-weight: bolder;
            font-family: Verdana;
            text-transform: uppercase;
            margin: 0px 0px 0px 0px;
            border: solid px1 A2A2A2;
            background-image: url(images/boxHeader.png);
        }

        #leftcol div.sectionsubtitle, #leftcol .sectionsubtitle span {
            border-collapse: collapse;
            font-size: 11px;
            font-weight: bold;
            margin: 0px 0px 0px 0px;
            border: solid px1 A2A2A2;
        }

    #rightcol a {
        color: blue;
    }*/

    #centercol {
        min-width: 698px;
        position: relative;
        margin-left: 20px;
        padding: 0px;
        background-color: white;
    }

    #centercolcontent {
        padding: 4px 6px 15px 6px;
    }

        #centercolcontent div.sectiontitle, #centercolcontent .sectiontitle span {
            font-weight: bold;
            font-size: larger;
            text-transform: uppercase;
        }

        #centercolcontent div.sectionsubtitle {
            font-weight: bold;
            padding-bottom: 4px;
        }

    /*
    #rightcol {
        position: absolute;
        top: 111px;
        right: 0px;
        width: 198px;
        color: #444;
        background-color: white;
        font-size: 12px;
        border: solid px1 A2A2A2;
    }

        #rightcol a {
            color: blue;
        }

        #rightcol div.text {
            padding: 6px 6px 6px 6px;
            text-align: justify;
        }

        #rightcol div.sectiontitle, #rightcol .sectiontitle span {
            padding: 6px 6px 6px 3px;
            background-color: #DFDFDF;
            color: #F8F8F8;
            font-size: 12px;
            font-weight: bolder;
            font-family: Verdana;
            text-transform: uppercase;
            background-image: url(images/boxHeader.png);
            margin: 0px 0px 0px 0px;
            border: solid px1 A2A2A2;
        }
        */

    .modalBackground {
        background-color: Silver;
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

    .modalPopup {
        background-color: #ffffdd;
        border-width: 3px;
        border-style: solid;
        border-color: Gray;
        padding: 3px;
        width: 250px;
    }

    .gridNumberColumn {
        text-align: right;
        padding-left: 15px;
    }

    .textnote {
        font-size: x-small;
        font-weight: normal;
    }

    .PriceTableBox {
        border: solid 0px #444;
    }

    .PriceTableHeader {
        border: solid 1px #444;
        padding: 2px 2px 2px 2px;
        margin: 2px 2px 2px 2px;
        background-color: #eeeeee;
        font-weight: bold;
        font-size: x-small;
        color: black;
    }



    .StdTableRow {
        color: #111;
        padding: 4px 4px 4px 4px;
    }

        .StdTableRow:hover {
            color: #111;
            background-color: #e6e6e6;
            padding: 4px 4px 4px 4px;
        }

    .StdTableCell {
        padding: 4px 4px 4px 4px;
    }


    .TableRow {
        color: #111;
    }

        .TableRow:hover {
            color: #111;
            background-color: #e6e6e6;
        }



    .BlackHeader {
        color: #fff;
        background-color: #444;
        font-weight: bold;
    }

    .TierRow {
        padding: 0 0 0 0;
        color: #111;
        font-size: x-small;
        font-weight: bold;
        text-align: right;
    }

        .TierRow:hover {
            padding: 0 0 0 0;
            color: #111;
            background-color: #f6f6f6;
            font-size: x-small;
            font-weight: bold;
            text-align: right;
        }

    .TierRowInact {
        padding: 0 0 0 0;
        color: #666;
        font-size: x-small;
        background-color: #f6f6f6;
        text-align: right;
    }

        .TierRowInact:hover {
            padding: 0 0 0 0;
            color: #111;
            background-color: #e6e6e6;
            font-size: x-small;
            text-align: right;
        }

    .EmptyCell {
        background-color: #ffffff;
    }

    .NotSelDiscLeftTop {
        color: #FFF;
        font-size: x-small;
        background-color: #717170;
        border-left: solid 1px #444;
        font-weight: bold;
        text-align: left;
        padding-left: 10px;
        border-bottom: solid 1px #999;
        border-top: solid 1px #999;
    }

    .NotSelDiscRightTop {
        text-align: right;
        background-color: #717170;
        color: #FFF;
        padding: 0px 4px 0px 0px;
        border-right: solid 1px #444;
        font-size: x-small;
        font-weight: bold;
        border-bottom: solid 1px #999;
        border-top: solid 1px #999;
    }

    .NotSelDiscTop {
        text-align: right;
        font-size: x-small;
        color: #FFF;
        background-color: #717170;
        font-weight: bold;
        padding-right: 5px;
        border-bottom: solid 1px #999;
        border-top: solid 1px #999;
    }

    .CurSelDiscLeft {
        vertical-align: middle;
        border-bottom: solid 1px #444;
        border-top: solid 1px #444;
        border-left: solid 1px #444;
    }

    .CurSelDiscRight {
        vertical-align: middle;
        padding: 0px 4px 0px 0px;
        border-bottom: solid 1px #444;
        border-top: solid 1px #444;
        border-right: solid 1px #444;
    }

    .CurSelDisc {
        vertical-align: middle;
        border-bottom: solid 1px #444;
        border-top: solid 1px #444;
        padding-right: 5px;
    }


    .CurSelDisc2 {
        font-style: italic;
        padding-right: 5px;
        vertical-align: middle;
        border-bottom: solid 1px #444;
        border-top: solid 1px #444;
    }

    .NotSelDisc2 {
        font-style: italic;
        padding-right: 5px;
    }


    .NotSelDiscLeft {
        border-left: solid 1px #444;
    }

    .NotSelDiscRight {
        padding: 2px 4px 0px 0px;
        border-right: solid 1px #444;
    }

    .NotSelDisc {
        padding-right: 5px;
    }




    .HighlightText {
        color: Red;
        font-weight: bold;
    }

    .footermenulink {
        font-family: Arial, Serif;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }

        .footermenulink a {
            text-decoration: none;
            color: black;
        }

    .headermenulink {
        font-family: Impact, sans-serif;
        font-size: 17px;
        text-transform: uppercase;
        color: #C8C8C8;
    }

        .headermenulink a {
            text-decoration: none;
            color: #B0B0B0;
        }

            .headermenulink a:hover {
                text-decoration: underline;
                color: white;
            }

    .highlight {
        background-color: #fefbd2;
        color: #000080;
    }

    .highlightcity {
        background-color: #df2e05;
    }

    .highlightstate {
        background-color: #f4c977;
    }

    .highlightcountry {
        background-color: #818689;
    }

    .articlebox {
        background-color: #FFFFF9;
        color: #444;
        border: dashed 1px #444;
        padding: 6px 6px 6px 6px;
    }

    .infobox {
        background-color: #FFFFFF;
        font-size: 9pt;
        color: #444;
        border: solid 1px #999999;
        padding: 3px 3px 3px 6px;
    }

    .articletitle {
        text-decoration: none;
        color: black;
        font-size: 18px;
        font-weight: bold;
    }

    .articleabstract {
        padding-top: 6px;
    }

    .contentbox {
        padding: 6px;
        border: solid 1px #D2D2D2;
    }

    .comment {
        padding: 4px 0px 4px 0px;
        font-size: smaller;
    }

    .pollbox {
        font-size: 11px;
        margin: 6px 2px 2px 2px;
    }

    .pollcontent {
        padding: 6px;
        border: solid 1px #D2D2D2;
        border-top: none 0px;
    }

    .pollquestion {
        font-size: 13px;
        font-weight: bold;
    }

    .polloptions {
        padding-top: 10px;
        padding-bottom: 4px;
    }

    .pollbar {
        background-color: red;
        font-size: 4px;
    }

    .progressbarcontainer {
        width: 98%;
        height: 15px;
        border: solid 1px black;
        padding: 1px;
    }

    .progressbar {
        width: 0px;
        background-color: Red;
        height: 15px;
    }

    .postinfo {
        background-color: #f9eaa6;
        font-weight: bold;
        text-align: center;
    }

    .posttitle {
        padding: 3px;
        margin-bottom: 10px;
        background-color: #f09d35;
        color: black;
        font-weight: bold;
    }

    .postbody {
        padding: 3px;
    }

    .newsletterbox {
        font-size: 11px;
        margin: 6px 2px 2px 2px;
    }

    .newsletterboxcontent {
        padding: 6px;
        border: solid 1px #D2D2D2;
        border-top: none 0px;
    }

    .partnersbox {
        font-size: 11px;
        margin: 6px 2px 2px 2px;
    }

    .partnersboxcontent {
        padding: 6px;
        border: solid 1px #D2D2D2;
        border-top: none 0px;
    }

    .spotpricebox {
        font-size: 11px;
        margin: 6px 2px 2px 2px;
    }

    .spotpriceboxcontent {
        font-size: 8pt;
        padding: 4px 4px 4px 4px;
        border: solid 1px #D2D2D2;
        border-top: none 0px;
    }

    .shoppingcartbox {
        font-size: 11px;
        margin: 6px 1px 1px 1px;
    }

    .shoppingcartboxcontent {
        padding: 5px;
        border: solid 1px #D2D2D2;
        border-top: none 0px;
    }

    .TabControlContent {
        padding: 4px;
    }

    .PlainSectionTitle {
        padding: 2px 2px 6px 2px;
        font-weight: bold;
    }

    .PlainMainPageTitle {
        font-size: 20pt;
        font-weight: bold;
    }

    .MiniLink {
        font-size: 8pt;
    }

    #printfooter {
        display: none;
    }
}






/* Starter CSS for Flyout Menu */
#cssmenu {
    padding: 0;
    margin: 0;
    border: 0;
}

    #cssmenu ul,
    #cssmenu li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #cssmenu ul {
        position: relative;
        z-index: 597;
        float: left;
    }

        #cssmenu ul li {
            float: left;
            min-height: 1px;
            line-height: 1em;
            vertical-align: middle;
        }

            #cssmenu ul li.hover,
            #cssmenu ul li:hover {
                position: relative;
                z-index: 599;
                cursor: default;
            }

        #cssmenu ul ul {
            visibility: hidden;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 598;
            width: 100%;
        }

            #cssmenu ul ul li {
                float: none;
            }

        #cssmenu ul li:hover > ul {
            visibility: visible;
        }

        #cssmenu ul ul {
            top: 0;
            left: 100%;
        }

        #cssmenu ul li {
            float: none;
        }
    /* Custom Stuff */
    #cssmenu span,
    #cssmenu a {
        display: inline-block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
    }

#cssmenu {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    width: 200px;
}

    #cssmenu:after,
    #cssmenu ul:after {
        content: '';
        display: block;
        clear: both;
    }

    #cssmenu > ul > li:first-child {
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    #cssmenu > ul > li:last-child {
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    #cssmenu > ul > li ul ul li:first-child {
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        border-radius: 0 5px 0 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    #cssmenu > ul > li ul ul li:last-child {
        -moz-border-radius: 0 0 5px 0;
        -webkit-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    #cssmenu ul,
    #cssmenu li {
        width: 100%;
    }

    #cssmenu li {
        background: #c0bebf url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAMAAAB8fKKlAAAAmVBMVEXy7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7erx7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7ery7eoO3g4TAAAAMnRSTlP8+fbz7+vn497Z1M/KxL+5s66oopuVj4mDfHZwamRdV1FMRkA7NTArJiEcGBQQDAkGA02z+X0AAABLSURBVHheDcGDEQMBAACwvFnbtrv/cO3F949AKBJLpDK5QqlSa2hqaevo6ukbGBoZm5iamVtYWlnb2NrZOzg6Obu4url7eHp5+/wAxikFLnlTZcYAAAAASUVORK5CYII=) repeat-x;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2edea), color-stop(1, #c0bebf));
        background-image: -webkit-linear-gradient(top, #f2edea, #c0bebf);
        background-image: -moz-linear-gradient(top, #f2edea, #c0bebf);
        background-image: -ms-linear-gradient(top, #f2edea, #c0bebf);
        background-image: -o-linear-gradient(top, #f2edea, #c0bebf);
        background-image: linear-gradient(#f2edea, #c0bebf);
    }

        #cssmenu li:hover,
        #cssmenu li.active {
            background: #606a76 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAMAAAB8fKKlAAAAmVBMVEVKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmJKVmL///9KVmL3Z0MtAAAAMnRSTlP8+fby7+vm4t3Y087Iw723sauln5mTjIaAeXNsZmBaVE5IQjw3MSwnIh0ZFBANCQYDAAm6nKYAAABLSURBVHheDcGDEQMBAACwvFnbtrv/cO3F949AKBJLpDK5QqlSa2hqaevo6ukbGBoZm5iamVtYWlnb2NrZOzg6Obu4url7eHp5+/wAxikFLnlTZcYAAAAASUVORK5CYII=) repeat-x;
            -moz-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4a5662), color-stop(1, #606a76));
            background-image: -webkit-linear-gradient(top, #4a5662, #606a76);
            background-image: -moz-linear-gradient(top, #4a5662, #606a76);
            background-image: -ms-linear-gradient(top, #4a5662, #606a76);
            background-image: -o-linear-gradient(top, #4a5662, #606a76);
            background-image: linear-gradient(#4a5662, #606a76);
        }

            #cssmenu li:hover > a,
            #cssmenu li.active > a {
                color: #FFF;
            }

    #cssmenu a {
        color: #666666;
        line-height: 160%;
        padding: 16px 8px 16px 28px;
        width: 164px;
    }

    #cssmenu ul ul {
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
        width: 200px;
    }

        #cssmenu ul ul li {
            background: #606a76;
            border-bottom: 1px solid #59636F;
            -moz-box-shadow: inset 0 1px 0 #66707c;
            -webkit-box-shadow: inset 0 1px 0 #66707c;
            box-shadow: inset 0 1px 0 #66707c;
        }

            #cssmenu ul ul li:hover {
                background: #4a5662;
            }

            #cssmenu ul ul li a {
                color: #FFF;
            }

        #cssmenu ul ul a,
        #cssmenu ul ul a span {
            font-size: 12px;
        }

/* Uploader */
.btn-file {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-opacity: 0;
    opacity: 0;
}