﻿#headerdiv
{
	margin-bottom:20px;
}

#backdiv
{
	display:inline;
}

.searchresultsheader td
{
    background:#5781A2 url(/images/common/tableHeaderBG.gif) repeat-x;
    color: #FFFFFF;
    font-family: Myriad Web, MS Sans Serif, Verdana;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    margin-top:15px;
    padding:5px;
    vertical-align: middle;
}

.searchresultsheader th
{
	background:#5781A2 url(/images/common/tableHeaderBG.gif) repeat-x;
    color: #FFFFFF;
    font-family: Myriad Web, MS Sans Serif, Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-top:15px;
    padding-left:4px;
    text-align:center;
    vertical-align: middle;
}

.searchresultsitem td
{	
	color: #333333;
	background-color:#EFF3FB;
    border-bottom:dotted 1px #afa299 !important;
    font-family: Myriad Web, MS Sans Serif, Verdana;
    font-size: 11px;
    height: 50px;
    margin-top: 0px;
	padding:4px 0 4px 4px;
    vertical-align: top;
}

.searchresultsaltitem td
{	
	background-color:#FFFFFF;
    border-bottom:dotted 1px #afa299 !important;
    color: #333333;
    font-family: Myriad Web, MS Sans Serif, Verdana;
    font-size: 11px;
    height: 50px;
    margin-top: 0px;
    padding:4px 0 4px 5px;
    vertical-align: top;
}

.searchresultsitem a:link,
.searchresultsaltitem a:link,
.searchresultsitem a:visited,
.searchresultsaltitem a:visited
{
	color:#446782;
	text-decoration:none;
}

.searchresultsitem a:active,
.searchresultsaltitem a:active,
.searchresultsitem a:hover,
.searchresultsaltitem a:hover
{
	color:#446782;
	text-decoration:underline;
}
