/* list.css is part of Aloha Editor project http://aloha-editor.org
 *
 * Aloha Editor is a WYSIWYG HTML5 inline editing library and editor.
 * Copyright (c) 2010-2012 Gentics Software GmbH, Vienna, Austria.
 * Contributors http://aloha-editor.org/contribution.php
 *
 * Aloha Editor 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 any later version.
 *
 * Aloha Editor 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.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 *
 * As an additional permission to the GNU GPL version 2, you may distribute
 * non-source (e.g., minimized or compacted) forms of the Aloha-Editor
 * source code without the copy of the GNU GPL normally required,
 * provided you include this license notice and a URL through which
 * recipients can access the Corresponding Source.
 */

/**
* Fix for incorrect display of MenuButton and Submenu
*/
.aloha.aloha-toolbar .aloha-ui-menubutton-container .ui-buttonset {
	width: 60px;
}

.aloha .aloha-ui-toolbar .aloha-ui-menubutton-menu {
	z-index: 1;
}

/**
* Definition list style
*/
.aloha .ui-state-default .aloha-icon-definitionlist {
	background-image: url('../img/dl.png');
}

/**
* List wrapper
*/
.aloha-list-templates { 
	zoom: 0.8;
	zoom: 1\9;
}

.aloha-list-templates ul {
   list-style-type: disc;
   list-style-position: inside;
}

.aloha-list-templates ol {
   list-style-type: decimal;
   list-style-position: inside;
}

.aloha-list-templates ul ul, .aloha-list-templates ol ul {
   list-style-type: circle;
   list-style-position: inside;
   margin-left: 15px;
}

.aloha-list-templates ol ol, .aloha-list-templates ul ol {
   list-style-type: lower-latin;
   list-style-position: inside;
   margin-left: 15px;
}

/**
* Predefined list styles
**/
.aloha-list-templates ul.aloha-list-disc, ul.aloha-list-disc 									{ list-style-type: disc; }
.aloha-list-templates ul.aloha-list-circle, ul.aloha-list-circle 								{ list-style-type: circle; }
.aloha-list-templates ul.aloha-list-square, ul.aloha-list-square 								{ list-style-type: square; }
.aloha-list-templates ol.aloha-list-decimal, ol.aloha-list-decimal								{ list-style-type: decimal; }
.aloha-list-templates ol.aloha-list-decimal-leading-zero, ol.aloha-list-decimal-leading-zero	{ list-style-type: decimal-leading-zero; }
.aloha-list-templates ol.aloha-list-lower-roman, ol.aloha-list-lower-roman						{ list-style-type: lower-roman; }
.aloha-list-templates ol.aloha-list-upper-roman, ol.aloha-list-upper-roman						{ list-style-type: upper-roman; }
.aloha-list-templates ol.aloha-list-lower-greek, ol.aloha-list-lower-greek 						{ list-style-type: lower-greek; }
.aloha-list-templates ol.aloha-list-lower-latin, ol.aloha-list-lower-latin						{ list-style-type: lower-latin; }
.aloha-list-templates ol.aloha-list-upper-latin, ol.aloha-list-upper-latin 						{ list-style-type: upper-latin; }
.aloha-list-templates dl.aloha-list-red, dl.aloha-list-red										{ color: red; }
.aloha-list-templates dl.aloha-list-blue, dl.aloha-list-blue									{ color: blue; }
.aloha-list-templates dl.aloha-list-green, dl.aloha-list-green									{ color: green; }