body 	{ margin: 0px 0px 0px 0px;
	  background: #1F4784;
	  background-image: url(./whiteheader.jpg);
	  background-repeat:repeat-x;
	  background-position: top left;
	  font-family: calibri, tahoma, arial, verdana;
	  font-size:11pt;
	  color: #222222;
	  }

.BG_navbar	{ background-image: url(./BG_navbar.gif);
			  background-repeat: no-repeat;
			  background-position: left top;
			  }
.BG_cols	{ background-image: url(./BG_cols.gif);
			  background-repeat: repeat-y;
			  background-position: right top;
			  }
.BOX_featprop	{ border: #888888 1px solid; padding:6px;
				  }


h1		{ font-family: cambria, calibri, tahoma; font-size: 14pt; color:#214284;}


h2		{ font-family: cambria, calibri, tahoma; font-size: 14pt; color:#214284;}
.line	{ font-size:16pt; margin-left:8px; margin-right:8px; }

.h2		{ font-size: 13pt; color:#264588; }

.tfooter	{ color: #FFFFFF; font-size:10pt; }
.tblue		{ color: #0061A5; }
.tred		{ color: #F40000; }
.torange	{ color: #FF6701; }
.tyellow	{ color: #FFFF00; }
.twhite		{ color: #FFFFFF; }
.tgrey		{ color: #999999; }
.tblack		{ color: #000000; }


.p-l		{ padding-left:   5px; }
.p-t		{ padding-top:    5px; }
.p-r		{ padding-right:  5px; }
.p-b		{ padding-bottom: 5px; }
.p-l10		{ padding-left:   10px; }
.p-t10		{ padding-top:    10px; }
.p-r10		{ padding-right:  10px; }
.p-b10		{ padding-bottom: 10px; }
.p-l15		{ padding-left:   15px; }
.p-t15		{ padding-top:    15px; }
.p-r15		{ padding-right:  15px; }
.p-b15		{ padding-bottom: 15px; }

.imgBorder	{ border: #888888 1px solid; }

HR	{ color: #000000; width: 100%; height: 1px; }
TD	{ font-family: calibri,tahoma,arial,verdana; font-size: 11pt; }
li	{ list-style-image: url(./icon_listitem.gif); margin-top: 1px; }

a.black		{ font-family: calibri,tahoma,arial,verdana;  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #000000;
		  }
a.black:hover	{ font-family: calibri,tahoma,arial,verdana;  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #FF0000;
		  }
a.white		{ font-family: calibri,tahoma,arial,verdana;  font-size: 10pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #1F4784;
		  }
a.white:hover	{ font-family: calibri,tahoma,arial,verdana;  font-size: 10pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #1F4784;
		  }

a.menu		{ font-family: Eurostile, calibri,tahoma,arial,verdana;  font-size: 14pt;
		  font-weight: bold;
		  text-decoration: none;
		  color: #1F4784;
		  }
a.menu:hover	{ font-family: Eurostile, calibri,tahoma,arial,verdana;  font-size: 14pt;
		  font-weight: bold;
		  text-decoration: none;
		  color: #000000;
		  }
		  
.Button	{ font-size: 8pt;
		   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		   text-decoration: none;
		   padding: 4px;
		   width: 190px;
		   text-align: center;
		   color: #000000;
		   background-color: #FF9C21;
		   border: 1px outset #000000;
		   cursor:hand;
		   }
		  
.BTN_search	{ font-size: 9pt;
		   font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
		   text-decoration: none;
		   padding: 4px;
		   width: 170px;
		   text-align: center;
		   color: #FFFFFF;
		   background-color: #999999;
		   border: 1px outset #999999;
		   cursor:hand;
		   }
		   
.calendar	{ background-image: url(/forster/real-estate.nsf/BG_calendar.gif); background-repeat: no-repeat;
		  background-position: top left; width:44px; height: 52px; text-align:center;
		  padding-top: 6px; line-height: 1.4;
		  float:left; margin-right: 10px; margin-bottom: 4px;
		  font-family: arial, tahoma;
		  }
.calendar, .month { color: #FFFFFF; font-size:9pt; }
.calendar, .day   { color: #444444; font-size:15pt; }

.roundtable		{ -webkit-border-radius: 5px; /* Safari prototype */
		  -moz-border-radius: 5px; /* Gecko browsers */
		  border-radius: 5px; /* Everything else - limited support at the moment */
		  		-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
		-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
		box-shadow: inset 0 1px 2px rgba(0,0,0,.2);		  
		  }
		  
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 10px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}


