/*
* After modifying this style sheet, refresh the page being designed to see the effect of the modification.
* Click the Refresh button in the Visual Designer toolbar to refresh the page.
*/ 

/* Style rules to make Java Server faces Standarad data tables look better */

.list-header {
    background-color: #eeeeee;
    font-size: larger;
    font-weight: bold;
}

.list-paging-header {
    background-color: white;
}

.list-paging-footer {
    background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
    background-color: #eeeeee;
}

/* Style rules for message severity levels */

.infoMessage {
    color: black;
}

.warnMessage {
    color: orange;
    font-weight: bold;
}

.errorMessage {
    color: red;
    font-weight: bold;
}

.fatalMessage {
    color: red;
    font-style: italic;
    font-weight: bold;
}

.buttonPanel {  
    background-color: #abd3c1;
    border-bottom-style: dotted;
    border-bottom-width: 1px;        
    padding: 1em;
    margin-bottom: 1em;
    width: 100%;
}

.resultTableGroup {
    border-style: none;
    padding: 0.5em;
}

.resultTable {
    padding: 0em;
}

.mainGrid {
    width: 90%;
}

.titlePanel {
    font-size: large;
}

.titleImage {
    margin: 1em;
    float: left;
}

.headerText {
    color: #2f3e4c;
}

.styleIcon {
    float: right;
}

.allTable {
    width: 100%;
}

.allEven > td {
    border-bottom-style: dotted;
    border-bottom-color: #abd3c1;
    border-bottom-width: 1px;
}

.allOdd > td {
    border-bottom-style: dotted;
    border-bottom-color: #abd3c1;
    border-bottom-width: 1px;
}

.allButtons { 
    width: 1%;
}

.capturedImage {
    width: 50%;
}

.allCapturedImage {
    width: 100%;
}

