/* 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 : 85%;	
    text-indent : 10px;	
    margin: 0px 0px 0px 60px;
    border: 0px solid #A39883;
    cursor: pointer;
}
.SearchTable a{
	color: #000000;
}
	
.SearchRowOdd td {
    background: #DFDFDF;
    height: 22px;
    padding-top: 2px;
}
    
.SearchRowOdd td, .SearchRowEven td {
    padding-top: 4px;
}

.SearchRowOdd  a{
    color: #000000;
	text-decoration: none;
}

.SearchRowEven  td{
    background: #F6F6F6;
    height: 22px;
}

.SearchRowEven  a{
    color: #000000;
	text-decoration: none;
}

.SearchBox {
    border: #000000 1px solid;
}

.SearchRowEven td:hover{
    background: #A9BABD;
    color: #000000;
}

.SearchRowEven td a:hover {
    color: #000000;
}

.SearchRowOdd td:hover {
    background: #A9BABD;
    color: #000000;
}

.SearchRowOdd td a:hover {
    color: #000000;
}

.SearchButton {
    border: #000000 1px solid;
}

.results {
    padding: 10px 0px 5px 60px;
	font-style: italic;
}

.ResultName a{
	color: #656565;
}

