@import url('/media/theme/Form.css');

/*	
	Reliance Network
	2007

*/
/*	-------------------------------------------------------------------------------------------
	Set Global styles. Set default paddings and margins of all elements to zero. 
	------------------------------------------------------------------------------------------- */	

/*Search Container - maintaining old size for now*/
	
div#newsearchcontentinside{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

* {
	margin: 0;
	padding: 0;
	}
div#contentInside{
	padding-top:10px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;	
}
body {
	width: 100%;
	color: #000000;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	background: #95B7DC; 
	}

img {
	border: 0px solid #FFFFFF;
	}	
a,
a:link,
p a:link {
	color: #1E5FA9;
	text-decoration: underline;
}	
a:hover,
p a:hover {
	color: #003366;
	text-decoration: underline;
}	
a:visited,
p a:visited {
	color: #1E5FA9;
}
#headerContainer {
	/*background: #003366 repeat-y top left url(/media/theme/ColdwellBanker001/layout/2/bg_header.jpg);*/
	background-color: #003366;
	}
#contentContainer {
	background-color: #6699CC;
	}
#footerContainer {
	background-color: #95B7DC; 
	}
	
table#header {	
	width: 944px;	
	height: 101px;
/*	background: #ffffff no-repeat top left url(/media/theme/ColdwellBanker001/nav/bg_header.jpg);*/
	}
table#header1 {	
	width: 944px;	
	height: 220px;
/*	background:  no-repeat top left url(/media/theme/ColdwellBanker001/layout/1/bg_header.jpg);*/
	}	
table#AltHeader{
	width: 944px;	
	background:  repeat-y top left url(/media/theme/ColdwellBanker001/nav/bg_altheader.gif);
}	

/*----  testing drop down styles--*/
div.navDropDown{
		position: absolute;
		display: none;
		background-color:#E4EBF2;
		border: 1px solid #cecbce;
		margin-top:-2px;
		color: #848284;
		font-family: Arial, helvetica, sans-serif;
		border-bottom: 0px;
		z-index: 901;
		width:215px;
	}
div.navDropDown div{
		width:215px;
		}
div.navDropDown a{
		text-decoration: none;
		display:block;
		border-bottom: 1px solid #cecbce;
		padding:5px 5px 5px 10px;
	}
div.navDropDown a:link, div.navDropDown a:visited{
		text-decoration: none;
	}
div.navDropDown a:hover, div.navDropDown a:active{
		text-decoration: none;
		color: #707070;
		background: #5c8ab8;
	}
/*----  End testing drop down styles--*/


#headerRightCorner {
	background-color: #003366; 
	color: #ffffff; 
	padding-left: 25px;
}
table#topNav {	
	width: 944px;	
	height: 40px;
	background: #95B7DC no-repeat top left url(/media/theme/ColdwellBanker001/nav/bg_navbar.gif); 
	}	

table #topNav table td
{
	position:static;
	z-index:9999999;
}
		
table#content {
	color: #000000;
	width: 944px;	
	background: #ffffff repeat-y top left url(/media/theme/ColdwellBanker001/nav/bg_content.gif);
	}

div#content:after {
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}	
table#footer {	
	width: 965px;
	margin-left: 20px;
	margin-bottom: 20px;	
	background: #95B7DC /*no-repeat top left url(/media/theme/ColdwellBanker001/nav/bg_footer.gif)*/; 
	}
div#copyright {
	padding: 20px;
	padding-top: 20px;
	padding-right: 10px;
	}
/*	-------------------------------------------------------------------------------------------
	header: Styles for elements in header main divison.	
	------------------------------------------------------------------------------------------- */	
div#logo {
	margin-left: 10px;
	padding-top: 5px;
	}
table#agentInfo {
	position: absolute;
	left:650px;
	width: 180px;		
}
table#agentInfo a:link, 
table#agentInfo a:visited {
    color: #ffffff;
    text-decoration: underline;
    }
table#agentInfo a:hover, {
    color:#6699cc;
}
#agentName {	
	color: #ffffff;
	width: 170px;
	font-family: Arial, helvetica, Sans-Serif;	
	font-weight: bold;	
	}
