/**
 * These stylesheets do some overrides/customizations to
 * /js/wymeditor/skins/default/screen.css
 *
 * @see: http://www.wymeditor.org/
 */

.wym_skin_default {
	background-color: #EEF5F7;
}

.wym_skin_default	{
	font-size: 100% !important;
	line-height: 150% !important;
	font-family: Verdana, Arial, sans-serif;
}
.wym_skin_default h2 {
	font-size: 100%;
}

.wym_skin_default .wym_iframe iframe {
	display: none;
}

.wym_skin_default,
.wym_skin_default .wym_html textarea,
.wym_skin_default .wym_iframe iframe,
.wym_skin_default .wym_section h2,
.wym_skin_default .wym_panel,
.wym_skin_default .wym_dropdown,
.wym_skin_default .wym_dropdown ul 
{
	border-color: #B6BCBD;
}

div.wym_box,
.wym_skin_default div {
	margin: 0;
}

div.wym_box {
/*	margin-top: 1em;*/
	display: none;
}

.wym_skin_default .wym_section h2 {
	background-color: #004468 !important;
	color: #fff !important;
	font-size: 1em;
}
.wym_skin_default .wym_section h2 span {
	color: #fff;
}
.wym_skin_default .wym_section li {
	font-size: .9em;
}

.wym_skin_default .wym_section a:hover {
	background-color: #fff !important;
}
.wym_skin_default .wym_panel.wym_section a {
	padding: .2em .4em;
}
.wym_skin_default .wym_panel.wym_section a:hover {
	background-color: #668FA4 !important;
	color: #fff !important;
}


.wym_skin_default .wym_section a {
	color: #4C4E4F !important;
}

.wym_skin_default .wym_section a:hover {
	background-color: #fff;
}

.wym_skin_default .wym_panel {
	background-color: #EEF5F7;
}

.wym_skin_default .wym_area_bottom {
	display: none;
}

.wym_skin_default .wym_link_dropzone div {
	width: 100%;
	border: none !important;
	white-space: normal !important;
}
.wym_skin_default .drop {
	background-color: #fff;
}
.wym_skin_default .wym_link_dropzone div li {
	margin: .2em .4em;
	line-height: 1.3em;
}


.wym_skin_default .wym_iframe iframe {
	width: 100% !important;
	height: 98% !important;
}

.wym_area_main {
	height: 250px;
}
.wym_skin_default .wym_section {
	height: 100%;
}