/* Search results page
------------------------------------*/	

	
#titlebar	{
		border-bottom:1px dotted #666666;
		background: transparent;
		padding: 0 0 0px 5px;
		}

#titlebar h1	{
			font-family: Verdana, Georgia, Times New Roman, Times, Serif;
			font-size: 14px;
			font-weight: bold;
			color:#01684A;
			}
			
#searchcontainer	{
					margin: 10px 20px 30px 0;
					padding: 0 0 0 10px;
					background: transparent;
					}

#searchcontainer p 	{

					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					}
					
					
.searchsubtitle h2	{	
					font-family: Verdana,Georgia, Times New Roman, Times, Serif;
					font-size: 11px;
					font-weight: bold;
					padding: 0 0 5px 5px;
					color:#7C8DA6;
					}
					
.searchbutton	{
				padding: 10px 0 0 0;
				}

#recentlistings {
				border-bottom:1px solid #666666;
				padding-bottom: 4px;
				margin: 0 0 6px 0;
				}
#recentlistings	 h2{
				font-family: Verdana, Georgia, Times New Roman, Times, Serif;
				font-size: 14px;
				font-weight: bold;
				padding: 0 0 2px 15px;
				color:#7C8DA6;
				}
				

/* most recent listing table styles
------------------------------------*/
#mrltable	{
			border: none;
			}

#mrltable tbody tr td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding: 5px 10px 5px 10px;
		border-left: none;
		}
	
	#mrltable tbody tr.listingshead td.subsubtitle {
		font-family: Verdana,Georgia, Times New Roman, Times, Serif;
		font-size: 12px;
		background-color: transparent;
		font-weight: bolder;
		border-left: none;
		padding-bottom: 7px;
		border-bottom: 1px dotted #666666;
		color:#01684A;
	}
	#mrltable A:link {
		color: #006633;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration:none;
	}
	#mrltable A:visited {
		color: #006633;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration:none;
	}
	#mrltable A:hover {
		color: #006633;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration:underline;
	}

.altrow {
    background-color: #F4F7FA;
}
	