body{
	margin: 0px;
	padding: 0px;
}
.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #ffffff;
    BORDER-RIGHT: #ffffff 1px solid; 
    BORDER-TOP: #ffffff 1px solid; 
    BORDER-LEFT: #ffffff 1px solid; 
    BORDER-BOTTOM: #ffffff 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #990000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#990000;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#990000;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#990000;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#2854AB;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #A30A28;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #A30A28;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #545454;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #1E4B84;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #192636;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #192636;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #D93209;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #192636;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #AC6501;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #41C0DB;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #41C0DB;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #2E1E08;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #2E1E08;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #2E1E08;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #2E1E08;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #2E1E08;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #2E1E08;
}

A:link  {
    text-decoration:    none;
    color:  #2E1E08;
}

A:visited   {
    text-decoration:    none;
    color:  #2E1E08;
}

A:hover {
    text-decoration:    underline;
    color:  #202020;
}

A:active    {
    text-decoration:    none;
    color:  #2E1E08;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
OL UL LI   {
    list-style-type:    disc;
}

HR {
    color: #CCCCCC;
    height:1pt;
    text-align:left
}


.StandardWidth {
	width: 814px;
}
.FullHeight {
	height: 100%;
}
.FullWidth {
	width: 100%;
}
.OuterTable {
	width: 100%;
	height: 100%;
}
.RealEstate_backbg{
	background-image: url(RealEstate_backbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #7CACC0;
	padding: 12px 0px 12px 0px;
}
.RealEstate_topbg{
	background-image: url(RealEstate_topbg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height: 19px;
	padding-right: 34px;
}
.RealEstate_bannerbg01{
	background-image: url(RealEstate_bannerbg01.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 133px;
}
.RealEstate_bannerbg02{
	background-image: url(RealEstate_bannerbg02.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 133px;
}
.RealEstate_bannerbg03{
	background-image: url(RealEstate_bannerbg03.jpg);
	background-repeat: repeat-x;
	height: 133px;
}
.RealEstate_bannerbg04{
	background-image: url(RealEstate_bannerbg04.jpg);
	background-repeat: repeat-x;
	height: 17px;
}
.RealEstate_menubg{
	background-image: url(RealEstate_menubg02.jpg);
	background-repeat: repeat-x;
	height: 30px;
	padding-left: 21px;
}
.RealEstate_bottombg{
	background-image: url(RealEstate_bottombg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: 19px;
	padding-left: 32px;
}
.RealEstate_padd01{
	padding-left: 21px;
	padding-top: 2px;
}
.RealEstate_padd02{
	padding-right: 12px;
	padding-bottom: 4px;
}
.tablemar{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/**/
.ModuleTitle_MenuContainer {
   background-position: top;
}
.ModuleTitle_MenuBar {
	cursor: hand;
	background-color: Transparent;
	background-position: top;
}
.ModuleTitle_MenuItem {
	cursor: hand; 
	color: #C6C6C6; 
	background-position: top;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuIcon {
	cursor: hand; 
	background-position: top;
	text-align: center; 
	color: #343434;
	background-color: #000000; 
	border-left: #3BA5BF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #3BA5BF 0px solid; 
}
.ModuleTitle_SubMenu {
	border-bottom: #363636 1px solid; 
	background-position: top;
	border-left: #363636 1px solid; 
	border-top: #363636 1px solid;  
	border-right: #363636 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #343434;
	background-color: #363636; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=0);
}
.ModuleTitle_MenuBreak {
	border-bottom: #FFFFFF 0px solid; 
	background-position: top;
	border-left: white 0px solid; 
	border-top: #FFFFFF 0px solid;  
	border-right: #FFFFFF 0px solid; 
	background-color: #A0A0A0;
	height: 1px;
	color: #343434;
}
.ModuleTitle_MenuItemSel {
	background-color: #90908E;
	cursor: hand; 
	font-size: 11px; 
	background-position: top;
	font-weight: normal; 
	font-style: normal;
	color: #FFE100;
}
.ModuleTitle_MenuArrow {
	background-position: top;
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-size: 11px; 
	background-position: top;
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_MenuContainer {	
	background-color: Transparent;
	background-position: top;
   margin:0px auto;
}
.MainMenu_MenuBar {
}

.RootItem TD{
	background-image: url(RealEstate_menubg02.jpg);
	background-repeat: repeat;
	height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	padding: 0px 10px 0px 10px;
}
.RootItemActive TD{
	background-image: url(RealEstate_menubg02.jpg);
	background-repeat: repeat;
	height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	padding: 0px 10px 0px 10px;
}
.RootItemSelected TD{
	background-image: url(RealEstate_menubg01.jpg);
	background-repeat: repeat;
	height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	padding: 0px 10px 0px 10px;
}
.RootItemBreadCrumb TD{
	background-image: url(RealEstate_menubg01.jpg);
	background-repeat: repeat;
	height: 30px;
	color: #FFF7B8;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	padding: 0px 10px 0px 10px;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #C6C6C6; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-position: top;
	border-left: #FFFFFF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #3BA5BF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-position: top;
	background-color: #000000; 
	border-left: #3BA5BF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #3BA5BF 0px solid; 
	text-align: center; 
	width: 15; 
	height: 20;
}
.MainMenu_SubMenu {
	border-bottom: #363636 1px solid; 
	border-left: #363636 1px solid; 
	background-position: top;
	border-top: #363636 1px solid;  
	border-right: #363636 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-position: top;
	background-color: #363636; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=0);
}
.MainMenu_MenuBreak {
   display:none;
}
.MainMenu_MenuItemSel {
	background-color: #90908E;
	cursor: hand; 
	color: #FFE100;
	background-position: top;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	height:20px;
}
.MainMenu_MenuArrow {
   display: none;
}
.MainMenu_RootMenuArrow {
   display: none;
}
.Main {
	border-right: #AAAAAA 1px solid; 
	border-left: #AAAAAA 1px solid; 
	background-position: top;
}
/**/
.copyright, a.copyright:link, a.copyright:visited, a.copyright:active {
	color: #BBE5FA; 
	font-size: 11px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
}
a.copyright:hover { 
	color: #BBE5FA; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
}
.login, A.login:link, A.login:visited, A.login:active{
   background-image: url(RealEstate_loginbg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BBECFD;
	float: right;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	margin: 0px 0px 0px 17px;
}
A.login:hover{
   background-image: url(RealEstate_loginhoverbg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BBECFD;
	font-weight: bold;
	text-decoration: none;
}
.breadcrumb, a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active {
	color: #001D29; 
	font-size: 11px; 
	font-weight: normal; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
}
a.breadcrumb:hover { 
	color: #001D29; 
	font-weight: normal; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
}
.currentdate{
	color: #152127; 
	font-weight: normal; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 	
}
/**/

.contentpane{
	padding: 4px 0px 0px 0px;
}
.toppane01{
	padding: 4px 0px 0px 0px;
}
.toppane02{
	padding: 4px 0px 0px 0px;
}
.leftpane01{
	padding: 4px 7px 0px 0px;
}
.leftpane{
	padding: 4px 7px 0px 0px;
}
.rightpane01{
	padding: 4px 0px 0px 7px;
}
.rightpane{
	padding: 4px 0px 0px 7px;
}
.bottompane01{
	padding: 4px 0px 0px 0px;
}
.bottompane02{
	padding: 4px 0px 0px 0px;
}

/**/
.RealEstate_font01{
font-family: Tahoma;
font-size:11px;
color:#2E1E08;
line-height:150%;
}
.RealEstate_font02{
font-family: Tahoma;
font-size:11px;
color:#2E1E08;
font-weight:bold;
line-height:150%;
}
.RealEstate_font03{
font-family: Tahoma;

font-size:14px;
color:#fff;
font-weight:bold;
line-height:150%;
}
.RealEstate_font04{
padding: 18px 0px 5px 10px;
}
.RealEstate_font05{
font-family: Tahoma;
font-size:11px;
color:#C5D4D7;
line-height:150%;
text-decoration:underline;
}
A.RealEstate_font05:link{
font-family: Tahoma;
font-size:11px;
color:#C5D4D7;
line-height:150%;
text-decoration:underline;
}
A.RealEstate_font05:visited{
font-family: Tahoma;
font-size:11px;
color:#C5D4D7;
line-height:150%;
text-decoration:underline;
}
A.RealEstate_font05:hover{
font-family: Tahoma;
font-size:11px;
color:#C5D4D7;
line-height:150%;
text-decoration:underline;
}
A.RealEstate_font05:active{
font-family: Tahoma;
font-size:11px;
color:#C5D4D7;
line-height:150%;
text-decoration:underline;
}
.RealEstate_font06{
font-family: Tahoma;
font-size:11px;
color:#FFFFFF;
line-height:150%;
}
.RealEstate_font07{
font-family: Tahoma;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
line-height:150%;
}
.RealEstate_font08{
font-family: Tahoma;
font-size:14px;
font-weight:bold;
color:#41C0DB;
line-height:150%;
}
.RealEstate_font09{
padding: 12px 6px 0px 0px;
}