#agentInfo {
	color: #000000;
	font-size: 13px;	
	font-family: Arial, helvetica, Sans-Serif;	
	font-weight: bold;	
	}
#officeName {
	left:650px;
	padding: 10px 0px 2px;	
	font-weight: bold;
	width: 170px;
	}
		
#agentPhoto {	
	position: absolute;
	top: 0px;
	left: 830px;
	width: 95px;
	height:120px;
	border: 3px solid #ffffff;
	margin: 0px;
	padding-bottom: 2px;	
	margin-top: 3px;	
	}
#agentPhone {
	color: #ffffff;
	padding-left: 4px;
	margin-right:4px; 
}

* html .pngImg {
	behavior: url(/modules/components/png.htc);
	}
/*	-------------------------------------------------------------------------------------------
	content: Styles for elements in content main divison.	
	------------------------------------------------------------------------------------------- */

div#contentInside {	
	padding: 0px 19px 20px 20px;
}
div#contentPage {	
	padding: 0px 15px 20px 5px;

}
* html div#contentInside {		
}	
#contentRightCorner {
	background-color: #6699cc; 
	color: #ffffff; 
	padding-left: 25px;
}
table#containertext{
	background-color:#e3f2d6;
}
#slogan {		
	padding: 5px 5px;		
}
#contentPage {
	margin-top: 5px;
	padding-bottom: 20px;
}
#autoLogin{
	width:100%;
	padding-left: 0px;
	padding-right: 10px;				
}
#autoLogin2{
	width:100%;
	padding-left: 0px;
	padding-right: 12px;				
}
#textArea3 { margin: 15px 10px 15px 5px;}
div#textAndFP { margin-left: 25px; margin-top: 0px;}

/*	-------------------------------------------------------------------------------------------
	Top and Bottom Navigation styles	
	------------------------------------------------------------------------------------------  */ 	
	
.disclaimer {
	color: #ffffff;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;	
	}	

/*	fonts */

p {
	color: #000000;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 5px;	
	}
#OffGrpContent p {
	padding-right: 15px;
	padding-left: 10px;
}

h1,
span.pageheading {
	color: #1F60A9;
	font-family: Berkeley, "Times New Roman",Serif;
	font-size: 18pt;
	font-weight: normal;
	margin-bottom: 15px;
	letter-spacing:-2px;
	}
h2 {
	color: #1F60A9;
	font-family: Berkeley, "Times New Roman",Serif;
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: capitalize;
	}	
h3 {
	color: #1F60A9;
	font-family: Berkeley, "Times New Roman",Serif;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10px;
	}
h4 {
	color: #1F60A9;
	font-family: Berkeley, "Times New Roman",Serif;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 3px;
	}
h5 {
	color: #000000;
	font-family: Berkeley, "Times New Roman",Serif;
	font-size: 12pt;
	font-weight: bold;
	}

