


.mosaic
{
	position: absolute;
	overflow: hidden;
}

.isBackend .mosaic
{
	cursor: pointer;
}

	.isBackend .mosaic.isFocus
	{
		
	}

	.mosaic a
	{
		color: #fff;
		text-decoration:none;
	}

	.mosaic_text
	{
		font-size: 12px;
		line-height: 1.4;
		color: #000000;	
	}
		.mosaic_text h1
		{
			font-size: 16px;
			font-weight: bold;
		}
		
		.mosaic_text h2
		{
			font-size: 14px;
			font-weight: bold;
		}
		
		.mosaic_text h3
		{
			font-size: 14px;
			font-style: italic;
		}
		
		.mosaic_text td, .mosaic_text th, .mosaic_text table
		{
			border: solid 1px #000000;
		}
		
		.mosaic_text table
		{
			border-collapse: separate;
			border-spacing: auto;
		}
		
		.mosaic_text ol
		{
			list-style: decimal;
		}
		
		.mosaic_text ul
		{
			list-style: disc;
		}
		
		.mosaic_text li
		{
			margin-left: 30px;
		}
		
		.mosaic_text span
		{
			line-height: 1.6;
		}
		
	.mosaic_image
	{
		
	}
	
		.mosaic_content_image
		{
			position: relative;
			vertical-align: middle;
			width: 100%;
			heigth: 100%;
		}
		
			
		

		

