﻿@import url("../NoSidebars/styles.css");

.content 
{
    margin: 0 40px;
}
.content .search-box 
{
    float: right;
    background-color: #e6e6e6;
    margin: 0;
    margin-top: -4em;
    margin-right: 2em;
    padding: 5px;
    overflow: auto;
    zoom: 1;
}
.content .search-box input 
{
    float: left;
}
.content .search-box a
{
    float: left;
    color: #687985;
    font-size: 11px;
    background: transparent url('../../images/link-purple-arrow.gif') no-repeat right center;
    padding-right: 8px;
    margin: 3px 5px 0;
    text-decoration: none;
}
.content .head, .content .foot
{
    background-color: #b8c2c9;
    margin: 0;
    border-top: 1px solid #cecece;
    overflow: auto;
    zoom: 1;
}
.content ul.next-prev 
{
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding: 3px 0;
}
.content ul.next-prev li
{
    float: left;
    margin: 3px 0 1px 0;
    padding: 2px 10px 2px 10px;
    background-image: none;
}
.content ul.next-prev li.line
{
    background: transparent url('../../images/search-results-next-prev-line.gif') repeat-y right top;
}
.content ul.next-prev a, .content ul.next-prev a:hover
{
    color: white;
}
.content h2 
{
    float: left;
    font-weight: normal;
    font-size: 14px;
    padding: 7px 10px;
    margin: 0;
    background-color: Transparent;
    color: Black;
}
.content h2 a.prev 
{
    position: absolute;
}
ol.search-results 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ol.search-results li 
{
    background-color: #feffde;
    padding: 5px 10px;
    border-top: 1px solid #cecece;
    overflow: auto;
    zoom: 1;
}
ol.search-results li.alt 
{
    background-color: #f2f2f2;
}
ol.search-results h3 
{
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    border-bottom-style: none;
}
ol.search-results p 
{
    margin: 0;
}
ol.search-results p a 
{
    font-size: 0.9em;
    font-style: italic;
}