ul, li{
	color: #000000;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	}
ul {
	margin-bottom: 15px;
	}
li{
	list-style-position: inside;
	list-style-image: url(/media/theme/ColdwellBanker001/nav/bullet_beige_arrow.gif);
}
ul.menulist li{
	list-style: none;
	list-style-position: inside;
	list-style-image: url(/media/theme/PrudentialA02/nav/bullet_blue_arrow.gif);
	}
a.pageTextLink,
a.pageTextLink h3,
a.pageTextLink:link
{
	color: #1F60A9;
	font-family: Berkeley, "Times New Roman",Serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	}
a.pageTextLink:hover {
	color: #1F60A9;
	text-decoration:underline;
}
*html a.pageTextLink:hover {
	color: #1F60A9;
	text-decoration:underline;
}
a.pageTextLink:hover h3 {
	color: #1F60A9;
	text-decoration:underline;
}
*html a.pageTextLink:hover h3 {
	color: #1F60A9;
	text-decoration:underline;
}
a.pageTextLink:visited {
	color: #1F60A9;
}	
h3 a:link {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h3 a:visited {
	text-decoration: none;
}
h5 {
	line-height: normal;
	padding: 5px 0;
}
#OfficeListTable {
	width: 100%;	
}
table.publicAgentsResults {
	width: 500px;
}
.start_rows
{
	padding-left: 5px;
}
.dividingrows 
{
	padding: 5px;
}
.clearfix:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac 

/* CSS rules for agent/office search pages */
.agentcolorbar {
	background-color: #686868;
}	
a:link.agentsearch {color: #05386c; font-size: 9px;}
a:visited.agentsearch {color: #686868; font-size: 9px;}
a:link:hover.agentsearch {color: #7B3941; font-size: 9px;}
.dividingrows{
	border-bottom: #edecec 1px solid;
}
.start_rows{
	border-bottom: #edecec 3px solid;
}
.end_rows{
	border-bottom: #edecec 2px solid;
}
.txtcolor{
	color: #686868;
}
.allborders{
	border: #edecec 1px solid;
}
.waiting_txt{	
	font-weight: bold;
	font-size: 17px;
	color: #05386c; 
	letter-spacing: -.03cm;
}
.Highlight {
	background-color:#f7f7f9;
}
.Normal {
	background-color:#ffffff;
}

a:link.SiteNavText, a:visited.SiteNavText {
	color:#999999;
	text-decoration: none;
	font-weight: 700;
}
a:hover.SiteNavText {
	color:#999999;
	font-weight: 700;
	text-decoration: underline;
}
.NavTableCell {
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 0px;
	padding-bottom: 0px;
}	
.NavSpacer {
	padding-top: 0px; 
	padding-bottom: 0px;
}
.currentpage {
	color: #042E59;
	background-color: f7f7f9;
	text-decoration: underline;
}

/* classes for open house page*/ 
.lineall
{
    BORDER-RIGHT: #edecec 1px solid;
    BORDER-TOP: #edecec 1px solid;
    BORDER-LEFT: #edecec 1px solid;
    BORDER-BOTTOM: #edecec 1px solid
}
.linealldark
{
    BORDER-RIGHT: #b3b3ac 1px solid;
    BORDER-TOP: #b3b3ac 1px solid;
    BORDER-LEFT: #b3b3ac 1px solid;
    BORDER-BOTTOM: #b3b3ac 1px solid
}
.linebottom
{
    BORDER-RIGHT: #edecec 0px solid;
    BORDER-TOP: #edecec 0px solid;
    BORDER-LEFT: #edecec 0px solid;
    BORDER-BOTTOM: #edecec 1px solid
}
.linebottomleft
{
    BORDER-RIGHT: #edecec 0px solid;
    BORDER-TOP: #edecec 0px solid;
    BORDER-LEFT: #edecec 1px solid;
    BORDER-BOTTOM: #edecec 1px solid
}
.linebottomleftright
{
    BORDER-RIGHT: #edecec 1px solid;
    BORDER-TOP: #edecec 0px solid;
    BORDER-LEFT: #edecec 1px solid;
    BORDER-BOTTOM: #edecec 1px solid
}
.linebottomleftwhite
{
    BORDER-TOP-WIDTH: 0px;
    BORDER-LEFT: #ffffff 1px solid;
    BORDER-BOTTOM: #edecec 1px solid;
    BORDER-RIGHT-WIDTH: 0px
}
.linealldark
{
    BORDER-RIGHT: #b3b3ac 1px solid;
    BORDER-TOP: #b3b3ac 1px solid;
    BORDER-LEFT: #b3b3ac 1px solid;
    BORDER-BOTTOM: #edecec 1px solid
}
.linebottomleftrightdark
{
    BORDER-TOP-WIDTH: 1px;
    BORDER-RIGHT: #b3b3ac 1px solid;
    BORDER-LEFT: #b3b3ac 1px solid;
    BORDER-BOTTOM: #edecec 1px solid
}
.linebottomleftrightdark
{
    BORDER-RIGHT: #b3b3ac 1px solid;
    BORDER-TOP: #b3b3ac 0px solid;
    BORDER-LEFT: #b3b3ac 1px solid;
    BORDER-BOTTOM: #b3b3ac 1px solid
}

form{
	margin:0;
	margin-bottom:10px;
	padding:0;
	white-space:nowrap;
}
a.qsAdvancedSearchButton,
a:link.qsAdvancedSearchButton
{
	display:block;
	float:left;
	width: 260px;
	height: 24px;
	margin-bottom: 2px;
	padding-bottom:0px;
	background: url(/media/theme/ColdwellBanker001/layout/1/advsearch_button.gif) top left no-repeat;
}
div#qsPropertySearch
{
	text-align:left;
	height:270px;
	width: 285px;
	padding: 0px 0px 5px 8px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:-28px;	
}
* html div#qsPropertySearch{
margin-right:-20px;
}
h3#quicksearchTitle,
h3#advancedsearchTitle{
	font-size: 12pt;
	padding:10px 0px 0px 0px;
	margin-top:-5px;
}
div.qsPropertySearchPadding p{
font-size:11px;
}
h3#quicksearchTitle{
	margin-bottom:10px;
	}

h3#advancedsearchTitle{
	margin-top:0px;
}
select#qsBeds,
select#qsBaths{
	width:71px;
}
div#rememberMe{
	width:50px;
	margin-bottom:5px;
}
div#AutoLogin{
	position:absolute;	
	width:750px;
	clear:both;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
	font-size:11px;
}
div#autoLogSpacing1,
div#autoLogSpacing{
	position:relative;
	height:20px;
}
/*	-------------------------------------------------------------------------------------------
	homepagelayout1 and homepagelayout2 Styles 	
	------------------------------------------------------------------------------------------- */
