/* waySearch_CS.ascx */
.waySearch_container
{
clear: both;
text-align:right;
}

.waySearch_textBoxBackground
{
width:176px;
height:33px;
background:url(/filearchive/1/1046/searchbox_176x33_dark.png) no-repeat;
}

.waySearch_textBox
{
font-size:13px;
color: #a8a7a6;
font-family:tahoma;
border: none;
background-color:transparent;
margin-left:15px;
margin-top:8px;
width:130px;
/*border:solid 1px #000;*/
display:block;
float:left;
display:inline; /* IE6 hack */
}

.waySearch_button
{
margin-top: 0px;
display:block;
float:left;
width:25px;
}

/* waySearchResults_CS.ascx */
div.waySearchResults_searchResultsContainer {
width:430px;
padding:70px 0px 0px 0px;
font-family: tahoma;
float:left;
}

/*.waySearchResults_resultItemContainer
{

}

.waySearchResults_resultItemContainer_alternating
{
    background-color: #f6fafe;
}*/

div.waySearchResults_resultItemSeparator {
height:20px;
}

.waySearchResults_resultItemLink {
color:#114a6d;
font-size:14px;
font-weight:700;
}

.waySearchResults_resultItemLink:link {
color:#114a6d;
}

.waySearchResults_resultItemLink:active {
color:#114a6d;
}

.waySearchResults_resultItemLink:visited {
color:#a8a7a6;
}

.waySearchResults_resultItemLink:hover {
background-color:Transparent;
color:#114a6d;
text-decoration:underline;
}

div.waySearchResults_resultItemExcerpt {
color:#000;
font-size:10px;
}

div.waySearchResults_resultItemUrlLabel {
color:#999999;
font-size:10px;
}

div.waySearchResults_noResults {
color:#114a6d;
font-size:14px;
}

