﻿.searchResultPanel
{
	background-color: #404040;
	float:left;
}

.searchResult
{
	color: #fff;
	float:left;
	width:100%;
	padding:20px 10px 20px 10px;
}

.searchResult #col1
{
    width: 779px;
    background: #fff;
    margin-right:10px;
    float: left;
    color: #333;
}

.searchResult #col1 TABLE
{
    border-bottom: 0px;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
}
.searchResult #col1 thead TH
{
    border-bottom: 0px;
    text-align: left;
    border-left: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
    background: #818285;
    color: #fff;
    vertical-align: bottom;
    border-top: 0px;
    border-right: 0px;
    padding-top: 4px;
}
.searchResult #col1 .topSpace
{
    vertical-align: top;
    padding-top: 15px;
}
.searchResult #col1 TH A:hover
{
    color: #000;
}
.searchResult #col1 TH a
{
    color: #fff;
}
.searchResult #col1 TH #search_terms
{
    float: left;
}

.searchResult #col1 TH div#results_per_page
{
    float: right;
    clear: none;
    margin-right: 15px;
    font-size: 0.8em;
    font-weight: normal;
}
.searchResult #col1 TH P
{
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}


.searchResult #col2
{
    margin: 0px;
    width: 139px;
    float:left;
    margin-left:5px;
    margin-right:20px;
}



#narrow_results
{
    width: 140px;
    vertical-align: top;
}
#narrow_results H2
{
    margin: 0px 0px 1em;
    font-size: 1em;
}
#narrow_results LABEL
{
    color: #818285;
    font-size: 0.8em;
}
#col1 #narrow_results LABEL A
{
    border-bottom: 0px;
    border-left: 0px;
    color: #f1592a;
    border-top: 0px;
    border-right: 0px;
    text-decoration: none;
}
#narrow_results SELECT
{
    width: 120px;
    margin-bottom: 12px;
    font-size: 0.85em;
}

#search_history
{
    padding-left: 15px;
    width: 100px;
    font-family:Arial;
}
#search_history H2
{
    margin: 0px 0px 1em;
    font-size: 1em;
    font-weight:normal;
}

#search_history #historyItem
{
    font-size: 0.85em;
    margin:0px;
    padding-bottom:8px;
}

#search_history #historyItem a
{
	color: #333;
}

#search_history #historyItem a:hover
{
	color: #F15A2B;
}

#search_result
{
	 font-family:Arial;
	 padding-right:10px;
}

#search_result #results
{
	padding-top:20px;
}

#search_result #results #testimonyTitle
{
	font-size:12px;
}

#search_result #results #segment
{
	color: #1AA7A5;
	padding-bottom:10px;
}
#search_result #results .keyword
{
	font-size: 0.9em;
}

#search_result #results .otherMatches
{
	cursor:pointer;
	color:#1AA7A5;
	background:url(../../images/arrow_right.png) no-repeat left center;
	padding-left:14px;
}
#search_result #results .otherMatches:hover
{
	color: #F15A2B;
}

.paging
{
	float:right;
	padding-left:10px;
	font-size: 1em;
	font-family:Arial;
}

.paging .selected
{
	color: #F15A2B;
}

#search_result .resultBox
{
	padding:4px 0px 4px 4px;
}

#connections_bottom
{
    padding-bottom: 0px;
    font-style: italic;
    padding-left: 42px;
    width: 240px;
    padding-right: 0px;
    background: url(../../images/iwitness_connection_lg_orange.png) no-repeat left top;
    float: left;
    color: #818285;
    font-size: 0.85em;
    padding-top: 0px;
}


        #col1 #search_intro
        {
            float: left;
            width: 45%;
            margin: 15px;
        }
        #col1 h2
        {
            margin: 0;
        }
        #col1 #search_intro li
        {
            list-style: inside disc;
        }
        #col1 #search_box
        {
            float: left;
            margin: 15px 15px 15px 30px;
        }
       
        #col1 #search-tips
        {
            float: left;
            background: #ccc;
            padding: 9px;
            margin: 15px 15px 15px 30px;
            width: 300px;
        }
        #col1 #search-tips img
        {
            border: 2px solid #666;
            margin: 15px 0 0;
        }
        #col1 #search-tips p
        {
            margin: 9px 0;
        }
        
/* Search term highlights
----------------------------------------------------------*/
.wordMark
{
	font-style: normal; color: #000; background: #fdf355; padding: 2px;
}
.wordMark0
{
    font-style: italic;
}
.wordMark1
{
	font-style: italic;
}
.wordMark2
{
	color: #000000;
	background-color: #e9f1a3;
	font-weight: bold;
}

.wordMark3
{
	color: #000000;
	background-color: #e1e1e1;
	font-weight: bold;
}

.wordMark4
{
	color: #000000;
	background-color: #fee0fb;
	font-weight: bold;
}        

.popUpBox
{
	background-color: #FFFFFF;
	border-right: #ff9900 1px solid;
	border-top: #ff9900 1px solid;
	border-left: #ff9900 1px solid;
	border-bottom: #ff9900 1px solid;
	border-color: #666666;
	text-align: left;
}
.excerptedText
{
    font-size:14px;font-weight:bold;
}
