@import "css/fonts.css";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background: #faf8f5 url('/x-mkp/bilder/bg-redaktion.jpg');
	background-image: none;
	margin: -3px 0px;
}

body.index {
	margin-top: 10px;
}

.gesamt {
	margin-left: 0px;
	margin: 16px 0px 26px 82px;
	max-width: 1070px;
	min-width: 800px;
}

.topnav {
	height: 40px;
}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #473a07;
}

th {
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	background: #c3c3c3;
	padding-left: 2px;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: solid 1px #ddd;
	background-color: #fafafa;
}

option {
	margin-bottom: 3px;
}

div#divText {
	border: solid 1px #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
}

input {
	padding-left: 0px;
	width: 320px;
}

*:focus {
	outline: none;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0;
	width: 100%;
}

.disabled {
	background: #aaaaaa;
	border: solid 1px #ffffff;
	padding: 1px 3px;
	font-size: 10px;
	color: #ffffff;
	width: 110px;
}

.dis {
	background: #ddd;
}

a img {
	border: none;
}

.required {
	font-size: 13px;
	color: #C62B2C;
	cursor: default;
	width: 30px;
}

textarea {
	width: 406px;
	height: 168px;
	border: solid 1px #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
}

textarea.short {
	width: 406px;
	height: 58px;
}

textarea.txtar1 {
	width: 406px;
	height: 30px;
}

textarea.txtar2 {
	width: 406px;
	height: 168px;
}

h1, h2, h3, h4 {
	font-size: 13px;
	color: #363636;
	font-weight: bold;
}

h2 {
	color: #92716D;
}

h3 a {
	font-size: 13px;
	color: #c04040;
}

big {
	display: block;
	font-size: 14px;
	color: #363636;
	font-weight: normal;
	margin-bottom: 12px;
	
	text-shadow: 1px 1px 3px #fff;
}

big a {
	font-size: 12px;
	color: #c04040;
	font-weight: normal;
	padding-top: 6px;
	display: inline-block;
	width: auto !important;
}

a {
	color: #ae7d17;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
}

a.requested {
	font-size: 11px;
	color: #3A3F7D;
}

hr {
  color: #fff;
	background-color: #fff;
	height: 2px;
	border: 0;
	width: 100%;
	margin: 2px 0px;
}

td.nav {
	width: 860px;
}

.entry2 hr {
	color: #e4d3bf;
	background-color: #e4d3bf;
	height: 1px;
	border: 0;
	width: 100%;
	margin: 10px 0px;
}

.entry2 hr.sep {
	color: #fff;
	background-color: #fff;
	height: 1px;
	border: 0;
	width: 100%;
	margin: 10px 0px;
}

#event {
	background: none;
	padding: 0px 0px;
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 12px;
}

#menu {
	position: fixed;
	top: 4px;
	left: 4px;
	overflow: hidden;
	width: 42px;
	float: left;
	background: #faf7eb;
  background: #faf8f5;
	
	min-height: 460px;
	border: solid 1px #ccc;
	
	box-shadow: 1px 1px 5px #999;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-icab-border-radius: 6px;
	
	z-index: 100;
}

.alarm {
	color: #cc0000;
	font-weight: bold;
	margin: 10px 0px;
}

.new {
	text-decoration: none;
	font-weight: bold;
	padding: 2px 4px;
	background: #0080c0;
	color: #ffffff;
	letter-spacing: 0.1em;
	font-size: 10px;
	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	border-radius: 3px;
	
	text-transform: uppercase;
}

.new:hover {
	background: #777;
	color: #ffffff;
}

.print,
.rounded {
	border: 1px #ddd solid;
	vertical-align: top;
	width: 99%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-icab-border-radius: 8px;
	padding: 2px 2px;
}

.entry1,
.entry2,
.entry3 {
	padding: 20px 20px;
	background-color: #fff;
	border: solid 2px #fbf4ec;
	width: 500px;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-icab-border-radius: 8px;
}

.entry2 {
	width: 720px;
}

.entry3 {
	width: 780px;
}

.entry2 table {
	border-collapse: separate;
	margin-bottom: 6px;
}

.entry2 table td {
	padding: 4px 3px;
}

tr.attr td {
	font-size: 10px;
}

