@import "form.css?v16";
@import "editor.css?v16";
@import "panels.css?v16";
@import "domain.css?v16";

form {
	display: inline;
}

.panel_list_container {
	margin: 10px 0;
}

.panel_list {
	width: 99%;
	border-collapse: collapse;
	margin: 0 auto;
	border: 1px solid #DBDBDB;
} 

.panel_list td {
	border: 1px solid #DBDBDB;
	background-color: #EDE6DE;
	padding: 4px;
	vertical-align:middle;
}

.panel_list .even td {
	background-color: #FFFFFF;
}

.panel_list th {
	border: 1px solid #DBDBDB;
	background-color: #C4C49E;
	padding: 2px;
	vertical-align:middle;
}

.panel_list th a {
	color: #65635F;
	text-decoration: none;
}

.list-order-cell a.active {
	color: #FA9023;
}

.afterhead {
	display: none;
}

.panel_list th table th {
	border: 0;
}

.panel_list th table td {
	border: 0;
	padding: 0;
	background-color: #C4C49E;
}

.panel_list .options td {
	padding: 3px;
	text-align: right;
}
.panel_list .options * {
	letter-spacing: 0;
}

.panel_list .options-top .important {
	font-weight: normal;
}

.panel_list .options-top .bold {
	font-weight: bold;
}

.panel_list tfoot td {
	background-color: #DBDBDB;
}

.panel_list .separator td {
	font-size: 0;
	height: 1px;
	line-height: 1px;
	background-color: #DBDBDB;
	padding: 0;
}

.panel_list tr.loading td {
	background-color: #FFFFD6;
}

.panel_list .sublist td {
	border: 0;
}

.panel_list td input {
	vertical-align: middle;
}

.panel_list .sublist {
	margin: 0;
}

.panel_list .list-footer td {
	background-color: #fff;
}

.panel_list.panel_paramlist th {
	border: 1px solid #DBDBDB;
	background-color: #C4C49E;
	padding: 2px;
	width: 25%;
	text-align: right;
}

.panel_list .list-option {
	display: inline-block;
}

.panel_list .list-option-left {
	float: left;
}
.panel_list .list-option-right {
	float: right;
}

.panel_list.panel_paramlist thead th {
	border: 1px solid #DBDBDB;
	background-color: #C4C49E;
	padding: 2px;
}

div.loading {
	border: 1px solid #DBDBDB;
	background-color: #FFFFD6;
	padding: 5px;
}

.description {
	margin: 15px;
	font-size: 12px;
}

.info {
	border: 1px solid #DBDBDB;
	background-color: #FCFCFC;
	padding: 10px;
	font-size: 12px;
	/*
	font-style: italic;
	*/
	line-height: 20px;
	margin: 8px 0;

	background-image: url('../images/icon_info.png?v16');
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 30px;

	/*-moz-border-radius: 5px;*/
}

.hint {
	border: 1px solid #DBDBDB;
	background-color: #FCFCFC;
	padding: 5px;
	font-size: 12px;
	/*
	font-style: italic;
	*/
	line-height: 20px;
	margin: 8px 0;

	background-image: url('../images/icon_help.png?v16');
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 30px;

	/*-moz-border-radius: 5px;*/
}

.query {
	border: 1px solid #DBDBDB;
	background-color: #FCFCFC;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	margin: 8px 0;

	background-image: url('../images/icon_query.png?v16');
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 30px;

	/*-moz-border-radius: 5px;*/
}

.operation-continue {
	border: 2px solid #A4CBFB;
	background-color: #FCFCDC;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	margin: 8px 0;

	background-image: url('../images/icon_restore.png?v16');
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 45px;

	/*-moz-border-radius: 5px;*/
}

.without-icon {
	padding-left: 10px;
	background-image: none;
}

div.text {
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	margin: 8px 0;
}

div.text.light {
	margin: 0;
	padding: 3px;
}

.error, div.error {
	background-color: #FFE3E3;
	border: 1px solid #FB5F5F;
	padding: 10px;
	margin: 8px 0;

	background-image: url('../images/icon_error.png?v16');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;

	/*-moz-border-radius: 5px;*/
}

.confirm {
	background-color: #FFFFF8;
	border: 1px solid #FFA71C;
	margin-bottom: 10px;
	padding: 10px;
	margin: 8px 0;

	background-image: url('../images/icon_notice.png?v16');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;

	/*-moz-border-radius: 5px;*/
}

