/*Button Style Information*/
.MyWCMS_RealEstate_Button
{
	font-family: Arial;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	margin-left: 4px;
	cursor: hand;
	color: #ffff66;
	margin-right: 4px;
	padding-top: 2px;
	background-color: #006600;
	border: outset;
}
.MyWCMS_RealEstate_Button A:link
{font-family: Arial; font-weight: bold; color: #ffff66;}

.MyWCMS_RealEstate_Button A:visited
{font-family: Arial; font-weight: bold; color: #ffff66;}

.MyWCMS_RealEstate_Button A:hover
{font-family: Arial; font-weight: bold; color: #ffff66;}

.MyWCMS_RealEstate_EditButton
{
	cursor: hand;
}

.MyWCMS_RealEstate_Button_Over
{
	border-right: outset;
	padding-right: 2px;
	border-top: outset;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	margin-left: 4px;
	border-left: outset;
	cursor: hand;
	color: #ffff66;
	margin-right: 4px;
	padding-top: 2px;
	border-bottom: outset;
	font-family: Arial;
	background-color: #009900;
}

.MyWCMS_RealEstate_Button_Over A:link
{font-family: Arial; font-weight: bold; color: #ffff66;}

.MyWCMS_RealEstate_Button_Over A:visited
{ font-family: Arial; font-weight: bold; color: #ffff66;}

.MyWCMS_RealEstate_Button_Over A:hover
{font-family: Arial; font-weight: bold; color: #ffff66;}

.MyWCMS_RealEstate_Button_Down
{
	font-family: Arial;
	border: inset;
	padding: 2px;
	margin-left: 4px;
	margin-right: 4px;
	cursor: hand;
	font-weight: bold;
	color: #ffff66;
	background-color: #006600;
}

/*Short Table Style Information*/
.MyWCMS_RealEstate_Short_MainTable
{
	border-collapse: collapse;
	width: 100%;
}
.MyWCMS_RealEstate_Short_Row
{
	border-top: green solid;
	background-color: white;
}
.MyWCMS_RealEstate_Short_HeadCell
{
	border: hidden;
}
.MyWCMS_RealEstate_Short_HeadData
{
}

.MyWCMS_RealEstate_Short_MainCell
{
	border: hidden;
}
.MyWCMS_RealEstate_Short_MainData
{
}
.MyWCMS_RealEstate_Short_CommandCell
{
	text-align: center;
}
.MyWCMS_RealEstate_Short_Image
{
	border: outset;
	background-color: White;
}

/*Single Table Style Information*/
.MyWCMS_RealEstate_Single_MainTable
{
	border-collapse: collapse;
	width: 100%;

}
.MyWCMS_RealEstate_Single_DataTable
{
	border-top: green solid;
	background-color: white;
}
.MyWCMS_RealEstate_Single_TitleCell
{
	border: hidden;
	text-align: center;
	background-color: Blue;
}
.MyWCMS_RealEstate_Single_TitleData
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: White;
}
.MyWCMS_RealEstate_Single_HeadCell
{
	border: hidden;
}
.MyWCMS_RealEstate_Single_HeadData
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	text-align: center;
}
.MyWCMS_RealEstate_Single_RowLight
{
	background-color: #eaeaea;
}
.MyWCMS_RealEstate_Single_RowDark
{
	background-color: #cacaca;
}

.MyWCMS_RealEstate_Single_MainCell
{
	border: hidden;
	width: 14%;
}
.MyWCMS_RealEstate_Single_MainData
{
	font-size: 10pt;
	font-family: 'Times New Roman';
	text-align: left;
}
.MyWCMS_RealEstate_Single_CommandCell
{
	width: 14%;
}
.MyWCMS_RealEstate_Single_CommandCellData
{
}

/*Expanded Table Style Information*/
.MyWCMS_RealEstate_Expanded_MainTable
{
	padding-right: 2px;
	padding-left: 2px;
	border-left-color: teal;
	border-bottom-color: teal;
	padding-bottom: 2px;
	border-top-style: groove;
	border-top-color: teal;
	padding-top: 2px;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: teal;
	border-bottom-style: groove;
}
.MyWCMS_RealEstate_Expanded_DataTable
{
	padding: 0;
}
.MyWCMS_RealEstate_Expanded_HeadCell
{
	border-right: teal groove;
	padding-right: 2px;
	border-top: teal groove;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: teal groove;
	padding-top: 2px;
	border-bottom: teal groove;
	background-color: blue;
}
.MyWCMS_RealEstate_Expanded_DataCellLeft
{
	padding: 0px;
}
.MyWCMS_RealEstate_Expanded_DataLabelLeft
{
	padding: 0px;
	font-weight: bold;
}
.MyWCMS_RealEstate_Expanded_DataLeft
{
	padding: 0px;
}
.MyWCMS_RealEstate_Expanded_DataCellRight
{
	background-color: #eeeeff;
	width: 100%;
}
.MyWCMS_RealEstate_Expanded_DataLabelRight
{
	background-color: #eeeeff;
	font-weight: bold;
	font-size: 9pt;
	width: 100;
	color: #005500;
}
.MyWCMS_RealEstate_Expanded_DataRight
{
	background-color: #eeeeff;
	font-size: 9pt;
	text-align: right;
	color: #005500;
}
.MyWCMS_RealEstate_Expanded_CommandCell
{
}
.MyWCMS_RealEstate_Expanded_HeadData
{
	color: cyan;
	font-size: 14pt;
}
.MyWCMS_RealEstate_Expanded_MainImage
{
	border: outset;
	width: 250pt;
}
.MyWCMS_RealEstate_Expanded_SubImage
{
	border: outset;
	height: 50pt;
}

/*Detail Table Style Information*/
.MyWCMS_RealEstate_Detail_MainTable
{
	border: inset;
	border-collapse: collapse;
}

.MyWCMS_RealEstate_Detail_HeadCell
{
	background-color: blue;
	text-align: left;
}

.MyWCMS_RealEstate_Detail_HeadData
{
	color: cyan;
	font-size: 14pt;
	text-align: left;
}

.MyWCMS_RealEstate_Detail_PriceCell
{
	text-align: center;
}

.MyWCMS_RealEstate_Detail_PriceData
{
	font-size: 14pt;
	color: Red;
	text-align: center;
}
.MyWCMS_RealEstate_Detail_MainLabelCell
{
}
.MyWCMS_RealEstate_Detail_MainDataLabel
{
	font-weight: bold;
	font-size: 9pt;
}
.MyWCMS_RealEstate_Detail_MainDataCell
{
	padding: 4;
}
.MyWCMS_RealEstate_Detail_MainData
{
	font-size: 9pt;
}
.MyWCMS_RealEstate_Detail_DescCell
{
}
.MyWCMS_RealEstate_Detail_DescData
{
	font-size: 14pt;
}
.MyWCMS_RealEstate_Detail_CommandCell
{
	text-align: center;
}
.MyWCMS_RealEstate_Detail_Image
{
	width: 300;
}
/*Search Style Information*/
.MyWCMS_RealEstate_Search_Table
{
	border: inset;
	border-collapse: collapse;
}
.MyWCMS_RealEstate_Search_TitleCell
{
	background-color: Green;
}
.MyWCMS_RealEstate_Search_HeadingCell
{
	background-color: #aaffaa;
}
.MyWCMS_RealEstate_Search_BodyCell
{
	padding: 5px;
	margin: 10px;
	background-color: #aaffaa;
}
.MyWCMS_RealEstate_Search_ControlsCell
{
	background-color: Black;
}

.MyWCMS_RealEstate_Search_Headings
{
	font-family: Arial;
	font-weight: bold;
	color: Black;
}
.MyWCMS_RealEstate_Search_Title
{
	font-family: Arial;
	font-size: 20pt;
	font-weight: bold;
	color: White;
}

/*Options Style Information*/
.MyWCMS_RealEstate_Options_MainTable
{
}
.MyWCMS_RealEstate_Options_Title
{
	font-weight: bold;
	font-size: 14pt;
	color: #99ffff;
	font-family: Arial;
	background-color: #330099;
}
.MyWCMS_RealEstate_Options_HeadCell
{
	font-weight: bold;
	vertical-align: top;
}
.MyWCMS_RealEstate_Options_HeadData
{
}
.MyWCMS_RealEstate_Options_MainCell
{
	vertical-align: top;
}
.MyWCMS_RealEstate_Options_MainData
{
}

/*Feature Style Information*/
.MyWCMS_RealEstate_Feature_Table
{
	border: inset;
}
.MyWCMS_RealEstate_Feature_TitleCell
{
	text-align: center;
}
.MyWCMS_RealEstate_Feature_TitleData
{
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}
.MyWCMS_RealEstate_Feature_ImageCell
{
	vertical-align: top;
}
.MyWCMS_RealEstate_Feature_Image
{
}
.MyWCMS_RealEstate_Feature_SubCell
{
	text-align: center;
}
.MyWCMS_RealEstate_Feature_SubData
{
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}
.MyWCMS_RealEstate_Feature_CommandCell
{
	text-align: center;
}

/*Paging Tool Styles*/
.MyWCMS_RealEstate_Pager_Table
{
	border: solid 1pt #005500;
	background-color: #ddffdd;
}
.MyWCMS_RealEstate_Pager_Buttons
{
	height: 20pt;
}
.MyWCMS_RealEstate_Pager_Counter
{
	font-weight: bold;
}
.MyWCMS_RealEstate_Pager_Table
{
}
.MyWCMS_RealEstate_Pager_Table
{
}
.MyWCMS_RealEstate_Pager_Table
{
}
/*Search Button*/
.MyWCMS_RealEstate_SearchButton
{
	height: 20pt;
}
