/*
Simple:Press Forum
The old Quicktags Edior - HTML Styles
$LastChangedDate: 2009-08-07 13:28:01 +0100 (Fri, 07 Aug 2009) $
$Rev: 2290 $
*/

/*	To make the font-size bigger during editing
	change the value of 'inherit' to a specific
	percentage - i.e., 120% */

textarea.sftextarea {
	font-size: inherit !important;
}

.quicktags .editor_toolbar {
}

.quicktags {
	background-color: #ADC1FE !important;
	width: 99%;
	padding-left: 10px;
}

.quicktags #ed_strong {
	margin-left: 10px;
}

.quicktags .editor_button {
	font-family: Verdana, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color:#f7f7f7;
	border: 1px solid #999999;
	margin: 5px 0 5px 0;
	padding: 3px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.quicktags .editor_button:hover {
	background-color: #E2E2E2;
}
