#----------------
/* Selectors for the content area of the htmlArea RTE editor */
.htmlarea-content-body {
	font-family:Verdana, sans-serif;
	font-size:12px;
	margin:0;
	padding:3px;
	background-color:#ffffff;
}

/* Selectors for the Table Operations plugin */
/* Make borders visible */
/* Make sure we can click in empty cells without too much difficulty */
.htmlarea-showtableborders, .htmlarea-showtableborders td, .htmlarea-showtableborders th {
	padding: 3px; border:1px dashed #316ac5 ! important;
}

/* Selectors for the Abbreviation plugin */
#relatedlinks,#otherlinks{
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif}
#relatedlinks a:hover,#otherlinks a:hover{
	text-decoration:underline;
}
#otherlinks a{color:#777; }
#relatedlinks a{color:#777; }
.rlinka,.rlinka span.a{
	margin: 0px;
	width:180px;
	display:block;
	padding: 3px 1px 3px 25px;
	font-size:12px;
	text-decoration:none;
	background: url(images/bt4.gif) 10px 8px no-repeat;
	color:#777; /*grey*/
	margin-bottom: 2px;
}

.rlinka-header,.rlinka-header a {
	font-size:12px;
	font-weight: bold;
	color:#379BCC;
	padding-top: 28px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/rlink_pre.gif);
	background-repeat: no-repeat;
	background-position: 5px 28px;
	height: 25px;
	margin-bottom: 2px;
}