html, body {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}

#initialBlockUI {
    height: 100%; 
    width: 100%; 
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
}

#js-required {
    margin: 30px; 
    text-align: center;
}

.allow-overflow {
    overflow: auto;
}

.field-column {
    width: 50%;
}

.hide {
    display: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.center-text {
    text-align: center;
}

.no-wrap {
    white-space: nowrap;
}

.inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#screenTabs {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: 0px;
}

img.menuImage {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: none;
}

#loadingDiv {
    text-align: center;
}

.fieldDialog {
    text-align: center;
}

.fieldTable {
    border-collapse: separate;
    border-spacing: 4px;
}

.fieldTable td {
    vertical-align: top;
    border: 1px solid #C0C0C0;
}

.fieldTable ul {
    list-style-type: none;
    margin: 2px 0px 0px;
    padding: 0px;
    white-space: nowrap;
}

.fieldTable li {
    margin: 0 2px 2px;
    padding: 0.1em 0.1em 0.1em .5em;
    cursor: pointer;
    height: 15px;
}

.fieldTabs {
    padding: 5px;
    border: 1px solid #C0C0C0;
}

.filterFieldTab {
    overflow: auto;
    text-align: left;
}

.filterField {
    padding-bottom: 5px;
}

#pivotFieldActions {
    margin-top: 5px;
    text-align: center;
}

.pivotOutput {
    margin-top: 10px;
}

.pivotFrame {
    width: 100%;
}

.margin-top {
    margin-top: 15px;
}

.margin-top-small {
    margin-top: 5px;
}

#chartTab .field-label {
    font-weight: bold; 
    width: 100px; 
    text-align: right; 
    margin-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ui-tabs .ui-tabs-panel {
    padding-left: 5px;
    padding-right: 5px;
}

.pickList {
    display: block;
}

.pickList_listContainer {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -ms-user-select: none;
}

.pickList_sourceListContainer, .pickList_controlsContainer, .pickList_targetListContainer { 
    float: left;
    margin: 0.25em; 
}

.pickList_controlsContainer { 
    text-align: center; 
    margin-top: 70px; 
    width: 40px 
}

.pickList_controlsContainer button { 
    display: block; 
    width: 100%; 
    text-align: center; 
}

.pickList_list { 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    float: left; 
    width: 300px; 
    height: 150px; 
    border: 1px inset; 
    overflow-y: auto; 
    cursor: default; 
}

.pickList_selectedListItem { 
    background-color: #A3C8F5; 
}

.pickList_listLabel { 
    font-size: 0.9em; 
    font-weight: bold; 
    text-align: center; 
}

.pickList_clear { 
    clear: both; 
}

.pickList_addAll { 
    visibility: hidden 
}

.pickList_removeAll { 
    visibility: hidden 
}