/* Community-Subdivision global stylesheet */

a.noDecoration{
	text-decoration: none;
	color: black;	
}

.smallText
{
	font-size: 10px;
}

/* slideshow */
.slideshow_Container{
	padding: 0px 0px 0px 0px;
	border: 0px solid black;
}

.horizScroll{
	width: 370px;
	overflow-x: auto;
	overflow-y: hidden;
	height:70px;
}

.verticalScroll{
	height: 550px;
	overflow-x: hidden;
	overflow-y: auto;
	width:80px;
}

/* Properties */
.propertiesTopRow td
{
	height: 23px;
	padding-bottom: 3px;
	vertical-align: bottom;
	background-color: white;
}			
.propertiesOddRow td{
	background-color: white;
}			
.propertiesEvenRow td{
	background-color: #bfdcec;
}			
.propertiesOddRow{
	border: 3px solid black;
}

div.scroll_propDescr {
	overflow-y: auto; 
	padding-right: 4px;	
	height: expression((this.height != null) ? this.height : '130px');
}


