/*	
	http://lessframework.com/
	http://www.angrycreative.se/projekt/less-framework
*/

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */


body {
	width: 712px;
	padding-top:10px;
	padding-bottom:40px;
	/*margin-left:28px;*/
	/*margin-right:28px;*/
}

#user_title {
        font-size:120%;
}

/* 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: 436px;
	height: 500px;
}
#map_canvas {
	height: 460px;
}
#list {
	float: right;
	width: 252px;
	/*height: 500px;*/
}
#data_down {
	/*visibility:hidden;*/
}
#logo_right {
		width:448px;
}
#graph_canvas img{
        zoom: 0.72;
}
