
/*

color.darkpurple.css / v1.0 -- part of the khov stylesheet package
the file where colors get applied to elements

*/

@import url(./objects.css);

A { color: #3D3277; }
#HeaderWrapper #MainNav, #HeaderWrapper #AuxNav { background: #3D3277; }
#SubHeader { background: #36296E; color: #fff; }
#SubHeader H2, #SubHeader P, #SubHeader A { color: #fff; } /* due to bug in IE5/win */

Body { }

#CommunitySplash div { z-index:0; color: #3D3277; font-weight: bold; }

#BodyWrapper { position: relative; margin: 0px auto; width: 720px; padding-bottom:10px; padding-left:14px; padding-right:12px; background: #a6a3c2; border-top: 0px; border-left:1px; border-right:2px; border-bottom:3px; border-style: solid;}
#HeaderWrapper { position: relative; margin: 0px auto; padding-top:10px; padding-left:15px; padding-right:13px; background: url(../img/common/periwinklearch.gif) left top repeat-x; border-rightp: 10px solid #CCC; }
html>body #HeaderWrapper { position: relative; margin: 0px auto; padding-top:10px; padding-left:15px; padding-right:16px; background: url(../img/common/periwinklearch.gif) left top repeat-x; border-rightp: 10px solid #CCC; }

#BreadcrumbWrapper { position: relative; margin: 0px auto; width: 720px; padding-left:0px; padding-right:12px; background: #a6a3c2; /* padding-left:14px; padding-right:14px;*/ }
#BreadcrumbWrapper div { width: 720px; margin-left: -2px; background: #eee; border-top: 0px; border-left:0px; border-right:0px; border-bottom:0px; border-style: solid;border-color:#000; /* margin-left: 1px;*/}

#InnerBodyWrapper { background: #fff;  border-top: 0px; border-left:1px; border-right:1px; border-bottom:1px; border-style: solid; width:720px;  }
#FooterWrapper a { color: #000; }

#AlienOuterNavWrapper { position:relative; margin: 0px auto; width:718px; padding-left:15px; padding-right:15px; background: #a6a3c2; } 

.AboutAdvantage H4, .AboutBuilders H4 { background: #669; }

#HomeFinderResults .LeftCol H5,
#SingleMarketResults .LeftCol H5 { color: #3D3277; }

.CommunityHome H3 { background: #3D3277; }
.CommunityHome H3 A { color: #fff; }

.CommunityHeader { color:#fff; background-color:#3D3277; width:568px; height:20px; text-align:center; font-family: Trebuchet MS; }
.CommunityDesignsModel H3 { background: #3D3277; }
.CommunityDesignsModel H3 A { color: #fff; }

#HomeFinderResults .RightCol,
#SingleMarketResults .RightCol { background: #CFD7C8; }

.map_note H6 { color: #3D3277; }
#BuildWrapper TD
{
	COLOR: #3D3277;
}
.coloredText
{
font-weight:bold;
color:#3D3277;
}

DIV.RegionResultMapToolTip
{
    BORDER-RIGHT: #F8D47E 1px solid;
    BORDER-TOP: #F8D47E 1px solid;
    BORDER-LEFT: #F8D47E 1px solid;
    BORDER-BOTTOM: #F8D47E 1px solid;
    BACKGROUND-COLOR: #FCF5D4;
}
DIV.RegionResultMapToolTip .caption
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #3D3277;
    FONT-FAMILY: Arial;
}
DIV.RegionResultMapToolTip .contents
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    FONT-SIZE: 10px;
    PADDING-BOTTOM: 2px;
    PADDING-TOP: 2px;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #FCF5D4;
}


div.RoundTableUEdge {
background-image: url(/img/colorscheme/darkpurple/roundtable.tedge.gif);
background-position: top left;
background-repeat: repeat-x;
}
div.RoundTableREdge {
background-image: url(/img/colorscheme/darkpurple/roundtable.redge.gif);
background-position: top right;
background-repeat: repeat-y;
}
div.RoundTableBEdge {
background-image: url(/img/colorscheme/darkpurple/roundtable.bedge.gif);
background-position: bottom left;
background-repeat: repeat-x;
}
div.RoundTableLEdge {
background-image: url(/img/colorscheme/darkpurple/roundtable.ledge.gif);
background-position: bottom left;
background-repeat: repeat-y;
}
div.RoundTableULCorner {
background-image: url(/img/colorscheme/darkpurple/roundtable.tlcorner.gif);
background-position: top left;
background-repeat: no-repeat;
}
div.RoundTableURCorner {
background-image: url(/img/colorscheme/darkpurple/roundtable.trcorner.gif);
background-position: top right;
background-repeat: no-repeat;
}
div.RoundTableBLCorner {
background-image: url(/img/colorscheme/darkpurple/roundtable.blcorner.gif);
background-position: bottom left;
background-repeat: no-repeat;
}
div.RoundTableBRCorner {
background-image: url(/img/colorscheme/darkpurple/roundtable.brcorner.gif);
background-position: bottom right;
background-repeat: no-repeat;
padding: 15px 30px 30px 15px;
}
div.RoundTableInnerContent {
width: 100%;
}
.FullColumn #ListingContent .DataTable TH.tableheading
{
color: #3D3277;
}




#StageWrapper
{
	border: 3px #3D3277 solid;
	width:563px;
	min-height:370px;
}

#Staging
{

	text-align:right;
}

#StagingItem
{
	display:inline;
	padding-right:5px;
	width:125px;
}

img 
{
	border:none;
}

#StagingItem .StagingImage a
{
	border: none;
	text-decoration:none;
	width:125px;
	border: 5px #fff solid;
}


#StagingItem .StagingImage a:hover
{
	_border: 5px #ff0 solid;
	_color:#ff0;
}


#StagingItem .StagingImage img
{
	border: 5px #fff solid;
	color:#fff;
}
#StagingItem .StagingImage img:hover
{
	border: 5px #ff0 solid;
	color:#ff0;
}


#StagingItem .StagingText
{
	text-align:center;
}

#StagingItem .StagingText a
{
	font-size:10pt;
	text-decoration:underline;
}


#StagingItem .StagingDescription
{
	display:none;
}


#Stage
{
	float:left;
	text-align:center;
	padding:5px;
	width: 400px;
}

#StageImage
{
	background:#3D3277;
	font-family: "Trebuchet MS";
	font-size: 14pt;
	color:#fff;
}


#StageMenu
{
text-align:left;
margin-bottom:5px;
width:400px;
}

#StageVideoMenu
{
text-align:left;
margin-top:5px;
}



#StageCaption
{
text-align:left;
}


#StageStatus
{
font-size: 14pt;
}


#Orchestra
{
	clear:both;
}


.VideoButton 
{
display:inline-block; 
display:inline; 
margin: 5px;
}

.VideoButton img
{
background:#3D3277; 
display:inline-block; 
display:inline;  
}




