/* Black Studio TinyMCE Widget - CSS */

.bstw-links {
	font-size: 11px;
	margin-top: -3px;
	text-align: right;
	position: absolute;
	right: 18px;
}

.bstw-links .icon-plugins {
	float: right;
	padding: 3px 6px;
	margin: -8px -8px 0 -2px;
	background: transparent url('../../../../wp-admin/images/menu.png') no-repeat scroll -180px -33px;
	width: 16px;
	height: 16px;
}

.bstw-links .bstw-links-list {
	display: none;
}

.bstw-links a {
	text-decoration: none;
}

#mce_fullscreen_container {
	background-color: white;
}

#wp-black-studio-tinymce-widget-wrap {
	display: none;
}

#TB_overlay, #TB_window {
	z-index: 999999;
}

.wp-editor-container {
	border-style: solid;
	border-width: 1px;
	border-collapse: separate;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-color: #ccc #ccc #dfdfdf;
	clear: both;
}

.wp-switch-editor {
	height: 18px;
	margin: 5px 5px 0 0;
	padding: 4px 5px 2px;
	float: right;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	background-color: #f1f1f1;
	border-color: #dfdfdf #dfdfdf #ccc;
	color: #999;
	position: relative;
	top: 1px;
}

.tmce-active .switch-tmce, .html-active .switch-html {
	border-color: #ccc #ccc #e9e9e9;
	background-color: #e9e9e9;
	color: #333;
}

.wp-media-buttons {
	cursor: default;
	padding: 8px 8px 0;
}

.wp-media-buttons a {
	cursor: pointer;
	padding: 0 0 5px 10px;
}

.wp-media-buttons img {
	vertical-align: middle;
}

.wp_themeSkin .mceStatusbar {
	border-color: #dfdfdf;
}
