/**
 * Shared CSS File
 *
 * You can code here styles shared by all themes.
 * As an example a CSS just for IE quirks.
 */

.left			{ float:left }
.right 			{ float:right }
.clear 			{ clear:both }
.medi, .medium 	{ margin:5px; padding:5px }
.mini, .minimal { margin:0; padding:0 }
.nolist			{ list-style:none }
.text-center	{ text-align:center }
.debug			{ border:1px dashed red }
.null			{}

/*Mootools Tooltips*/
.tool-tip 	{ color: #fff; width: 139px; z-index: 13000; text-align:center }
.tool-title { font-weight: bold; margin: 0; color: #fff; padding: 8px 8px 4px; background: url(../img/bubble.png) top left }
.tool-text 	{ font-size: 11px; padding: 4px 8px 8px; background: url(../img/bubble.png) bottom right }