.mgfxtab-group
{
}

.mgfxtab-group div
{
}

#mgfxtabs-home
{  
    /*height:160px;*/
	width: 7.8in;
    margin-bottom:10px;
}

.mgfxtabs-tab-body
{
    /*height:160px;*/
    position:absolute;
    margin-left: 5px;
	width: 7.8in;
    overflow:hidden;
    background-color:rgb(174, 200, 255);
}

.mgfxtabs-tabs
{
    margin-left:0;
    margin-bottom:5px;
}

.mgfxtabs-tab-header
{
    background-color:transparent;
    display:inline;
    float:none;
    list-style:none;
}

.mgfxtabs-tab-header a
{
    background-color:rgba(50, 50, 50, 0.4);
    color:black;
    display:inline;
    height:auto;
    padding:5px 20px;
    text-decoration:none;width:auto;
    
    border-radius: 5px 5px 0px 0px;
    border-style: solid;
    border-top-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-bottom-width:0px;
}

.mgfxtabs-tab-header a.active
{
    background-color:rgba(0, 0, 255, 0.4);
    color:white;
}







