@charset "utf-8";

/* Abstraction v.0.5 (c) 2008 Britton Reeder-Thompson */

.rich_textarea
{
	
	position: relative;
	
	width: 100%;
	height: auto;
	
}

.rich_textarea ul
{

	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	
	list-style: none;
	
	border: none;
	margin: 0;
	padding: 0;
	
	width: 100%;
	height: 20px;
	
	background-image: url(../images/menu_bg_1x20.gif);
	background-repeat: repeat-x;
		
}

.rich_textarea li
{
	
	position: relative;
	float: left;
	
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	
	width: 20px;
	height: 20px;
	
	cursor: pointer;
	
}

#bold
{

	background: url(../images/rich_textarea_menu_260x40.gif) no-repeat scroll 0px 0px;
	
}

#bold:hover
{
	
	background-position: 0px -20px;
	
}

#italic
{
	
	background: url(../images/rich_textarea_menu_260x40.gif) no-repeat scroll -20px 0px;
	
}

#italic:hover
{
	
	background-position: -20px -20px;
	
}

#underline
{
	
	background: url(../images/rich_textarea_menu_260x40.gif) no-repeat scroll -40px 0px;
	
}

#underline:hover
{
	
	background-position: -40px -20px;
	
}

#fontname
{
	
	background: url(../images/rich_textarea_menu_260x40.gif) no-repeat scroll -60px 0px;
	
}

#fontname:hover
{
	
	background-position: -60px -20px;
	
}

#fontsize
{
	
	background: url(../images/rich_textarea_menu_260x40.gif) no-repeat scroll -80px 0px;
	
}

#fontsize:hover
{
	
	background-position: -80px -20px;
	
}

#forecolor
{
	
	background: url(../images/rich_textarea_menu_260x40.gif) no-repeat scroll -100px 0px;
	
}

#forecolor:hover
{
	
	background-position: -100px -20px;
	
}

#left-align
{
	
	background: url(../images/rich_textarea_menu_260x40.gif) no-repeat scroll -120px 0px;
	
}

#left-align:hover
{
	
	background-position: -120px -20px;
	
}

#center-align
{
	
	background: url(../images/rich_textarea_menu_260x40.gif) no-repeat scroll -140px 0px;
	
}

#center-align:hover
{
	
	background-position: -140px -20px;
	
}

#right-align
{
	
	background: url(../images/rich_textarea_menu_260x40.gif) no-repeat scroll -160px 0px;
	
}

#right-align:hover
{
	
	background-position: -160px -20px;
	
}

#ordered-list
{
	
	background: url(../images/rich_textarea_menu_260x40.gif) no-repeat scroll -180px 0px;
	
}

#ordered-list:hover
{
	
	background-position: -180px -20px;
	
}

#unordered-list
{
	
	background: url(../images/rich_textarea_menu_260x40.gif) no-repeat scroll -200px 0px;
	
}

#unordered-list:hover
{
	
	background-position: -200px -20px;
	
}

#indent
{
	
	background: url(../images/rich_textarea_menu_260x40.gif) no-repeat scroll -220px 0px;
	
}

#outdent:hover
{
	
	background-position: -240px -20px;
	
}

#outdent
{
	
	background: url(../images/rich_textarea_menu_260x40.gif) no-repeat scroll -240px 0px;
	
}

#indent:hover
{
	
	background-position: -220px -20px;
	
}

.rich_textarea li li
{

	margin-right: 0;
	margin-top: 0;
	border: none;
	
	width: 100%;
	height: auto;
	
	font-weight: normal;
	
	background: none;
		
}

.rich_textarea li li:hover
{

	background-color: #99caf8;
	
}
	
.rich_textarea li:hover
{
	
	color: white;
	
}

.rich_textarea li:hover li
{
	
	color: black;
	
}

.rich_textarea ul ul
{
	
	position: absolute;
	left: 0px;
	top: 19px;

	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	float: none;
	border: 1px solid #9fcbe8;
	background: none;
	background-color: #FFFFFF;
	
	width: auto;
	height: auto;
	
	text-align: center;
	
	display: none;
	
	filter:alpha(opacity=85); 
	-moz-opacity: 0.85; 
	opacity: 0.85;
	
}

.rich_textarea ul li:hover ul
{

	display: block;
		
}

.rich_textarea_iframe
{
	
	width: 100%;
	height: 600px;
	
	border: none;
	margin: 0;
	
}

.rich_textarea input
{
	
	border: none;
	margin: 0;
	padding: 2px;
	
	font-size: 14px;
	
}

.rich_textarea_submit
{

	position: absolute;
	bottom: 0px;
	right: 0px;
		
}

.color_input
{

	width: 98%;
		
}
