.ui-fileupload-upload {
    visibility: hidden;
    width: 0;
}

.loginPanel {
    padding-left: 20px;
}    

#nav * {
    margin-left: 10px;
    margin-right: 10px;
}

.block {
    position: absolute;
    left: 100px;
    top: 100px;
}

.frmCad tr.ui-widget-content, .frmCad td.ui-panelgrid-cell {
    border: none;
}

.navbar {
    border-bottom-color: #000000;
    border-bottom: thin;
}

#emailField {
    width: 100px;
}

#passField {
    width: 100px;
}

.box {
    width:300px;
    height:250px;     
    position:fixed;
    margin-left:-150px; /* half of width */
    margin-top:-100px;  /* half of height */
    top:50%;
    left:50%;
    color: #000000; 
    background-color: lightgray; 
    border-radius: 10px
}

.menu {
    background-color: lightgray; 
}

.tableBox {
    width:1000px;
    height:400px;     
    position:fixed;
    margin-left:-150px; /* half of width */
    margin-top:-150px;  /* half of height */
    top:50%;
    left:50%;
}

thead {
    background-color: lightgray;
    border: thin solid;
    border-top: none
}

.tableCaption {
    font-size: 18px;
    background-color: lightgray;
    border: thin solid;
    border-bottom: none;
    padding-bottom: 10px;
}

.tablediv {
    text-align: center;
}

.flash {
    color: red;
}

.ui-fieldset, .ui-fieldset .ui-fieldset-legend {
    background: none;
}

a:link    { color: #000000 }  /* unvisited links */
a:visited { color: #ff5414 }  /* visited links   */
a:hover   { color: #ff0000 }  /* user hovers     */
a:active  { color: #bf5f3b }  /* active links    */

a.button {

}

.main {
    margin-top: 0px;
}

.index {
    border-collapse: collapse;
    width: 100%;
    border-bottom: thin solid;
}

.odd {
    background-color: white;
}

.even {
    background-color: lightgray;
}

.bold {
    font-weight: bold;
}

a img {
    border: none;
}

body {
    background-color: #ffffff;
}

.ui-datatable-scrollable-body {
    margin-right: 0px !important;
}

.ui-layout-north .ui-layout-unit-content {  
    overflow: visible !important;  
}  

.filter {   
}

.ui-widget, .ui-widget .ui-widget {
    font-size: 90% !important;
}

.ui-datatable-hor-scroll .ui-datatable-tablewrapper,.scrolling-div .ui-datatable-tablewrapper {
    overflow: auto;
    width: 100%;
    padding-bottom: 5px;
}


.ui-datatable-resizable table {
    table-layout: auto;
}

.ui-datatable-header {
    text-align: center;
}

td.ui-selection-column {
    text-align: center;
}

.default-cell {
    text-align: center;
}

.number-cell {
    text-align: right;
}

.string-cell {
    text-align: left;
}