
.SearchResults {
    background: none repeat scroll 0 0 #ffffff;
    padding: 20px;
}
.SearchResults .SearchPane {
    margin-bottom: 20px;
}
.SearchResults .SearchPane .TextPane {
    float: left;
    margin-right: 15px;
}
.SearchResults .SearchPane .TextPane {
}
.SearchResults .SearchPane .TextBox {
    float: left;
}
.SearchResults .SearchPane .SearchButton {
    background: none repeat scroll 0 0 #0f6fa9;
    border-radius: 3px;
    box-shadow: 0 1px 2px #444444;
    color: #ffffff;
    font: bold 9pt/26px Arial;
    padding: 6px;
    text-transform: uppercase;
}
.SearchResults .SearchPane .DatePane {
    float: left;
    margin-right: 20px;
}
.SearchResults .SearchPane .DatePane .BeginDate {
    float: left;
}
.SearchResults .SearchPane .DatePane .EndDate {
    float: left;
    margin-left: 15px;
}
.SearchResults ul {
    color: #ff4200;
    list-style: square outside none;
    margin: 0;
    padding: 0;
}
.SearchResults .ResultList .Item {
    padding-bottom: 6px;
    padding-top: 6px;
}
.SearchResults .ResultList .Item .Image {
    display: none;
    float: left;
    height: 120px;
    margin-right: 8px;
}
.SearchResults .ResultList .Item img {
    border: 1px solid #cccccc;
    padding: 2px;
    width: 160px;
}
.SearchResults .ResultList .Item .Title {
    color: #222222;
    font: bold 13px/20px arial;
}
.SearchResults .ResultList .Item .Summary {
    color: #222;
}
.SearchResults .DataPager {
    float: right;
    margin: 2px;
}
