@charset "utf-8";

/**
 * This source code is part of the Midnatt Content Management Framework.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 * Copyright (c) Midnatt.org | http://www.midnatt.org | mail@midnatt.org
 */

.clear, .clearfix {
	clear: both;
}

.round_2  { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px }
.round_4  { border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px }
.round_6  { border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px }
.round_8  { border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px }
.round_12  { border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px }
.round_16 { border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px }

.indicator, #midnatt-indicator {
	display: none;
	background: transparent url(/Modules/Core/images/indicator-16.gif) no-repeat;
	width: 16px;
	height: 16px;
	margin-left: 8px;
}

.tooltip {
	display: none;
	min-height: 24px;
	min-width: 80px;
	padding: 6px;
	z-index: 90000000;
	cursor: pointer;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	/*-moz-box-shadow: 0 0 4px #000; -webkit-box-shadow: 0 0 4px #000; box-shadow: 0 0 4px #000;*/
}

