/* Note: The following predefined styles are used to present the search result. You may change these to reflect your
 design for the search result table. Changing these style will not affcet the search result table in Electos Studio */

.SearchTable {
    width : 90%;	
    text-indent : 10px;	
    margin: 0px 0px 0px 25px;
    border: 1px solid #A39883;
    cursor: pointer;
}

.SearchRowOdd td {
    background: #E7E0CD;
    height: 22px;
    padding-top: 2px;
}
    
.SearchRowOdd td, .SearchRowEven td {
    padding-top: 4px;
}

.SearchRowOdd  a{
    color: #000000;
}

.SearchRowEven  td{
    background : #524A41;
    height: 22px;
}

.SearchRowEven  a{
    color: #FFFFFF;
}

.SearchBox {
    border: #000000 1px solid;
}

.SearchRowEven td:hover{
    background: #B52E26;
    color: #FFFFFF;
}

.SearchRowOdd td:hover {
    background: #B52E26;
    color: #FFFFFF;
}

.SearchRowOdd td a:hover {
    color: #FFFFFF;
}

.SearchButton {
    border: #000000 1px solid;
}

.results {
    padding: 0px 0px 0px 30px;
}

.previous-btn {
    background: #524B41;
    cursor: pointer;
    border: none;
    padding: 5px 5px 5px 5px;
    margin: 10px 0px 0px 24px;
    color: #FFFFFF;
    float: left;
}

.next-btn {
    background: #524B41;
    cursor: pointer;
    border: none;
    padding: 5px 5px 5px 5px;
    margin: 10px 43px 0px 0px;
    color: #FFFFFF;
    float: right;
}

.next-btn a {
    color: #FFFFFF;
}

.ResultName {
	height: 20px;
}