.seps {
	margin-top: 10px;
	border-bottom: solid 1px #e4d3bf;
	color: #2F2F2F;
	padding: 4px 6px 2px 0px;
	cursor: pointer;
	width: 588px;
	font-weight: bold;
	width: 99%;
}

.seps img {
	float: right;
	margin-right: 4px;
}

.info-details {
	font-size: 10px;
	margin-right: 16px;
	font-style: italic;
	text-align: right;
	width: 100%;
	margin-bottom: 4px;
	margin-top: -10px;
	color: #808000;
}

.scroll {
	overflow: auto;
	border: solid 1px #ddd;
	padding: 1px 1px;
	vertical-align: top;
	width: 96%;
	color: #000000;
	background-color: #fdfdfd;
	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	border-radius: 3px;
}

.scroll a {
	color: #906714;
	text-decoration: none;
}

.scroll a:hover {
	color: #000000;
	text-decoration: underline;
}

.scroll p, .scroll td, .scroll ul, .scroll li, .scroll ol, .scroll body {
	color: #000000;
}

.scrolly a {
	color: #927632;
	text-decoration: none;
}

.scrolly a:hover {
	color: #4c472c;
	text-decoration: underline;
}


.header {
	color: #ffffff;
	background-color: #b0b0b0;
	padding: 2px;
}

.header a {
	color: #ffffff;
	text-decoration: none;
}

.header a:hover {
	color: #000000;
	text-decoration: none;
}
.row {
	background-color: #f3f3f3;
}

.pre-text {
	color: #000000;
}

.showIt {
	display: inline;
}

.hideIt {
	display: none;
}

.submit {
	margin-top: 20px;
	margin-bottom: 10px;
	width: auto;
	padding: 6px 14px;
	background: #6C7D84;
	color: #fff;
	cursor: pointer;
	transition: all 0.1s ease-out 0s;
	border: none;
	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	border-radius: 3px;
}

.submit:hover {
	background: #e0c2aa;
	color: #000;
}

div.submit {
	margin-right: 3px;
}

div.submit a {
	padding: 1px 0px;
	display: block;
	color: #fff;
}

span.submit a {
	color: #fff;
}

div.submit a:hover,
span.submit a:hover {
	color: #000;
}

#note {	
	position: absolute;
	left: 884px;
	top: 14px;
	width: 150px;
	margin-right: 100px;
}

.pop_note {
	position: absolute;
	top: 15px;
	left: 864px;
	z-index:100;
}

.hideHelp, .hideHead {
	display: none;
	visibility: hidden;
	border: none;
	color: transparent;
	background: transparent;
}

.showHelp {
	display: block;
	visibility: visible;
	border: solid 1px #DDC282;
	padding: 4px 4px;
	font-size: 10px;
	color: #666;
	line-height: 14px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.showHead {
	font-size: 11px;
	color: #ffffff;
	padding: 2px 4px;
	background: #9D7A29;
	margin-bottom: 4px;
	font-weight: bold;
}


/* ---------- Bild-Upload ---------- */

.imgscroll {
	overflow: auto;
	border: 1px #ddd solid;
	padding: 2px;
	vertical-align: top;
	width: 460px;
	height: 128px;
	background: #ffffff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
}

.iconscroll {
	overflow: auto;
	border: 1px #ddd solid;
	padding: 2px;
	vertical-align: top;
	width: 160px;
	height: 58px;
	background: #ffffff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
}

.docscroll {
	overflow: auto;
	border: 1px #ddd solid;
	padding: 2px;
	vertical-align: top;
	width: 460px;
	height: 16px;
	background: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
}

.mceEditor defaultSimpleSkin {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
}

.xremove {
	width: auto;
	padding: 2px 5px;
	background: #f3e9e0;
	color: #000;
	cursor: pointer;
	transition: all 0.1s ease-out 0s;
}

.xremove:hover {
	background: #aa0000;
	color: #fff;
}

.remove {
	background: #aa0000;
}

input, select, textarea {
	border: solid 1px #ddd;
	padding: 4px 4px;
	background-color: #fdfdfd;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
}

select {
	padding: 3px 3px;
	height: auto;
}

textarea {
	border: solid 1px #ddd;
	padding: 2px 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
}

input.box,
input[type="checkbox"],
input[type="radio"] {
	border: none;
	height: auto !important;
	width: auto !important;
	background: transparent;
	padding: 0;
	margin: 2px 4px 0px 0px;
}

form {
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

td {
	margin-bottom: 1em;
}

*:focus {
	outline: none;
}

#start {
	width: 300px;
	background-color: #efefef;
	border: solid 2px #ffffff;
	border-style: outset;
}

.select-field {
	height: 350px;
	width: 480px;
	background: #F5F4F1;
	padding: 2px 2px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-icab-border-radius: 8px;
}

.select-field option {
	padding: 2px 1px;
	border-bottom: dotted 1px #fff;
}

#printIt {
	margin-left: 80px;
	color: #000;
	width: 700px;
}


