﻿/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* Search Results Formatting (Listings w/ Images) */
table.Results Details{ width:100%;}
table.Details { background: #FCF6E6 url(/Portals/16/Results_icons_topcorner.gif) 100% 0% no-repeat; width:100%;}
td.mlsid { width: 120px; height: 21px; background: #DEDED5 url(/Portals/16/Results_MLSLeftCorner.gif) 0% 0% no-repeat; color: #000; font-weight: bold; border-bottom: 1px solid #DEDED5; }
	td.mlsid div { text-align: center; padding: 3px 0px; background: url(/Portals/16/Results_MLSRightCorner.gif) 100% 0% no-repeat; }
	td.mlsid div a, td.mlsid div:hover { color: #000; text-decoration: none; }
td.beds, td.baths, td.price { font-weight: bold; padding: 3px 15px 3px 5px; border-bottom: 1px solid #DEDED5; }
td.button { text-align: right; }
td.image { width: 120px; }
td.details { border-left: 2px solid #FFF; vertical-align: top; padding: 3px 5px 0px 3px; font-family: Arial,Geneva,Helvetica,sans-serif; }
	div.street a, div.street a:hover { color: #0873BD; }
	span.located { font-size: .77em; color: #777770; margin-right: 5px; }
	span.iscompany { display: block; padding: 0px 5px; }
td.icons { text-align: right; background: url(/Portals/16/Results_icons_bottomcorner.gif) 100% 100% no-repeat; padding: 3px 5px 3px 3px; }
div.Results_Shadow { background: url(/Portals/16/Results_ListingShadowRx.gif) 0% 0% repeat-x; }
	div.Results_Shadow div.ShadowLeft { background: url(/Portals/16/Results_ListingShadowLeft.gif) 0% 0% no-repeat; height: 22px;}
	div.Results_Shadow div.ShadowRight { background: url(/Portals/16/Results_ListingShadowRight.gif) 100% 0% no-repeat; height: 22px;}



/* 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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

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 {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}



