/* 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 : 95%;
    text-indent : 10px;	
    margin: 0px 0px 0px 25px;
    border: 0px solid #A39883;
    cursor: pointer;
}
.SearchTable a{
	color: #000000;
	cursor: pointer;
}
	
.SearchRowOdd td {
    background: #D6D6D6;
    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: #EB9007;
    color: #FFFFFF;
}

.SearchRowEven td a:hover {
    color: #FFFFFF;
}

.SearchRowOdd td:hover {
    background: #EB9007;
    color: #FFFFFF;
}

.SearchRowOdd td a:hover {
    color: #FFFFFF;
}

.SearchButton {
    border: #000000 1px solid;
}

.results {
    padding: 10px 0px 10px 30px;
}

.ResultName, .ResultName a {
	color: #000000;
	height:20px;
}

/* --------------------------------------------------------*/
/* SEARCH FIELD                                            */
/* --------------------------------------------------------*/
#searchform{
    float: right;
    z-index: 10;
    padding: 13px 10px 0px 0px
}

#searchform input{
	border: 1px solid #A5A5A5;
    width: 180px;
}

#searchform input:hover{
	border: 1px solid #F39A00;
}

#searchform form{
    margin: 0px;
    padding:0px;
}
#searchform  p{
    margin: 0px;
}

#searchform  form input{
    padding:2px;
    font-size: 10px;
}

#searchform #SearchButton{
    height: 20px;
    width: 21px;
    border:none;
    text-indent:-8000px;
    overflow:hidden;
    background: url(../images/SearchButton.png) no-repeat top left;
    cursor:pointer;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

#searchform #SearchButton:hover{
    background-position: center -20px;
}