/* -- dragable Textareas -- */

#textDiv1 {
	width: 400px;
	height: 120px;
	position: relative;
}

#txtBox1 {
	width: 390px;
	height: 110px;
	left: 0px;
	top: 0px;
	position: absolute;
	border: solid 1px #cccccc;
	background: #fff;
	padding: 4px 4px;
}

#handleRight1 {
	width: 14px;
	height: 115px;
	background: #eee;
	position: absolute;
	left: 395px;
	top: 0px;
	cursor: e-resize;
}

#handleCorner1 {
	width: 14px;
	height: 14px;
	position: absolute;
	left: 395px;
	top: 115px;
	cursor: se-resize;
	background: #eee url(/x-mkp/scripts/dragable/grippie.png) no-repeat 100% 100%;
}

#handleBottom1 {
	width: 395px;
	height: 14px;
	position:absolute;
	left: 0px;
	top: 115px;
	cursor: s-resize;
	background: #eee;
}

/* ----- Sortieren ----- */

#sortable {
	list-style-type: none;
	margin: 0;
	padding: 0; 
}

#sortable li {
	float: left;
	margin-right: 15px;
	font-size: 11px;
	width: 126px;
	height: 136px;
	overflow: hidden;
	text-align: center;
}

#sortable li img {
	z-index: 100;
}

.imgNonborder {
	border: solid 3px #fff;
	cursor: move;
}

.imgNonborder:hover {
	border: solid 3px #ffff00;
	cursor: move;
}

.imgBorder {
	border: solid 2px #cc0000;
	cursor: move;
}

.editable1 {
	width: 100px;
	height: 100px;
}

/*
 * alert.js - javascript alert replacement v2.0
 *
 * (c) 2009 Naden Badalgogtapeh - http://www.naden.de/blog/javascript-alert
 *
 */
div.alert {
  border: 1px solid #cc0000;
  background-color: #f2f2f2;
	width: 200px;
  padding: 10px 10px;
  display: none;
  position: absolute;
  display: block;
	text-align: center;
}

div.alert div.title {
  font-family: Arial;
  font-weight: bold;
  background-color: #666;
  color: #fff;
  padding: 2px;
}

div.alert div.body {
  padding: 5px 5px;
	font-size: 11px;
	line-height: 18px;
	color: #000;
}

div.alert div.button {
  text-align: center;
	margin-top: 12px;
}

div.alert div.button a:link, 
div.alert div.button a:active, 
div.alert div.button a:visited {
  padding: 2px 4px 2px 4px;
  background-color: #666;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  border: 1px solid #f2f2f2;
}

div.alert div.button a:hover {
  border: 1px solid #333;
}

/* ----- checkboxen / radio ----- */

label {
  font-size: 0.8em;
}

/* --- Tabelle --- */

table.class1 {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 620px;
	table-layout: auto;
	padding: 6px 6px;
	border: solid 2px #eee;
	background: #fff;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
}

table.class1 caption {
	font-size: 100%;
	caption-side: top; /* bottom */
	margin: 0px 0px 4px 0px;
	color: #cc0000;
}

table.class1 th {
	background: #b1aa8d;
	color: #fff;
	font-weight: normal;
	padding: 4px 4px 4px 4px;
	font-size: 100%;
	border-bottom: solid 1px #a3a3a3;
}

table.class1 th.th-vip {
	background: #868a6a;
}

table.class1 td.td-media {
	background: #f3f3f3;
}

table.class1 td.td-vip {
	background: #f0f0f0;
}

table.class1 th.sorting_asc {
	background: #aaa url('/x-mkp/images/upsimple.png') no-repeat 96%;
}

table.class1 th.sorting_desc {
	background: #aaa url('/x-mkp/images/downsimple.png') no-repeat 96%;
}

