/* Encoding: UTF-8 (āčēģīļķņšūž) */
HTML {
}

TABLE {
    padding:0px;
    margin:0px;
    border-spacing:0px;
    border-collapse:collapse;
    empty-cells:show;
}



/* jQuery-UI fixes ========================================================= */
.ui-accordion .ui-accordion-header { padding-left: 2em; }
.ui-tabs .ui-tabs-panel {padding: 0;}

/* Uploadifive fixes ======================================================= */
.uploadifive-queue .uploadifive-queue-item {
    padding: 5px !important;
}

/* Some very common styles */
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.float-left {float: left;}
.float-right {float: right;}
.float-stop {clear: both;}