table#header2 {	
	width: 944px;	
	height: 220px;
	margin-left: -6px; 
	padding-left: 0;
	}
table#topNav1 {	
	width: 944px;	
	height: 40px;
	margin-top: -1px;
	background: #95B7DC no-repeat top left url(/media/theme/ColdwellBanker001/layout/1/bg_navbar.gif); 
	}	
	
table#contentAndNav {
	color: #000000;
	width: 944px;	
	background: #6699CC repeat-y top left url(/media/theme/ColdwellBanker001/layout/1/bg_content.gif); 
	}
td#content2{
	color: #000000;
	width: 735px;	
	padding: 0px 20px 20px 7px;
	}
	
#content1 {
	color: #000000;
	width: 944px;	
	padding: 0px 29px 20px 20px;
	background: #ffffff repeat-y top left url(/media/theme/ColdwellBanker001/layout/1/bg_content.gif);
	}	
td#OffGrpContent {
	color: #000000;
	width: 944px;	
	padding: 0px 5px 20px 5px;
	background: #ffffff repeat-y top left url(/media/theme/ColdwellBanker001/layout/officegroup/bg_content.gif); 
	}	
div#content:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
table#footer1{	
	width: 965px;
	margin-left: 20px;
	margin-bottom: 20px;	
	background: #95B7DC no-repeat top left url(/media/theme/ColdwellBanker001/nav/bg_footer.gif); 
	}

div#copyright1 {
	padding: 20px;
	padding-top: 20px;
	padding-right: 10px;
	}
table#agentInfo1 {
	width: 180px;
	margin-left: 180px;		
}
#agentPhoto1 {	
	position: absolute;
	top: 120px;
	left: 824px;
	width: 95px;
	height:120px;
	border: 3px solid #ffffff;
	margin: 0px;	
	margin-top: 3px;	
}
.subTitle {
	font-weight: bold;
}
#homeWorth {margin-bottom: 15px; }
.hWorthTitle {
	 font-style:normal; 
	 font-size: 20px; 
	 font-weight: bold; 
	 font-family: Berkeley, "Times New Roman",Serif;
	 padding-bottom: 10px;
	 color: #ffffff; 	 
}

#homeWorthAndREstateTips {
	color: #ffffff;
	background-color: #6699cc; 	
	padding-left: 15px; 
	padding-top:39px
}
#perRetriever1 {
	color: #ffffff;
	padding-right: 50px;
