/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* 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{
}

/*/ Start UX Media Styles /*/

.ControlsWrap 
{   
    color:#fff;
    font-family:Verdana, Sans-Serif;
    font-size:11px;
}
.ControlsWrap img
{
    border:0px;
}

/*/ Index /*/

.HomeProperty
{
    width:331px;
    background:#008a87;
}
.HomeProperty h2
{   
    margin:0px;
    line-height:38px;
    padding:0px 10px;
}
.HomeProperty .ImageMap
{
    width:331px;
    height:238px;   
}
.HomeSearch
{

    background:#092143;
}
.HomeSearch h2
{
    color:#008a87;
    padding:5px 10px;
}
.HomeSearch img
{
    margin:-5px 10px 10px;
}
.HomeSearch ul
{
    margin-top:10px;
    padding:0px;
    list-style-type:none;
}
.HomeSearch ul li
{
    height:30px;
}
.HomeSearch ul li label
{
    float:left;
    clear:none;
    width:95px;
    line-height:20px;
}
.HomeSearch ul li input
{
    width:200px;
}
.HomeSearch ul li select
{
    width:206px;
}
.HomeSearch ul li input.Btn_Search
{
    float:right;
    clear:both;
    width:70px;
    border:none 0px;
    background:#092143 url(../Images/arrow.gif) no-repeat right;
    padding:2px 10px 2px 0px;
    color:#008a87;
    font-weight:bold;
    cursor:pointer;
}

/*/ Results Panel /*/

.ResultsPanel
{   
    width:995px;
    /*background-color:#008a87;*/
    padding:5px;
}
.ResultsPanel .left
{
    float:left;
    clear:none;
    width:458px;
    height:465px;
    border:solid 5px #006b68;
}
.ResultsPanel .right
{
    position:relative;
    top:0px;
    *top:1px;
    width:505px;
}
.ResultsPanel .right p
{
    margin:10px 0px;
}
.ResultsPanel .left img
{
    width:458px;
    height:465px;
}

/*/ Property Details /*/

.ResultsPanel .right ul
{
    margin:20px 2px;
    padding:0px;
    list-style-type:none;
}
.ResultsPanel .left h2
{
    margin:0px;
    font-size:15px;
    padding:0px 0px 0px 10px;
}
.ResultsPanel .left span
{
    float:right;
    margin:-25px 10px 0px 0px;
}
.ResultsPanel .left span span
{
    float:none;
}
.ResultsPanel .right th
{
    font-weight:normal;
    padding:10px 0px;
}
.ResultsPanel .left ul,
.ResultsPanel .left ul li
{
    margin:0px;
    padding:0px;
}
.show
{
    display:block;
    cursor:pointer;
}
.hide
{
    display:none;
}
.ResultsPanel .left ul li#PlotPicture h2
{
    margin-top:-30px;
}

/*/ Search Panel /*/

.PropertySearch
{

    background:#092143;
}
.PropertySearch select,
.PropertySearchPanel select
{
    margin:5px 20px;
    width:200px;
    border:#fff 1px solid;
    color:#fff;
    background-color:#092143;
}
.PropertySearch input,
.PropertySearchPanel input
{
    border:none 0px;
    background:#092143 url(../Images/btn_search_blue.gif) no-repeat 0px 3px;
    text-indent:-9999px;
    width:52px;
    height:20px;
    cursor:pointer;
    margin:0px 0px 10px;
}

/*/ Search page /*/

#Search .left,
.ResultsPanel .resultsleft,
#SearchResults .ResultsPanel .left
{   
    float:left;
    clear:none;
    width:470px;
    height:477px;
    border:none;
}
.PropertySearchPanel
{
    float:left;
    clear:none;
    width:100%;
    background:#006b68;
    margin-left:-14px;
    margin-right:-5px;
    padding:0px 20px 10px;
}
.PropertySearchPanel select
{
    background:#006b68;
    float:left;
    clear:both;
}
.PropertySearchPanel input
{
    margin-top:96px;
    *margin-top:103px;
    background:#092143 url(../Images/btn_search.gif) no-repeat top left;
}
    
