/*******************************************
			New CSS Classes
*******************************************/

/*Saved Search*/
DIV.mainDiv {
	border:0px solid #000;
}

DIV.searchNew {
	border: 0px solid #000000;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding:5px;
}

Table.Fx_Saved_Search {
	width:100%;
	margin:0px;
	padding:0px;
}
Tr.Fx_Saved_Search {
	background-color:#ececec;
}
Tr.Fx_Saved_Search#Alt {
	background-color:#dcdcdc;
}
Th.Fx_Saved_Search {
	background-color:#FEC51B;
	color:#fff;
	font-size:9pt;
	border:1px solid #000;
	margin:0px;
	padding:3px;
}
Td.Fx_Saved_Search {
	margin:0px;
	padding:3px;
	border:1px solid #aaa;
	border-bottom:0px;
}
Td.Fx_Saved_Search#Alt {
	margin:0px;
	padding:3px;
	border:1px solid #aaa;
	border-bottom:0px;
}
Button.Fx_Saved_Search {
}
A.Fx_Saved_Search:link {
	color: #2E3545;
}
A.Fx_Saved_Search:visited {
	color: #2E3545;
}
A.Fx_Saved_Search:hover {
	color: #A51733;
}
H1.Fx_Saved_Search {
	color: #730700;
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
}
H2.Fx_Saved_Search {
	color: #9B3700;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
}

.Fx_Saved_Search .Fx_Row_Alt {
	
}
.Fx_Saved_Search .Fx_Row_Alt td{
}

/*Quick search vertical*/

Table.Fx_Qs_V {
	width:100%;
	margin:0px;
	padding:0px;
}
Tr.Fx_Qs_V {
}
Tr.Fx_Qs_V#Alt {
}
Th.Fx_Qs_V {
}
Td.Fx_Qs_V {
	padding:2px;
	border:.5pt solid #555;
}
P.Fx_Qs_V {
}
Label.Fx_Qs_V {
	font-size:75%;
}
Input.Fx_Qs_V {
	font-size:75%;
}
Select.Fx_Qs_V {
	font-size:75%;	
}


.sb {
	border:1px solid #000;
}



.Idx_Results {
	width:550px;
	margin:auto;
	border:1px solid #ececec;
}
.Idx_Result {
	margin:2px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #000;
}
/* Header Info */
.Idx_Header {
	padding:2px;
}
.Idx_Info {
	width:60%;
	float:left;
}
.Idx_Info #Left {
	width:40%;
	float:left;
}
.Idx_Info #Right {
	width:60%;
	float:rigth;
}
.Idx_Info #Price {
	font-size:110%;
	font-weight:bold;
}
.Idx_Info #Status {
}
.Idx_Info #Type {
}
.Idx_Info #Address {
	width:50%;
	font-size:80%;
	float:left;
	padding:2px;
	padding-left:5px;
}
/* Content */
.Idx_Thumb {
	width:30%;
	float:left;
	margin:auto;
	text-align:center;
}
.Idx_Detail {
	float:right;
	padding:1px;
	font-size:85%;
	width:65%;
}
.Idx_Detail #Property_Info {
	
}
.Idx_Detail #Address_Info {
	width:50%;
}
.Idx_Detail #Description {
}
.Idx_Detail #Detail {
	width:48%;
	float:left;
	margin:1px;
}
/* Icons */
.Idx_Icons {
	float:right;
	text-align:right;
	margin:auto;
}
.Idx_Icon {
	width:28px;
	height:24px;
	margin:3px;
	padding:0px;
	border:0px solid #ececec;
}
.Idx_Icon#AskQuestion {
	background-image:url(http://idx.flexiss.net/images/icon_contact_agent.gif);
}
.Idx_Icon#Add2Favourite {
	background-image:url(http://idx.flexiss.net/images/icon_add2fav2.gif);
}
.Idx_Icon#Mortgage {
	background-image:url(http://idx.flexiss.net/images/icon_calculate.gif);
}
.Idx_Icon#EmailThis {
	background-image:url(http://idx.flexiss.net/images/icon_email.gif);
}
.Idx_Icon#MapThis {
	background-image:url(http://idx.flexiss.net/images/icon_searchmap.gif);
}
.Idx_Icon#PrintThis {
	background-image:url(http://idx.flexiss.net/images/icon_print.gif);
}

/* Footer */
.Idx_Footer {
	padding:3px;
	margin-top:2px;
}

.Idx_Footer #Notes {
	font-size:80%;
}


/* begin css tabs */

ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 1em 0 1em 0; /* set margins as desired */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #000; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
	display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7 { /* settings for selected tab */
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a { /* settings for selected tab link */
	background-color: #fff; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #000; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	/* background-color1: #cfc;  set unselected tab background color as desired */
	color: #000; /* set unselected tab link color as desired */
	margin-right: 1px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
	background: #fff; /* set desired hover color */
}

ul#tabnav a.tabselected {
	background-color:#fff;
}

/* end css tabs */




/* Start of the serch form screen */

TABLE.topNavBox {
	margin-top:5px;
	width:100%;
	border:1px solid #000;
}
P.topNavBox {
	width:200px;
	padding:5px;
	float:right;
	text-align:right;
	border:0px solid #000;
}


BUTTON.topNavBox {
	width:12px;
	height:12px;
	vertical-align:bottom;
	margin-left:3px;
	padding:5px;
	border:2px solid #fff;	
	background-color:#000;
}
A.topNavBox:link, A.topNavBox:visited, A.topNavBox:hover {
	margin-top:2px;
}

TABLE.topInfoBox {
	width:100%;
	margin-top:5px;
	border:1px solid #000;
}
P.topInfoBox {
	width:250px;
	float:right;
	font-size:.80em;
	border:0px solid #000;
}