table.class1 th.th-event,
table.class1 th.th-eventlocation {
	min-width: 280px;
	max-width: 280px;
}

table.class1 th.th-eventdate {
	min-width: 160px;
	max-width: 160px;
}

table.class1 th.th-master {
	min-width: 26px;
	max-width: 26px;
	cursor: pointer;
	text-align: center;
	background: #f9f9f9;
	border: none;
}

table.class1 th.th-master .icon4 {
	color: #999;
	font-size: 160%;
}

table.class1 th.th-master .icon4:hover {
	color: #cc0000;
}

table.class1 th.th-mail {
	min-width: 26px;
	max-width: 26px;
	cursor: pointer;
	text-align: center;
}

table.class1 th.th-title {
	min-width: 200px;
	max-width: 200px;
}

table.class1 th.th-person {
	min-width: 160px;
	max-width: 160px;
}

table.class1 th.th-exhibitor {
	min-width: 220px;
	max-width: 220px;
}

table.class1 th.th-session {
	min-width: 160px;
}

table.class1 th.th-date,
table.class1 th.th-stand{
	min-width: 80px;
	max-width: 80px;
}

table.class1 th.th-misc {
	min-width: 28px;
	max-width: 28px;
	text-align: center;
}

table.class1 td {
	vertical-align: top;
	padding: 3px 4px;
}

table.class1 td:hover {
	/*background: #ffffdd;*/
}

table.class1 thead td {
	background: #226588;
	border: none;
}

table.class1 tfoot td {
	background: #bbbbbb;
}

table.class1 tbody tr:hover {
	background: #ffffee;
}

table.class1 tbody tr.even:hover {
	background: #ffffee;
}

.even {
	background: #f3f3f3;
}

/* --- */

/*
<div id="msg_overlay" class="msg_opacity"></div>
<div id="msg">
  <div id="msg_text">
    <a href="#" onclick="overlay();">Klicken</a><br />
    Hier steht der entsprechende Hinweistext.
    <iframe src="iframe.html" id="msg_iframe"></iframe>
  </div>
  <div style="clear: both;"></div>
</div>
*/

#msg_overlay {
  background-color: #e7a201;
  visibility: hidden;
  z-index: 1999;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

#msg {
  display: none;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ddd;
  position: fixed;
  width: 700px;
  height: auto !important;
  min-height: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -350px;
  z-index: 2000;
}

#msg_text {
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  position: relative;
  color: #cc0000;
  padding: 2px 10px 10px 10px;
  z-index: 2000;
  background: #fff;
}

#msg_iframe {
  border: none;
  width: 100%;
  height: 400px;
}

.msg_opacity {
  filter: alpha(opacity=50) !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
  -moz-opacity: 0.50 !important;
  -webkit-opacity: 0.5 !important;
  opacity: 0.50 !important;
  zoom: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* --- Welcome --- */

.welcome1 {
	margin-bottom: 10px;
	width: 790px;
	table-layout: auto;
	padding: 2px 12px;
	background-color: #f9f9f9;
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	
	color: #000;
}

.welcome1 ul {
	margin: 0 0 10px 14px;
	padding: 0;
}

.welcome1 ol {
	margin: 0 0 10px 24px;
	padding: 0;
}

.welcome1 li {
	margin-bottom: 6px;
}

/* ---------- */

.navbar {
	background: #f7f6f2;
	padding: 3px 5px 6px 4px;
	color: #C04040;
	background: #f2f1ec;
}

.navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navbar a {
	color: #262F33;
	font-size: 10px;
	padding: 0px 2px;
}

.navbar a.active,
.navbar a:hover {
	color: #c04040;
}

.sep {
	color: #c04040;
}

.navbar ul li {
	float: left;
	position: relative;
	height: 12px;
	margin-right: 3px;
}

.navbar br {
	display: none;
}


ul.nav {
	height: 13px;
	line-height: 13px;
	padding: 5px 0px 2px 0px;
	margin-bottom: -1px;
	margin-top: -2px;
	padding-left: 8px;
	background: transparent url('/x-mkp/bilder/ul-arrow.gif') no-repeat 2px 2px;
}

ul.nav li {
	border-right: 1px solid #c04040;
	padding: 0px 5px 0px 4px;
	height: 10px;
	line-height: 10px;
}

ul.nav li:last-child {
	border-right: 1px solid transparent;
}

ul.nav li a {
	display: block;
	padding: 0px 1px;
	margin-right: 1px;
	color: #262F33;
	font-size: 10px;
}

ul.nav li a:hover {
	display: block;
	color: #c04040;
	position: relative;
}

ul.nav li a.active {
	display: block;
	color: #c04040;
	border-bottom: dotted 1px #906714;
}

ul.nav li.extras ul {
	width: 190px;
	display: none;
	position: absolute;
	top: 100%;
	left: -4px;
	text-align: left;
	list-style-type: none;
	border: solid 1px transparent;
	border-left: solid 1px #c04040;
	background: #fff;
	padding-bottom: 3px;
	z-index: 1000;
}

ul.nav li.extras ul li {
	font-weight: normal;
	color: #000;
	border-right: none;
	border-bottom: 1px solid #f9f9f9;
	float: none;
	height: 20px;
	line-height: 20px;
	zoom: 1;
}

ul.nav li.extras ul li:hover {
	background: #f9f9f9;
}

ul.nav li.extras ul li a {
	display: block;
	padding: 0px 0px 4px 4px;
}

ul.nav li ul li a:hover {
	display: block;
	padding: 0px 0px 4px 4px;
}


/* IE 6 & 7 Needs Inline Block */

ul.nav li.extras ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
	line-height: 20px;
}

