﻿/**** xslStyles.css ***************************************************************
* 
* MISC STYLES - Controls the styling for the Placeholder divs and other misc 
*               styles
* SIDEBAR STYLES - Controls the styling for the filter navigation modules
* 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
{
    display: block;
}
#PlaceholderDiv_03 div
{
    margin: 0 auto;
    text-align: center;
}
#PlaceholderDiv_04
{
}
#PlaceholderDiv_05
{
}
.empty_div
{
    display: none;
}
.clear
{
    clear: both;
}

/**** SIDEBAR STYLES **************************************************************
**********************************************************************************/
#Sidebar
{
    width: 150px;
    float: left;
    /*display: none;*/
}
#ContentType_Filter, #Category_Filter, 
#Provider_Filter
{
    border: solid 1px #999999;
    margin-bottom: 10px;
    background-color:#ffffff;
}
#ContentType_Filter .filter_header span, 
#Category_Filter .filter_header span, 
#Provider_Filter .filter_header span
{
    padding-left: 5px;
    font-size: 12px;
    font-weight: bold;
}
#ContentTypeLinks, #CategoryLinks, 
#ProviderLinks
{
    padding: 8px 0px 8px 8px;
}
#Pixsy_Logo
{
    text-align: center;
    margin-bottom: 35px;
}
.filter_header
{
    line-height: 30px;
    background-color: #dedede;
    border-bottom: solid 1px #999999;
}
.filter_container
{
    font-size: 12px;
}
.filter_showAllLinks
{
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.filter_link
{
    font-size: 12px;
    color: #0000ff;
    text-decoration: none;
}
.filter_link:hover
{
    color: #ff0000;
}
.filter_selected
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin: 2px 0px 2px 0px;
}

/**** SEARCH RESULTS STYLES *******************************************************
**********************************************************************************/
#SearchResults
{
    width: 692px;
    float: right;
    border: solid 1px #999999;
    background-color: #ffffff;
}
#ResultsTitleBar
{
    height: 30px;
    font-size: 80%;
    background-color: #dedede;
    border-bottom: solid 1px #999999;
}
#SearchResults_Description
{
    float: left;
    width: 350px;
    height: 30px;
    overflow: hidden;
    padding: 0px 0px 0px 5px;
    color: #000000;
}
#SearchResults_SortBy
{
    float: right;
    padding: 0px 6px 0px 0px;
    font-size: 12px;
}
#SearchResults_ViewType
{
    float: right;
    padding: 2px 5px 0px 6px;
}
#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
{
    height: 30px;
    line-height: 30px;
}
.description_text
{
}
.highlight
{
    color: #0000ff;
    font-weight: bold;
}
.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
{
    width: 90px;
    font-size: 72%;
}
.titleBar_images
{
}
.viewbutton
{
    border: 2px solid #ffffff;
    padding: 1px;
    cursor: pointer;
}
.viewbutton_selected
{
    border: 2px solid #f8d049;
    padding: 1px;
}
.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: #000000;
    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: solid 1px #cccccc;  
}
.results_container
{
    width: 680px;
    margin: 10px 5px 10px 5px;
}
.listview_imageContainer
{
    float: left;
    width: 104px;
    text-align: center;
}
.listview_image
{
    max-width: 102px;
    width: expression(this.width > 102 ? 102: true); /* max-width hack for IE 6*/
    border: solid 1px #cccccc;
    padding: 5px;
}
.listview_descriptionContainer
{
    float: right;
    width: 558px;
    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
{
    margin: 8px 2px 8px 2px;
    cursor: pointer;
    display: -moz-inline-box; /* Firefox and Safari */
    display: inline-block; /* IE */
    text-align: center;
}
.thumbview_container div
{
    width: 195px;
}
.thumbview_image
{
    max-width: 125px;
    width: expression(this.width > 125 ? 125: true); /* max-width hack for IE 6*/
}
.thumbview_title
{
    max-width: 185px;
}
.thumbview_titleLink
{
    font-size: 12px;
    font-weight: bold;
    color: #0000ff;
    text-decoration: none;
}
.thumbview_titleLink:hover
{
    color: #ff0000;
}
.thumbview_provider
{
}
.thumbview_providerText
{
    font-size: 11px;
    color: #666666;
}