/*
http://keith-wood.name/uiTabs.html#tabs-min
*/

#tabs {
    background: transparent;
    border: none;
    font-size: 11pt;
    font-weight: normal;
}

#tabs a:link { 
    color: #0000EE;
}

#tabs a:visited { 
    color: #800080;
}

#tabs a:hover { 
    text-decoration: underline;
}

#tabs a:active { 
    color: #FF0000;
}

#tabs .ui-widget-header {
    background: transparent;
    border: none;
    /*border-bottom: 1px solid #c0c0c0;*/
    border-bottom: 1px solid black;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#tabs .ui-state-default {
    background: transparent;
    border: 1px solid black;
    border-width: 1px 1px 0px 1px;
    padding: 0px;
}
#tabs .ui-state-active {
    /*background: transparent url(../images/uiTabsArrow.png) no-repeat bottom center;*/
    border-bottom: 1px solid white;
}
#tabs .ui-state-default a {
    color: #b6cad4;
}
#tabs .ui-state-active a {
    color: #455962;
}

.ui-widget *, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { 
    outline: none; 
    font-family: "Verdana";
    font-size: 10pt; 
}