/* --------- Infos Uebersicht --------- */

#thelist1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#thelist1 li {
	height: 22px;
}

#thelist1 .ui-state-highlight {
	height: 20px;
	padding: 0;
}

/* --------- */

.user {
	float: right;
	text-align: right;
	font-size: 10px;
	color: #808040;
	font-style: italic;
	margin-right: 10px;
}


/* --------- */

.tabs {
	margin-bottom: 15px;
	border-bottom: solid 1px #ddd;
}

.tabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tabs li {
	float: left;
	margin-right: 2px;
}

.tabs li a {
	display: block;
	padding: 4px 10px;
	background: #ffffff;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
	background: -moz-linear-gradient(top, #ffffff, #efefef);
	
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
	
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}

.tabs li a.here {
	background: #fff;
	color: #000;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff');
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff));
	background: -moz-linear-gradient(top, #efefef, #ffffff);
}

.clear {
	clear: both;
}

.legende {
	float: left;
	padding: 2px 4px;
	font-size: 10px;
	font-style: italic;
}

#inf_teaser_tools1 td {
	padding: 0;
}

.defaultSimpleSkin .mceToolbar {
	height: 12px;
}

#simplemodal-overlay {background-color: #fff;}

/* --- */
.icon,
.icon2,
.icon3,
.icon4,
.icon5 {
	font-size: 26px;
	color: #b19a69;
	color: #999;
	margin: 10px 7px;
	font-weight: lighter;
	transition: all 0.1s ease-out 0s;
}

.icon:hover,
.icon2:hover,
.icon3:hover,
.icon4:hover,
.icon5:hover {
	color: #000;
}

.icon2 {
	font-size: 160%;
	color: #725210;
}

.icon2:hover {
	color: #cc0000;
}

.icon3 {
	font-size: 190%;
	color: #cc0000;
}

.icon4 {
	font-size: 120%;
	color: #fff;
}

.icon5 {
	font-size: 136%;
	color: #b19a69;
}

.icon5:hover,
.icon8:hover {
	color: #cc0000;
}

.icon6,
.icon6-right {
	font-size: 136%;
	color: #880000;
}

.icon6a {
	font-size: 17px;
	color: #008040;
}

.icon6:hover,
.icon6a:hover,
.icon6-right:hover {
	color: #cc0000;
}

.icon6-right,
.icon7-right {
  float: right;
  margin-right: 6px;
}

.icon7,
.icon7-right {
	font-size: 17px;
	color: #7aad72;
  cursor:  help;
}

.icon8 {
  font-size: 18px;
	padding: 5px 5px;
}

.icon9 {
  font-size: 136%;
	color: #aaa;
}

.icon10a {
  font-size: 16px;
	color: #aa0000;
  margin-left: 6px;
}

.unpayed {
  color: #bbb;
}

.icon10b {
  font-size: 16px;
	color: #0080c0;
  margin-left: 6px;
}

.icon10a:hover,
.icon10b:hover {
  color: #333;
}

.icon10a2 {
  font-size: 16px;
	color: #ED8A00;
  margin-left: 6px;
}

