.container-crouse{
    width: 99%;
    float: left;
    padding: 0.5%;
    background:#f7f5f5;
    /*box-shadow:-1px 1px 2px 1px #b2b5b4;*/
    border-radius: 5px 5px 5px 5px;
    display: block;
    margin-bottom:20px;
    padding-bottom: 0px;
}
.tab-container .panel-container{
    background:white;
    border:solid 1px #1e4f84;
    padding-top:0;
    border-radius:0 4px 4px 4px;
    margin-bottom:10px;
    width: 100%;
    float: left;
}
.tab-container h2{
    font-size: 0.85em;
    line-height: 1em;
}
.etabs{
    margin:0;
    padding:0
}
.tab{
    display:inline-block;
    zoom:1;
    *display:inline;
    background:#1e4f84;
    border:solid 1px rgb(116, 164, 219);
    border-bottom:none;
    border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    -webkit-border-radius:4px 4px 0 0;
}
.tab a{
    font-size:14px;
    line-height:2em;
    display:block;
    padding:0 10px;
    outline:none;
    text-decoration:none;
}
.tab a h2{
    color: white;
}
.tab a:hover{
    text-decoration:underline
}
.active{
    background:white;
    padding-top:6px;
    position:relative;
    top:1px;
    border-color:#1e4f84;
}
.active a.active{
    font-weight:bold;
    text-shadow:1px 1px 1px #fff;
    font-size:1.2em
}
.active a h2{
    color: #1e4f84;
}
.tab-data{
    display:block;
    padding:.5%;
    border-radius:5px 5px 5px 5px;
    background: linear-gradient(#fff,#f7f5f5);
    border-bottom: solid 1px;
}
.contentTab{
    width: 99%;
    padding: 0.5%;
    border-radius: 5px;
    float: left;
    box-shadow:-1px 1px 2px 1px #b2b5b4;
    background: linear-gradient(#f7f5f5,#fff);
}