/* ================================
CSS STYLES
================================
*/   
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
/* background color for the content part of the pages */
Body
{
}
.ControlPanel {
}
/* background/border colors for the selected tab */
.TabBg {
}
.LeftPane  { 
}
.ContentPane  { 
}
.RightPane  { 
}
/* text style for the selected tab */
.SelectedTab {
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
}
A.SelectedTab:visited  {
}
A.SelectedTab:active   {
}
A.SelectedTab:hover    {
}
/* text style for the unselected tabs */
.OtherTabs {
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}
A.OtherTabs:visited  {
}
A.OtherTabs:active   {
}
A.OtherTabs:hover    {
}
/* GENERAL */
/* style for module titles */
.Head   {
}
/* style of item titles on edit and admin pages */
.SubHead    {
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}
/* text style used for most text rendered by modules */
.Normal
{
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}
.NormalRed
{
}
.NormalBold
{
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}
A.CommandButton:visited  {
}
A.CommandButton:active   {
}
A.CommandButton:hover    {
}
/* button style for standard HTML buttons */
.StandardButton     {
}
/* GENERIC */
H1  {
}
H2  {
}
H3  {
}
H4  {
}
H5, DT  {
}
H6  {
}
TFOOT, THEAD    {
}
TH  {
}
A:link  {
}
A:visited   {
}
A:active    {
}
A:hover {
}
SMALL   {
}
BIG {
}
BLOCKQUOTE, PRE {
}
UL LI   {
}
UL LI LI    {
}
UL LI LI LI {
}
OL LI   {
}
OL OL LI    {
}
OL OL OL LI {
}
OL UL LI   {
}
HR {
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   
/* style of item titles by Announcements and events */
.ItemTitle    {
}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/* Main Menu */
.MainMenu_MenuContainer {
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
}
.MainMenu_MenuIcon {
}
.MainMenu_SubMenu {
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuItemSel {
}
.MainMenu_MenuArrow {
}
.MainMenu_RootMenuArrow {
}
/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/
/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ body { margin: 0px 0px 0px 0px;;  padding:0px; font-size: 11px; background: #AFA496;}
/* Setting Text Throughout the skin      */ table, tr, td, p {font-family: verdana; font-size: 11px; line-height: 1.4em; margin: 0;}
/*========================================================*/
/*  2. Design Elements                                    */
/*========================================================*/
/*-- outermost table of skin -Standard      --*/ .OuterTable {align: center; width: 778px;}
/*-- outermost table of skin -Admin         --*/ .OuterTableAdmin { width: 85%; height: 100%; background: url(page_bg_l.gif) repeat-y top left #FFF; align: center; }
/*-- cell containing login and register - 2 --*/ .LoginTD { vertical-align: top; height: 92px; color: #FFF; padding: 20px 15px 0px 0px; text-align:right; }
#dnnLANGUAGE {padding: 0px 0px 0px 0px; font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #000000; height: 15px; border-bottom: 1px #2c2c2c solid; border-right:1px #2c2c2c solid; border-left:1px #2c2c2c solid; border-top:1px #2c2c2c solid;  }
/*  top bg    */
.RealEstate03_Searchbg{
background: url(RealEstate03_Searchbg.jpg);
height:15px;
width:164px;
}
.RealEstate03_Menubg{
background: url(RealEstate03_Menubg.gif) repeat-x;
height: 45px;
}
/*========================================================*/
/*  3. Content Panes                                      */
/*========================================================*/
.BannerPane {padding:0px;}
.BannerPane1 {padding:0px;}
.PaneMenuLeft {padding:0px;}
.TopPane {padding:0px 0px 3px 1px;}
.LeftPane {padding:0px 0px 3px 3px;}
.LeftPane1 {padding:0px 0px 3px 3px;}
.ContentPane { padding:0px 1px 0px 3px;}
.ContentPaneleft { padding:0px 0px 0px 2px;}
.ContentPaneright{ padding:0px 0px 0px 2px;}
.RightPane { padding:0px;}
.RightPane1 { padding:0px;}
.BottomPane {padding:0px;}
.BasePane {padding:0px; }
/*========================================================*/
/*  4. Tokens                                             */
/*========================================================*/
/*-- login and user token idle         --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active, .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color:#00625A; font-family: Arial; font-size: 11px; font-weight: bold; text-decoration: none; margin:0px 0px 0px 0px; }
/*-- login and user token hover        --*/ a.LOGIN_object:hover, a.USER_object:hover { color: #00625A; font-family:Arial; font-weight: bold; font-size: 11px; text-decoration: underline; margin:0px 0px 0px 0px; }
/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color:#00625A; font-family: Arial; font-size: 11px; text-decoration: none;font-weight: bold; margin: 0px 0px 0px 0px; }
/*-- date token hover                  --*/ a.DATE_object:hover { color:#00625A; font-family: Arial; font-size: 11px; text-decoration:  underline; margin: 0px 0px 0px 0px; font-weight: bold;}
/*-- date token idle 2                 --*/ .DATE_object2, a.DATE_object2:link, a.DATE_object2:visited, a.DATE_object2:active { color: #000000; font-family: verdana; font-size: 11px; text-decoration: none; font-weight:normal; }
/*-- date token hover 2                --*/ a.DATE_object2:hover { color: #000000; font-family: verdana; font-size: 11px; text-decoration:  underline;  font-weight: normal; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color:#000000; font-family: verdana; font-size: 11px; text-decoration: none; font-weight:normal;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #000000; font-family: verdana; font-size: 11px; text-decoration:  underline; font-weight: normal; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#2F2F2F; font-size: 11px;font-family: verdana;  }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { color:#2F2F2F; font-weight: normal; text-decoration:none; font-size: 11px;  }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { color: #444444; font-weight: normal; text-decoration: underline; font-size: 11px;}
/*-- terms SearchFeild idle            --*/ .SearchFeild { color:#FFFFFF; font-size: 12px;font-family: verdana; font-weight: bold; font-size: 12px;}
/*-- terms SearchFeild links           --*/ a.SearchFeild:link, a.SearchFeild:visited, a.SearchFeild:active { color:#FFF; font-weight: bold; text-decoration:none; font-size: 12px;  }
/*-- terms SearchFeild links hover     --*/ a.SearchFeild:hover { color:#FFF; font-weight: bold; text-decoration: none;  }
/* text and link style for SkinObjects */
.SkinObject{font-family: Verdana, Verdana, Arial, Helvetica;font-size: 11px; font-weight: normal;color: #551B07;}
A.SkinObject:link{font-family: Verdana, Verdana, Arial, Helvetica; font-size:11px; color: #00625A;text-decoration: none;font-weight: normal;}
A.SkinObject:visited{font-family: Verdana, Verdana, Arial, Helvetica;font-size:11px; color: #00625A;font-weight: normal;text-decoration: none;}
A.SkinObject:active{font-family: Verdana, Verdana, Arial, Helvetica;font-size:11px;color: #00625A;text-decoration: none;font-weight: normal;}
A.SkinObject:hover{font-family: Verdana, Verdana, Arial, Helvetica;font-size:11px;text-decoration: underline;color: #222222;font-weight: normal;}
/*========================================================*/
/*  5. Text                                               */
/*========================================================*/
/*-- most of the text on site          --*/ .normal, .Normal { font-family: Verdana; font-size: 11px; color: #000000;}
/*-- most of the bold text on site     --*/ .NormalBold { font-family: Verdana; font-size: 11px; font-weight: bold; color: #000000; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: Verdana; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: Verdana; font-size: 11px; font-weight: bold; color: #000000; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 11px; color: #00625A; background: transparent; font-weight: bold; padding: 0;}
/*========================================================*/
/*  6. Links                                          */
/*========================================================*/
/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #535353; font-family: verdana; font-weight: bold; font-size: 11px; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #464646; font-family: verdana; font-size: 11px; text-decoration: none; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #646464; font-family: verdana; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #3D3D3D; font-family: verdana; font-size: 11px;	text-decoration: none; }
/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #000000; border: 0px solid #ABABAB; background:  transparent; padding: 0px 0px 0px 2px; font-family: verdana; font-weight: bold; font-size: 11px; text-decoration: none;}
/*-- admin button-link style hover     --*/ a.CommandButton:hover                                                 { color: #000000; border: 0px solid #868686; background:  transparent; padding: 0px 0px 0px 2px; font-family: verdana; font-weight: bold; font-size: 11px; text-decoration:  underline;}
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 0px 25px 0px 20px; cursor: hand; font-size:12px; margin: 0 0 0 0px;}
/*========================================================*/
/*  7. Forms                                              */
/*========================================================*/
/*-- default input elements     --*/ input{ font-family: verdana; font-size: 10px; color: #1E1E1E;}
/*-- default form elements      --*/ select{ font-family: verdana; font-size: 10px; color: #1E1E1E; border-bottom: 1px solid #2C2C2C; border-left: 1px solid #2C2C2C; border-right: 0px solid #2C2C2C; border-top: 1px solid #2C2C2C; background: #F1F1F1;}
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: verdana; font-weight: normal; font-size: 11px; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background:transparent; visibility: invisible; border: 0; }
/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:15px; background: transparent; width: 108px; color: #333; padding: 0px 0px 0px 1px; cursor:text; font-size: 9px; margin: 0px 0px 0px 0px; border-bottom: 0px #000 solid; border-left: 0px #000 solid; border-right: 0px #000 solid; border-top: 0px #000 solid;}
/*head of Page*/
.ControlPanel, .PagingTable {width: 100%;height: 64px;background-color: #FEFEFD;color: #000000;BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid; }
.StandardButton{padding-right: 5px;padding-left: 5px;font-weight: normal;font-size: 11px;background: #00625A;color: #FFF;font-family: Verdana, sans-serif; cursor:hand;}
/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/
/* style for the solpart menu */
.MenuContainer { background-color: transparent;}
/* Changes of height will cause an ftp error! */
.MenuBar{
background-color: Transparent;
cursor: pointer;
cursor: hand;
height: 16px;
background: url(RealEstate03_Menubg.gif) repeat-x;
}
.MenuIcon{
background-color:#00625A; 
border-left: #00625A 1px solid;
border-top: #00625A 1px solid;
border-right: #00625A 0px solid;
border-bottom: #00625A 1px solid;
text-align: center; 
cursor: pointer; 
cursor: hand; 
text-align: center; 
width: 15px; 
height: 21px;
}
.MenuItem {
cursor: hand; 
color: #FFFFFF; 
background: #00625A;
font-family: Verdana, Verdana, Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
font-style: normal; 
border-left: #FFFFFF 0px solid; 
border-bottom: #9C9C9C 0px solid; 
border-top: #C5C5C5 0px solid; 
border-right: #FFFFFF 0px solid;
/* fixed firefox problem, do not use transparent here */
}
/*-- submenu items hover      --*/ 
.MainMenu_MenuItemSel{
color: #585858;
background-color: #000000;
cursor: hand; 
font-family: Verdana, Verdana, Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
font-style: normal;
height: 21px;
border-left: #FFFFFF 0px solid; 
border-bottom: #9C9C9C 0px solid; 
border-top: #C5C5C5 0px solid; 
border-right: #FFFFFF 0px solid;
}
.MenuArrow
{
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand; 
border-left: #FFFFFF 0px solid; 
border-bottom: #9C9C9C 0px solid; 
border-top: #C5C5C5 0px solid; 
border-right: #FFFFFF 0px solid;
}
.MenuRootArrow
{
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand; 
border-left: #FFFFFF 0px solid; 
border-bottom: #9C9C9C 0px solid; 
border-top: #C5C5C5 0px solid; 
border-right: #FFFFFF 0px solid;
}
.ItemsBreak
{
border-bottom: transparent 0px solid; 
border-left: transparent 0px solid; 
border-top: transparent 0px solid;  
border-right: transparent 0px solid; 
background-color: transparent; 
height: 1px;
}
.RootItem TD
{
font-size: 12px;
height:45px; 
font-family: Verdana, Verdana, Arial, Helvetica;
font-weight: bold; 
font-style: normal;
color:#464646; 
background: url(RealEstate03_Idle.gif) center;
padding: 0px 0px 0px 0px;
}
.RootItemActive TD
{
font-family: Verdana, Verdana, Arial, Helvetica;
font-size: 12px;
font-weight:  bold;
font-style: normal;
color: #464646;
height: 45px;
background: url(RealEstate03_Idle.gif) center;
padding: 0px 0px 0px 0px;
}
.RootItemSelected TD
{
font-family: Verdana, Verdana, Arial, Helvetica;
font-size: 12px;
font-weight:  bold;
font-style: normal;
color: #00625A;
height: 45px;
background: url(RealEstate03_hover.gif) center;
padding: 0px 0px 0px 0px;
}
.RootItemHover TD
{
font-family: Verdana, Verdana, Arial, Helvetica;
font-size: 12px;
font-weight:  bold;
font-style: normal;
color: #00625A;
height: 45px;
background: url(RealEstate03_hover.gif) center;
padding: 0px 0px 0px 0px;
}
.RootItemBreadCrumb TD
{
font-family: Verdana, Verdana, Arial, Helvetica;
font-size: 12px;
font-weight: bold;
font-style: normal;
color: #00625A;
height: 45px;
background: url(RealEstate03_Hover.gif) center;
padding: 0px 0px 0px 0px;
}
.SubItemActive
{
font-family: Verdana, Verdana, Arial, Helvetica;
font-size: 11px;
font-weight: bold;
font-style: normal;
color: #D8CDB4;
height: 21px;
background-color: #000000;
background-image: none;
background-repeat: no-repeat;
}
.SubMenu /* outher left and right bg of unselected sub item, bg of sub tab */
{
border-bottom: 1px solid #00625A; 
border-left: 1px solid #00625A; 
border-top: 1px solid #00625A;  
border-right: 1px solid #00625A; 
z-index: 1000; 
cursor: pointer; 
cursor: hand; 
background-color:#00625A; 
color: #000;
filter:none;
}
.SubItemActive TD
{
font-family: Verdana, Verdana, Arial, Helvetica;
font-size: 11px;
font-weight: bold;
font-style: normal;
color: #F6F6F6;
height: 21px;
background-color: #DBD6D0;
border-left: #DBD6D0 0px solid;
border-top: #DBD6D0 0px solid;
border-right: #000000 0px solid;
border-bottom: #DBD6D0 0px solid;
}
.SubItemSelected
{
font-family: Verdana, Verdana, Arial, Helvetica;
font-size: 11px;
font-weight: bold;
color: #585858; 
font-style: normal;
background-color:#DBD6D0;
}
.SubItemBreadCrumb
{
font-family: Verdana, Verdana, Arial, Helvetica;
font-size: 11px;
font-weight: bold;
font-style: normal;
color: #5A5A5A;
background-color: #5A5A5A;	
}
.ModuleTitle_MenuContainer { background: transparent;}
.ModuleTitle_MenuBar {cursor: hand;background-color: Transparent;	height:16px;}
/*-- not needed - module menu --*/ 
.ModuleTitle_MenuIcon {
cursor: pointer; 
cursor: hand; 
background-color: #00625A; 
text-align: center; 
width: 15px; 
height: 21px;
border-bottom: 1px #00625A solid; 
border-top: 1px #00625A solid;
border-left:1px #00625A solid;
}
/*-- not needed - module menu --*/ 
.ModuleTitle_MenuArrow{
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand; 
border-left: #FFFFFF 0px solid; 
border-bottom: #9C9C9C 0px solid; 
border-top: #C5C5C5 0px solid; 
border-right: #FFFFFF 0px solid;
}
/*-- not needed - module menu --*/ 
.ModuleTitle_RootMenuArrow{
font-family: webdings; 
font-size: 10pt;
cursor: pointer; 
cursor: hand;
}
/*-- module menu padding      --*/ 
.ModuleTitle_MenuItem{
cursor: hand; 
color: #FFFFFF; 
font-family: Verdana, Verdana, Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
font-style: normal; 
border-left: #FFFFFF 0px solid; 
border-bottom: #9C9C9C 0px solid;
border-top: #7AD7E3 0px solid;
border-right: #FFFFFF 0px solid;
background: #00625A;
}
/*-- not needed - module menu --*/ 
.ModuleTitle_MenuBreak{ 
border-bottom: #00625A 1px solid; 
border-left: transparent 0px solid; 
border-top: #00625A 1px solid;  
border-right: transparent 0px solid; 
background-color: White; 
height: 1px;
}
/*-- submenu items hover      --*/ 
.ModuleTitle_MenuItemSel{
background-color: #00625A ;
cursor: hand;  
color: #585858;
font-family: Verdana, Verdana, Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
font-style: normal;
}
.ModuleTitle_SubMenu {
border-bottom: 1px solid #00625A ; 
border-left: 1px solid #00625A ; 
border-top: 1px solid #00625A ;  
border-right: 1px solid #00625A ; 
z-index: 1000; 
cursor: pointer; 
cursor: hand; 
background-color: transparent; 
filter:none;
}
/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