.icon10a2:hover,
.icon10b2:hover {
  color: #333;
}

.icon10b2 {
  font-size: 16px;
	color: #09ED14;
  margin-left: 6px;
}



.icon-record {
  color: transparent;
  font-size: 12px;
}

.uploaded {
  color: #888 !important;
}

.icon-mug {
  color: transparent;
  font-size: 13px;
}

.persistent {
	color: green !important;
}

.unpublished {
  color: #ff0000;
}

.published {
  color: #00d269;
}

.payed {
  font-weight: bold;
}

.invoice-input {
  width: 70px;
}

.updown {
	font-size: 16px;
	float: right;
	color: #c9a87e;
	margin-top: -2px;
}

.logout {
	color: #880000;
}

.logout:hover {
	color: #cc0000;
}

.first {
	visibility: hidden;
}

.mceEditor,
#mce_editor_0 {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
}

.opacity {
	filter: alpha(opacity=50) !important;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
	-moz-opacity: 0.50 !important;
	-webkit-opacity: 0.5 !important;
	opacity: 0.50 !important;
	zoom: 1;
}

/* --- tooltip --- */

.bubble {
	
}

.tooltipFrame {
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	
	min-width: 60px;
	max-width: 200px;
	width: auto;
	height: auto;
	display: none;
	
	z-index: 9999;
}

.arrowTop,
.arrowBottom {
	border: 7px solid #333;
	font-size: 0;
	line-height: 0;
	height: 0;
	padding: 0;
	margin: 0;
	
	position: absolute;
	display: none;
}

.arrowTop {	
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
}

.arrowBottom {	
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.tooltip {
	background: #333;
	padding: 10px;
	
	border: solid 0px #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	box-shadow: 1px 1px 3px #222;
	
	color: #fff;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 86%;
	line-height: 1.6em;
}

/* --- Aussteller-News --- */

.newstext {
  width: 650px;
  height: 200px;
  border: dotted 1px #bbb;
  padding: 5px 5px;
  overflow: auto;
}

.newstext * {
  color: #666;
}

/* --------- Medien-Upload Exhibitor-Seite --------- */

#simplemodal-overlay {
	background-color: #e2b651;
}

#simplemodal-container {
	background-color: #fff;
	border: solid 8px #fff;
	padding: 0px;
	box-shadow: 1px 2px 6px #444;
}

.close {
	position: absolute;
	top: -42px;
	right: -6px;
}

.close a {
	color: #fff;
	text-decoration: none;
}

.close a:hover {
	color: red;
}

/* ---- */

.invoices-head {
	margin-top: 6px;
}

.invoices-a {
	color: #00aeae;
}

.invoices-ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	background: #eaeaea;
	padding: 3px 3px;
}

.invoices-ul li {
	padding-left: 0;
	margin-left: 0;
	font-size: 90%;
	color: #800000;
	white-space: nowrap;
}

.invoices-blue {
	color: #0367b8;
}

.invoices-red {
	color: #c60000;
}

.invoices-green {
	color: #00a800;
}

.ellipse {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-mz-text-overflow: ellipsis;
}

/* event Seite - Entfernen Modal */

