@charset "utf-8";
/* CSS Document */



#tabs ul {
    list-style:none;
    margin:0;
    padding:0;
}

    #tabs ul li {
        float:left;
    }

    #tabs ul li a {
        display:block;
        padding:10px 15px;
        color:#777777;
        text-decoration:none;
        font-size:100%;
    }
    #tabs ul li.active a {
        background:#51d466;
		border-color: #51d466;
        color:#fff;
    }

#panels {
    width:100%;
    background:#fff;
}
    #panels .panel-wrapper {
        padding:1px;
    }

    #panels .panel {

    }

    #panels .panel h2 {
        margin:0 0 10px 0;
    }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*
* CSS3 Styling
*/

#tabs ul li a {
    border-top-left-radius : 4px;
    border-top-right-radius : 4px;
}
#panels {
    border-bottom-left-radius : 5px;
    border-bottom-right-radius : 5px;
}