.protect-question {
	background-color: #FFFFF8;
	border: 1px solid #FFA71C;
	margin-bottom: 10px;
	padding: 10px;
	margin: 8px 0;

	background-image: url('../images/icon_notice.png?v16');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;

	/*-moz-border-radius: 5px;*/
}

.acceptbutton, .refusebutton {
	margin: 3px;
}

.notice {
	background-color: #FFFFF8;
	border: 1px solid #FFC973;
	margin: 8px 0;
	padding: 10px;
	line-height: 20px;

	background-image: url('../images/icon_notice.png?v16');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;

	/*-moz-border-radius: 5px;*/
}

.notice-l {
	background-color: #FFFFF8;
	border: 1px solid #FFC973;
	margin: 8px 0;
	padding: 10px;
	line-height: 20px;

	background-image: url('../images/icon_notice.png?v16');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;

	/*-moz-border-radius: 5px;*/
}

.success {
	background-color: #D1EBD1;
	border: 1px solid #6AB76A;
	padding: 10px;
	margin: 8px 0;

	background-image: url('../images/icon_ok2.png?v16');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;

	/*-moz-border-radius: 5px;*/
}

.warning {
	background-color: #FFFFF8;
	border: 1px solid #FFA71C;
	padding: 10px;
	margin: 8px 0;
}

a.important {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}


.nav {
	margin: 5px 0;
	width: 99%;
}

.nav .right {
	text-align: right;
}

.nav .forward, .nav .backward {
	display: block;
	font-size: 14px;
	padding: 3px;
	font-weight: bold;
}

.nav .forward {
	float: right;
	text-align: right;
}

.nav .backward {
	background-image: url('../images/icon_backward.png?v16');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	text-align: left;
}

img.mid {
	vertical-align: middle;
}

.colorpicker {
	height: 12px;
	width: 12px;
	border: 1px solid black;
	display: inline-block;
}


ul.navlist {
	list-style-type: none;
}

ul.navlist li {
	padding: 4px;
}

ul.navlist li a {
	text-decoration: underline;
	font-weight: bold;
}

.button-unactive {
	color: #92948d;
}

.button {
	cursor: pointer;
}

.button_small {
	width: 65px;
	height: 20px;
	background-image: url('../images/button_small.png?v16');
	border: 0;
	cursor: pointer;
	background-color: transparent;
}

.button_medium {
	width: 100px;
	height: 20px;
	background-image: url('../images/button_medium.png?v16');
	border: 0;
	cursor: pointer;
	background-color: transparent;
}

.button_large {
	width: 150px;
	height: 20px;
	background-image: url('../images/button_large.png?v16');
	border: 0;
	cursor: pointer;
	background-color: transparent;
}

.searchrow-s0 td {
	text-align: center;
}

.searchrow2-submit td {
	text-align: right;
}

.searchrow-header td {
	border: 1px solid #DBDBDB;
	background-color: #C4C49E;
	padding: 4px;
	font-weight: bold;
	text-align: center;
}

.searchrow2-header td {
	line-height: 17px;
}

.filters td {
	border: 0;
}

.headseparator td {
	background: transparent;
	border: 0;
	font-size: 1px;
	height: 5px;
}

.headseparator  {
	background: transparent;
	border: 0;
}


input.text, textarea.text {
	border: 1px solid #D7C8B8;
	background-color: #EDE6DE;
}

.disabled {
	color: #BFBFBF;
	background-color: #DBDBDB;
}

textarea.text {
	width: 99%;
}

.rand-tip {
	background-color: #CFE8FF;
	border: 1px solid #7FC0FF;
	padding: 10px;
	margin: 8px 0;

	background-image: url('../images/icon_help.png?v16');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
}

.rand-tip-title {
	font-weight: bold;
	padding-bottom: 5px;
	background-image: url('../images/dash.png?v16');
	background-repeat: repeat-x;
	background-position: left bottom;
}

.rand-tip-head {
	display: none;
}

.rand-tip-buttons {
	float: left;
}
.rand-tip-dontshow {
	display: inline;
	float: right;
	line-height: 20px;
	padding: 3px;
	border: 1px dashed #7FC0FF;
}

.rand-tip-body {
	margin: 10px 5px;
}

.rand-tip-buttons {
	padding-top: 3px;
}

