/* CSS Document */

#mce_fullscreen_container {
	background-color: white;
}

#wp-black-studio-tinymce-widget-wrap {
	display: none;
}

.editor_container {
	background-color: #FFF;
	border-color: #DEDEDE;
	border-style: solid;
	border-width: 1px;
	border-collapse: separate;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	padding: 0 1px 1px 1px;
	clear: both;
}
.editor_toggle_buttons {
	margin-right: 15px;
	margin-top: 8px;
	float: right;
}
.editor_toggle_buttons a {
	background: none repeat scroll 0 0 #EBEBEB;
	border: 1px solid #DEDEDE;
    color: #777777;
    cursor: pointer;
    float: right;
    font: 13px/19px "Open Sans",sans-serif;
    margin: 5px 0 0 5px;
    padding: 3px 8px 4px;
    position: relative;
    top: 1px;
}
.editor_toggle_buttons a.active {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 0 none;
    color: #555555;
    height: 20px;
}
.editor_toggle_buttons_legacy a.active {
	border-color: #CCC #CCC #E9E9E9;
	background-color: #E9E9E9;
} 
.editor_media_buttons {
	cursor: default;
	padding: 8px 8px;
	height: 22px;
}
.editor_media_buttons a {
	cursor: pointer;
	text-decoration: none;
	color: #333;
	font-size: 12px;
	margin-right: 8px;
}
.editor_media_buttons img {
	vertical-align: middle;
	padding: 0 4px;
}
.editor_links {
	font-size: 10px;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
}