
/*                                                                    - *
 *  COPYRIGHT NOTICE                                                    *
 *                                                                      *
 *  (c) 2012 Martin Helmich <m.helmich@mittwald.de>                     *
 *           Mittwald CM Service GmbH & Co KG                           *
 *           All rights reserved                                        *
 *                                                                      *
 *  This script is part of the TYPO3 project. The TYPO3 project is      *
 *  free software; you can redistribute it and/or modify                *
 *  it under the terms of the GNU General Public License as published   *
 *  by the Free Software Foundation; either version 2 of the License,   *
 *  or (at your option) any later version.                              *
 *                                                                      *
 *  The GNU General Public License can be found at                      *
 *  http://www.gnu.org/copyleft/gpl.html.                               *
 *                                                                      *
 *  This script is distributed in the hope that it will be useful,      *
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of      *
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the       *
 *  GNU General Public License for more details.                        *
 *                                                                      *
 *  This copyright notice MUST APPEAR in all copies of the script!      *
 *                                                                      */



.markItUp .tx-mmforum-miu-bold a	{
	background-image:url(images/bold.png);
}
.markItUp .tx-mmforum-miu-italic a	{
	background-image:url(images/italic.png);
}
.markItUp .tx-mmforum-miu-underline a	{
	background-image:url(images/underline.png);
}
.markItUp .tx-mmforum-miu-picture a	{
	background-image:url(images/picture.png);
}
.markItUp .tx-mmforum-miu-link a	{
	background-image:url(images/link.png);
}
.markItUp .tx-mmforum-miu-ulist a	{
	background-image:url(images/list-bullet.png);
}
.markItUp .tx-mmforum-miu-olist a	{
	background-image:url(images/list-numeric.png);
}
.markItUp .tx-mmforum-miu-quote a	{
	background-image:url(images/quotes.png);
}
.markItUp .tx-mmforum-miu-code a	{
	background-image:url(images/code.png);
}	
.markItUp .tx-mmforum-miu-smilies a	{
	background-image:url(images/smilie.png);
}
.markItUp .tx-mmforum-miu-smilies ul {
	width: 125px;
	padding: 4px;
}
.markItUp .tx-mmforum-miu-smilies li {
	border: 1px solid #fff;
	padding: 0px;
	margin: 0px;
	width: 25px;
	height: 25px;
	overflow: hidden;
	float: left;
}
.markItUp .clean a {
	background-image:url(images/clean.png);
}
.markItUp .preview a {
	background-image:url(images/preview.png);
}