/*
.rand-tip {
	background-color: #F6F6B5;
	border-top: 2px solid #BFBFBF;
	border: 1px solid #BFBFBF;
	padding: 6px;
	margin: 10px 0;
}

.rand-tip-head {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #E19100;
	border-bottom: 1px solid #BFBFBF;
}

.rand-tip-nav {
	border-top: 1px solid #BFBFBF;
	padding-top: 4px;
}

.rand-tip-title {
	text-decoration: underline;
	padding: 5px;
}

.rand-tip-body {
	padding: 5x;
}

.rand-tip-buttons {
	display: inline;
}
.rand-tip-dontshow {
	display: inline;
	float: right;
	line-height: 20px;
}
*/


.hello {
	font-size: 14px;
	padding: 12px;
}


.lastlogin {
	border: 1px solid #DBDBDB;
	background-color: #FCFCFC;
	padding: 10px;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
}

.view-active {
	font-weight: bold;
}

.account-summary {
	margin-bottom: 10px;
	font-size: 12px;
	padding: 3px;
}

.preferences-menu {
	float: left;
	width: 300px;
	padding: 0;
	margin: 0;
}

#content .preferences-menu ul li {
	padding-left: 0;
}

.preferences-menu ul li {
	line-height: 27px;
	border-top: 1px solid #fff;
	list-style-type: none;
}

.preferences-menu ul li span {
	display: block;
	padding-left: 10px;
	background-image: url('../images/preferences-punctor.png?v16');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color: transparent;
}

.preferences-menu ul .active {
	background-color: #e2e2e2;
}

.preferences-menu ul li a {
	display: block;
	background-image: url('../images/preferences-expander.png?v16');
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
	padding-left: 15px;
	font-weight: bold;
}

.preferences-menu ul .active a {
	background-image: none;
}

.preferences-menu ul li ul li a {
	background-image: none;
}

.preferences-container {
	float: left;
	width: 650px;
	background-color: #e2e2e2;
	margin: 0;
	margin-top: -3px;
	padding: 0;
}

.preferences-container-in {
	border-top: 1px solid #fff;
	margin-top: 3px;
	padding: 10px;
}

.preferences-section-name {
	color: #EB9800;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

.preferences-section-name-text {
	text-decoration: underline;
}

.preferences-section {
	margin: 10px 4px;
	overflow: auto;
	height: 400px;
}

.preferences-section-prefs {
	margin: 8px 12px 10px 18px;
}

.preferences-preference-name {
	font-weight: bold;
	font-size: 12px;
}

.preferences-preference-input {
	padding-left: 5px;
}

.preferences-preference-desc {
	padding-left: 5px;
}

.preferences-section-preference {
	margin-bottom: 10px;
}

.preference-error .preferences-preference-name {
	color: #FF5454;
}
.preferences-preference-error {
	background-color: #FFE3E3;
	border: 1px solid #FF0000;
	margin: 4px;
	padding: 4px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}


.promo-item {
	border: 1px solid #DBDBDB;
	background-color: #FCFCFC;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	margin: 8px 0;
}

.promo-title {
	font-weight: bold;
}

.input-preference-string {
	width: 350px;
}

.input-preference-int {
	width: 60px;
}

.sep, .clear {
	clear: both;
	height: 0;
	width: 1px;
	font-size: 0;
}

.mid {
	vertical-align: middle;
}


.loading-caption {
	background-color: #FFFFF8;
	border: 1px solid #FFA71C;
	margin-bottom: 10px;
	padding: 10px;
	margin: 8px 0;

	background-image: url('../images/loading.gif?v16');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
}

.red *, .red {
	color: #EC5555;
}

.green *, .green {
	color: #0B770B;
}


ul.treeview {
	margin: 0 0 0 14px;
}

ul.treeview strong {
	padding-top: 12px;
	display: block;
}	

ul.treeview li {
	list-style-type: none;
	padding-left: 0;
}


#headpanels {
	width: 98%;
	height: 25px;
	border-bottom: 1px solid #e8e6e3;
	margin-bottom: 9px;
}

#headpanels li{
	margin-right: 15px;
	padding-left: 10px;
	float: left;
	list-style-type: none;
	font-size: 14px;

	background: url(./../images/sep.gif) left center no-repeat;
}

#headpanels li.first-child {
	background: url(./../images/arrowRight.gif) right center no-repeat;
	padding-right: 30px;
}

#headpanels li.first-item {
	background: none;
}

#headpanels a.important {
	color: #FFA500;
}


.select-imitation {
	padding-right: 20px;

	height: 20px;
	line-height: 20px;

	background-image: url('./../images/select-imitation.gif?v16');
	background-repeat: no-repeat;
	background-position: right;
	text-indent: 10px;
	cursor: pointer;
	border: 0;

	color: #8e8e8b;
	overflow: hidden;
	width: 100px;
}

