
	#tabs_wrapper{
        background: #fff;           
        margin: 20px 0px 30px 20px;
		height:430px;
		min-height:430px;
	}

    #tabs{
        margin:0;
        padding: 0;
        background: transparent;
        voice-family: "\"}\"";
        voice-family: inherit;
		width:340px;
    }
    #tabs ul{
        font: bold 0.75em Arial, Verdana, sans-serif;
        margin:0;
        padding:0;
        list-style:none;
    }
    #tabs li{
        display:inline;
        margin:0 2px 0 0;
        padding:0;
    }
    #tabs a{
        float:left;
        background:#7fc31b ;
        margin:0 2px 0 0;
        padding:0 0 1px 3px;
        text-decoration:none;
		color:#fff;
    }
    #tabs a span{
        float:left;
        display:block;
        padding:4px 9px 2px 6px;
    }
    #tabs a span{float:none;}
    #tabs a:hover{background-color: #7fc31b;color: #333;}
    #tabs a:hover span{background-color: #7fc31b;}
    #tabHeaderActive span, #tabHeaderActive a { background-color: #7fc31b; color:#000;}
    .tabContent {
        clear:both;
        border:1px solid #7fc31b;
       	padding:0px 6px 6px 6px;
        background-color:#FFF;
		min-height:410px;
		height:410px;
	
    }
	#list { 
		font: 0.75em #333;
		}

    #list ul{
        margin:0 0 0 20px;
        padding:0;
        list-style:none;
		line-height:110%;
    }
    #list li{
        display:block;
        margin:0;
        padding:0;
    }
	.listHeader{
		font: .75em #333;
}
