﻿  .MasterContentTemplate /*This sets the color of the full width of the masterpage content*/
{
    position:relative;
    top:-59px; 
    background-color:#DED5EC; 
}

#SearchContainerTop
{
    display:none;
}

.ButtonTopSearch
{
    display:none;
}

#search /*div to hold the search again on the search page*/
{
   border:solid 7px #e9e9e9;
   width:250px;
}
.searchform /*div to hold the search again on the search page*/
{
    border:solid 2px #ffcc00;
    height:100px;
    padding:10px;
    width:580px;
}

.searchform fieldset
{
    border:none;
    background-color:#fff;   
     position:relative;
    top:13px;
    padding-top:15px;
}

.searchform fieldset legend
{
    font-size:1em;  
}

.buttonsearch /*button on the search page*/
{
}

dl
{
    width:600px;
}
dt
{
    border-top:solid 1px #666;
    font-size:1.2em;
    padding:3px;
}
dd
{
    padding-bottom:5px;
}

dt.even
{
     background-color:#F8F8F8;
     padding-left:8px;
}
dd.odd
{
    display:block;
    width:585px;
    position:relative;
    right:40px;
    padding-left:15px;
}

dd.even
{
    background-color:#F8F8F8;
    display:block;
    width:585px;
    position:relative;
    right:40px;
    padding-left:15px;
}
    