div#search_holder
{
	width: 900px;
	float: left;
	clear: both;
}

div#search_holder div#search_header
{
	width: 900px;
	float: left;
	height: 60px !important;
	background-image: url('../graphics/search_header.png');
}

div#search_holder div#search_body
{
	width: 860px;
	float: left;
	padding: 40px 20px 40px 20px;
	background-image: url('../graphics/body_background_repeat.png');
}

div#search_holder div#search_body form
{
	margin: 0 auto;
	width: 400px;
	height: 340px !important;
	border: 1px dotted #555555;
	padding: 30px;
	background-image: url('../graphics/50trans.png');
	
}

div#search_holder div#search_footer
{
	width: 900px;
	float: left;
	height: 20px !important;
	background-image: url('../graphics/body_footer.png');
}




table#search_results td
{
	background-image: url('../graphics/50trans.png');
	height: 30px  !important;
	padding: 5px;
}

table#search_results tr.text1 td
{
	background: none;
	height: 15px  !important;

}

table#search_results tr.text1
{

}




div#searchNotice
{
		
	margin: 0 auto 25px auto;
	width: 300px;
	color: white;
	border: 1px dotted #555555;
	padding: 15px;
	background-image: url('../graphics/50trans.png');
}

div#searchNotice img
{
		vertical-align: middle;
		margin-right: 10px;
}












div#pager
{
    margin: 20px auto; 
    line-height: 20px;
    text-align: center;
    height: 20px;
    width: 250px;
    clear: both;
    padding-top: 10px;
}


div#pager a
{
    display: block;
    border: 1px solid #95a9c1;
    line-height: 13px;
    height: 13px;
    width: 13px;
    margin: 0 3px 0 3px;
    color: #95a9c1;
    font-weight: bold;
    font-size: 9px;
}


div#pager div#prev
{
    width: 100px;
    height: 20px;
    float: left;
}

div#pager div#prev a
{
    float: right;
}

div#pager div#next
{
    width: 100px;
    height: 20px;
    float: right;
}

div#pager div#next a
{
    float: left;
}

div#pager a.lt,
div#pager a.gt
{
    float: left !important;
}

div#pager a.gt
{
    float: right !important;
}

div#pager div#cur
{
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 5px;
}

div#pager div#cur div
{
    display: block;
    float: left;
    line-height: 16px;
    height: 16px;
    width: 16px;
    margin: 0 2px 0 2px;
    font-weight: bold;
}


div#pager a:hover
{
background-color: white;
}

