			.InfoPanel
			{
				display: none;
				overflow: hidden;
				top: 50%; left: 50%;
				position: absolute; z-index: 11000;
				background-color:white;
			}
			.Overlay
			{
				background: #000;
				position: absolute; top: 0; left: 0;
				z-index: 10000;
				width: 100%;
			}
			.InfoPanelContentContainer
			{
				position: relative;
				width: 100%; height: 100%;
				font-size: 1.2em;
			}
			.InfoPanelContent
			{
				display: none;
				padding: 20px 15px 15px 15px;
			}
			.loader
			{
				position: absolute;
				top: 50%; left: 50%;
				margin: -14px 0 0 -14px;
			}
			.MoreInfoContent
			{
				background-color:white;
			}
			.MoreInfoContainer
			{
				border:thin solid black;
			}
			.MoreInfoContainerInner
			{
				padding:10px;
			}
			.OldPosts
			{
				height:400px;
				padding-left:78px;
				overflow: auto;
			}
			.Close
			{
				display:block;
				float:right;
				padding-top:10px;
				padding-right:10px;
				cursor:pointer;
			}
			.MorePosts
			{
			    	float:left;
			    	text-align:left;
			    	color:Black;
			    	font-weight:bold;
			    	font-size: 0.7em;
			}
			.PostAge
			{
			    	float:right;
			    	text-align:right;
			    	color:Black;
			    	font-weight:bold;
			    	font-size: 0.7em;
			}
			.PostAgeData
			{
			    	color:#4A452C;
			    	font-weight:bold;
			    	font-size: 0.7em;
				padding-right:5px;
			}			
