/*	
	http://lessframework.com/
	http://www.angrycreative.se/projekt/less-framework
*/

/*		Desktop layout:  1360px. 
		68*14+24*13+48*2
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1      2         3         4         5        6         7         8         9        10      11      12          13         14
px      68    160    252    344    436    528    620    712    804    896    988    1080    1172    1264*/


body {
	width: 1264px;
	padding-top:10px;
	padding-bottom:40px;
}

/* infowindow css */
.info_head {
	font-family: sans-serif;
	padding-bottom: 1px;
    border-bottom:1px solid #ccc; 
	margin-bottom:4px;
	font-size: 96%;
}
.info_content {
}
.info_content p{
	font-size: 96%;	
	line-height:150%;
}
.info_foot a{
	font-size: 86%;	
}
.info_foot {
	text-align:right;	
}
.tm {
 	font-size:86%;
	color:#808080;
}

#map {
	float: left;
	width: 896px;
	height: 700px;
}
#map_canvas {
	height: 660px;
}
#list {
	float: right;
	width: 344px;
	/*height: 700px;*/
}
#list_table {
	max-height: 622px;
  height: expression(this.scrollHeight > 622 ? "622px" : "auto")
}
#logo_right {
	width:1146px;
}
#user_title {
	font-size: 250%;
}
