﻿/**** xslStyles.css ***************************************************************
* 
* MISC STYLES - Controls the styling for the Placeholder divs and other misc 
*               styles
* SEARCH RESULTS STYLES - Controls the styling for the Results container
* <Both the Sidebar div and SearchResults div are contained within the
*  SearchResultsContent div, and the styling for SearchResultsContent is in 
*  the search.css file>
* LISTVIEW STYLES - Controls the styling specific to the list view type
* THUMBVIEW STYLES - Controls the styling specific to the thumbnail view type
*                         
**********************************************************************************/

/**** MISC STYLES *****************************************************************
**********************************************************************************/
#PlaceholderDiv_01
{
}
#PlaceholderDiv_02
{
}
#PlaceholderDiv_03
{
}
#PlaceholderDiv_04
{
}
.empty_div
{
}
.clear
{
    clear: both;
}

/**** SEARCH RESULTS STYLES *******************************************************
**********************************************************************************/
#SearchResults
{
    width: 100%;
}
#ResultsTitleBar
{
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: solid 3px #3a4245;  
    text-align: left;
}
#SearchResults_Description
{
    width: 350px;
    overflow: hidden;
    font-size: 24px;
    color: #3a4245;
    font-weight: bold;
    margin-bottom: 5px;
}
#SearchResults_Controls
{
    padding-left: 5px;
    padding-right: 5px;
}
#SearchResults_FilterBy
{
    margin-right: 35px;
}
#SearchResults_SortBy
{
    margin-left: 35px;
    margin-right: 35px;
}
#SearchResults_ViewType
{
    margin-left: 35px;
}
#SearchResults_Counter
{
    margin-left: 125px;
}
#SearchResults_TopPgNav
{
    float: right;
    padding-right: 10px;
}
#SearchResults_Results
{
    margin-top: 15px;
    text-align: center;
}
#SearchResults_Footer
{
    margin: 20px 0px 20px 0px;
    line-height: 1em;
}
.title_bar
{
}
.titleBar_control
{
    font-size: 12px;
    color: #3a4245;
    font-weight: bold;
}
.description_text
{
}
.highlight
{
    color: #3a4245;
}
.description_filterText
{
}
.bold_text
{
    font-weight: bold;
}
.search_link
{
    font-size: 12px;
    color: #0000ff;
}
.search_link:hover
{
    color: #ff0000;
}
.search_link_divider
{
    color: #0000ff;
}
.small_text
{
}
.sort_select, .filter_select
{
    width: 90px;
    font-size: 72%;
}
.titleBar_images
{
}
.viewbutton
{
    padding: 3px;
    cursor: pointer;
    vertical-align: bottom;
}
.viewbutton_selected
{
    border: 2px solid #f9582e;
    padding: 1px;
    vertical-align: bottom;
}
.pixsy_text
{
}
.footer_pgNav
{
    text-align: center;
}
.footer_pgNav .small_text
{
    font-size: 10px;
}
.pagelink
{
    font-size: 12px;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    border: 1px solid #999999;
    background-color: #ffffff;
    color: #3a4245;
    margin: 1px;
}
.pagelink:hover
{
    color: #0000ff;
}
.pagelink_selected
{
    font-size: 12px;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    border: 1px solid #0000ff;
    background-color: #0000ff;
    color: #ffffff;
    margin: 1px;
}
.footer_copyright
{
    margin-top: 8px;
}
.footer_copyright .search_link
{
    font-size: 10px;
}
.footer_smallTextContainer
{
    margin-top: 8px;
}

/**** LISTVIEW STYLES *************************************************************
**********************************************************************************/
.results_cell
{
    border-bottom: dotted 1px #3a4245;  
}
.results_container
{
    width: 98%;
    margin: 10px 5px 10px 5px;
}
.listview_imageContainer
{
    float: left;
    width: 18%;
    text-align: center;
}
.listview_image
{
    max-width: 98%;
    border: solid 1px #3a4245;
    padding: 5px;
}
.listview_descriptionContainer
{
    float: right;
    width: 79%;
    overflow: hidden;
    text-align: left;
}
.listview_title
{
    font-size: 12px;
}
.listview_titleLink
{
    color: #0000ff;
    font-weight: bold;
    text-decoration: none;
}
.listview_titleLink:hover
{
    color: #ff0000;
}
.listview_provider
{
    font-size: 11px;
    color: #666666;
    margin-top: 2px;
}
.listview_context
{
    font-size: 12px;
    margin-top: 2px;
}
.listview_caption
{
    font-size: 11px;
    color: #666666;
    margin-top: 2px;
}
.listview_keywords
{
    font-size: 11px;
    color: #666666;
    margin-top: 2px;
}
.listview_icons
{
    margin-top: 4px;
}
.listview_icons a
{
    text-decoration: none;
}

/**** THUMBVIEW STYLES ************************************************************
**********************************************************************************/
.thumbview_container
{
    width: 175px;
    height: 200px;
    display: -moz-inline-box; /* Firefox and Safari */
    display: inline-block; /* IE */
    text-align: center;
    margin: 5px;
}
.thumbview_innercontainer
{
    width: 175px;
}
.thumbview_imageContainer
{
    width: 175px;
    height: 135px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    vertical-align: top;
}
.thumbview_image
{
    min-width: 150px;
    min-height: 115px;
    max-width: 165px;
    max-height: 128px;
    width: expression(this.width > 165 ? 165: true);   
    height: expression(this.height > 128 ? 128: true); 
    border: 0;
    padding: 0px;
    margin: 3px;
}
.thumbview_title
{
    max-width: 160px;
    margin: 0 auto;
}
.thumbview_titleLink
{
    font-size: 12px;
    font-weight: bold;
    color: #0000ff;
    text-decoration: none;
}
.thumbview_titleLink:hover
{
    color: #ff0000;
}
.thumbview_provider
{
    max-width: 160px;
    margin: 0 auto;
}
.thumbview_providerText
{
    font-size: 11px;
    color: #666666;
}