@CHARSET "ISO-8859-1";

#epa-insert {
	background-color: #F5F5F5;
	font-size: 12px;
	line-height: 1.4em;
	margin: 5px;
	outline: none;
}

#epa-insert .submitbox {
	font-size: 11px;
	height: 29px;
	overflow: auto;
	padding: 5px 10px;
}

#epa-insert .query-results {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DFDFDF;
	height: 185px;
	margin: 0 5px 5px;
	overflow: auto;
	position: relative;
}

#epa-insert ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#epa-insert li:hover {
	background: #eaf2fa;
	color: #151515
}

#epa-insert li,#epa-insert .query-notice {
	clear: both;
	margin-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	color: #333;
	padding: 4px 6px;
	cursor: pointer;
	position: relative;
}

#epa-insert li.selected {
	background: #ddd;
	color: #333;
	font-weight: bold;
}

#epa-insert .alternate,.alt {
	background-color: #fcfcfc;
}

#epa-insert .item-title {
	display: inline-block;
	width: 80%;
}

#epa-insert label span {
	display: inline-block;
	width: 80px;
	text-align: right;
	padding-right: 5px;
}

#epa-insert #insert-options label span {
	display: inline-block;
	width: 80px;
	text-align: right;
	padding-right: 5px;
}

#epa-insert input[type=checkbox],#epa-insert input[type=radio] {
	width: auto;
	padding: 3px 0 0;
	margin: 0 3px 0 87px;
	font-size: 11px;
}

#epa-insert input[type=radio].first {
	margin-left: 0;
}

#content_epa_insert .mce_epa_insert {
	font-family: 'epa' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a.mce_epa_insert span.mce_epa_insert:before {
	content: "\e602";
}