/*	background:  no-repeat url(/media/theme/ColdwellBanker001/layout/2/retriever.blue.gif) bottom right; */
	padding-top: 20px;
}

#perRetriever1 h3 {
	font-style:oblique; font-size: 20px; 
	font-weight: bold;
	color: #ffffff;  
	font-family: Berkeley, "Times New Roman",Serif;
	padding-bottom: 10px;
}
#qsFindPropTitle {
	color: #1F60A9;
	font-family: Berkeley, "Times New Roman",Serif;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px 0 2px 0px;
}

#propsearch {
	width: 390px;
	height:195px;
	background: url(/media/theme/ColdwellBanker001/layout/1/bg_quicksearch_prop.gif) no-repeat top left; 
	padding-top: 5px;
}
/*Mortgage calculator*/
.input_select{
	width:83px;
 }
/*client login*/ 
 .clientLogin{
	width:120px;	
	margin-bottom:1px;	
	border:1px solid #999999;
}
.featuredpropLabel {
	line-height: 20px;
}

.featuredpropInfo {
	line-height: 20px;
}
.featuredCity {
	font-weight: bold;
	line-height: 20px;
}
#fpDetailButton {
	padding-top: 10px;
}
#fpAllButton {
	padding-top: 0px;
}

.addressinput{
width: 105px;
}
/*.mlsinput{
	width:50px;
}
*/
.mlsInput {
	width: 90px;
	margin: 0 2px 0 0;
	padding: 0;
	line-height: 15px; 
}
h3 span{
	position:absolute;
	left:-1000px;
	top:0px;
}
select.inputTextQS{
	width:140px;
	margin-bottom:2px;
}
select#qsMinPrice,
select#qsMaxPrice{
	width:143px;
}
.clientLogin{
	width:120px;	
	margin-bottom:1px;	
	border:1px solid #999999;
}
label{width: 70px; text-align: right; padding-right: 5px;}
#leftColumn {
	width: 310px;
	margin-right: 10px;	
}
td#rightColumn {	
	padding:0;	
}
#featuredProp2 {	
	width: 410px;
	height: 174px;
	padding: 5px 0px 10px 15px;	
	background: #ffffff no-repeat top left url(/media/theme/ColdwellBanker001/layout/2/bg_rightmodule.gif); 
	}
#quickSearch2 {	
	width: 403px;
	height: 215px;
	padding: 5px 5px 10px 15px;		
	background: #ffffff no-repeat top left url(/media/theme/ColdwellBanker001/layout/2/bg_rightmodule_lg.gif); 
	}
#pRetriever {	
	width: 403px;
	height: 174px;
	padding: 5px 5px 10px 15px;		
	background: #ffffff no-repeat top left url(/media/theme/ColdwellBanker001/layout/2/bg_rightmodule.gif); 
}
#flashcontent {
	margin-left: 0; 
	padding-left: 0;
	width: 944px;
}
#learnRetriever {
	padding: 5px 0px 10px 0; 
	white-space: nowrap;
}
#rememberMe {
	padding-right:90px;	
}
.contactInfo {
	padding-left: 0px;
	margin-right:5px;	
}
.italicTitle {
	font-style:oblique;
}

#officeListTitle {
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
	text-decoration: none; 
	font-family: Berkeley, "Times New Roman",Serif;
	background: no-repeat top left url(http://media.reliancenetwork.com/media/theme/ColdwellBanker001/layout/officegroup/bg_officelist.gif); 	
}
div#ofGrpRightColumn {
	width: 280px;
	height:269px;
	padding: 10px 10px;	
	background: no-repeat top left url(http://media.reliancenetwork.com/media/theme/ColdwellBanker001/layout/officegroup/bg_module.gif); 	
}	
#homeWorthButton {
	padding-left: 43px; 
	vertical-align: top; 
	border: 0;
}
loginButton {
	padding-left: 5px; 
	vertical-align: bottom;
	border: 0;	
	cursor: pointer;
}
