@charset "utf-8";
/* CSS Document */
@import url(../../../css/import/fonts.css);

.ui-editor {
	width: 960px;
}
.ui-editor-left {
	width: 508px;	
	min-height: 300px;
}	
.ui-editor-right {
	width:420px;
	position:absolute;
	top:125px;
	left:535px;
	min-height: 200px;
}
	.ui-editor-right img {
		margin-top:23px;
	}
	.ui-editor-left img {
		padding-right: 10px;
		padding-top:6px;
	}
	
	.ui-editor a{
		color:#00b0e5;
		text-decoration:none;
	}
	.ui-editor a:hover{
		color:#666666;	
	}
	
	.ui-editor-static-banner {
		display:none;
		width:100%;
		height:299px;
	}
		.ui-editor-static-banner img {
			height:299px;
		}
		#ui-editor-page-banner, #ui-editor-page-banner-text {
			display:none !important;
		}
		.ui-editor-static-banner-text {
			display: none;
			 font-family: 'Avenir-Roman', Arial;
		}
		.ui-editor-static-banner-text {
			font-size:28px;
			color:#fff;
			margin-top:-178px;
			position:absolute;
			z-index:9999;
			 font-family: 'Avenir-Roman', Arial;
			font-weight:bold;
			text-shadow: 2px 2px 5px #000;
			width: 800px;
			text-align:left;
			height: 130px;
			padding-top:30px;
		}