/* Interactive Property Listings */

#content a {
	font-weight: normal !important;
	
}	

#content h5, #content h6 {
	margin-bottom: 10px;
}

/*****************************************/
/*         Search			        	 */
/*****************************************/
#searchOptions fieldset {
	float: left;
	text-align: left;
	width: 35%;
	min-height: 380px;
	height:auto !important;
  	height: 380px;
	margin-right: 20px;
	margin-bottom: 15px;
}

#searchOptions legend, #advancedSearchOptions legend {
	font-size: 15px;
	background-color: #FFFFFF;
}

#searchOptions label, #advancedSearchOptions label {
	display: block;
	margin-top: 5px;
	font-size: 13px;
}

#searchOptions legend {
	*margin-bottom: 5px;
}

#advancedSearchOptions fieldset {
	float: left;
	text-align: left;	
	width: 55%;
	min-height: 380px;
	height:auto !important;
  	height: 380px;
	margin-bottom: 15px;
}

#searchOptions .errMsg, #advancedSearchOptions .errMsg {
	display: block;
	width: 100%;
	float: left;
}

#searchOptions select, #advancedSearchOptions select {
	width: 194px;
}

#buttons {
	display: block !important;
	margin-top: 10px;
}

#searchOptions fieldset input[type="submit"] {
	margin: 0;
}

#searchOptions fieldset input[type="button"] {
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	width: 176px;
}

#advancedSearchOptions fieldset input[type="submit"] {
	display: block !important;
    margin-top: 10px;
}

#searchOptions fieldset input[type="checkbox"], #advancedSearchOptions fieldset input[type="checkbox"] {
    margin-right: 4px;
    margin-left: 10px;
}

#searchOptions fieldset a, #advancedSearchOptions fieldset a{
	font-size: 10px;
}
#searchOptions fieldset a:visited, #advancedSearchOptions fieldset a:visited, #searchOptions fieldset a, #advancedSearchOptions fieldset a {
	text-decoration: underline;
}
#searchOptions fieldset a:hover, #advancedSearchOptions fieldset a:hover {
	text-decoration: none;
}

/*****************************************/
/*         Property Search Results		 */
/*****************************************/
.propertyResults {
	border: 1px solid #CCCCCC;
	border-right: 0;
	padding: 0;
	margin: 0;
	color: #666666;
}

.propertyPagination {
	border: 1px solid #CCCCCC;
	border-right: 0;
	padding: 0;
	margin: 0;
	color: #666666;
}

.propertyPagination td {
	border-right: 1px solid #CCCCCC;
	margin: 0;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.propertyPagination a {
	font-weight: normal;
}

.new {
	font-weight: bold;
	color: #CC0000;
}

.propertyResults a {
	font-weight: normal;
	text-decoration: underline;
}

.propertyResults a:hover {
	text-decoration: none;
}

.propertyResults td {
	border-right: 1px solid #CCCCCC;
	margin: 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.propertyResults td img.border {
	border: 3px double #666666;
}

.propertyResults td img.border:hover {
	border: 3px double #333333;
}

.propertyResults tr.altrow {
	background-color: #EFEFEF;
}

.propertyResults tr:hover {
	background-color: #DFDFDF;
}

.propertyResults th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	margin: 0;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	height: 32px;
	background-image: url(../images/grey_gradient_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}

/*****************************************/
/*         Property Listing Details		 */
/*****************************************/

.listingDetails {
		
}

.listingDetails div.nav {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 10px;
}

.listingDetails a {
	font-weight: normal;
}

.agentDetailsBox {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	text-align: left;
	margin: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 30px;
}

.agentDetailsBox img {
	border: 1px solid #666666;
	margin-right: 10px;
	margin-bottom: 10px;
}

.agentDetailsBox a {
	text-decoration: underline;
}

#content .listingDetails td.leftDetails div.agentDetailsBox p {
	margin-bottom: 3px;
	margin-top: 3px;
}

#content .listingDetails td.leftDetails div.propertyFeatures {
	margin: 10px;
	margin-left: 0;
}

#content .listingDetails td.leftDetails div.propertyFeatures p {
	margin-bottom: 2px;
	margin-top: 2px;
}

#content .listingDetails td.leftDetails div.propertyFeatures h3 {
	background-color: #EEE !important;
	border-bottom: 1px solid #999999;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 3px;
	font-weight: normal;
	font-size: 14px;
}

