/* ***************************************************************

Modules.css - Standard sidebar modules that appear globally 
on the site.  Note - the base module styles that define the frame 
around each module is found in template.css; this file is for 
specific modules that extend that base style set.

*************************************************************** */


/** Hotel Module **/

#hotelsearch{
	background: url(../../assets/images/modules/mod_city_arrow.jpg);
	height:200px;
	width:300px;
}

#hotelsearch #title{
	padding:12px;
	padding-bottom:4px;
	margin-bottom:20px;
	text-align:center;
	font-size:19px;
	font-weight:bold;
	color:#506270;
	border-bottom:1px solid #dedede;
	margin-right:5px;
}

#hotelSearchForm{
	padding-left:30px;
}

#hotelSearchForm table .col1 {text-align:right;padding-right:10px}
#hotelSearchForm table .col2 {}
#hotelSearchForm table .spacerow {height:5px}

#hotelsearch #form{}

#hotelsearch #searchbtn:hover{
	opacity:0.8;filter:alpha(opacity=80)
}


/** Photo Gallery Module **/
#gallery{
	background: url(../../assets/images/modules/mod_photos.jpg);
	height:230px;
	width:300px;
}

#gallery .row{
	margin-left:7px;
}

#gallery IMG{
	margin:3px;
	border:1px solid #ccc;
}

#gallery #webcam{
	clear:both;
}

#gallery #title{
	padding:12px;
	padding-bottom:4px;
	margin-bottom:10px;
	text-align:center;
	font-size:19px;
	font-weight:bold;
	color:#506270;
	border-bottom:1px solid #dedede;
}

/* jQuery lightBox plugin - Gallery style */
#gallery IMG:hover { border:1px solid #828282; }



/** Weather Module **/

#weather #content IMG{
	float:left;
	margin-right:40px;
	margin-top:5px;
	margin-left:10px;
}

#weather #current{
	padding:15px;
	padding-bottom:4px;
	text-align:left;
	font-size:19px;
	font-weight:bold;
	color:#506270;	
}


/** Neighvorhoods List Module **/
#neighorhoods #column1{
	float:left;
	width:130px;
	padding:10px;
	padding-left:20px;
	font-size:12px;
}	

#neighorhoods #column2{
	width:130px
	padding:10px;
	font-size:12px;
	margin-top:10px;
}

#neighorhoods li a{
	background: url(../../assets/images/template/raquo.gif);
	background-repeat:no-repeat;
	white-space:nowrap;
	padding-left:10px;	
	margin-bottom:3px;
}