.btn {
	cursor: pointer;
	background: #dddddd;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd');
	background: -moz-linear-gradient(top, #eeeeee, #dddddd);
	background: -webkit-linear-gradient(top, #eeeeee, #dddddd);
	background: -o-linear-gradient(top, #eeeeee, #dddddd);
	background: -ms-linear-gradient(top, #eeeeee, #dddddd);
	background: linear-gradient(top, #eeeeee, #dddddd);
	
	padding: 4px 14px;
	width: auto;
	margin-top: 14px;
	float: none;
	display: inline;
	margin-right: 4px;
	cursor: pointer;
	
	border: 1px solid #bbb;
	color: #000;
	
	text-shadow: 1px 1px 2px #fff;
}

.btn:hover {
	background: #777777;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#777777');
	background: -moz-linear-gradient(top, #999999, #777777);
	background: -webkit-linear-gradient(top, #999999, #777777);
	background: -o-linear-gradient(top, #999999, #777777);
	background: -ms-linear-gradient(top, #999999, #777777);
	background: linear-gradient(top, #999999, #777777);
	
	color: #fff;
	text-shadow: none;
}

#conf {
	display: none;
	position: absolute;
	top: 30%;
	left: 30%;
	z-index: 200;
	width: 430px;
	height: 280px;
	border: solid 8px red;
	padding: 20px 20px;
	background: #fff;
	box-shadow: 1px 1px 5px #333;
}

#fade {
	display: none;
	position: fixed;
	left: 0%;
	top: 0%;
	background-color: #880000;
	-moz-opacity: 0.6;
	opacity: .60;
	filter: alpha(opacity=60);
	width: 100%;
	height: 100%;
	z-index: 90;
}

#msg {
	color: red;
	font-weight: bold;
	font-style: italic;
}

#tell {
	font-weight: bold;
	color: #800000;
}

/* --- invoices --- */

.inv-table {
	margin-top: 12px;
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 2px;
	background: #fff;
}

.inv-table th {
	padding: 3px 3px;
	background: #ffe9bb;
	/*background: #eac47b;*/
	background: #e6c16f;
	color: #fff;
	text-align: left;
	font-size: 11px;
	border-bottom: solid 1px #fff;
}

.inv-table tr.dunning {
	background: #ceb69f;
	background: #ccc;
	color: #fff;
}

.inv-table th.dunning {
	background: #ceb69f;
}

.inv-table td {
	padding: 2px 2px 2px 6px;
	vertical-align: top;
}

.inv-table tr.invoicetr {
	background: #fcfcfc;
}

.inv-table td.invoice {
	padding-top: 8px;
	padding-bottom: 4px;
}

.inv-table td.invoice1 {
	padding-top: 8px;
	padding-bottom: 6px;
}

.inv-table td.invoice2 {
	padding-top: 8px;
	padding-bottom: 4px;
	border-bottom: dotted 1px #ccc;
}

.gall-item {
	margin-bottom: 6px;
}

/* Silbentrennung */
.hyphen { 
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; 
}

/* Text in Container kuerzen mit Auslassungszeichen ... */
.ellipse {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-mz-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* --- */

.mail-reminder {
	padding: 5px 8px;
	border-radius: 3px;
	background: #6c7d84;
	display: inline-block;
	cursor: pointer;
	margin: 8px 0;
}

.mail-reminder:hover {
	background: #e0c2aa;
}

.mail-reminder a {
	color: #fff;
}

.mail-reminder a:hover {
	color: #111;
}

/* Staende-Reset */
#sta-reset {
	background: #cc0000;
	border-radius: 3px;
	padding: 3px 6px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 1em;
}

#sta-reset:hover {
	background: #bbb;
}

/* RightSlide */
.slide-in {
  z-index: 100; /* to position it in front of the other content */
  position: fixed;
  overflow: hidden; /* to prevent scrollbar appearing */
	width: auto;
	top: 50px;
	display: none;
}

.slide-in.from-left {
  left: 0;
}

.slide-in.from-right {
  right: 0;
}

.slide-in-content {
  float: right;
	padding: 1em 2em;
  padding: 0;
	
  transition: all .3s ease; /* our nice transition */
}

.slide-in-content #toggle {
	float: left;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #cc0000;
	padding: 10px 10px 10px 12px;
	position: relative;
	z-index: 200;
	
	border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	-khtml-border-radius-bottomleft: 16px;
	-webkit-border-bottom-left-radius: 16px;
	border-top-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-khtml-border-radius-topleft: 16px;
	-webkit-border-top-left-radius: 16px;
}

.slide-in-content #cont {
	float: right;
	text-align: left;
	background: #fff;
	color: #333;
	padding: 1em 1em;
	border: solid 1px #cc0000;
}

.slide-in.from-left .slide-in-content {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.slide-in.from-right .slide-in-content {
  transform: translateX(86%);
  -webkit-transform: translateX(86%);
}

.slide-in.show .slide-in-content {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

/* --- Parcours --- */

.par-red {
	background: #e0a9e8;
	border-radius: 50%;
}

.par-blue {
	background: #2196f3;
	border-radius: 50%;
}

.par-green {
	background: #4caf50;
	border-radius: 50%;
}

.par-yellow {
	background: #bdc262 !important;
	border-radius: 50%;
}

.par-orange {
	background: #efa700;
	border-radius: 50%;
}

.par-brown {
	background: #b09e77 !important;
	border-radius: 50%;
}

.par-purple {
	background: #9acdcf !important;
	border-radius: 50%;
}
