*{
    /*  padding:0px;*/
    margin:0px;
    border-collapse: collapse; 	
}

body {
    font-size: 12px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    background-color: #181208; 
    overflow:scroll;
}

h1 {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    border-bottom: 1px solid #AFAFAF; 
    font-size:  16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #D20005;
}

a:link, a:visited {
    color: #045491;
    font-weight : bold;
    text-decoration: none;
}

a:link:hover, a:visited:hover  {
    color: #045491;
    font-weight : bold;
    /*text-decoration : underline;*/
}
.ui-menuitem-link-selected {
    background-color: #D4DCE8;
    border: 1px solid #79B7E7 !important;
    color: #1D5987 !important;
    font-weight: bold !important;
}

.highlight-table-row-green {

    color: #000000 !important;
}
.highlight-table-row-red {
    background-color: #E36C6C !important;
    color: #000000 !important;
}
.highlight-table-row-red-text {
    color: #E36C6C !important;
}
.ui-picklist .ui-picklist-list {
    height:200px !important;
    width:400px !important;
}
.ui-datatable tbody td.normal-white-space {
    white-space: normal;
}

#javax_faces_developmentstage_messages {
    display: none;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 0.55 !important;
}

.ui-datatable tr.ui-state-highlight {
    background: none repeat scroll 0 0 #BBBBBB;
    color: #000000;
    cursor: pointer;
    text-shadow: none;
}

.ui-radiobutton {
    margin-right: 10px;
}

.ui-datatable tr.ui-datatable-even:hover, .ui-datatable tr.ui-datatable-odd:hover {

    background: #f0f9ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */

}

button[class^="ui-outputpanel"]  {
    margin: 10px 5px;
    margin-top: 20px;
}

button[id^="edit_panel"] {
    margin: 2px 2px 2px 4px;
}

.ui-tabs-panels td {
    padding: 2px 4px 4px 2px;
}

.editButtonsTab{
    height:25px;
    border:none;
}

.editExternalPanel{
    height: 35px;
    border: none;
}

.ui-widget-content .ui-datalist-content{
    border: none;
    background: none;
    
}

.groupInfo li{
   display: inline-block;
   border:none;
   background: none;
}

groupInfo ui-widget-content ui-datalist-content{
    border: none;
    background: none;
    
}

.table-no-select-all .ui-chkbox-all {
    display: none !important;
}
