/* CSS STYLE Document */

	body {
		font-family: "Times New Roman", Times, serif;	
		font-size: 0.75em;
		background-image: url(/views/limits/images/ui/page-bg.png);
		background-repeat: repeat-y;
		background-position: 50% 100%;
		color: #444;
	}
	
	#page {
		background-color: #fff;
	}
	
	a {
		color: #898989;
		background-color: #ffc;
		text-decoration: none;	
	}
		a:hover {
			color: #000;
			background-color: #ff0;
		}
		
		#map_canvas a {
			background: none;
		}
	
	
	.bar {
		background-image: url(/views/limits/images/ui/grey_bar.png);
		background-repeat: no-repeat;
		padding-left: 30px;
		
	}
	
		.yellow {
			background-image: url(/views/limits/images/ui/yellow_bar.png);
		}
		
		.baige {
			background-image: url(/views/limits/images/ui/baige_bar.png);
		}
			.bar .label {
				font-size: 0.85em;
				line-height: 9px;
				display: block;
			}
		
	.story {
		line-height: 1.3em;
		font-size: 1.2em;
	}
		.story p {
			margin-bottom: 1em;
		}
	
		.story ol {
			margin: 0.5em 0;	
			list-style-type: decimal;
		}
		
		.story blockquote {
			margin: 1em 2em;	
			border-left: 1px dotted #898989;
			padding-left: 2em;
		}
		
	#header {
		background-image: url(/views/limits/images/ui/top-bg.png);
		background-repeat: no-repeat;
	}
		#header .identity a img {
			display: block;
		}
	
		#header .contact {
			text-align: right;
		}
		
		
	
	#navigate {
		
	}
	
	/* sprite */
	
		.sprite {
			background-image: url(/views/limits/images/ui/icon_sprites.png);
			background-repeat: no-repeat;
			height: 8px;
			background-position: 2px 3px;
		}
		
		.pin_icon {
			width: 12px;
			height: 12px;
		}
		.picture_icon {
			width: 8px;
			height: 13px;
			background-position: -15px 3px;
		}
		
		.spinner {
			background-image: url(/views/limits/images/ui/spinner.gif);
			background-repeat: no-repeat;
			background-position: 48% 48%;
		}
		
	
	#footer {
		/*background-image: url(/views/limits/images/ui/grey_bar.png);
		background-repeat: no-repeat;
		padding-left: 30px;
		font-size: 0.85em;
		line-height: 8px;*/
		background-image: url(/views/limits/images/ui/bottom-bg.png);
		background-position: 0 100%;
		background-repeat: no-repeat;
	}
		#footer .copy {
			padding-bottom: 25px;
			line-height: 8px;
		}
	 
		#footer .copy span {
			margin-bottom: 3px;
			display: block;
		}
