/* 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;
}

div.page_list li {
	display: inline;
}

div.page_list li.active {
	border:solid 1px #2596df;
}

/* 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/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.3em 0 0 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/pt_sort_asc.png') no-repeat right 50%;
	padding-right:15px;
}

table.powertable thead span.sortdesc {
	background: url('../img/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 {
}

div.powertable-filters table td {
	vertical-align: top;
}

div.powertable-filter select {width:200px;}
div.powertable-filter-window select {width:200px}

span.powertable-filter-clear {
	display: block;
	float:right;
	width:20px;
	height:20px;
	background: url('../img/pt_delete_filter.png') no-repeat;
	cursor:pointer;
}

table.powertable th.selection {
	cursor:pointer;
}

table.powertable td.powertable-checkbox {
	background: url('../img/cb_empty.gif') no-repeat 50% 50%;
	width:150px;
	cursor:pointer;
}

table.powertable td.checkbox-on {
	background: url('../img/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;
}

/* Module menu */

ul.lily-module-menu * {
    padding:0;
    margin:0;
}

ul.lily-module-menu li {
    display:block;
    float:left;
    margin-left:5px;
    width:auto;
    height:30px;
    border:solid 1px #ccc;
    cursor:pointer;
}

ul.lily-module-menu p {
    padding:5px 5px 0px 5px;
}

ul.lily-module-menu li:hover {
    border:solid 1px #2596DF;
}

ul.lily-module-menu li p.title {
    font-size:12px;
    font-weight: bold;
}

ul.lily-module-menu li p.descr {
    font-size:10px;
    color:#777;
}

ul.lily-module-menu li.active {
    background: #2596DF;
}

ul.lily-module-menu li.active p.title {
    color:#fff;
}

ul.lily-module-menu li.active p.descr {
    color:#E3EFF9;
}

ul.lily-module-menu li.active a {
    color:#fff;
}

/* Action Tables */

table.actiontable {
	border:#aaa solid 1px;
}

table.actiontable tr:hover {background: #c0c0c0;}

table.actiontable td.selector {
	border:solid 1px #aaa;
	background: url('../img/cb_empty.gif') no-repeat 50% 50%;
	width:20px;
}

table.actiontable td.selected {
	background: url('../img/cb_selected_blue.gif') no-repeat 50% 50%;
}

/* dialog boxes */

div.db_base {
	clear:both;
	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 .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/db_info_icon.gif) 5px 5px no-repeat;
	border:#2596df solid 1px;
}

div.db_success {
	background:#fff url(../img/db_success_icon.gif) 5px 5px no-repeat;
	border:#0eb147 solid 1px;
}

div.db_error {
	background:#fff url(../img/db_error_icon.gif) 5px 5px no-repeat;
	border:#db1919 solid 1px;
}

div.db_warning {
	background:#fff url(../img/db_warn_icon.gif) 5px 5px no-repeat;
	border:#ef6a00 solid 1px;
}

div.db_ask  {
	background:#fff url(../img/db_ask_icon.gif) 5px 5px no-repeat;
	border:#ef6a00 solid 1px;

}
div.db_ask p.buttons {}

/* mui_tooltip */

.mui_tooltip {
	background: #333;
	border:solid 1px #ccc;
	border-top:solid 1px #000;
	border-left:solid 1px #000;
	padding:0.4em;
	font-size:12px;
	max-width:650px;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.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 2px #2596df;
	background:white url('../img/db_info_icon_s.gif') no-repeat 2px 2px;
	color:#000;
	padding:5px 5px 5px 40px;
	font-size: 15px;
}

.mfm_error {
	border:solid 2px #db1919;
	background:white url('../img/db_error_icon_s.gif') no-repeat 2px 2px;
}

.mfm_warn {
	border:solid 2px #ef6a00;
	background:white url('../img/db_warn_icon_s.gif') no-repeat 2px 2px;
}

.mfm_success	{
	border:solid 2px #0eb147;
	background:white url('../img/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: #555 solid 1px;
	color: #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 #333;
	border-bottom: solid 3px #444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.mui_window div.window-title {
	margin-top:0px;
	height:25px;
	width:100%;
	color:#fff;
	font-size:14px;
	padding:0;
	position: relative;
	background: #999 url('../img/window-title.png') repeat-x;
}
div.mui_window div.window-title span.text {

}

* HTML div.mui_window div.window-title {
	background-color: #999999;
}

div.mui_window div.window-title span.text {
	position:absolute;
	left:10px;
	top:3px;
}

div.mui_window span.window-title-close {
	width:16px;
	height:16px;
	right:5px;
	top:4px;
	position:absolute;
	cursor:pointer;
	background: url('../img/window-xclose.png') no-repeat;
}

div.mui_window span.window-title-close:hover {
	background-color:#cc0000;
}

div.mui_window span.window-title-maximize {
	width:25px;
	height:20px;
	right:25px;
	top:2px;
	position:absolute;
	cursor:pointer;
	background: url('../img/window-maximize.png') no-repeat 3px 2px;
}
div.mui_window span.window-title-maximize:hover {
	background-color:#ff6000;
}
div.mui_window span.window-title-restore {
	width:25px;
	height:20px;
	right:25px;
	top:2px;
	position:absolute;
	cursor:pointer;
	background: url('../img/window-restore.png') no-repeat 3px 2px;
}
div.mui_window span.window-title-restore:hover {
	background-color: #077dd1;
}
div.mui_window div.window-status {
	height:25px;
    background: url('../img/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/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 {
	display: block;
	color:#fff;
    padding-top:3px;
}

div.mui_window div.window-body {
	padding:5px;
	position:relative;
}

/* damn IE */
* HTML div.mui_window {width:70%}

/* tabs */

div.tabs_menu {
	border-bottom: solid 5px #ccc;
	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: url('../img/tab-bg.png') repeat-x #d6d6d6;
	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;
}

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;}

/* mui_dialogs */

.mui_dialog	{
	padding: 0px;
	border: solid 1px #333;
	border-bottom: solid 3px #444;
	background:white;
	color:#000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.mui_dialog	.dialog-title {
	margin:0px;
	padding:3px 4px;
	background: url('../img/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: #411a1a solid 1px;
	border-bottom: solid 3px #444;
}
.md_error .dialog-title {
	background: url('../img/dialog-title-error.png') repeat-x;
}
.md_success {
	border: #092a08 solid 1px;
	border-bottom:solid 3px #444;
}
.md_success .dialog-title {
	background: url('../img/dialog-title-success.png') repeat-x;
}

.md_warning {
	border: #3b350d solid 1px;
	border-bottom:solid 3px #444;
}
.md_warning .dialog-title	{
	background: url('../img/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;
}
