/* colors:
blue = #2596DF
red = #db1919
yellows = #ef6a00
green = #0eb147

highlight blue = #007dd1; (menus, etc).

borders = grey = #aaa;
border-separator = #ccc;
background = grey = #e0e0e0;
*/

/* PageList */

div.page-list {
	margin: 1em 0em;
	padding:0.5em;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	overflow: hidden;
	background: url('../img/group-title-bg.png') repeat-x;
}

* HTML div.page-list {height:100%;}

div.page-list div.title {
	float:left;
	width: 30%;
}

div.page-list div.pages {
	float:right;
	text-align:right;
	width:65%;
}

div.page-list ul {
	margin:0;
	text-align: right;
}

div.page-list li {
	display: inline;
}

div.page-list li.active {
	border:solid 1px #2596df;
}

div.mui_quickview {
	position: absolute;
	border: white solid 4px;
	z-index:1150;
}
div.mui_quickview_close {
	position: absolute;
	width:40px;
	height:40px;
	z-index:1151;
	background: url('../img/xclose-black.png') no-repeat;
	cursor: pointer;
}

div.loader-large-black {
	width:33px;
	height:33px;
	background: url('../img/spinner_large_black.gif') no-repeat;
}

/* Framework litle things */

/* Toolbar */

div.toolbar {
	background:#E9E9E9;
	border:1px solid #CCCCCC;
	margin-bottom:1em;
	padding:0.5em;
   	-webkit-border-radius: 5px;
   	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

* HTML .toolbar {height:100%;}

.toolbar > div.item {
	float:left;
	margin-left:5px;
}

div.toolbar.right > div.item {
	float:right;
	clear:left;
}

.toolbar > div.separator {
	border-left:dotted 1px #000;
	width:1px;
	height:2em;
}

/* Navigator */

div.navigator {
	margin:0.5em 0 0.5em 0;
	padding:0.5em;
	overflow: hidden;
}

* HTML .navigator {height:100%;}

div.navigator > div.item {
	float:left;
	margin-left:5px;
	font-size:11px;
}

div.navigator div.navigator-options {
	position: absolute;
	z-index:1000;
	background: #fff;
	border:solid 1px #ccc;
}

div.navigator div.navigator-options li {list-style-image: url('../img/navigator-arrow.png');list-style-position: inside;}
div.navigator div.navigator-options p.close {text-align: right;font-size:10px;}

div.headlines {}
div.headlines > ul {margin:0;}

div.headlines > ul > li.item {
	display: inline;
	list-style: none;
	background: url('../img/icon-clickme.png') no-repeat 2px 50% #aaa;
	border:solid 1px #777;
	color:#fff;
	margin-left: 2px;
	padding:4px;
	padding-left: 20px;
}

div.headlines  > ul > li.item.important {
	background-color: #ff6000;
	border:solid 1px #aa3000;
}

div.headlines > ul > li.item.critical {
	background-color: #ff0000;
	border:solid 1px #800000;
}

div.headlines > ul > li.item a {color:#fff;}
div.headlines > ul > li.item a:hover {text-decoration:underline;}

/* Tag could */

div.tag-cloud {
	overflow: hidden;
	margin-bottom:1em;
}
* HTML div.tag-cloud {
	height:100%;
}

div.tag-cloud > span.item {padding:0.2em;}
div.tag-cloud > span.tag-percent-0 {font-size:9px;}
div.tag-cloud > span.tag-percent-1 {font-size:11px;}
div.tag-cloud > span.tag-percent-2 {font-size:13px;}
div.tag-cloud > span.tag-percent-3 {font-size:15px;}
div.tag-cloud > span.tag-percent-4 {font-size:17px;}
div.tag-cloud > span.tag-percent-5 {font-size:19px;}
div.tag-cloud > span.tag-percent-6 {font-size:21px;}
div.tag-cloud > span.tag-percent-7 {font-size:23px;}
div.tag-cloud > span.tag-percent-8 {font-size:25px; font-weight: bold;}
div.tag-cloud > span.tag-percent-9 {font-size:27px; font-weight:bold;}
div.tag-cloud > span.tag-percent-10 {font-size:29px; font-weight:bold;}

/* category-tree */

ul.category-tree, ul.category-tree ul {
	list-style: none;
	margin:0;
}

ul.category-tree li {
	margin-left:10px;
}

ul.category-tree li.open {font-weight: bold;}
ul.category-tree li.open div.descr {font-weight: normal;font-style:italic;margin-left:5px;}

ul.category-tree li.active a {

}

ul.category-tree li.normal {
	font-weight: normal;
}

ul.category-tree li.normal a {

}


/* Menus */

/* Center-Aligment problem.
*	Even in CSS 3.0 there is no way to center-align floating elements.
*	To overcome this flaw, display:inline elements must be used.
*	To clearly separate this two aproaches we use div (as you should) for
* 	floating-menus and unordered list (ul-li) as aligment-menus
*/

div.menu {}

div.menu > div.item, div.menu > div.separator {
	float: left;
	padding:0.2em;
	margin-left:5px;
	white-space: nowrap;
}

div.menu > div.separator {
	width:1px;
	height: 2em;
	border-left:dotted 1px #ccc;
	padding: 0;
}

div.menu > div.item a {color:#000;}
div.menu > div.item a:hover {color:#ff6000;text-decoration: underline;}
div.menu > div.active a {color:#ff6000;text-decoration: underline;}
div.menu > div.active a:hover {color:#cc0000;}

ul.menu {margin: 0;}
ul.menu.center {text-align:center;}

ul.menu > li.item {
	display: inline;
	padding:0.2em;
	margin-left:5px;
	white-space: nowrap;
	list-style: none;
}

/* Pre defined class, you can use list-style-image instead ... */
ul.menu > li.separator {}

ul.menu > li.item a {color:#000;}
ul.menu > li.item a:hover {color:#ff6000;text-decoration: underline;}
ul.menu > li.active a {color:#ff6000;text-decoration: underline;}
ul.menu > li.active a:hover {color:#cc0000;}

/* Index Menu */
div.index-menu {
	overflow: hidden;
	margin-bottom: 1em;
}

* HTML div.index-menu {
	height:100%;
}

div.index-menu > div.item {
	border:solid 1px #ccc;
   	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:300px;
	min-height:150px;
	float:left;
	margin-left:1em;
	margin-top:1em;
	position: relative;
	background: #f7f7f7;
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.index-menu .title {padding:0.5em 0.2em 0.2em 0.5em;}

div.index-menu > div.item:hover {
	border-color:#ff6000;
}

div.index-menu div.button {
	position: absolute;
	left:0.5em;
	bottom:10px;
	text-align:center;
	width:100%;
}

div.index-menu input[type=button] {
	background: url('../img/app-engine/module_button_bg_off.png') repeat-x;
	height:25px;
	color:#3a3a3a;
	padding:1px 20px 5px;
	border:solid 1px #898e92;
	border-radius: 6px;
}

div.index-menu input[type=button]:hover {
	background: url('../img/app-engine/module_button_bg_on.png') repeat-x;
	color:#000;
}

div.index-menu > div.settings-general {background-image: url('../img/app-engine/module_settings_general.png');}
div.index-menu > div.settings-adv {background-image: url('../img/app-engine/module_settings_advanced.png');}
div.index-menu > div.settings-seo {background-image: url('../img/app-engine/module_settings_seo.png');}

/* Power Table */
/* Table Element */
table.powertable {
	width: 100%;
	border:solid 1px #555;
}

table.powertable .pt-active, table.powertable .pt-active a {color:#f36b00}

table.powertable .pt-grayout * {background: #fff !important; color:#808080 !important;}

table.powertable tr.powertable-tr-header {
	background: #d0d0d0 url('../img/power-table/pt-header-bg.png') repeat-x;
	height: 26px;
}

table.powertable th {
	color:#000;
	border:solid 1px #555;
	border-right: none;
	background: none;
}
table.powertable tr th:first-child {border-left:none;}

table.powertable tbody tr:hover {background-color: #F0F0F0;}

table.powertable th.powertable-toolbox {
	padding:0;
	font-weight: normal;
	border:none;
}

table.powertable th.powertable-toolbox a, table.powertable th.powertable-statusbar a {
	padding:0.2em;
	margin-left:0.35em;
	border:solid 1px #d2d2d2;
}
table.powertable th.powertable-toolbox a:hover, table.powertable th.powertable-statusbar a:hover {
	border:solid 1px #999;
}

input.powertable-search {
	background: #fff;
	border:solid 1px #999;
}

table.powertable input.active {
	border-color:#f36b00;
}

table.powertable th.powertable-statusbar {
	padding:0.25em 0 0.25em 0;
	font-weight: normal;
	border:none;
	border-top:solid 1px #555;
}

table.powertable td {
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

table.powertable thead th.sortable {
	cursor: pointer;
}

table.powertable thead span.sortasc {
	background: url('../img/power-table/pt-sort_asc.png') no-repeat right 50%;
	padding-right:15px;
}

table.powertable thead span.sortdesc {
	background: url('../img/power-table/pt-sort_desc.png') no-repeat right 50%;
	padding-right:15px;
}

/* PT - Filters */

table.powertable thead span.filter {
	color:#f36b00;
}

div.powertable-filters {}
div.powertable-filter {
	border:solid 1px #E0E0E0;
	border-radius:3px;
	margin-top:4px;
	width:230px;
}

div.powertable-filters table td {
	vertical-align: top;
}
div.powertable-filters p.caption {font-weight: bold;}

div.powertable-filter select {width:185px;}
div.powertable-filter-window select {width:200px}

span.powertable-filter-clear {
	display: block;
	float:right;
	width:15px;
	height:15px;
	background: url('../img/power-table/pt-delete_filter.png') no-repeat;
	cursor:pointer;
}

span.powertable-filter-help {
	display: block;
	float:right;
	width:15px;
	height:15px;
	background: url('../img/power-table/pt-filter_help.png') no-repeat;
	cursor:help;
}

table.powertable th.selection {
	cursor:pointer;
}

table.powertable td.powertable-checkbox {
	background: url('../img/power-table/cb_empty.gif') no-repeat 50% 50%;
	width:150px;
	cursor:pointer;
}

table.powertable td.checkbox-on {
	background: url('../img/power-table/cb_selected_blue.gif') no-repeat 50% 50%;
}

div.powertable-toolbox-right {
	float:right;
	margin-right:2em;
}

div.powertable-toolbox-right span {
	padding:0.2em;
	color:#000;
	font-weight: bold;
}

div.powertable-toolbox-left {
	float:left;
	margin-left:1em;
}

div.powertable-spinner-off,div.powertable-spinner-on {
    width:16px;
    height:11px;
    float:right;
    background: none;
    margin-right:1em;
}

div.powertable-spinner-on {
    background: url('../img/wait-clock.png') no-repeat;
}

span.powertable-tip {
	color:#2596df;
	font-size:11px;
	font-weight:bold;
}

/*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*
*					Panels
*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*/

div.panel-title {
    background: #e6e6e6;
    height: 2em;
    font-size:14px;
    margin:0;
}

div.panel-title-text {
	padding:0.5em;
	float:left;
}

div.panel-title-button-close, div.panel-title-button-open {
	display: block;
	cursor:pointer;
	float:right;
	margin-right:0.5em;
	margin-top:0.5em;
	width:11px;
	height:11px;
	background: url('../img/panel_close.png') no-repeat;
}

div.panel-title-button-open { background: url('../img/panel_open.png') no-repeat; }

div.panel-body {
	padding:0.5em;
}

/* dialog boxes */

div.db_base {
	margin: 0.5em auto 0.5em auto;
	width:99%;
	background: #fff;
	padding:0px;
	position:relative;
	text-align:center;
}

div.db_base .xclose {
	width: 16px;
	height:16px;
	position:absolute;
	right:0px;
	top:0px;
}

div.db_base a {color:#000;text-decoration: underline;}

div.db_base .xclose a {
	background: url('../img/xclose.gif') no-repeat !important;
	display:block;
	width:16px;
	height:16px;
	border:none;
	text-decoration:none;
}

div.db_base .xclose a:hover {
	border:none;
	text-decoration:none;
}

div.db_base .xmsg {
	padding-bottom:0.5em;
	padding-top:1.25em;
	padding-left:60px;
}

div.db_info {
	background:#fff url(../img/dialogs/db_info_icon.gif) 5px 5px no-repeat;
	border:#2596df solid 1px;
	box-shadow:0px 0px 5px #2596df;
	-moz-box-shadow:0px 0px 5px #2596df;
	-khtml-box-shadow:0px 0px 5px #2596df;
	-webkit-box-shadow:0px 0px 5px #2596df;
}

div.db_success {
	background:#fff url(../img/dialogs/db_success_icon.gif) 5px 5px no-repeat;
	border:#0eb147 solid 1px;
	box-shadow:0px 0px 5px #0eb147;
	-moz-box-shadow:0px 0px 5px #0eb147;
	-khtml-box-shadow:0px 0px 5px #0eb147;
	-webkit-box-shadow:0px 0px 5px #0eb147;
}

div.db_error {
	background:#fff url(../img/dialogs/db_error_icon.gif) 5px 5px no-repeat;
	border:#db1919 solid 1px;
	box-shadow:0px 0px 5px #db1919;
	-moz-box-shadow:0px 0px 5px #db1919;
	-khtml-box-shadow:0px 0px 5px #db1919;
	-webkit-box-shadow:0px 0px 5px #db1919;
}

div.db_warning {
	background:#fff url(../img/dialogs/db_warn_icon.gif) 5px 5px no-repeat;
	border:#ef6a00 solid 1px;
	box-shadow:0px 0px 5px #ef6a00;
	-moz-box-shadow:0px 0px 5px #ef6a00;
	-khtml-box-shadow:0px 0px 5px #ef6a00;
	-webkit-box-shadow:0px 0px 5px #ef6a00;
}

div.db_ask  {
	background:#fff url(../img/dialogs/db_ask_icon.gif) 5px 5px no-repeat;
	border:#ef6a00 solid 1px;
	box-shadow:0px 0px 5px #ef6a00;
	-moz-box-shadow:0px 0px 5px #ef6a00;
	-khtml-box-shadow:0px 0px 5px #ef6a00;
	-webkit-box-shadow:0px 0px 5px #ef6a00;
}

div.db_ask p.buttons {}

/* mui_tooltip */

.mui_tooltip {
	background: #fff9dc;
	border:solid 1px #ccc;
	padding:0.4em;
	font-size:12px;
	max-width:650px;
	color:#000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:2px 2px 5px #000;	-moz-box-shadow:2px 2px 5px #000;	-khtml-box-shadow:2px 2px 5px #000;	-webkit-box-shadow:2px 2px 5px #000;
}

.tip-no, .tip-error {
	color:#db1919 !important;
}
.tip-yes, tip-success {
	color:#0eb147 !important;
}
.tip-warning {
	color:#ef6a00 !important;
}

/* floating messages */

.mui_floating_message {
	border:solid 1px #2596df;
	background:white url('../img/dialogs/db_info_icon_s.gif') no-repeat 2px 2px;
	color:#000;
	padding:5px 5px 5px 40px;
	font-size: 15px;
}

.mfm_error {
	border-color:#db1919;
	background:white url('../img/dialogs/db_error_icon_s.gif') no-repeat 2px 2px;
}

.mfm_warn {
	border-color:#ef6a00;
	background:white url('../img/dialogs/db_warn_icon_s.gif') no-repeat 2px 2px;
}

.mfm_success	{
	border-color:#0eb147;
	background:white url('../img/dialogs/db_success_icon_s.gif') no-repeat 2px 2px;
}


/* busyBox */
.busy_box {
	background: url('../img/spinner.gif') no-repeat 5px center #fff; font-size: 16px;
	padding:5px;
	padding-left:25px;
	border: #000 solid 1px;
	color: #000;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:2px 2px 5px #000;	-moz-box-shadow:2px 2px 5px #000;	-khtml-box-shadow:2px 2px 5px #000;	-webkit-box-shadow:2px 2px 5px #000;
}

/* progressBar */
div.progressbar	{
	background: url("../img/progressbar.png") repeat-x;
	padding: 0px;
	font-size: 1px;
	overflow: hidden;
	border:solid 1px #f9bb89;
}

div.progressbar div	{
	background: url("../img/progressbar_face.png") repeat-x;
	margin-top: 2px;
	overflow: hidden;
	margin-left: 1px;
	border:solid 1px #FB6D01;
}


/* simple dialog */

div.mui_simple_dialog {
	border:solid 1px #aaa;
	background: white;
	padding: 5px;
}

div.mui_simple_dialog img {
	float:left;
	margin:3px;
}

div.mui_simple_dialog h2 {
	border-bottom: solid 1px #aaa;
	margin-top:0px;
}

/* 		mui_window        */

div.mui_window {
	background: #fff;
	border: solid 1px #777;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:2px 2px 5px;
	-moz-box-shadow:2px 2px 5px;
	-khtml-box-shadow:2px 2px 5px;
	-webkit-box-shadow:2px 2px 5px;
}

div.mui_window div.window-title {
	margin-top:0px;
	height:25px;
	width:100%;
	color:#fff;
	font-size:14px;
	padding:0;
	position: relative;
	background: url('../img/dialogs/window-title.png') repeat-x;
}

* HTML div.mui_window div.window-title {
	background-color: #999999;
}

div.mui_window div.window-title div.text {
	position:absolute;
	left:10px;
	top:3px;
}

div.mui_window div.window-title-close {
	width:16px;
	height:16px;
	right:5px;
	top:4px;
	position:absolute;
	cursor:pointer;
	background: url('../img/dialogs/window-xclose.png') no-repeat;
}

div.mui_window div.window-title-close:hover {
	background-color:#cc0000;
}

div.mui_window div.window-title-maximize {
	width:25px;
	height:20px;
	right:25px;
	top:2px;
	position:absolute;
	cursor:pointer;
	background: url('../img/dialogs/window-maximize.png') no-repeat 3px 2px;
}
div.mui_window div.window-title-maximize:hover {
	background-color:#ff6000;
}
div.mui_window div.window-title-restore {
	width:25px;
	height:20px;
	right:25px;
	top:2px;
	position:absolute;
	cursor:pointer;
	background: url('../img/dialogs/window-restore.png') no-repeat 3px 2px;
}
div.mui_window div.window-title-restore:hover {
	background-color: #077dd1;
}
div.mui_window div.window-status {
	height:25px;
    background: url('../img/dialogs/window-status.png') repeat-x;
    position: absolute;
    top:0px;
    padding-left:5px;
    padding-right:5px;
    border-left:solid 1px #077dd1;
    border-right:solid 1px #077dd1;
}

div.mui_window div.status-busy {
    background: url('../img/dialogs/window-status-busy.png') repeat-x;
    border-left:solid 1px #ff6000;
    border-right:solid 1px #ff6000;
}

div.mui_window div.window-status span.status-text {
	color:#fff;
    line-height:25px;
}

div.mui_window div.window-body {
	padding:5px;
}

/* damn IE */
* HTML div.mui_window {width:70%}

/* tabs */

div.tabs_menu {
	border-bottom: solid 5px #10a9ef;
	height: 2.5em;
	font-size:14px;
}

div.tabs_menu ul {
	padding:0;
	margin:0;
}

div.tabs_menu li {
	display:block;
	float:left;
	height:1.7em;
  background-color: #d7d7d7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#d7d7d7)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ededed, #d7d7d7); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #ededed, #d7d7d7); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #ededed, #d7d7d7); /* IE10 */
  background-image:      -o-linear-gradient(top, #ededed, #d7d7d7); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #ededed, #d7d7d7);
	margin-left:5px;
	padding:0.5em 0.5em 0 0.5em;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border:solid 1px #ccc;
}

div.tabs_menu li.active {
	height: 2em;
  background-color: #5bc1ee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#52c7f7), to(#10a9ef)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #52c7f7, #10a9ef); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #52c7f7, #10a9ef); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #52c7f7, #10a9ef); /* IE10 */
  background-image:      -o-linear-gradient(top, #52c7f7, #10a9ef); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #52c7f7, #10a9ef);
	border:solid 1px #10a9ef;
}

div.tabs_menu a,div.tabs_menu a:hover {
	text-decoration:none;
	padding:0;
}

div.tabs_menu li a {color: #555;}
div.tabs_menu li a:hover {color: #000;}
div.tabs_menu li.active a {color:#000;}

div.tab {padding-top:1em;}

/* mui_dialogs */

.mui_dialog	{
	padding: 0px;
	border: solid 1px #333;
	background:white;
	color:#000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:2px 2px 5px;
	-moz-box-shadow:2px 2px 5px;
	-khtml-box-shadow:2px 2px 5px;
	-webkit-box-shadow:2px 2px 5px;
}

.mui_dialog	.dialog-title {
	margin:0px;
	padding:3px 4px;
	background: url('../img/dialogs/dialog-title-info.png') repeat-x;
	height:22px;
	color:white;
	font-size:12px;
	text-align:left;
	font-weight: bold;
}

.mui_dialog .dialog-body {
	border-bottom:solid 1px #ccc;
	padding: 5px 10px;
	margin-bottom:5px;
	margin-top:5px;
}

.mui_dialog .dialog-buttons {
	padding:5px;
	text-align:center;
	margin-bottom:3px;
}

.mui_dialog .dialog-buttons a {
	border: solid 1px #aaa;
	padding: 3px;
	margin-right:5px;
	background:#e0e0e0;
	color: #000;
	text-decoration:none;
}

.mui_dialog .dialog-buttons a:hover {background: #FFFFFF;}

.md_error {
	border-color: #411a1a;
	box-shadow:2px 2px 5px #411a1a;
	-moz-box-shadow:2px 2px 5px #411a1a;
	-khtml-box-shadow:2px 2px 5px #411a1a;
	-webkit-box-shadow:2px 2px 5px #411a1a;
}

.md_error .dialog-title {
	background: url('../img/dialogs/dialog-title-error.png') repeat-x;
}
.md_success {
	border-color: #092a08;
	box-shadow:2px 2px 5px #092a08;
	-moz-box-shadow:2px 2px 5px #092a08;
	-khtml-box-shadow:2px 2px 5px #092a08;
	-webkit-box-shadow:2px 2px 5px #092a08;
}
.md_success .dialog-title {
	background: url('../img/dialogs/dialog-title-success.png') repeat-x;
}

.md_warning {
	border-color: #3b350d;
	box-shadow:2px 2px 5px #3b350d;
	-moz-box-shadow:2px 2px 5px #3b350d;
	-khtml-box-shadow:2px 2px 5px #3b350d;
	-webkit-box-shadow:2px 2px 5px #3b350d;
}
.md_warning .dialog-title	{
	background: url('../img/dialogs/dialog-title-warning.png') repeat-x;
}

* html .mui_dialog {width:50%}


/* da_menu */
div.milkmenu {
	background: #e3eff9;
	border:solid 1px #2596DF;
	color:#000;
	font-size: 14px;
	padding:2px;
}

div.milkmenu ul {
	margin: 0px;
}

div.milkmenu li {
	display: inline;
	padding:0.15em 0.3em;
	margin: 0px;
}

div.milkmenu li a {
	padding:2px;
	text-decoration: none;
}

div.milkmenu li a {	color:#000; }

div.milkmenu li.active {
	border-bottom: none;
	background: #2596df;
}

div.milkmenu li.active a {
	color:#fff;
}

div.milkmenu li.hover {
	background: #2596df;
}
div.milkmenu li.hover a { color:#fff;}


div.milkmenu li.active a:hover {

}

div.mm_menu,div.mm_popup {
	font-size: 14px;
	background: #e3eff9;
	border:solid 1px #2596DF;
}
div.mm_popup {font-size:12px;}

div.mm_menu ul,div.mm_popup ul {
	list-style: none;
	margin:0px;
}

div.mm_menu li,div.mm_popup li {
	display: list-item;
	padding:0px;
	white-space: nowrap;
}

div.mm_menu li.separator,div.mm_popup li.separator {
	background: #ccc;
	height:3px;
	padding:0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
* HTML div.mm_menu li.separator, * HTML div.mm_popup li.separator {
	width:100px;
	font-size: 1px;
	margin:0px;
}

div.mm_menu li.disabled,div.mm_popup li.disabled {
	color:#282828;
	padding:0.1em 1em;
	color:#aab;
}

div.mm_menu li.title,div.mm_popup li.title {
	text-align: center;
	font-weight: bold;
}

div.mm_menu li a,div.mm_popup li a {
	display: block;
	color:#000;
	padding:0.1em 0.75em;
	text-decoration: none;
}

div.mm_menu a:hover,div.mm_popup a:hover {
	background: #2596df;
	color:#fff;
}

/* Fx, Hints & stuff */

.block_spinner {
	background: #fff url('../img/spinner_arrows.gif') no-repeat 50% 50%;
	width:22px;
	height:22px;
	border:solid 1px #ccc;
	position:absolute;
	left:0px;
	top:0px;
}

.moo_spinner_large {
	width:32px;
	height:32px;
	background: #fff url('../img/spinner_large.gif') no-repeat 50% 50%;
}

div.mui_java_form {
	border:solid 1px #0080FF;
	background: white;
	padding: 5px;
	position: absolute;
	width: 950px;
	height: 500px;
	overflow: scroll;
}

div.mui_console {
	position:absolute;
	z-index: 20000;
	left:0;
	bottom:0;
	right:0;
	height:250px;
	overflow: scroll;
	background: #fff;
	color:#000;
}


/*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*
*					Statistics
*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*/

div.statistics {

}

div.statistics table {
	border:0;
	margin:0;
	padding:0;
	font-size:9px;
	margin-top:2px;
	color:#000;
}

div.statistics td {
	border:none;
	padding:2px;
	min-width: 50px;
}

div.statistics td.stat-category {
	font-weight: bold;
	background: #444;
	color:#fff;
	border-right: solid 1px #fff;
}

div.statistics td.stat-group {
	background: #777;
	color:#fff;
	border-left: solid 1px #fff;
}

div.statistics td.stat-name {
    background: #ccc;
    font-weight: bold;
    text-align: right;
}
div.statistics td.stat-value {
    background: #ccc;
}


/* Kiosk Scroll */

div.kiosk-scroll { }

div.kiosk-scroll ul.kiosk {
	position:relative;
	margin:0;
	padding:0;
	list-style: none;
}

div.kiosk-scroll ul.kiosk li {
	position: absolute;
	margin:0;
	padding:0;
}

div.kiosk-scroll ul.kiosk-nav {
    list-style: none;
    margin:0;
    padding:0;
}

div.kiosk-scroll ul.kiosk-nav li {
	display: inline;
	margin:0;
	padding:0;
	font-size:24px;
	color:#ccc;
	cursor: pointer;
}

div.kiosk-scroll ul.kiosk-nav li.active {
	display: inline;
	margin:0;
	padding:0;
	font-size:24px;
	color:#555;
}
