/* ---------------------  Back  --------------------- */

.headBg
{
    background-image: url(Bg/House.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.menuBg
{
	background-image: url(Menu/Bg.gif); 
}

.sellBg
{
    background-image: url(Title/ForSell.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.rentBg
{
    background-image: url(Title/ForRent.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.signInBg
{
	background-image: url(BG/SignIn.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

.blueBg
{
    background-color: #f2f8ff;
}

.whiteBg
{
    background-color: #ffffff;
}

.silverBg
{
	background-color: #f2f0f1;
}

.grayBg
{
	background-color: #e1e1e1;
}

.yellowBg
{
	background-color: #ffffb1;
}

.grayEdge
{
	border: solid 1px #b8b8b8;
}

.tealEdge
{
	border: solid 1px #59aca9;
}

.linkList
{
    list-style-image: url(Icon/extlink.gif);
}

.up3
{
    position: relative;
    top: -3px;
}
/* ---------------------  Font  --------------------- */

.titleF
{
	font-size: 24px;
}

.brownF
{
	color: #d45713;
}

.F12
{
    font-size: 12pt;
}
/* ---------------------  Grid  --------------------- */


.dateFilterBox
{
    text-align: center; 
    padding: 0px; 
    font-size: 9px; 
    width: 50px; 
    height: 9px;
}

.headerRow
{
    background-color: #e2e2e2;
}

.alternatingRow
{
    background-color: #f8f8f8;
}


/* ---------------------  Pager --------------------- */

.pagerLink, .pagerCurrent
{
	background: #f5f5f5;
	border: 1px solid #363636;
	padding: 1px 3px 1px 3px;
	margin: 0px 2px 0px 2px;
}

.pagerCurrent
{
	background: #cecece;
}

.pagerLink
{
	background: #e9ecfa;
}

.pagerActive
{
	background: #ffffff;
	color: #ff3300;
}

.pagerLink, .pagerActive
{
	border: 1px solid #c9c9c9;
	padding: 1px 3px 1px 3px;
	margin: 0px 4px;
	font-size: 11pt;
}

.pagerF
{
    font-size: 11pt;
}


/* --------------------- M isc  --------------------- */

a.brownF:link, a.brownF:visited
{
	color: #d45713;
}

.labelW
{
    width: 80px;
}

.dashedGreenBox
{
    border: dashed 1px #28f028;
}