.select-imitation * {
	vertical-align: middle;
}

.select-imitation-options {
	width: 200px;
	height: 250px;
	overflow: auto;
	margin-top: -2px;
	border: 1px solid #f1edea;
	/*
		border-width: 1px 0 0 1px;
	*/
	cursor: pointer;
	vertical-align: middle;
	position: absolute;
}

.select-imitation-option table {
	width: 182px;
}
.select-imitation-option {
	width: 182px;
	line-height: 18px;
}
.select-imitation-option-active * {
	color: #af4e81;
	font-weight: bold;
}
.select-imitation-option span {
	line-height: 18px;
	color: #564e44;
}
.select-imitation-option:first-child {
	border: 0;
}

.select-imitation-option-left {
	width: 20px;
}

.select-imitation-container {
	vertical-align: middle;
	float: left;
	height: 20px;
	color: #564e44;
}

table.chart {
}

table.chart td {
	height: 170px;
	vertical-align:bottom;
	border: 1px solid #DBDBDB;
	background-color: #EDE6DE;
}
table.chart th {
	border: 1px solid #DBDBDB;
	background-color: #C4C49E;
	padding: 2px;
}

table.chart div.chart-column {
	width: 8px;
	margin: 0 auto;
}

table.chart-ew {
}

table.chart-ew td {
	width: 200px;
	height: 20px;
	border: 1px solid #DBDBDB;
	background-color: #EDE6DE;
	padding: 4px;
}
table.chart-ew th {
	border: 1px solid #DBDBDB;
	background-color: #C4C49E;
	padding: 2px;
}
table.chart-ew th {
	vertical-align:middle;
}

table.chart-ew div.chart-column {
	height: 13px;
	margin: 2px 0 ;
}

div.chart-column.variant-0 {
	border: 1px solid #75C275;
	background-color: #90EE90;
}

div.chart-column.variant-1 {
	border: 1px solid #FF4040;
	background-color: #FF8989;
}

div.chart-column.variant-2 {
	border: 1px solid #1157B0;
	background-color: #4798FF;
}

table.chart-bar {
	width: 200px;
}
table.chart-bar td {
	border-collapse: collapse;
}
table.chart-bar * {
	padding: 0;
	margin: 0;
}
table.chart-bar td.chart-bar-0 {
	border: 1px solid #FF4040;
	background-color: #FF8989;
}
table.chart-bar td.chart-bar-1 {
	border: 1px solid #75C275;
	background-color: #90EE90;
}
table.chart-bar td.chart-bar-2 {
	border: 1px solid #0075E7;
	background-color: #1E90FF;
}

.colorselect {
	padding: 4px 20px;
}

.colorselect-overview {
	width: 240px;
	height: 13px;
	border: 1px solid #EDE6DE;
}

.colorselect-ruler {
	width: 240px;
	height: 7px;
	border: 1px solid #EDE6DE;
	margin: 3px 0;
}

.colorselect-ruler-0 {
	background-color: #FFC4C4;
}

.colorselect-ruler-1 {
	background-color: #CFFFC4;
}

.colorselect-ruler-2 {
	background-color: #C4DCFF;
}

.colorselect-picker {
	width: 6px;
	height: 7px;
	background-color: #E6B781;
	cursor: pointer;
}

.bold, a.bold {
	font-weight: bold;
}

.msg_container_dynamic {
	border: 1px solid #DBDBDB;
	background-color: #FCFCFC;
	padding: 10px;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
}

.blacklist-info {
	font-style: italic;
	color: #ff0023;
	padding: 4px;
}

.netto {
	font-size: 10px;
	color: #919191;
	white-space: nowrap;
}

.tpanels-line {
	width: 99%;
}

.park-image-select {
	background-color:transparent;
	background-repeat: no-repeat;
	height: 65px;
	width: 120px;
	background-position: 0 15px;
}

.park-image-select option {
	height: 65px;
	width: 100px;
	background-repeat: no-repeat;
	background-position: 0 15px;
}

.nojs {
	background-color: #fe8d77;
	font-size: 13px;
	font-variant: small-caps;
	font-weight: normal;
	padding: 3px;
	border: 1px solid black;
	border-color:#ff0000;
	margin: 0 auto;
	border-style:solid;
	border-width:1px 2px 2px 2px;
	letter-spacing: 2px;
	display: block;
	line-height: 20px;
	text-align: center;
}

.nojs, .nojs * {
    color: #fefefe;
}

.nojs a {
	text-decoration: underline;
}