<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.etabs { margin: 0; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #999; border-bottom: none; -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; }
.tab a:hover { text-decoration: underline; }
.tab.active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #666; }
.tab a.active { font-weight: bold; }
.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }



.jqtabcontainer{
    width:600px;
    height:440px;
}

.jqtabcontainer .panels{
    width:600px;
    height:400px;
    border:1px #222 solid;
}

    .jqtabcontainer .panel{
        width:600px;
        height:400px;
        padding:0px;
        display:none;
        position:inherit;
        z-index:1;
        overflow:hidden;
        /*  TAB BACKGROUND - Images or CSS Gradients*/
        /*  END TAB BACKGROUND */
    }
        .jqtabcontainer .panel.first{
            display:inherit;
        }

.jqtabcontainer .navigation{
    list-style:none;
    margin:0px 0px 0px 5px;
    padding:0px;
    position:relative;
    bottom:0px;
    z-index:2;
    height:38px;
}
    .jqtabcontainer .navigation li{
	    float:left;
        padding:10px 15px 6px 15px;
        margin-right:1px;
	    display:inline-block;
        position:relative;
        bottom:0px;
        cursor:pointer;
    
        /* LINK VISUAL STYLES - Image or CSS Gradients*/
            -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	        -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	        box-shadow:inset 0px 1px 0px 0px #97c4fe;
	        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	        background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	        background-color:#3d94f6;
	        border:1px solid #337fed;
	    /* END VISUAL STYLES */
	
	    /* LINK BORDER RADIUS*/
	        -moz-border-radius-topleft: 0px;
            -moz-border-radius-topright: 0px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-bottomleft: 5px;
            -webkit-border-radius: 0px 0px 5px 5px;
            border-radius: 0px 0px 5px 5px;
        /* END LINK BORDER RADIUS*/
	
	    /* LINK FONT */
	        color:#ffffff;
	        font-family:arial;
	        font-size:15px;
	        font-weight:bold;
	        text-decoration:none;
	        text-shadow:1px 1px 0px #1570cd;
	    /* END LINK FONT */
    }

        /* LINK HOVER STYLES*/
        .jqtabcontainer .navigation li:hover{ 
	        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	        background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	        background-color:#1e62d0;
        }

        /* ACTIVE LINK */
        .jqtabcontainer .navigation li.active{
            padding-top:10px;
            padding-bottom:16px;
            
            /*margin-top:-20px;*/
            
        }</pre></body></html>