﻿#LenderSearch
{
}
#LenderSearch .navTbl
{
	border-top:none;
}
#LenderSearch .title
{
	width: 100%;
	background: transparent url(../images/Lender-Search-Title.gif) no-repeat center 10px;
	height: 40px;
	border-left:solid 1px #919b9c;
	border-right:solid 1px #919b9c;	
}
#LenderSearch .left
{
	border-right: 1px solid #919b9c;
	border-left:solid 1px #919b9c;
	padding: 10px;
	padding-top:20px;
}
#LenderSearch .right
{
	padding: 10px;
	border-right:solid 1px #919b9c;
	padding-bottom:0px;
}
#LenderSearch .foot
{
	width: 100%;
	font-size: 93%;
	height: 32px;
	padding: 0px;
	border: solid 1px #919b9c;
	vertical-align:middle;
}
#LenderSearch .productsnap
{
	width:250px;
	height:155px;
	background: transparent url('../images/product-snap2.jpg') no-repeat;
	margin: 0px auto;
	padding:0px;
}
#LenderSearch .productsnap ul
{
	list-style-type: none;
	line-height: 31px;
	margin-left:0px;
	padding-left:10px;
	font-size:1.1em;
}
#LenderSearch .productsnap ul span
{
	width:70px;
	display:block;
	float:left;
	color:#008ec9;
	font-weight:bold;
}
#LenderSearch .gridbg
{
	background: url(../images/gridbg.jpg) no-repeat; 
	padding: 7px 5px;
}
#LenderSearch .GreyButton
{
	background: transparent url( '../images/btnRedStrip.gif' ) no-repeat;
	border: 0px;
	height: 25px;
	width: 113px;
	font: normal 12px Arial, Verdana, Sans-serif;
	color: #464E4F;
	cursor: pointer;
}
 .RowMouseOver td
 {
   background-color: lightblue !important;
   color:Lime;
 }
 .RowMouseOut
 {
   /*this style is taken from the corresponding skin's GridRow_[SkinName] class - GridRow_Default in our case*/
   background: #f7f7f7;
      color:Lime;


 }
 .HeaderMouseOver
 {
   background-color: lightblue !important;
 }
 .HeaderMouseOut
{
	/*this style is taken from the corresponding skin's th.GridHeader class - th.GridHeader_Default in our case*/
	background: url(../RadControls/Grid/Skins/Default/img/headerBg.gif) red repeat-x 50% bottom;
}

