/**
 *    Error Section: 
 *		These classes pertain to the Errors pages.  
 */
TABLE.SSErrorLayout {
    width:100%;
    border:0;
}

div.SSError {
    text-align:center;
    height:300px;
}

div.SSErrorHeading {
    font-weight: bold;
    font-size:large;
    padding:10px;
}
