/* Corner radius */
.ui-tabs-nav { -moz-border-radius-topleft: 0px !important; -webkit-border-top-left-radius: 0px !important; -khtml-border-top-left-radius: 0px !important; border-top-left-radius: 0px !important; }
.ui-tabs-nav { -moz-border-radius-topright: 0px !important; -webkit-border-top-right-radius: 0px !important; -khtml-border-top-right-radius: 0px !important; border-top-right-radius: 0px !important; }
.ui-tabs-nav { -moz-border-radius-bottomleft: 0px !important; -webkit-border-bottom-left-radius: 0px !important; -khtml-border-bottom-left-radius: 0px !important; border-bottom-left-radius: 0px !important; }
.ui-tabs-nav { -moz-border-radius-bottomright: 0px !important; -webkit-border-bottom-right-radius: 0px !important; -khtml-border-bottom-right-radius: 0px !important; border-bottom-right-radius: 0px !important; }


/* Corner radius */
.ui-dialog-titlebar { -moz-border-radius-topleft: 0px !important; -webkit-border-top-left-radius: 0px !important; -khtml-border-top-left-radius: 0px !important; border-top-left-radius: 0px !important; }
.ui-dialog-titlebar { -moz-border-radius-topright: 0px !important; -webkit-border-top-right-radius: 0px !important; -khtml-border-top-right-radius: 0px !important; border-top-right-radius: 0px !important; }
.ui-dialog-titlebar { -moz-border-radius-bottomleft: 0px !important; -webkit-border-bottom-left-radius: 0px !important; -khtml-border-bottom-left-radius: 0px !important; border-bottom-left-radius: 0px !important; }
.ui-dialog-titlebar { -moz-border-radius-bottomright: 0px !important; -webkit-border-bottom-right-radius: 0px !important; -khtml-border-bottom-right-radius: 0px !important; border-bottom-right-radius: 0px !important; }

/* Vertical Tabs
.ui-tabs-vertical .ui-tabs-nav
{
    border: 1px solid rgb(240,240,240);
    background-color: rgb(240,240,240);
}*/

/* Corner radius */
.ui-tabs-vertical .ui-tabs-nav { -moz-border-radius-topleft: 5px !important; -webkit-border-top-left-radius: 5px !important; -khtml-border-top-left-radius: 5px !important; border-top-left-radius: 5px !important; }
.ui-tabs-vertical .ui-tabs-nav { -moz-border-radius-bottomleft: 5px !important; -webkit-border-bottom-left-radius: 5px !important; -khtml-border-bottom-left-radius: 5px !important; border-bottom-left-radius: 5px !important; }
.ui-tabs-vertical .ui-tabs-nav li { font-weight: normal; }