/*/ Search Results /*/

.ResultsPanel .resultsleft img
{
    height:477px;
    width:476px;
}
#SearchResults .ResultsPanel h2
{
    width:133px;
    height:22px;
    clear:none;
    float:left;
}
#SearchResults .ResultsPanel .right
{

    margin-top:1px;
    margin-left:6px;
    background:#006b68;
}
#SearchResults .ResultsPanel .right ul.keylist
{
    float:right;
    clear:none;
    margin:10px 10px 0px 0px;
    padding:0px;
}
#SearchResults .ResultsPanel .right ul.keylist li
{
    float:left;
    clear:none;
    margin-left:5px;
}
#SearchResults .ResultsPanel .right ul.keylist li span,
#SearchResults .ResultsPanel .right ul.keylist li img
{
    float:left;
    clear:none;
    margin-left:5px;
}
#SearchResults .ResultsPanel .right ul.keylist li span
{
    font-weight:bold;
    margin-top:1px;
}
#SearchResults .ResultsPanel .right table
{
    width:500px;
}
#SearchResults .ResultsPanel .right tr td img.linkarrow
{
    margin:-12px 0px 0px 45px;
    display:block;
}
#SearchResults .ResultsPanel .right tr td
{
    height:20px;
}
#SearchResults .ResultsPanel .right tr
{
    cursor:pointer;
}
#SearchResults .ResultsPanel .right tr:hover
{
    text-decoration:underline;
}
#SearchResults .ResultsPanel .right tr.headers
{
    background:none;
    cursor:default;
}
#SearchResults .ResultsPanel .right tr.headers:hover
{
    text-decoration:none;
}
.PagingPanel
{
    position:absolute;
    bottom:40px;
    width:92%;
    text-align:center;
}
.ResultsPanel .LinkWrap
{
    right:12px;
    width:484px;
}
#PropertyDetailsPanel
{
    position:relative;
}
#PropertyDetailsPanel .LinkWrap
{

    width:auto;
}
#PropertyDetailsPanel .LinkWrap a
{
    cursor:pointer;
}

/*/ right panel wrap /*/

.RightWrap
{

}

/*/ Titles /*/

.ControlsWrap h2
{
    padding:0px 0px 0px 0px;
    margin:5px 0px 0px 0px;
    font-size:15px;
}
.ControlsWrap h2.T_ResidentialProperties
{
    text-indent:-9999px;
    background:transparent url(../Images/t_residentialproperties.gif) no-repeat 10px 1px;
}
.ControlsWrap h2#PropertyName
{
    text-indent:-9999px;
    background:transparent url(../Images/t_pennant.gif) no-repeat 10px 3px;
}
.ControlsWrap .PropertySearch h2.T_PropertySearch
{
    text-indent:-9999px;
    height:28px;
    background:transparent url(../Images/t_propertysearch_blue.gif) no-repeat 10px 5px;
}
.ControlsWrap #Search h2.T_PropertySearch
{
    text-indent:-9999px;
    margin:10px 0px;
    background:transparent url(../Images/t_propertysearch.gif) no-repeat -4px -6px;
}
.ControlsWrap h2.T_TheCrescent
{
    text-indent:-9999px;
    margin:10px 0px;
    background:transparent url(../Images/t_thecrescent.gif) no-repeat 0px -6px;
}
.ControlsWrap h2.T_SearchResults
{
    text-indent:-9999px;
    background:transparent url(../Images/t_searchresults.gif) no-repeat 0px 0px;
    margin:10px 0px 15px;
} 

.ControlsWrap a
{
    text-decoration:none;
    color:#fff;
}
.ControlsWrap a:hover
{
    text-decoration:underline;
}
.ControlsWrap a:active
{
    color:#cccccc;
}
.ControlsWrap a:visited
{
    color:#bbbbbb;
}

.ControlsWrap .SelectedPageLink
{
	text-decoration: underline;
}

/*/ End UX Media Styles /*/
