/*
* 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 */

body{

    background-image: url(../resources/index_background.jpg);
    background-repeat: repeat-x;
    font-family: 'Myriad Pro', Arial;
    background-color: #1c1c1c;
}

.alignRight{
    text-align: right;
}

.alignLeft{
    text-align: left;
}

.alignTop{

    vertical-align: top;
}

.alignBottom{
    vertical-align: bottom;
}

.alignCenter{
    text-align: center;
}

.infoRow{
    border-left: dashed rgb(102,102,0) 1px;
    color: rgb(255,255,255);
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 8px;
    margin-right: 18px;
    height: 130px;
    margin-top: 2px;
    width: 160px;
    text-align: justify;
}

.aboutClass{
    border-left: dashed rgb(102,102,0) 1px;
    color: rgb(255,255,255);
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 8px;
    margin-top: 2px;
    font-size: 12px;
    text-align: justify;
}

.testClass{
    
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #ffffff;
}

.plusOne{
    
    font-size: 14px;
}

.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;
}

