/*--------------------------------------------------
* Realestech Theme.css
*--------------------------------------------------*/

/*--------------------------------------------------
* Global
*--------------------------------------------------*/
/*** main body ***/
body {
  background:#777777 url(/skins/league/images/bgBody.jpg) repeat;
  color:#323234;
}
#inner {
  background:#123974;
  width:950px;
	padding:0 10px 10px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;	
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;		
}
#masthead {
  margin-top:0;
  background:url(/skins/league/images/bgHeader.jpg) no-repeat -15px 0px;
}
#masthead h1 {
  width:145px;
  height:104px;
  margin-bottom:5px;
}
#masthead h1 a {
  width:145px;
  height:104px;
  background:transparent none;
}
#flourish_left,
#flourish_right {
  position:absolute;
}
#flourish_right {
  right:-68px;
  height:310px;
  width:78px;
  background:url(/skins/league/images/bgFlourish-right.png) top right no-repeat;
  top:110px;
}
#flourish_left {
  left:-93px;
  height:349px;
  width:103px;
  top:0;
  background:url(/skins/league/images/bgFlourish-left.png) no-repeat;
}
ul#tabs {
  top:80px;
  float:left;
  margin-left:10px;
}
#content .maptoggle {
  left:580px;
}
.maptoggle, #mapsearch div.maptoggle {
  top:210px;
}
a,#addWatchLink {
  color:#113266;
}
h1, h2, h3, h4, h5, h6 {
  color:#323234;
}
h4 {
  border-color:#323234;
}
#secondary-content h4 {
  color:#113266;
  border-color:#113266;
}
.field_info {
  color:#0288ab;
}
.sep {
  border-color:#323234;
}
#header {
  background-color:#e7ebee;
  border-color:#c5cacb;
}
#content {
  background-color:#fff;
}
#subcontent {
  background-color:#000b1a;
}
#browse-more {
  background-color:#e7ebee;
  border:1px solid #c5cacb;
  border-bottom:0;
}
#browse-more a {
  color:#333;
}
/*** pagination ***/
.pageNumbers li {
  background:#113266;
}
.pageNumbers .fakelink {
  color:#113266;
}

/*** Bottom Drop Zone ***/
.dropbox {
  border-color:#666;
  background-color:#103772;
}
#scaleable #wrap {
  color:#333333;
}
#scaleable #controls a {
  color:#999;
}

/*** footer ***/
#footer{
  text-transform:none;
  font-size:1em;
  text-align:center;
	margin-bottom:40px;
}
ul.footer {
  margin-bottom:0;
}
#footer li {
  border-color:#113266;
  padding-right:2px;
  margin-right:2px;
}
#footer a {
  color:#113266;
}
#footer p {
  color:#113266;
  margin-top:0;
}
#footer div.span-9 {
	margin-right:0;
	width:20%;
}
#footer .span-9.center {
	text-align:center;
	width:60%;
}
#footer .span-9.left {
	text-align:left;
}
#footer .span-9 h4{
	text-align:right;
	color:#113266;
	font-size:1.3em;
	font-style:italic;
	font-weight:normal;
	margin:0;
	border:none;
}
#footer div.span-9 p{
	margin:0;
	color:#113266 
}	

/*** navigation ***/
.moduletable_tagline {
	position:absolute;
	top:10px;
	width:520px;
	height:50px;
	left:250px;
	text-align: center;
}
.moduletable_tagline h2{
	color:#fff;
	font-family: Times, serif;
	font-size: 2.4em;
	line-height: .9em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 3px;
	margin-bottom: 0 ;
}
.moduletable_tagline h4{
	color:#718EBE;
	font-size: 1em;
	font-weight: normal;
}

/*** dialogues ***/
#dialogueFrame {
  background-color:#fff;
}
#informationDialogueMessage ul span {
  color:#0288ab;
}
.dyn_email_image {
  border-color:#ccc;
}
#dialogues .notice {
  color:#333333;
}

/*** featured developments ***/
#featured_dev_content .imagewrap {
  border-color:#606662;
}
#featured_dev_content a.more_info {
  background:url(/skins/league/images/icons/icoBullet-Main.png) left center no-repeat;
  padding-left:15px;
}

/*** advanced search modal ***/
#search_input_modal {
  background:#fff url(/skins/league/images/textfield-bg.gif) 0 1px repeat-x;
  border-color:#ccc;
  top:145px;
}

/*** autocompletion ***/
div.autocomplete {
  background:#fff;
  border-bottom:4px solid #bbb;
  border-left:1px solid #aaa;
  border-right:1px solid #aaa;
}
div.autocomplete ul li.selected  {
  background-color: #ffb;
}

/*** tabbed panels ***/
ul.tabContainer li.active {
  background:#fff;
  border-color:#ccc;
}
#tabs_tab_panels {
  border-color:#ccc;
  background:#fff;
}
.panelContainer {
  background-color:#fafafa;
  border-color:#E5E5E5;
}

