﻿/*master page specific*/
#logoSpace
{
	text-align: left;
	padding-left: 10px;
	width: 270px;
	float: left;
}

#tagLineSpace
{
	text-align: right;
	padding: 25px 10px 0 0;
}

/*footer*/

.mainFooter
{
	width: 780px;
	clear: both;
	margin-top: 15px;
}

.mainFooter
{
	text-align: -moz-center;
}

#legal
{
	font-size: 70%;
	color: Gray;
}

#techStudio a
{
	color: #FF7F00;
	text-decoration: none;
}

#techStudio a:hover
{
	text-decoration: underline;
	color: #FF7F00;
}

#techStudio a:visited
{
	color: #FF7F00;
}


/*quick search*/

#quickSearchSpace
{
	height: 340px;
	width: 200px;
	float: left;
	/*padding-top: 5px;*/
	text-align: left;
}

#quickSearchOps
{
	padding-left: 8px;
	font-size: 85%
}

/*#quickSearchSpace td
{
	padding-left: 5px;
}*/

#searchTitle
{
	width: 200px;
	text-align: center;
	height: 30px;
}

#advancedSpace
{
	width: 180px;
	padding: 5px 10px 0 10px;
	/*position: relative;
	top: 10px;*/
}


/*feature property*/

#featureSpace
{
	height: 340px;
	width: 570px;
	/*padding: 5px 0 0 10px;*/
	padding-left: 10px;
	float: left;
	text-align: left;
}

#featureImg
{
	padding: 2px 10px 2px 10px;
	float: left;	
}

#featureImg img
{
	max-height: 200px;
	overflow: hidden;
}

#featureTxt
{
	padding-left: 5px;
	overflow: hidden;
}

#listingAgentFeature
{
	/*float: right;
	position: relative;
	bottom: 70px;
	left: -250px;*/
	color: White;
	width: 565px;
	text-align: center;
	padding-left: 3px;
}

#featureTitle
{
	/*background-color: Transparent;
	background-image: url(../_images/titleBackground.jpg);
	background-position: center left;
	background-repeat: repeat-x;

	width: 560px;
	text-align: right;
	border-bottom: solid 1px Silver;
	padding-right: 10px;*/
	width: 570px;
	text-align: center;
	height: 30px;
}

#featureDesc
{
	height: 150px;
	overflow: hidden;
}


/*menu*/

#menu
{
	width: 780px;
	text-align: center;
}

#menuButtons
{
	background-color: Transparent;
	width: 780px;
	text-align: center;
}

#menuButtons
{
	text-align: -moz-center;
}

#menuButtons ul{
	list-style-type: none;
	margin: 0;
}

#menuButtons ul li
{
	float: left;
}

#menuButtons ul li a{
	font-size: 80%;
	color: #0055A4;
	padding-right: 7px;
}


/*authorization*/

#loginBox
{
	background-color: #EFF3FB;
	z-index: 95;
}

#loggedInSpace
{
	background-color: #EFF3FB;
}

#authSpace
{
	background-color: Transparent;
	/*float: right;*/
	padding-right: 10px;
	text-align: right;
	
}

.authButton
{
	background-color: White;
	border: Solid 1px #507CD1;
	font: Verdana;
	Font-Size: 0.8em;
	color: #284E98;
	Width: 50px;
	padding: 1px 8px 1px 8px;
	font-size: 9px;	
	vertical-align: middle;
	font-family: Verdana;
}

.authButton a
{
	text-decoration: none;
}

.authButton a:hover
{
	color: #284E98;
}

.authLink a, .authLink a:visited
{
	text-decoration: none;
	color: #284E98;
	
}

.authLink a:hover
{
	text-decoration: underline;
	color: #284E98;
}

/* Modal pops */

#modalPage
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}

.modalBackground
{
    filter: Alpha(Opacity=60); -moz-opacity:0.6; opacity: 0.6;
    width: 100%; height: 100%; background-color: #000000;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}

.modalContainer
{
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}

.modal
{
    background-color: Transparent;
    /*border: solid 4px black; */
    position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 200px;
    padding: 0px;
    text-align: center;
}

.modal
{
	text-align: -moz-center;
}

.modalTop
{
    height: 30px;
    /*background-color: #3D59A8;*/
    background: Transparent url(../_images/loginTitle.gif) no-repeat top center;
    color: #ffffff;
    text-align: right;
    width: 302px;
    vertical-align: bottom;
}

.modalTop img
{
	padding-right: 5px;
	padding-top: 5px;
}

/* this is located in main.css
.modalTop a, .modalTop a:hover, .modalTop a:visited
{
    color: #ffffff;
}*/

.modalBody
{
    padding: 10px;
    background-color: White;
}