.listingDetails td.rightDetails .Morgcal {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 10px 0px 10px 0px;
	color: #666666;
	font-size: 12px;
	padding: 5px 20px 0px 20px;
}

.listingDetails td.rightDetails .Morgcal h3{
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	background-color: #EEE !important;
	border-bottom: 1px solid #999999;
	padding: 3px;
	margin: 0px;
}

.listingDetails td.rightDetails .Morgcal input[type="button"] {
	display: block;
	margin: 10px auto 15px auto;
	width: 140px;
}

.listingDetails td.rightDetails .Morgcal input[type="text"] {
	color: #666666;
	border: 1px outset #CCCCCC;
	width: 75px;
}

#content .listingDetails td.rightDetails p {
	margin-bottom: 2px;
	margin-top: 2px;
}

.agentDetailsBox a:hover {
	text-decoration: none;
}

.listingDetails td {
	vertical-align: top;
	text-align: left;
}

.listingDetails td.rightDetails {
	width: 340px;
}

#map {
	width: 328px;
	height: 328px;
}

#mapCanvas {
	width: 328px;
	height: 328px;
	margin-top: 10px;
	margin-bottom: 5px;
	opacity: 1;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	border-top: 1px solid #EEE;
	border-right: 1px solid #999;
	border-bottom: 1px solid #BBB;
	padding: 5px;
}

#directions {
	padding: 0 !important;
	margin: 0 !important;
}

#directions td {
	background-color: #FFFFFF !important;
	padding: 2px !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	margin: 0 !important;
	text-align: left !important;
	border: 0 !important;
}

#directions table {
	width: 100% !important;
}

#directions img {
	display: none !important;
}

.listingDetails td.rightDetails h1 {
	color: #999999;
	font-weight: normal;
	font-size: 14px;
	font-weight: bold;
}

.listingDetails td.leftDetails {
	padding-right: 10px;

}

/*****************************************/
/*        Agent Search Results   		 */
/*****************************************/
#AgentInfo {
	float: left;
	width: 340px;
	min-height: 125px;
	height:auto !important;
  	height: 125px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 0px 15px 15px 0px;
}

#AgentInfoRight {
	float: right;
	width: 400px;
	padding: 10px;
	padding-top: 0;
	margin: 0px 0px 15px 0px;
}

#AgentInfoRight h3 {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#AgentInfoLeft {
	float: left;
	width: 330px;
	padding: 0px;
	margin: 0px 10px 15px 0px;
}

#AgentInfoLeft img.border {
	border: 3px double #666666;
	margin-right: 15px;
}

#AgentInfoLeft img.border:hover {
	border: 3px double #333333;
}

#AgentInfoLeft .thickBorder {
	border: 4px solid #DEDEDE;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	min-height: 219px;
	height:auto !important;
  	height: 219px;
}

#AgentInfoLeft .shaded {
	padding: 0px 10px 20px 10px;
	border: 1px solid #999999;
	background-image: url(../images/shaded.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;	
	min-height: 197px;
	height:auto !important;
  	height: 197px;
}

#AgentInfoLeft .shaded h5 {
	text-transform: uppercase;
}

#AgentInfoRight p.links {
	color: #666666;
}

#AgentInfoLeft .shaded p {
	color: #666666;
}

#AgentInfo a, #AgentInfoLeft a, #AgentInfoRight a {
	font-weight: normal;
	text-decoration: underline;
}

#AgentInfo img.border {
	border: 3px double #666666;
	margin-right: 15px;
}

#AgentInfo img.border:hover {
	border: 3px double #333333;
}

#content form.filter {
	padding: 0 !important;
	margin: 0 !important;
	margin-top: 10px !important;
}

/*****************************************/
/*        Agent Details         		 */
/*****************************************/

td.nav a {
	font-weight: normal !important;
	
}	

/*****************************************/
/*         Property Styles      		 */
/*****************************************/

/*BEGIN CSS Tooltip*/
a:hover { 
	position: relative;
}

a span {
	display: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
}

a span .text {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
}

a span .title {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	height: auto;
	color: #FFFFFF; 
	font-size: 14px;
	letter-spacing: .2em;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #F7F7F7;
	background-image: url(../images/span_h1_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

a:hover span {
	width: 120px;
	height: auto;
	display: block;
	position: absolute;
	top: 25px;
	left: 10px;
	background-color: #9C9C9C;
	color: #FFFFFF;
	border: 2px solid #CCCCCC;
	padding: 0;
	margin: 0;
}

/*END CSS Tooltip*/