@charset "UTF-8";
@import url("myfair_local.css");
/*  Stylesheet for innotrans
	created by: Torsten Kunst(17-09-2009)
	last modified: Magnus Panter(14-07-2010)

	Colors:
	-----------------------
	main blue: 		#0164a5
	grey:			#e4e4e4
	red:			#e02518

*/

/* General Definitions
-----------------------------------*/
body{ font-size: .8em;
	font-family: Verdana, Sans-Serif;
}

a, form#loginform a{ color: #0164a5; }

form#loginform a{background-image:none;padding-left:0px;}

h1{	font-size: 1.4em; }

h2{	font-size: 1.2em; }

h3, h4, h5{	font-size: 1em; }

button, input{ background-color:none !important; }

*html div.tag-button div.button-content input, div.tag-button div.button-content button{
  padding-top:0px;  
}

*html .button-content-inner input{
  padding-top:0px!important;  
}                             

*html form#loginform a {
  padding:0;
  margin-bottom:10px;
}

*html #content{	margin-top: 0px; }

*html .tag-button img,
*html .pagebrowser img,
*html .pager-name-eventplanner img{
	position: relative;
	behavior:expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "v3/images/pngfix/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

/* Navigation Top
-----------------------------------*/
div#topNavi{
	height: 24px;
	padding: 6px 10px 0px 10px;
}

#topNavi select {
	font-size:0.8em;
	height:20px;
	margin-left:20px;
}

div#header {
	background-image: url(../images/background/bg_header.jpg);
	background-repeat: no-repeat;
	height: 170px;
	margin-top: 0px;
}

#header a.logo {
	height:145px;
	left:0;
	position:absolute;
	z-index:1;
	top:0;
	width:100%;
}

div#welcome {
	position:relative;
	left:130px; top:43px;
	text-align:left;
}

div#welcome p {
	color:#1562a3;
	font-weight:bold;
}

div#welcome p span{
	color:#000;
	font-weight:normal;
}

div#topNavi span {
	color: #000;
}

div#topNavi span#head_events_cnt,
div#topNavi span.topeventplanner{
	color: #000;
}

div#topnavNavi ul li{
	border-left: 1px solid #000;
}

#topNavi .login {
	float:left;
}

/* Search Main
-----------------------------------*/
div#mainNavi{
	bottom: 0;
	clear: both;
	float: left;
	left: 0;
	margin-left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

div#mainNavi ul li{
	background: url(../images/background/mainnavi_left.gif);
	background-repeat: no-repeat;
}

div#mainNavi ul li a{
	background: url(../images/background/mainnavi_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #FFF;
	padding:7px 24px 7px 18px !important;
}

div#mainNavi ul li.act{
	background-image: url(../images/background/mainnavi_aleft.gif);
	background-repeat: no-repeat;
}

div#mainNavi ul li.act a{
	background-image: url(../images/background/mainnavi_aright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #0164a5;
}

/*Letzer Eintrag Jobb�rse*/
div#mainNavi ul li.careerpoint{
	background-image: url(../images/background/mainnavi_aleft2.gif);
	background-repeat: no-repeat;
}

div#mainNavi ul li.careerpoint a{
	background-image: url(../images/background/mainnavi_aright2.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #fff;
}

div#mainNavi ul li.path{
	background-image: url(../images/background/mainnavi_aleft.gif);
	background-repeat: no-repeat;
}

div#mainNavi ul li.path a{
	background-image: url(../images/background/mainnavi_aright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #0164a5;
}

div#subNavi{
	background-image:url(../images/background/sub_bg.gif);
	background-color: #fff !important;
	height:18px;
}

div#subNavi ul li a{
	color: #0164a5;
}

div#subNavi ul li.act a{
	font-weight:bold;
	color: #0164a5;
}

div#subNavi ul li {
	border-left: 1px solid #0164a5;
}

/* Metanavi */
#footer ul li.metanav_organizer a {
	background-image:url(../images/icons/messeberlin.gif);
	background-position:0 1px;
	background-repeat:no-repeat;
	padding-left:18px;
}

div.quicksearch-autocomplete-bottom li.selected,
div.quicksearch-autocomplete li.selected{background-color:#0164A5;}

/* Navigation Breadcrumb
-----------------------------------*/
div#breadcrumb{
	color: #5d5d5d;
}

div#breadcrumb a{
	color: #5d5d5d;
}

div#breadcrumb strong a{
	color: #0164a5;
}

/* Standard Box
-----------------------------------*/
div.box{ background-image: url(../images/background/bg_box.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	zoom: 1;
}

div.box h2{
	background-image: url(../images/background/bg_box_h2.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #0164a5;
	display: block;
	font-weight: bold;
	line-height: 34px;
	margin: 0px 0px -2px 6px;
	padding-left: 6px;
}

.portlet-my-messages-overview-header a {
  text-decoration: none!important;
}

div.box h2 a{ color: #0164a5;
	text-decoration: none;
}

div.box h2 img{ position:relative;
	top:11px;
	margin-right:8px;
}

div.box div.content{ border-top: none;
	margin-top: 0;
	zoom: 1;
}

*+html .box div.bbnone #verbandListe{
	font-size:.8em;
}

*html .box div.bbnone #verbandListe{
	font-size:.8em;
}

table#verbandListe td label{
	position:relative;
	top:5px;
}

*+html table#verbandListe td label{
	position:relative;
	top:3px!important;
}

div.box div.content.paddingbox{	padding: 8px 8px 14px;
	height: 273px;
}

div.box div.content.paddingbox p{	
	font-size:.9em;
}

div.box div.content.paddingbox span{ font-weight:bold; }

div.box div.content div.imagebox{ 
	float:left;
	text-align:center;
	width:175px;
	margin-bottom:10px;
	font-size:.7em
}

div.box div.content div.imagebox img{ padding-bottom:7px; }

div#eplanner div.box div.content{ border-top: none;
	margin: 0;
	padding-top:3px;
}

div.savesearch{ margin-top: 0px;
	padding:7px 0 10px;
	height: 13px;
}

div.savesearch div.tag-button{ padding: 2px 6px 0;
	margin: 2px;
}

*+html div.savesearch div.tag-button{ margin-top: -2px; }

*+html .savesearch DIV.tag-button DIV.button-content DIV.button-content-inner BUTTON{ margin-top: 0px; }

*+html table#verbandListe form button{margin-top:-2px;}

*html div.savesearch div.tag-button{ margin-top: 0px; }

*html .savesearch DIV.tag-button DIV.button-content DIV.button-content-inner input{	margin-top: 2px; }

div.savesearch-topentry{background-color: #f0f0f0;}

div.savesearch-topentry p{ color: #000;
	font-weight: normal;
	width:230px;
	padding:0 10px;
}

div.savesearch-topentry div.tag-button {
	padding-top: 6px;
	margin:0 15px 0 8px;
	float:right;
}

*+html div.savesearch-topentry div.tag-button {
	margin: 0 5px 0 0;
	float:right;
}

*html div.savesearch-topentry div.tag-button{
	margin: 0 5px 0 0;
	padding: 6px 0 0;
	float:right;
}

*html DIV.savesearch-topentry P{
	padding-right: 0px;
}

div.savesearch input{
	float: left;
	margin: 2px 5px 9px 0;
}

*+html .savesearch-topentry{ width: 100%; }

*+html .savesearch form{ height: 10px; }

*+html div.savesearch form input{ margin-top: 0px; }

*html .savesearch form{ height: 10px; }

*html div.savesearch form button{ margin-top: 0px;margin-bottom:0px; }

*html .savesearch-topentry{ width: 100%; padding-bottom:0px;}
*html .savesearch-topentry a{height:30px!important;padding-bottom:0px!important;margin-bottom:0px!important;}

*+html #savesearchresults-success div.clearfix{ display: none; }

*html DIV.savesearch{ padding-bottom: 0px; }

.savesearch-topentry{ background-color:#f0f0f0;
	margin:0 0 10px 0;
	padding:10px 0;
}

.savesearch-topentry p{ color:#000;
	font-weight:normal;
}

div.tag-button div.button-content a{ color:#0164a5; }

.savesearch{ margin:0; }

div.savesearch form input{ margin: 4px 10px 14px 10px;
	width: 110px;  
} 

*+html div.savesearch {padding-bottom:15px;}
*html div.savesearch form {padding-bottom:10px;}
*html div.savesearch form input{float:left;} 
*html div.savesearch form div.button-content-inner{padding:0px;margin:-12px 0 0 0;}
*html div.savesearch form div.button-content-inner input{float:none;}

/* Search Top
-----------------------------------*/
form#searchform{ position:relative;
	top:28px;
	width:100%;
	z-index: 2;
}

form#searchform input.text{ border: 1px solid #c3c6d7;
	width: 200px;
}

input.submit2{ background:none;
	background-image: url(../images/buttons/submit_headsearch.gif);
	background-repeat: none;
	border: none;
	color: #0164A5;
	cursor: pointer;
	height: 22px;
	margin-left: 6px;
	width: 64px;
	padding:0 0 2px;
	font-size:1em;
}

*+html input.submit2{ padding-top: 2px; }

*+html div.tag-button div.button-content div.button-content-inner{ padding-top: 2px; }

*+html form#bottom_search div.tag-button div.button-content div.button-content-inner{ padding-top: 0px; }

div.search_addition{ background-color: #c3c6d7;
	padding-bottom: 37px;
}

a.aSearch2{	background-image: url(../images/arrow/bg_arrow_white.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	color: #fff;
	padding: 0px 0px 0px 10px;
	margin-left:6px;
}

div.searchspecial{ color:#fff;
	padding-bottom: 12px;
}

div.searchspecial ul{ width:250px; }

div.searchspecial ul li.static_1{ background:url(../images/special/static_icon_01.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#0164a5;
	padding:3px 10px 3px 44px;
	margin-bottom:1px;
}

div.searchspecial ul li.static_2{ background:url(../images/special/static_icon_02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#0164a5;
	padding:3px 10px 3px 44px;
	margin-bottom:1px;
}

div.searchspecial ul li.static_3{
	background:url(../images/special/static_icon_03.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#0164a5;
	padding:3px 10px 3px 44px;
	height:31px;
}

div.searchspecial p{
	color: #FFF;
	margin-bottom: 7px;
	padding-left: 40px;
	width: 210px;
}

/* Top Companies/Products Box
-----------------------------------*/
div#products_prod div.content{
	border-top: none;
}

div#products_prod ul li{
	border-top:1px solid #C8C8C8;
}

div#products_prod ul li.even{
	background-color: #E3E4E4;
}

div#products_prod ul li p.topproducts{
	padding-top: 10px;
}

p.topproducts {
	margin-bottom: 0;
}

div#products_prod ul li img{
	border: 1px solid #DEDEDE;
	float: left;
	margin: 10px 10px 14px;
	padding: 2px;
	position: relative;
}

div#products ul li.even{
	background-color: #FFF;
}

div#products ul li.odd{
	background-color: #DEDEDE;
}

div.layout-2 div.layout-left,
div.layout-2 div.layout-right{
	margin-top:3px;
	margin-bottom:20px;
}

/* Search Result
-----------------------------------*/
div#searchresult{ margin-top: 0; }

#savesearchresults .content .clearfix{height: 0px;overflow: hidden;}

div#searchresult ul.resultset li.hover,
div#searchresult ul.resultset li:hover{ background-color: #f2f2f2; }

*html div#searchresult ul.resultset li.hover{ 
	border-top: 0px; 
	border-left: 0px;
	border-right: 0px;}

div#searchresult ul.resultset-list div.toolbar-left div.counter{ color: #666; }

#searchresult ul.resultset-gallery div.fair_icons{ padding-right: 0px;
	width: 15px; }

*html #contactForm .select-reason .contact-pre{ width: 190px;
	margin-left: 5px;
	float: left;
}

*html #contactForm .select-reason .select-check input{ margin-right: 0px; }

/* Detail Pages
-----------------------------------*/
div.tag-button div.button-style-default, div.tag-button div.button-style-active{ background-image:url(../../images/button/default/button_bg.png);
	line-height:18px;
} 

div.tag-button .button-style-top div.button-content{ background-image:none; }

#topbutton .pngfix, .topbutton .pngfix{	display:none; }

#detail_contact fieldset span.error{ color:#B50D1A; }

#detail_contact .content .copy{ display: none; }

*html #detail_anchor div.inner-ancor ul{ margin:0 0px 15px; 
	width: 140px;
}

.detail-view .product_categories{ display: none; }
/* Search Bottom
-----------------------------------*/
#bottom_search{	margin-top: 10px; }

#bottom_search div.search_input{ margin:auto;
	padding:15px 0px;
	width:770px;
}

#content form#bottom_search div.wrapper{ width: 425px; }

form#bottom_search div.wrapper select{ float:left;
	margin-left:5px;
}

form#bottom_search input.text{ border: 1px solid #c3c6d7;
	width: 200px;
}

form#bottom_search input.submit2{ background-image: url(../images/buttons/submit_headsearch.gif);
	background-repeat: none;
	border: none;
	color: #fff;
	height: 22px;
	margin-left: 6px;
	width: 63px;
	padding:0 0 2px;
	font-size:1em;
}

form#bottom_search a{
	color: #000;
	font-size: 1em;
	margin-left:10px;
}

*html form#bottom_search div.tag-button input{ line-height: 14px; }

p.special_foot_text{ display: none; }

div.tag-toolbar div.tag-toolbar-wrapper ul.tag-toolbar-actions li a span {
	background-image:none;
}
/* Detail
---------------------------------------------------------------------------------- */
div.tag-toolbar div.tag-toolbar-wrapper ul.tag-toolbar-actions li.tag-toolbar-actions-print a{
	background-image:url(../images/tags/toolbar/actions_print.png);
}
div.tag-toolbar div.tag-toolbar-wrapper ul.tag-toolbar-actions li.tag-toolbar-actions-addevent a:hover{
	background-image:url(../images/tags/toolbar/event_add_h.png)
}
div.tag-toolbar div.tag-toolbar-wrapper ul.tag-toolbar-actions li.tag-toolbar-actions-addevent a{
	background-image:url(../images/tags/toolbar/event_add.png)
}
div.tag-toolbar div.tag-toolbar-wrapper ul.tag-toolbar-actions li.tag-toolbar-actions-addevent a.is_in_planner{
	background-image:url(../images/tags/toolbar/event_added.png)
}
div.tag-toolbar div.tag-toolbar-wrapper ul.tag-toolbar-actions li.tag-toolbar-actions-addevent a.is_in_planner:hover{
	background-image:url(../images/tags/toolbar/event_remove.png);
}
div.tag-toolbar div.tag-toolbar-wrapper ul.tag-toolbar-actions li.tag-toolbar-actions-recommend a{
	background-image:url(../images/tags/toolbar/actions_recommend.png);
	font-size:.7em;
}

*html .detail-view div.tag-toolbar div.tag-toolbar-wrapper ul.tag-toolbar-actions li.tag-toolbar-actions-addevent a:hover{
	background-image: url(../images/tags/toolbar/event_add_h.png);
}

*html .detail-view div.tag-toolbar div.tag-toolbar-wrapper ul.tag-toolbar-actions li.tag-toolbar-actions-addevent a.is_in_planner:hover{
	background-image: url(../images/tags/toolbar/event_remove.png);
}

div.tag-toolbar{ border-bottom:1px solid #f2f2f2;
	height:68px;
	margin-bottom:10px;
	background-color:#f2f2f2;
}

div.tag-toolbar div.tag-toolbar-wrapper{ height: 69px; }

div.tag-toolbar div.tag-toolbar-wrapper div.tag-toolbar-title{ font-weight:bold;
	color: #0164a5;
	padding-top: 10px;
	padding-right: 10px;
}

.my-fair div.tag-toolbar div.tag-toolbar-wrapper div.tag-toolbar-title{ padding-top: 20px; }

div.detail-view-company .tag-toolbar div.tag-toolbar-wrapper div.tag-toolbar-title{	padding:0 0 0px 10px;
	line-height:70px;
}

div.tag-toolbar div.tag-toolbar-wrapper div.tag-toolbar-title span{ font-size:14px; }

div#body_showCompany div.tag-toolbar-title{	padding:20px 0 0; }


div.detail-overview{ border:1px solid #dedede;
	background-image:none;
}

div#detail_anchor{ background-color:#f0f0f0;
	width:510px;
}

#detail_anchor div.inner-ancor{ padding:8px;
	margin:0;
}

*html #detail_anchor DIV.inner-ancor{ width: 495px; }

.detail-overview-scroller{ margin-top: 10px; }

div.layout-4 div.layout-4-separator{ display:none; }

div.detail-view div.content-block h2{ color:#0164a5;
	font-size:1.2em;
	height:28px;
	line-height:28px;
	margin:0 0 10px;
	padding:0px;

}

div.hall-list ul li.collapsed a.toggle{	padding:0 0 0 20px; }

div#topbutton, div.topbutton{ background-color:#fff;
	border: none;
	color:#565656;
	height: 18px;
	padding: 2px 0 2px 10px;
	float:right;
	background-image:url(../images/anchor/arrow_top.png);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:underline;
}

ul.item-list{ padding:10px 0; }

#detail_categories ul{ list-style:disc;
	list-style-position:inside;
}

div.detail-view div.content-block .topic h3{ font-size:1.1em; }

#detail_categories ul{ list-style-type:square;
	color:#666;
	margin-top:10px;
	list-style-position:outside;
	padding:0 10px 0 24px;
}

.modified_date, .date_create{ font-weight:normal;
	color:#666;
}

div.detail-view .content-block ul.togglebox,
div.detail-view .content-block ul.medialist,
div.detail-view .content-block p,
div.detail-view .content-block .c_description,
div.detail-view .content-block .p_description{
	padding:0 12px;
}

div.content-block ul.medialist li a.visitwebsite{ background-image:url(../images/icons/document-globe.png);
	background-position:left;
	background-repeat:no-repeat;
}

div.detail-view div.content-block ul li p.product_categories{ padding:0; }

#detail_contact ul{ margin:15px 0 0 0; }

#detail_contact ul li{ height:65px; }

#detail_contact p.fl{ padding:0 4px 4px 4px; }

/* Sidebar
---------------------------------------------------------------------------------- */
#detail_contact p, #detail_contact p.first, #detail_contact fieldset span{ color:#000;
	font-size:12px;
	margin:0;
	padding:10px 0 0;
}

#detail_contact p {padding-right:10px;}

#detail_contact p.success,
#detail_contact p.first,
#detail_contact fieldset span{padding-right:0;}

div#main div#content div.layout-4 div.layout-4-right div#detail_contact div.successful p.success{background-image:url(../images/icons/tick.png);
	background-position:8px 6px;
}

#detail_contact input.text{ font-size:12px;
	color:#666;
	border:1px solid #dedede;
}

div#detail_contact textarea{ border: 1px solid #dedede;
	font-size: 1em;
	margin: 10px 0 0;
	padding: 4px;
	width: 210px;
}

div#detail_contact .captcha-area{ width:210px;
	margin:10px 0;
}

div#detail_contact .captcha small{ display:block;
	padding:10px 0 4px;
	color:#666;
}

div#detail_contact .captcha small a{ color:#0164a5;
	text-decoration:underline;
}

#detail_contact .submit{ border-top:1px solid #dedede;
	padding:8px 8px 0;
	margin-left:-11px;
}

#detail_contact .submit input{ background-color: #FFF;
	background-image:url(../images/buttons/button_bgwhite.gif);
	background-repeat:no-repeat;
	color:#0164a5;
	width:76px;
	padding: 1px 10px 4px;
}

#detail_contact .content{ padding:0 0 8px 10px; }

.detail-overview .wrapper .detail-overview-image .award .new{ background-color: #0164a5; }

/* Event Planner
---------------------------------------------------------------------------------- */
div#portlet-my-events-list1-default .list-actions .column-checkbox{ padding-left: 6px; }

#eplanner ul.list li.hover, #eplanner ul.list li:hover{ background:#f0f0f0;
	border:none;
}

#eplanner ul.list div.column-image{ margin:0 10px 0 0; }

#detail_contact .submit-field p{ padding:0; }

div#eplanner{ margin: 0 0 10px;
	padding: 0;
	zoom: 1;
}

div#eplanner .empty_message{ padding:4px 0 6px 0;
	color:#0164a5;
}

div#eplanner .star{ background-image:url(../images/events/event/added.png);
	background-position:top no-repeat;
}

div#eplanner .box{ border:none; }

div#eplanner .topentry{ background-color:#f0f0f0;
	border-top:none;
	height:auto;
	padding:5px 0;
	zoom: 1;
}

div#eplanner-sidebar{
	height:auto;
	padding:2px 10px;
	color:#0164a5;
}

#eplanner ul.list{
	margin:10px 5px 8px;
}

#eplanner ul.list li{
	border:none;
}

#eventplanner-form .eventplanner-pager, #eventplanner-form .summary, #eventplanner-form h4{
	font-size:0.9em;
}

#eplanner ul.list div.column-text div.summary{
	padding:0;
	color:#666;
}

#eplanner div.eventplanner-pager{ margin:0 20px 10px 0;
	color:#666;
}

#eplanner div.action-show a.button-style-default{ background-image:none;
	color:#0164a5;
	padding:0;
}

#eplanner div.action-print a.button-style-default{ background-image:none;
	padding:0;
	color:#0164a5;
}

div#eplanner div.action{ margin: 0;
	float: right;
	width: auto;
}

*+html #eplanner div.tag-button{ margin-right: 0px; }

*html #eplanner div.tag-button{ margin-right: 0px; }

div#eplanner .tag-button{ margin-right: 8px; }

div#eplanner .topentry .tag-button{	margin-top: 10px; }

div#eplanner #eplanner-sidebar .tag-button{ margin: 10px 10px 0;
	color: #0164a5;
}

div#eplanner .action-pannel{ background-color: #fff;
	border-top: 1px solid #dedede;
	padding: 8px 0 0;
	zoom: 1;
}

*html .ajax-submit-layoutcontent1 dt select{ width: 100px; }

*+html .pager-next{ margin-left: 5px; }

*html .pager-next{ margin-left: 5px; }

/* Portlet My Events List
---------------------------------------------------------------------------------- */
div.portlet-my-events-list{
	float:left;
	overflow:hidden;
	width:100%;
	border:none;
}

div.portlet-my-events-list div.headline{
	background-image:url(../images/background/bg_box.gif);
	background-position:left;
	background-repeat:no-repeat;
}

div.portlet-my-events-list div.headline h3{
	background-color:#C3C6D7;
	color:#0164a5;
	font-size:1em;
	height:28px;
	line-height:28px;
	margin:0 0 10px;
	padding:0 0 0 10px;
}

#portlet-my-events-list1-default .filter{ padding:10px 0; }

#portlet-my-events-list1-default .view-mode{ border-top:1px solid #dedede; 
	padding: 10px 0;
}

*html #portlet-my-events-list1-default .view-mode{ padding: 0; }

*html div#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.column-note{ margin-left: 9px; }

#portlet-my-events-list1-default .tag-view-mode-selector{ border-bottom: 0; }

div.tag-view-mode-selector ul li{ padding:0 0 0 20px; }

#portlet-my-events-list1-default .pager-links{ border:none;
	padding:0;
}

.ajax-submit-layoutcontent1 .ui-pager-links-default{ line-height:26px;
	padding:0;
}

/* Portlet My Events List - Actions
---------------------------------------------------------------------------------- */
#portlet-my-events-list1-default div.list,
#portlet-my-events-list2-default div.list{ padding: 0; }

#portlet-my-events-list1-default .list-actions .column,
#portlet-my-events-list2-default .list-actions .column{ float: left;
	padding: 0 0 0 10px;
	margin: 5px 0;
}

#portlet-my-events-list1-default .list-actions .column-checkbox,
#portlet-my-events-list2-default .list-actions .column-checkbox{ width: 13px;
	line-height:26px;
	background:none;
}

#portlet-my-events-list1-default .list-actions .column-counter,
#portlet-my-events-list2-default .list-actions .column-counter{ width: 100px; }

#portlet-my-events-list1-default ul li.event:hover,
#portlet-my-events-list2-default ul li.event:hover{ background-color: #f2f2f2; }

#portlet-my-events-list1-default div.list p.emptylist,
#portlet-my-events-list2-default div.list p.emptylist{ margin: 10px; }

#portlet-my-events-list1-default div.tag-button,
#portlet-my-events-list2-default div.tag-button{ margin-top: 5px;
	margin-right: 5px;
}

a.event-note-button{ background-image:url(../images/events/note.png);
	background-repeat:no-repeat;
	background-position:left;
	width:16px;
	height:16px;
	text-indent:-8000px;
	display:block;
}

a.event-recommend-button{ background-image:url(../images/icons/mail.png);
	background-position:left;
	background-repeat:no-repeat;
	width:16px;
	text-indent:-8000px;
	display:block;
}

*html #recommend_send_button .recommend-submit{ border: 0;
	padding-top: 1px;
	width: 60px; }


div.my-fair div.content > div.last{ padding:13px; }

/* Portlet My Events List - List
---------------------------------------------------------------------------------- */
 #portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.event-image-area{
	width:110px;
	height:110px;
	position:relative;
	float:left;
	border:1px solid #dedede;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event {
	border-bottom: 1px solid #DEDEDE; /* #f1f1df (screens wiederspr�chlich)*/
	padding:5px 0;
}
#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.column {
	float: left;
	padding: 0 0 0 5px;
	margin: 5px 0 0;
}
#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.column-checkbox {
	width: 13px;
	text-align:center;
	color:#666;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.column-image{ width: 110px; }

#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.column-content{ width: 315px; }

#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.column-content .title{ margin-bottom: 10px; }

#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.column-content .title h3{ font-size:1em; }

#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.column-content .title .event-recommend-button{ float: left; }

#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.column-actions{ width: 20px; }

#portlet-my-events-list1-default ul.portlet-my-events-list-list li.event div.column-actions a{ margin-bottom: 6px;
	float:none;
}

#portlet-my-events-list1-default .list-actions{
	border-bottom:1px solid #dedede;
	padding-top:4px;
	border-top:1px solid #dedede;
}

#portlet-my-events-list1-default .event-note-area{
	margin:0 0 6px;
}

#portlet-my-events-list1-default .event-note-area .event-note-buttons{
	width:230px;
}

#portlet-my-events-list1-default .event-note-area input{
	border:1px solid #dedede;
	padding:4px;
	width:300px;
}

ul.fair-icons {
	padding:4px 0 0;
	display:none;
}

ul.fairicons{
	padding:4px 0 0;
}


/* Portlet My Events List - Table
---------------------------------------------------------------------------------- */
#portlet-my-events-list1-default ul.portlet-my-events-list-table li.header:hover{ background-color: #f0f0f0; }

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.header{	background-color: #f0f0f0; }

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event{ border-bottom: 1px solid #DEDEDE; }

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column{ float: left;
	padding: 0 0 0 10px;
	margin: 5px 0;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column-checkbox{ width: 13px; }

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column-content{ width: 259px; }

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column-recommend{ width: 16px; }

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column-delete{ width: 16px; }

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column-note{ width: 16px; }

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column-hall{ width: 60px; }

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column-booth{ width: 55px; }

/* Portlet My Events List - Pic
---------------------------------------------------------------------------------- */
#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event{ float: left;
	height: 174px;
	font-size: smaller;
	margin-top: 10px;
	padding-bottom: 10px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event .wrapper{ height: 100%;
	margin-bottom: 10px;
	margin-right:10px;

}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.column{ float: left;
	padding: 0 0 0 6px;
	margin: 5px 0;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.column-actions{ width: 17px; }

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.column-image{ width: 110px; }

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.column-content{ width: 96px;
	padding-left:6px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.column-content h3{
	font-size:0.9em;
	overflow:hidden;
	margin-bottom:6px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.column-note {
	margin-left: 22px;
	width: 216px;
}

div.event-image-area{
	width:110px;
	height:110px;
	float:left;
	border:1px solid #dedede;
	position:relative;
}

div.event-image-area img {
	height:100px;
	width:100px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.event-image-area img{
	margin:5px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event .event-note-area input{
	width:200px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.column-actions .event-checkbox input.checkbox{
	float:none;
	margin-bottom:10px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.column-actions a.event-recommend-button{
	margin-bottom:6px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-pic li.event div.column-actions a.event-note-button{
	margin-bottom:6px;
}


/* Portlet My Events List - Simple Pic Gallery
---------------------------------------------------------------------------------- */
/***********************************************************************************/
#portlet-my-events-list1-default ul.portlet-my-events-list-gallery li.event {
	float: left;
	width: 168px;
	height: 254px;
}
#portlet-my-events-list1-default ul.portlet-my-events-list-gallery li.event .wrapper {
	height: 100%;
	margin-bottom: 10px;
}
#portlet-my-events-list1-default ul.portlet-my-events-list-gallery li.column0 {
	/* left column */
}
#portlet-my-events-list1-default ul.portlet-my-events-list-gallery li.column1 {
	/* middle column */
}
#portlet-my-events-list1-default ul.portlet-my-events-list-gallery li.column2 {
	/* right column */
}
#portlet-my-events-list1-default ul.portlet-my-events-list-gallery li.event .wrapper .row {
	padding-left: 6px;
	margin-top:6px;
}
#portlet-my-events-list1-default ul.portlet-my-events-list-gallery li.odd .wrapper {
}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery .row-actions .left {
	float: left;
}
#portlet-my-events-list1-default ul.portlet-my-events-list-gallery .row-actions .right {
	float: right;
}
#portlet-my-events-list1-default ul.portlet-my-events-list-gallery ul.fair-icons li {
	display: inline;
	float: left;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery div.event-image-area{
	height:160px;
	width:160px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery div.event-image-area img{
	width:150px;
	height:150px;
	padding:5px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery div.event-checkbox{
	width:13px;
	margin:3px 10px 0 0;
	float:left;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery a.event-default, a.event-added, a.event-loading{
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery a.event-recommend-button{
	float:left;
	margin-right:8px;
	margin-top:2px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery a.event-note-button{
	float:left;
	margin-top:2px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-gallery .event-note-area input{
	width:150px;
}

.company-info {
	width:315px;
	float:left;
}

.company-info ul.realizations{
	width:315px;
	float:left;
}

#detail_anchor div.inner-ancor ul .arrow{padding-right:0px;}

.arrow{background-image:none;padding-right:0;}

/* Detail View Attendee
---------------------------------------------------------------------------------- */
/***********************************************************************************/

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column-content h3{
	font-size:0.9em;
	margin:0 0 6px 0px;
}

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column-content .event-note-area{

}

#portlet-my-events-list1-default ul.portlet-my-events-list-table li.event div.column-content .event-note-area input{
	width:400px;
	border:1px solid #dedede;
	padding:4px;
}

.ajax-submit-layoutcontent1 .column-actions {
	padding:4px 0 0 0;
}

.column-actions div{
	margin:0 10px 0 0;
}

div.detail-view .container .content ul li.even{
	background:#fff;
}

div.detail-view .container .content ul li.h2 {
	color:#666;
	margin:10px 0 0 0;
	padding:0 10px;
}

div.detail-view .container .content ul li.phonenumber{
	background-image:url(../images/icons/mobile-phone.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 28px;
}

div.detail-view .container .content ul li.faxnumber{
	background-image:url(../images/icons/fax.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 28px;
}

div.detail-view .container .content ul li a.download{
	background-image:url(../images/icons/card-address.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 28px;
}

div.detail-view .container .content ul li.even, div.detail-view .container .content ul li.odd{
	padding-left:10px;
}

#body_showAttendee .detail-view .container{
	margin:-1px 0 0 0;
}

#body_showAttendee div.detail-view .container .headline h3{
	background-color: #C3C6D7;
	color: #0164a5;
	font-size: 1em;
	height: 28px;
	line-height: 28px;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
}

/* Searchresult
---------------------------------------------------------------------------------- */
/***********************************************************************************/
#searchresult ul.resultset-content-types li a.all{
	background-image:url(../images/icons/sr_all.png);
	background-position:left;
	background-repeat:no-repeat;
}

#searchresult ul.resultset-content-types li a.company{
	background-image:url(../images/icons/sr_company.png);
	background-position:left;
	background-repeat:no-repeat;
}

#searchresult ul.resultset-content-types li a.product{
	background-image:url(../images/icons/sr_product.png);
	background-position:left;
	background-repeat:no-repeat;
}

#searchresult ul.resultset-content-types li a.person{
	background-image:url(../images/icons/sr_expert.png);
	background-position:left;
	background-repeat:no-repeat;
}

#searchresult ul.resultset-content-types li{
	padding-left:20px;
	font-size:1.2em;
}

/* Searchresult List
---------------------------------------------------------------------------------- */
/***********************************************************************************/
.event-default:hover{
	background-image:url(../images/events/event/add.png);
	background-position:left;
	background-repeat:no-repeat;
}

.event-default{
	background-image:url(../images/events/event/default.png);
	background-position:left;
	background-repeat:no-repeat;
}

.event-added:hover{
	background-image:url(../images/events/event/remove.png);
	background-position:left;
	background-repeat:no-repeat;
}

.event-added{
	background-image:url(../images/events/event/added.png);
	background-position:left;
	background-repeat:no-repeat;
}

#searchresult div.top div.activities div.select-all{ background-image:url(../images/icons/select_arrow.png);
	background-repeat:no-repeat;
	line-height:16px;
}

#searchresult .top div.pagebrowser{ line-height: 16px;
	margin: 0;
	padding-top: 10px;
}

#searchresult div.bottom div.pagebrowser{ float:none; }

div.pagebrowser span.label-colored, #searchresult div.select-all span{ color: #0164a5; }

#searchresult ul.filter li{ line-height:16px; }

#searchresult ul.resultset li.hover, #searchresult ul.resultset li:hover{ background-color:#f2f2f2; }

#searchresult ul.resultset li{ border:none; }

#searchresult ul.resultset-minimal li.head:hover, #searchresult ul.resultset-minimal li.head{ border-bottom:1px solid #dedede;
	border-top:none;
	background:#f0f0f0;
}

#searchresult ul.resultset-list li.first{ border-top:none; }

#searchresult ul.resultset-list li, #searchresult ul.resultset li, #searchresult ul.resultset-list li:hover, #searchresult ul.resultset li:hover{
	border-top:none;
	border-bottom:1px solid #dedede;
	border-left:none;
	border-right:none;
}

#searchresult div.top div.activities{ border-bottom:1px solid #dedede; }

*+html #searchresult DIV.top{ BORDER-BOTTOM: #d7d7d7 1px solid; }

*html #searchresult DIV.top{ BORDER-BOTTOM: #d7d7d7 1px solid; }

*html #searchresult DIV.top DIV.activities{ border-bottom: none; }

*+html #searchresult DIV.top DIV.activities{ border-bottom: none; }

#searchresult div.bottom div.activities{ border:none; }

#searchresult ul.resultset-gallery li{ margin:0;
	position:inherit;
}

#searchresult ul.resultset-gallery div.toolbar-left-item{ margin:4px 0 0 10px; }

*html #searchresult ul.resultset-gallery div.toolbar-left-item{ margin-left: 5px; }

#searchresult ul.resultset-gallery li.first div.center-border{
	display:none;
}

#searchresult div.options, #searchresult div.filter, #searchresult div.pagebrowser, #searchresult div.activities{
	line-height:22px;
}

#searchresult ul.resultset-minimal h3, #searchresult ul.resultset-list div.topic h3{
	font-weight:bold;
}

/* Searchresult List PopUp
---------------------------------------------------------------------------------- */
*+html #searchresult-filter-top div.tag-button div.button-content button span{ color:#0164a5; }

*html div.tag-button div.button-content input.button-style-active{ color: #0164a5; }

#searchresult div.options .tag-button .arrow-down span,
div.tag-button div.button-content input,
div.tag-button div.button-content button span{ color:#0164a5; }

#searchresult div.options .tag-button .arrow-down span{	color:#0164a5; }

#advanced-filter .button-top, #advanced-filter .button-bottom{ padding:4px 10px 0; }

#advanced-filter .button-left{ display: none; }

#advanced-filter .content fieldset legend{ color:#0164a5; }

#advanced-filter .content fieldset.tradeshows, #advanced-filter .content fieldset.firstletters{	width: 97%; }

#lightbox #lightbox-content.popup #advanced-filter a.close-window{ top: 10px; }

* +html #lightbox #lightbox-content.popup #advanced-filter a.close-window{ top: 0px; }

/* MyFair
---------------------------------------------------------------------------------- */
div.my-fair div.content div.saved-searches-last-row{ padding: 10px 0 10px 5px; }

div.my-fair div.content > div.saved-searches-last-row{ border-bottom: none;		/* Trennlinie nach unten */ }

div.my-fair div.content > div.last{	border-bottom: 0;
	padding:10px;
	margin-bottom:10px;/* keine Trennlinie nach unten */
}

#my-fair-overview div.my-fair-overview-welcome{	padding: 0 0; }

#my-fair-overview div.my-fair-overview-settings,
#my-fair-overview div.my-fair-overview-profilestatus{ width: 250px; }

.my-fair-overview-eventplanner{	display: none; }

#portlet-my-profile-overview,
.bordered-txt,
.profile-content{ zoom: 1; }

#my-fair-overview div.my-fair-overview-companyboothentry{ width: 508px; }

#my-fair-overview div.my-fair-overview-companyboothentry div.content{ height: 75px; }

.en_GB #portlet-my-settings-overview ul li div.left{ width: 55%; }

.portlet-my-profile-overview-visibility .left{ padding-left: 10px; }

#portlet-my-messages-overview .portlet-my-messages-overview-footer{ font-size: .8em; }

#portlet-my-messages-overview .portlet-my-messages-overview-list{ padding: 0;
	overflow: auto;
	height: 98px;
}

#portlet-my-messages-overview .portlet-my-messages-overview-list ul li{ border-bottom: 1px solid #DEDEDE;
	padding: 2px 5px;
}

#portlet-my-messages-overview .portlet-my-messages-overview-list ul li.new{ font-weight: bold; }

#portlet-my-messages-overview .portlet-my-messages-overview-list ul li:hover{ background-color: #DEDEDE;
	cursor: pointer;
}

#portlet-my-messages-overview .portlet-my-messages-overview-list ul li a{ text-decoration: none;
	color: #666666;
}

#portlet-my-messages-overview .portlet-my-messages-overview-footer a{ float: left; }

#portlet-my-messages-overview .portlet-my-messages-overview-footer a.right{ float:right; }

#portlet-my-events-overview .portlet-my-events-overview-header,
#portlet-my-events-overview .portlet-my-events-overview-footer{ height: 25px;
	line-height: 25px;
	padding: 0 5px;
	background-color: #DEDEDE;
}

#portlet-my-events-overview .portlet-my-events-overview-list{ padding: 0;
	height: 98px;
	overflow: auto;
}

#portlet-my-events-overview ul.advantages{ margin: 5px; }

#portlet-my-events-overview ul.advantages li{ background: transparent url(../../images/bg_success.gif) no-repeat scroll 5px 8px;
	line-height: 20px;
	padding: 2px 5px;
	padding-left: 20px;
}

#portlet-my-events-overview .portlet-my-events-overview-list ul.events li{ border-bottom: 1px solid #DEDEDE;
	padding: 2px 5px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
}

#portlet-my-events-overview .portlet-my-events-overview-list ul.events li:hover{ background-color: #DEDEDE;
	cursor: pointer;
}

#portlet-my-events-overview .portlet-my-events-overview-list ul li a{ text-decoration: none;
	color: #666666;
}

#portlet-my-events-overview .portlet-my-events-overview-footer a{ float: left; }

#portlet-my-events-overview .portlet-my-events-overview-footer a.right{ float:right;
	font-size: .8em;
}

#portlet-my-profile-overview div.portlet-my-profile-overview-status{ padding: 20px 10px; }

.portlet-my-profile-overview-visibility{ border-top: 1px solid #DEDEDE;
	padding-top: 15px;
}

#portlet-my-profile-overview div.left{ float: left;
	width: 190px;
}

#portlet-my-profile-overview div.visible{ background: transparent url(../../images/icons/green_hook.png) no-repeat 162px 3px; }

#portlet-my-profile-overview div.hidden{ background: transparent url(../../images/icons/red_cross.gif) no-repeat 162px 3px; }

#portlet-my-settings-overview span{	color: #000; }

#portlet-my-settings-overview ul li{ min-height: 30px;
	line-height: 30px;
	padding-left: 5px;
}

#portlet-my-settings-overview ul li div.left{ float: left;
	width: 60%;
}

#portlet-my-companyboothentry-overview div.left{ float: left;
	border: 0;
	width: 353px;
}

#portlet-my-companyboothentry-overview div.right{ float: right;
	padding-left: 0;
	border: 0;
	width: 120px;
}

#my-messages-write h4{ font-size: 1em;
	color: #000;
}

#my-messages-write div.my-messages-write-verification input.text{ width: auto; }

#my-messages-write textarea{ height: 200px; }

#my-messages-write div.my-messages-write-text ul li{ padding: 5px 0; }

#my-messages-write div.my-messages-write-text ul{ margin: 5px 0; }

#my-messages-read div.my-messages-read-sender{ font-size: 15px;
	color: #e95a31;
	font-weight: bold;
}

#my-messages-read div.my-messages-read-subject{ float: left;
	width: 60%;
}

#my-messages-read div.my-messages-read-date{ text-align: right;
	float: right;
}

#my-messages-write div.my-messages-write-verification div.tag-captcha-image{ margin-bottom: 1em; }

#my-messages-read div.my-messages-read-buttons div.tag-button{ margin-right: 10px; }

#my-messages-list div.content div.my-messages-list-pager{ padding: 5px 10px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
}

#my-messages-list div.content div.my-messages-list-search{ text-align: right; }

#my-messages-list div.content div.my-messages-list-list div.actions .tag-link-button{ margin-left: 20px; }

#my-messages-list div.content div.my-messages-list-list div.actions .select-all{ background:transparent url(../../images/ic_doc_select_arrow.gif) no-repeat scroll 3px 17px;
	height: 30px;
	float: left;
	width: 102px;
}
#my-messages-list div.content div.my-messages-list-pager > div {
	float: right;
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
}

#my-messages-list div.content div.my-messages-list-pager div.ui-pager-links{
	float: right;
}

#my-messages-list div.content div.my-messages-list-pager div.ui-pager-set{
	float: left;
	margin-left: 0px;
}

#my-messages-list div.content div.my-messages-list-pager img {
	height: 10px;
}
#my-messages-list div.content div.my-messages-list-list {
	padding: 0;								/* f�r die Liste kein Padding */
}
#my-messages-list div.content div.my-messages-list-list ul.list li,
#my-messages-list div.content div.my-messages-list-list div.actions {
	/* cursor: pointer; */
	padding: 5px 10px;
}
#my-messages-list div.content div.my-messages-list-list ul.list li.odd {
	background-color: #FFF;
}
#my-messages-list div.content div.my-messages-list-list ul.list li.new {
	font-weight: bold;
}
#my-messages-list div.content div.my-messages-list-list ul.list li:hover {
	background-color: #f0f0f0;
}
#my-messages-list div.content div.my-messages-list-list ul.list li > div {
	float: left;
}
#my-messages-list div.content div.my-messages-list-list div.actions div.my-messages-list-checkbox,
#my-messages-list div.content div.my-messages-list-list ul.list li div.my-messages-list-checkbox,
#my-messages-list div.content div.my-messages-list-list ul.list li div.my-messages-list-icon {
	width: 30px;
}
#my-messages-list div.content div.my-messages-list-list ul.list li div.my-messages-list-left {
	width: 250px;
}

#my-events-list div.content div.my-events-list-list {
	padding: 0;								/* f�r die Liste kein Padding */
}
#my-events-list div.my-events-list-list li {
	cursor: pointer;
	padding: 5px 10px;
}
#my-events-list div.my-events-list-list li.odd {
	background-color: #f1f1df;
}
#my-events-list div.my-events-list-list li:hover {
	background-color: #f0f0f0;
}

/* myProfileView: Sichtbarkeit des Attendees ein-/ausschalten */
#my-profile-edit div.my-profile-attendee-view div.visibility {
	background-color: #f1f1df;
	height: 20px;
	line-height: 20px;
	padding: 5px;
}
#my-profile-edit div.my-profile-attendee-view div.visibility div.left {
	float: left;
}
#my-profile-edit div.my-profile-attendee-view div.visibility div.right {
	float: right;
}
#my-profile-edit div.my-profile-attendee-view div.visibility div.visible {
	color: #6dab09;
}
#my-profile-edit div.my-profile-attendee-view div.visibility div.hidden {
	color: #e95a31;
}
#deleteProfileForm .tag-button,
#changePasswordForm .tag-button{
	margin-right: 5px;
}

#deleteProfileForm h3{
	margin-left: 10px;
}

/* myProfileView/myProfileAttendeeEdit: Bild, Balken & "Create Attendee"-Knopf */
#my-profile-edit div.my-profile-attendee-view div.bar,
#my-profile-edit div.my-profile-attendee-view div.image,
#my-profile-edit div.my-profile-attendee-view div.text,
#my-profile-edit div.my-profile-attendee-view div.button,
#my-profile-edit div.my-profile-attendee-view div.image {
	float: left;
	margin: 15px 0 15px 15px;
	border: 0;
}
#my-profile-edit div.my-profile-attendee-view div.image,
#my-profile-edit div.my-profile-attendee-edit div.image {
	border: 1px solid #DEDEDE;
	background: transparent url(nobody.png) no-repeat 0 0;
}

#my-profile-edit div.content ul.values li {
	padding: 5px 10px;
}
#my-profile-edit div.content ul.values li.odd {

}
#my-profile-edit div.content ul.values li div.right {
	float: left;
}
#my-profile-edit div.content .my-profile-attendee-edit ul.values li.required div.left:after {
	content: " *";
	color: red;
}
#my-profile-edit div.content ul.values li div.right .ui-visibility-state-select select {
	width: 100px;
}
#my-profile-edit div.content ul.values li div.left {
	width: 170px;
	float: left;
}
#my-profile-edit div.content ul.values li div.large-left {
	float: left;
}


#my-profile-edit .my-profile-edit-jn-radio {
	width: 50px;
	border: 1px solid #DEDEDE;
	float: left;
	padding: 5px;
}
#my-profile-edit .ui-visibility-state-select label {
	display: none;
}
#my-profile-edit .tag-button {
	margin: 0 10px 0 0;
	float: right;
}


#my-profile-delete .tag-button {
	margin: 0 10px 0 0;
	float: right;
}
#my-profile-delete .warning {
	color: red;
	font-weight: bold;
	font-size: x-large;
}

.ui-radios-yesno input{ margin-right: 5px }

.ui-radios-yesno label{ vertical-align: middle }

#matchingletter_save_button button{ margin-top: 2px }

*html #portlet-my-settings-edit #matchingletter_save_button input{ margin-top: -1px }

*html #portlet-my-settings-savedsearches-default .my-settings-savedsearches-content{ padding-top: 0px; }

/* 
---------------------------------------------------------------------------------- */
#eplanner ul.list div.column-actions{ float: right; }

#eplanner .note_login{ width: 50%; }

div.tag-link-button span, 
#searchresult div.options div.space div.count-per-page b{ color: #0164a5; }

.portlet-categories-tree{ padding: 10px 10px 55px; }

#body_showCategories .portlet-categories-tree-treeview{ zoom: 1; }

*+html #advanced-search .portlet-categories-tree{ margin-right: 10px; }

*html #advanced-search .portlet-categories-tree{ margin-right: 10px; }

#advanced-search .portlet-categories-tree{ border:1px solid #7a7a7a; }

#advanced-search .categories h3{ display: none; }

.portlet-categories-tree .treeview .hitarea, 
.portlet-categories-tree .treeview li.lastCollapsable, 
.portlet-categories-tree .treeview li.lastExpandable{ background-image: url(../images/treeview/default.gif); }

.treeview li{ background-image: none; }

.treeview ul{clear:left;}

.box .footer{ font-size: 1em;
	line-height: 28px;
	background-image: url(../images/background/bg_box_bottom.gif);
}

#main div.layout-3 .clear{ height: 0; }

#searchresult .top ul.filter a{ color: #999;
	text-decoration: underline;
}

#searchresult .top ul.filter li.pic-act a,
#searchresult .top ul.filter li.table-act a,
#searchresult .top ul.filter li.list-act a{ color: #333;
	text-decoration: none; }

#searchresult div.select-all, #searchresult div.activities div.tag-link-button{ line-height: 14px; }

.login-signup .signup .finish{ background-image: url(../images/icons/tick.png);
	background-position: 10px 15px;
	background-repeat: no-repeat;
	padding:10px 12px 10px 34px;
}

.login-signup .signup ul.path{ border-top:none;
	border-bottom:1px solid #f2f2f2;
}

.login-signup .signup ul.path li.act{ color:#666; }

.login-signup .signup ul.path li.act span{ color:#0164a5;
	border:0px;
}

.login-signup .signup ul.path li{ color:#0164a5;
	border:0px;
}

.login-signup .signup h3{ color:#0164a5;
	border:0px;
}

.login-signup .signup form .back{ background:transparent url(../images/buttons/button_bgwhite.gif) repeat scroll 0 0;
	width:76px;
	padding:2px 5px;
	color:#0164a5;
}

.login-signup .signup form .submit{ background:transparent url(../images/buttons/button_bgwhite.gif) repeat scroll 0 0;
	color:#0164a5;
	padding:2px 5px;
	width:76px;
}

.flashmessages{	background-color:#FCC;
	background-image:url(../images/icons/exclamation_ie.png);
	background-position:8px 8px;
	background-repeat:no-repeat;
	padding:16px 8px 16px 48px;
	zoom: 1;
}

div.flashmessages-success{	background-color: #D0FFD0;
	background-image:url(../images/icons/tick.png);
	background-position: 15px 15px;
	background-repeat: no-repeat;
	padding: 16px 8px 16px 48px;
	zoom: 1;
}

#searchresult ul.resultset-list div.topic ul.fairicons img{	margin-bottom:-4px;
	margin-right:6px;
	display:none;
}

#searchresult ul.resultset-gallery div.topic h3{ font-size:1em;
	font-weight:bold;
}

/* 
---------------------------------------------------------------------------------- */
form.advanced-search table{ margin:0; }

form.advanced-search div.tag-button{ margin-right:10px; }

form.advanced-search table table{ padding:0 10px 0 0; }

form.advanced-search select.width158, form.advanced-search input.text-zip{ margin-bottom:6px; }

#searchphrase{ width:219px; }

*+html #searchphrase{ width:220px; }

form.advanced-search select.firstletters{ padding:1px 0; }

ul.portlet-my-events-list-gallery div.tag-button{ font-size:10px; }

.staticpage{ width:510px;
	margin:10px 0;
}

.staticPageBox .tag-button{ float: none;
	margin-right: 5px; 
	margin-top: 3px;
}

.staticpage .boldhelp2{ font-size:1.6em;
	font-weight:bold;
	color:#0164a5;
}

.staticpage .static_content{ padding:10px 0 0 20px; }

.longbox {
	padding:0 0 20px;
}

.longbox .heading{
	font-size:1.6em;
	font-weight:bold;
	color:#0164a5;
}

.longbox .brdr{
	border:1px solid #dedede;
	padding:0 10px 10px;
}

.blueheadstatic{ font-size:2em;
	color:#C3C6D7;
	padding:0 0 10px;
}

.text3left{ padding:0 0 6px; }

.text3left span{ color:#0164a5; }

.boldhelp{ font-size:1em;
	font-weight:bold;
	color:#E02518;
}

.help,
.careerpoint{ background: url(../images/background/bg_box.gif) no-repeat; }

.help h2,
.careerpoint h2 { background: url(../images/background/bg_box_h2.gif) no-repeat right top;
	color: #0164a5;
	display: block;
	line-height: 34px;
	margin: 0 0 -2px 6px;
	padding-left: 6px;
	height: 32px;
	font-size:1.1em;
}

*html .help h2,
*html .careerpoint h2 { background: url(../images/background/h2_full_long.jpg) no-repeat left top;
	margin-left: 0px;
	padding-left: 11px;
}

*html .help,
*html .careerpoint{ background: none; }


.careerpoint h2#cpbutton{ height: 33px; }

.careerpoint h2#cpbutton .fr{ margin:5px 10px; }

.help ul { font-size: 1em;
	padding: 10px 10px;
}

.help ul li{
  /*list-style-type: square;
	color: #666;*/
	padding-bottom: 6px;
}

span.help_link, .help a {line-height:2em;}

.login-signup h3{ border-color: #dedede;
	color: #0164A5;
}

.login-signup .red{ color: #5aae34; }

.login-signup p{ font-size: inherit; }

.login-signup label{ padding:0 0 3px; }

#loginform .text, .login-signup input.text, .login-signup select{ border:1px solid #dedede;
	padding:4px;
}

*html .captcha_part span{ 
  padding-right:0;
  margin-right: 0; 
}

*html .login-signup input.text{
  width: 234px;
  padding-right: 0;
}

form#loginform span.editorial_contact a{ color: #0164A5; } 

#registration_advantages ul li.tradeshow{ background-image:url(../images/tags/toolbar/event_added.png);
	background-position:left;
	background-repeat:no-repeat;
}

#registration_advantages ul li.customized{ background-image:url(../images/icons/but_customized.png);
	background-position:left;
	background-repeat:no-repeat;
}

#registration_advantages ul li.contact{	background-image:url(../images/icons/sr_expert.png);
	background-position:left;
	background-repeat:no-repeat;
}

#registration_advantages ul li span, .login-signup .blue, .login-signup h4{	color:#0164a5; }

#registration_advantages span{ padding:0; }

.login-signup div.password-security{ padding:0 10px;
	margin:0 0 10px;
}

.password-security-bar, #box-captcha-content{ margin-bottom:4px; }

small{ line-height:12px; }

#login_popup{ background-image:url(../images/background/bg_login.png);
	background-repeat:no-repeat;
	z-index: 20000;
}

#login_popup form{ margin:43px 12px 0 25px; }

#login_popup a{ background: none;
	color: #0164a5;
	padding: 6px 0;
}

#login_popup label{	float:left; }

#login_popup .submit{ background-image:url(../images/buttons/submit_login.gif);
	background-position: 2px 0;
	background-repeat:no-repeat;
	color: #FFF;
	width:76px;
	margin-right:20px;
}

#login_popup .close{ background-image:url(../images/icons/close.png);
	background-repeat:no-repeat;
}

/* 
---------------------------------------------------------------------------------- */
#detail_contact .request_appointment input.text{ width:188px; }

.date_time{	margin-top:8px; }

.ui-helper-hidden-accessible{ display: none; }

.ui-datepicker-trigger{	float:right;
	padding:10px;
}

.ui-datepicker{	background:#fff;
	padding:6px;
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	width:188px;
}

.ui-datepicker-header{ margin-bottom:4px;
	background-color:#f0f0f0;
}

.ui-datepicker-header a{ text-decoration:none;
	padding:2px;
	line-height:14px;
}

.ui-datepicker-prev{ float:left; }

.ui-datepicker-next{ float:right; }

.ui-datepicker-title{ line-height:20px;
	text-align:center;
}

.ui-datepicker-calendar{ width:100%; }

.ui-datepicker-calendar th{ color:#666;
	text-align:left;
}

.ui-datepicker-calendar th.ui-datepicker-week-end{ color:#F66; }

#searchresult ul div.new{ background-color:#ff0000;
	height:auto;
	line-height:normal;
	padding:1px;
}

#searchresult ul.resultset-list div.image div.new{ right:4px; }

div.layout-4 div.layout-4-left{ margin-bottom:20px; }

hr{	display:none; }


/* 
---------------------------------------------------------------------------------- */
#categories span{ color:#666; }

#printbutton a{	color: #0164a5; }

ul.item-list div.image div.new{ right:10px;
	top:-4px;
}

#searchresult ul.resultset-list div.toolbar-left div.counter{ margin:0; }


div.portlet-my-events-list div.filter dl, 
div.portlet-my-events-list div.filter dd, 
div.portlet-my-events-list div.filter dt{ margin:0 0 0 2px; }

.detail-overview .wrapper .detail-overview-image .zoom{ background-color:#666;
	padding:2px 0 0 8px;
}

.detail-overview .wrapper{ background-image:none; }

#my-events-print-preview .fieldset ul li{ line-height:20px; }

/* Messeplanner Weiterempfehlen
---------------------------------------------------------------------------------- */
div.detail_border_long .border_top{ display:none; }

div.detail_border_long .border_outer{ background-image:none;
	border:1px solid #dedede;
	margin-top:30px;
}

div.detail_border_long .border-finished{ background-image:none; }

div.detail_border_long .border_inner{ padding:0 20px 10px; }

div.detail_border_long .close-form{ float:right;
	background-image:url(../images/icons/close.png);
	background-position:right top;
	background-repeat:no-repeat;
	line-height:8px;
	padding:0 15px 4px 0;
}

div.detail_border_long h3{ float:left;
	width:360px;
	color:#0164a5;
	font-size:1em;
}

div.detail_border_long p{ float:left;
	width:470px;
	margin:10px 0;
}

div.detail_border_long .longform{ float:left; }

div.detail_border_long .longform label, div.detail_border_long .longform input{ width:400px;
	margin-bottom:4px;
	float:left;
}

div.detail_border_long .longform input{ border:1px solid #dedede;
	padding:4px;
}

#recommend_form .longform textarea{ height:100px;
	width:96%;
}

#recommend_form .fr{ margin:10px 18px 20px 0; }

/* Messeplanner Weiterempfehlen PopUp
---------------------------------------------------------------------------------- */
#recommendPopUp h1{ color: #0164a5;
	width: 280px;
}

#recommendPopUp h3{ font-size: 1em;
	font-weight: normal;
	margin-bottom: 10px;
	color: #666;
}

#recommendPopUp .label, #recommendPopUp input{ width: 346px;
	margin-bottom: 4px;
	float: left;
}

*+html #recommendPopUp .input_message textarea{ width: 353px; }

*+html #recommendPopUp form p{ width: 346px; }

#recommendPopUp input{ border: 1px solid #dedede;
	padding: 4px;
}

*+html .recommend-popup div.tag-button div.button-content button span{ line-height: 14px; }

.input_message textarea.recommend-message{ width: 100%;
	margin-bottom: 10px;
	font-size: 1em
}

#recommendPopUp p{ margin: 0 0 10px; }

#RecommendPopUpForm{ width: 280px;
	float: left;
	margin: 10px 0 4px;
}

.close-window{ float: right;
	background-image: url(../images/icons/close.png);
	background-position: right top;
	background-repeat: no-repeat;
	line-height: 8px;
	padding: 0 15px 4px 0;
}

*+html .close-window{ line-height: 10px;
	margin-top: 7px;
}

*html .close-window{ line-height: 10px; }

*html #lightbox .popup#lightbox-content a.close-window{ right: 22px; }

table.tag-box td{ padding-top: 4px;
	padding-bottom: 4px;
	background-color: #fff;
}

.overlay_modal, .overlay_info, .overlay_alert, .overlay_dialog{ background-color: #000; }

/* Print Popup
---------------------------------------------------------------------------------- */
#my-events-print-preview .fieldset-actions{ padding-left: 0; }

*+html #my-events-print-preview div.tag-button div.button-content button{ margin-top: -2px; }

*html div#lightbox #lightbox-content.print-preview{ width: 529px; }

/* BMP Light Box
---------------------------------------------------------------------------------- */
.overlay_bmp-lightbox{ background-image:none;
	background-color:#000;
}

.bmp-lightbox_w, .bmp-lightbox_s, .bmp-lightbox_sw, .bmp-lightbox_se, .bmp-lightbox_sizer, .bmp-lightbox_n, .bmp-lightbox_nw, .bmp-lightbox_ne, .bmp-lightbox_e {
	display:none;
}

.bmp-lightbox_close{ background-image:url(../images/icons/close.png);
	background-position:right top;
	background-repeat:no-repeat;
	margin:10px 0;
	width:16px;
}

.bmp-lightbox_content{ padding:10px; }

div.action-show{ padding-right: 10px; }
.en_GB div.action-show{ padding-right: 35px; }

*+html div.action-print,
*+html div.action-show{ width: 45%; }

*+html div.action-show{ padding-right: 17px; }
*+html .en_GB div.action-show{ padding-right: 45px; 
	width: 35%;
}

*html div.action-print{ width: 42%; }
*html div.action-show{ padding-right: 18px; 
	width: 45%; 
}

*html .en_GB div.action-show{ padding-right: 42px; 
	width: 35%; 
}

*html .de_DE #eplanner div.action-show{margin-left: 0px;}

*+html ul.resultset-minimal li.head{ padding-bottom: 5px; }

*html #searchresult ul.resultset-minimal li.head div.col3{ width: 27px; }

*html #searchresult ul.resultset{ width: 512px; }

*+html div.my-fair h3 a{ vertical-align: 5px; }

*+html #lightbox #lightbox-content.popup #recommendPopUp a.close-window{ top: 12px;
	line-height: 12px;
}

#lightbox #lightbox-content.recomment-popup{ margin: 0 0 0 -200px }

*+html #detail_contact ul li{ padding-bottom: 10px;
	width: 205px;
}

*html a.event-loading,
*html a.event-added{ margin-right: 0px; }

*html #searchresult-filter-top{ MARGIN: 0px 0px -10px;
	PADDING-TOP: 0px;
}

*html #searchresult-filter-top input{ margin-top: -10px;
	padding-top: 0px;
}

*html #searchresult DIV.options .tag-button .arrow-down{ background-position: right 9px; }

*+html #searchresult DIV.options DIV.tag-button DIV.button-content DIV.button-content-inner BUTTON{ MARGIN-TOP: 3px;
	HEIGHT: 14px
}

#searchresult div.top div.filter{ padding: 0 0 10px 11px; }

/* Jobb�rse
-------------------------------------------------------------------------------*/
.jobboerse_banner { background-image:url(../images/special/jobboerse_header.jpg);
	height:97px;
}

.jobboerse_banner_en{ background-image:url(../images/special/jobboerse_header_en.jpg);
	height:97px;
}

.careerpoint_banner{ background-image:url(../images/special/careerpoint_header.jpg);
	height:97px;
}

.careerpoint_banner p{ color:#0164A5;
	font-size:0.9em;
	font-weight:bold;
	position:relative;
	top:4px;
	width:300px;
	margin-left:13px;
}

.de_DE .careerpoint_banner p{
  left:64px;
}

.en_GB .careerpoint_banner p{
  left:89px;
}

.jobboerse_footer{ background-image:none !important;
	background-color:#fff;
	color:#0164a5;
}

.job-search{ background-image:url(../images/background/job_boxes.jpg); }

	.job-search a{ 
		display: block;
		padding: 10px 0 0 10px;
	}	

.job-find{ background: url(../images/background/job_boxes.jpg) left -240px; }

.job-apply{ background: url(../images/background/job_boxes.jpg) left 235px; }

.job-tiles p{ padding-top: 70px;
	font-size:.9em;
}

.tile-title,
.joboverview-block h2{ color: #0164A5; }

.JobOverviewInnoTransButton p {margin-bottom:10px;}
.JobOverviewInnoTransButton h2 {font-size:1.3em;color:#0164A5;margin: 1.4em 0 0.7em;}

.JobOverviewInnoTransButton{ width: 300px; }

* +html .JobOverviewInnoTransButton{ margin-top: 10px; }

* html .JobOverviewInnoTransButton{ margin-top: 10px; }

div.detail-view div.content-block.job-mailto{
	margin:10px 0 0 0;
	font-weight:bold;
}

div.detail-view  div.content-block.job-description p {
	padding-left:0px;
	padding-right:0px;
}

.jobdetails .job-description ul {
	list-style-position:outside;
	list-style-type:disc;
	margin-left:15px;
}

/* Visitor */
.findbox{ background-color: #fff;
	border-color:#D4D0C8;
	border-style:none solid solid;
	border-width:0 1px 1px;
	height:50px;
	padding:9px 15px 12px;
}

.findbox div{ display:block;
	float:left;
	line-height:1.5em;
	width:50%;
}

.IconsLeftOfText{ float:left;
	margin:3px 0;
	padding:0;
	width:40px;
}

/* Advertiding */
.layout-right div.adsvertising .tag-button{ float:none;
	margin:5px 0px 0px 0px;
	padding:0px;
}

.layout-left  div.detail-overview{ padding:0px; }

/* Turbobanner */
.box.turbobanner{ height:329px;
	overflow:hidden;
}

div#turbotext{ position:relative;
	left:35px; 
	top:-144px;
	font-size:0.7em;
	line-height:2.3em;
}

*+html div#turbotext{
	line-height:2em;
}

*html div#turbotext{
	line-height:2em;
}

div#turbotext div span{ font-size:1.6em;
	color:#0164a5;
	font-weight:bold;
}

div#turbotext div{ margin:9px 0px; }

div#turbotext div.turbo1{ margin-left:60px;}

div#turbotext div.turbo2{ margin-left:32px; }

/* IE 7 fixes Turbobanner */
*+html div#turbotext div{ margin:12px 0px; }

/* IE 6 fixes Turbobanner */
*html div#turbotext{ top:-143px; }

*html div#turbotext div{ margin:12px 0px; }

/* Verbandliste Innotrans Homepage */
table#verbandListe{
  font-size: 0.7em; 
}

*+html table#verbandListe{
  font-size: 0.7em!important; 
}

*+html table#verbandListe td label{
  top: 7px!important;
} 

table#verbandListe select{ float:right;
	width:180px;
	margin:3px 10px 0 0;
}

table#verbandListe div.tag-button{ float:right !important;
	position:relative;
}
table#verbandListe td{ padding:0px 10px; }

/* Torsten Banner
-----------------------------------------------------------*/
#footerbanner {
	margin:10px auto 0px auto;
	display:block;
	text-align:center;
}

#headbanner {
	width:100%;
	text-align:center;
}

#big {
	display:block;
	margin: 5px auto;
}

#cad {
	display:block;
	margin:auto;
	margin:10px auto 5px;
}

#cad_home {
	display:block;
	margin:0px auto 10px;
	width:770px;
	text-align:center;
}

full {
	display:block;
	margin:auto;
}

#sky {
	position:absolute;
	top:45px;
	left:800px;
}
/* Ende Torsten Banner
-----------------------------------------------------------*/

#topnav_language_switch{
  display:inline;
	margin-left:20px;
}

ul.companyflags{margin-left:21px;}

.companyflags .title-image {
  line-height: 30px;
  padding-bottom:10px;
  vertical-align: middle; 
}

.companyflags .title-image .title {
  line-height:30px;
  display: none;
}

.companyflags .title-image .title{line-height:30px;}
.companyflags .title-image img{float:left;margin-right:5px;}


/* staticPage Boxes and more */
.layout-right div.adsvertising .tag-button,
.layout-right div.staticPageBox .tag-button {
	float:none;
	margin:5px 0px 0px 0px;
	padding:0px;
}

.staticPageTopImage {
	background-image:url(../images/special/exhibitor_head_DE.jpg);
	height:110px;
}

.staticPageTopImage p{
	position:relative;
	left:300px;
	top:50px;
}

/* Print view
---------------------------------------------------------------------------------- */
.print h6{ display: none; }
.print div.detail-overview{ width: 600px; }
.print div.detail-view .content-block .c_description, 
.print .content-block .p_description{ padding: 0px; }
.print .modified_date {width:350px;}

*+html .print div#header{ height: 110px; }

*html .print div#header{ height: 110px; }

*html .print .detail-overview .wrapper .detail-overview-image .award{ left: -55px;
	width: 50px; }

.print .modified_date {width:350px;}
body#body_showJobOffer .detail-view-job-offer span.company, p.product_categories a {display:block;}

/* bugfix 
----------------------------------------- */
.portlet-joboffers div.content{padding:6px 12px;}

*+html #ECMS_product_edit_imagepdf_content_form_links fieldset.last{margin-bottom:-10px;padding-bottom:0px;}
*+html #ecms .box .content .tag-button-link{margin-bottom:-10px;}
*+html .tag-button-submit .button-style-default span{display:block;float:left;margin-top:-2px;}
*+html #company_finish_finish .button-style-default{white-space:nowrap;}

*html a.button-style-default{display:block;float:left;}
*html .tag-button-submit .button-style-default{padding-top:1px;}

*html #ecms_contact_entry_cancel input.button-style-default,
*html #ecms_contact_entry_save input.button-style-default,
*html #ecms_contact_back input.button-style-default,
*html #ecms_contact_cancel input.button-style-default,
*html #ecms_contact_next input.button-style-default,
*html #ecms_contact_finish input.button-style-default{margin-top:-1px;}

*html .tag-button-submit .button-style-default span{display:block;float:left;margin-top:-2px;white-space:nowrap;}

*html #ECMS_product_edit_imagepdf_content_form_links fieldset.last{margin-bottom:-20px;padding-bottom:0px;}
*html #ecms .box .content .tag-button-link{margin-bottom:-10px;}

*html #ecms #ecms-list ul.text li .product {margin-bottom:5px;width:690px;}
*html #ecms #ecms-list  .content .text li {width:742px;}

*html .de_DE #ECMS_company_edit_picturepdf_form_multipart div.button-style-default{width:60px;margin:0px;}
*html .de_DE #ECMS_company_edit_picturepdf_form_multipart div.button-content-inner{width:60px;margin:0px;}
*html .de_DE #ECMS_company_edit_picturepdf_form_multipart input.button-style-default{width:60px;margin:-1px -465px 0px -575px;}

*html .en_GB #ECMS_company_edit_picturepdf_form_multipart div.button-style-default{width:30px;margin:0px;}
*html .en_GB #ECMS_company_edit_picturepdf_form_multipart div.button-content-inner{width:30px;margin:0px;}
*html .en_GB #ECMS_company_edit_picturepdf_form_multipart input.button-style-default{width:30px;margin:-1px -495px 0px -575px;}

*html  #company_picture_crop .button-content-inner{width:72px;}

/* alex - exhibitorlist */

.exhibitorlist {
  padding: 10px; font-size: 1em; border: 1px solid #D4D0C8;
}

.w50 {
  width: 50%;
}

.w80 {
  width: 80%;
}

.exhibitorlist_content {
  padding: 30px 0px 10px;
}

.buy_ticket .tag-button{ margin-right: 10px; }

/** alx - new careerpoint page **/
.careerpoint #banner_text {height:100px; background: url(../../v3/images/special/cp_header3.jpg);}
.careerpoint #banner_text p{position:relative;top:30px;left:150px;font-size:1.3em;font-weight:bold;width:550px;}
.careerpoint a {text-decoration:none;}
.careerpoint u, .careerpoint a#reduced {text-decoration:underline;color:#0164a5;}
.careerpoint span {color: #f29400;font-weight:bold;}
.careerpoint_header {margin-bottom: 1em;}
ul#careerpoint_file_box {margin:-10px 0 10px 0;padding:10px 0;background: url(../../v3/images/special/pdf.gif) no-repeat 8px center;}
ul#careerpoint_file_box li {background:none;margin-left:50px;}
.careerpoint h3 {clear: both;font-size: 1.4em;color: #0164a5;margin: 1em 0;}
.careerpoint ul {padding-bottom: 30px;}
.careerpoint ul li {list-style: none;background: url(../../v3/images/special/listitem.gif) no-repeat 0 .3em;padding: 0 0 2px 15px;}
.buy_ticket .tag-button{ margin-right: 10px; }

*+html #bottom_search div.tag-button div.button-content div.button-content-inner button{ padding-top: 2px; }
*html #bottom_search div.tag-button div.button-content div.button-content-inner input{ padding-top: 0px; }

*+html #contactForm .submit-field input{ padding-top: 3px; }
*html #contactForm .submit-field input{ padding-top: 3px; }

#contactForm a{ line-height: 1.2em; }

*html div.my-messages-write-buttons div.tag-button div.button-content input{ margin-top: -3px; }

*+html #deleteProfileForm div.tag-button div.button-content div.button-content-inner{ margin-top: 0px; }

*html #deleteProfileForm div.tag-button div.button-content div.button-content-inner{ margin-top: 0px; }

*html #my-profile-edit div.tag-button a{ line-height: 18px; }

*+html #my-profile-edit div.tag-button a{ line-height: 18px; }

*+html div.tag-button div.button-content button.recommend-submit{ margin-top: 2px; }
/*+html #searchresult div.options div.tag-button div.button-content div.button-content-inner{ margin-top: 1px; }

*+html #bottom_search button.button-style-default{ padding-left: 0px; }

*html #bottom_search .tag-button INPUT.button-style-default{padding-top:0px;}

*+html div.tag-button div.button-content button{ margin-right: 0px; }

*+html div.tag-button div.button-content div.button-content-inner{ padding-top: 0px; }

*+html #advertising div.button-content div.button-content-inner,
*+html #exhibitor-info div.button-content div.button-content-inner,
*+html #ButtonVisitorRegister div.button-content div.button-content-inner{ padding-top: 2px; }

*html #advertising div.button-content div.button-content-inner,
*html #exhibitor-info div.button-content div.button-content-inner,
*html #ButtonVisitorRegister div.button-content div.button-content-inner{ padding-top: 2px; }*/

*+html a.aSearch2 {position:relative;top:-2px;}
*html a.aSearch2 {position: absolute;top:4px;}
*html .button-content-inner {padding:0px 5px 0!important;}
*+html #searchresult div.options select{font-size:1em;}
*html #searchresult div.options select{font-size:1em;}
*html .bottom .pagebrowser{position: relative;top:5px;} 

.detail-overview .wrapper .detail-overview-image .zoom a {
background-position: 36px 3px;
width: 55px;
display: block;
}

.detail-overview .wrapper .detail-overview-image .zoom {overflow: hidden;}
#detail_contact .request_appointment input.text {float:left;}
.ui-datepicker-trigger {float: left;}
form.advanced-search table div.label {width:130px;}
*html .my-messages-write-recipient select{width:120px;}
*html #cc_select{margin-top:1px!important;}
*+html #cc_select{margin-top:1px!important;}
.my-messages-write-subject h2.fl label{margin-top:4px;}
*html .my-messages-write-buttons .button-content-inner{padding-top:3px!important;}    
*html .close-window{top:10px!important;}
*+html .close-window{top:5px!important;}
*html .my-messages-read-buttons .button-content-inner{margin-top:0px!important;padding-top:0px!important;}       
*html .my-messages-read-subjectdate{margin-bottom:35px!important;}
*+html .my-messages-read-subjectdate{margin-bottom:35px!important;}
*html .my-messages-read-sender{margin-top:35px!important;}
*+html .my-messages-read-sender{margin-top:35px!important;}
*html .js-searchresult-filter.arrow-down{
  margin: -8px 0 0 0!important;
  padding:0!important; 
  height: 41px!important;
  width: 80px!important;
  display: block!important;
  background-position: right 17px!important;
}
*html .messages-search-button .button-style-default input{
  padding:0!important; 
  width: 80px!important;
  display: block!important;
  overflow: visible;
  margin: 0!important;
}
#searchresult div.options select {
  color:#333333;
  font-size:1em;
  width:105px;
}
*html .my-messages-includes-actions li{margin-left:-10px;}
*html #registration_short_captcha { 
  width: 230px!important;  
  padding-right:0; 
}
.print .button-style-top .button-content-inner{
  display: none;
}
.registration_short_toc{
  padding-right: 0px!important;
  width: 250px;
}

*html #savesearchresults .button-content-inner{
  padding: 0!important;
}

*html #savesearchresults .button-content-inner .button-style-default{
  padding-top:10px!important;
  text-align: center;
}
#savesearchresults .content {
  overflow:hidden;
}
#savesearchresults .content .savesearch-topentry {
  margin-bottom:0px;
}
#detail_anchor ul li{
  white-space: nowrap;
  width: 155px;
}

.my-settings-edit-content .buttons.last {
  display: none;
}

.matchingletter {
  border: 0px none!important;
}

.product_categories{
  display: none;
}

form.signup-short-data div.fl,
form.signup-short-data div.flash-messages-form-field {
	padding-left:12px;
}

form.signup-short-data input {
	width:240px;
}

form.signup-short-data input.checkbox {
	width:auto;
}

form.signup-short-data div.password-security-bar {
	width:244px;
}

form.signup-short-data div.registration_short_email,
form.signup-short-data div.registration_short_password,
form.signup-short-data div.registration_short_password2 {
	margin-bottom:10px;
}

*html form.signup-short-data input {
	width:225px;
}

*html form.signup-short-data div.password-security-bar {
	width:229px;
}

div#eplanner .tag-button{
	padding:1px 0;
	height:auto;
/*	float:right;*/
	margin-right:8px;
}

div#eventplanner-form-action-show {}

#eplanner div.action {
	float:right;
	margin:0;
	width:auto !important;
}

*+html #eplanner div.action-show div {float:left;}
*+html #eplanner div.action-print {margin-right:8px;}
*+html div#eventplanner-form-action-show {float:left;}

*html #eplanner div.action-show div {float:left;}
*html #eplanner div.action-print {margin-right:8px;}
*html div#eventplanner-form-action-show {float:left;}

*html #btncropwholeimage {
  width: 207px;
  text-align: center;
}

*html .en_GB #btncropwholeimage {
  width: 105px;
  text-align: center;
}

*+html #btncropwholeimage {
  width: 207px;
  text-align: center;
}

*+html .en_GB #btncropwholeimage {
  width: 105px;
  text-align: center;
}

.careerpoint h3 a {
	font-size:0.7em;
	font-weight:normal;
	margin-top:0.2em;
	text-decoration:underline;
	color:#0164A5;
	float:right;
}

*html .careerpoint h3 a {
	margin-top:-1.1em;
}

*+html .careerpoint h3 a {
	margin-top:-1.1em;
}

body#body_myEventsList div.layout-2.my-fair #layoutcontent2 #portlet-my-events-list2-default {
	display:none;
}

#recommendPopUp .flash-messages-error li, 
#recommendPopUp .flash-messages-success li  {
  line-height:11px;
  padding-bottom: 2px;
  padding-top: 2px;
}

.error, .flash-messages-error {
  clear:both;
  padding-top: 5px;
}

#resendpassword .flash-messages-error li, 
#loginform .flash-messages-error li {
padding-top:0;
}

.messages-write-content .flash-messages-form-field {
  padding:5px 10px 0;
}

#detail_contact .flash-messages ul {
  margin:0px 0 0;
}

.exhibitorpage .tag-button {
  margin-right:5px;
}

.content div.tag-image-scroller-horizontal-teaser div.tag-image-scroller-content {
  height: 70px;
}

*+html #ecms .buttons {
  padding-bottom:3em!important;
}

#body_showLogin .flash-messages-success li{ margin-bottom: 10px; }

#detail_anchor div.inner-ancor ul.first { 
  width:180px;
}

#detail_anchor div.inner-ancor ul {
  width:140px;
}

#searchresult ul.resultset-minimal li.head div.col3 {
  width:10px!important;
}

*html #searchresult ul.resultset-minimal li.head div.col4 {
  margin-left:20px!important;
  width:110px!important;
}

#searchresult ul.resultset-minimal li.head div.col4 {
  margin-left:15px;
  width:110px;
}

#searchresult ul.resultset-minimal div.col3 {
  width:20px;
}

#searchresult ul.resultset-minimal div.col4 {
  width:110px;
}

#searchresult ul.resultset-minimal div.col5 {
  width:50px;
}

#detail_contact ul li {
  height: auto;
}

*html #my-messages-list .my-messages-list-search input{
	margin: 0 -350px 0 -452px!important;
}

*html .my-messages-list-list .list li{
	display: inline-block;
}

.associations ul {
  width:48.5%;
}

.associations li {
  width:100%;
  float:left;
  line-height:26px;
}

.associations div.tag-button {
  float:right;
  padding-top:3px;
}

*+html .associations select {
  margin-top:2px;
}

*+html .associations div.tag-button {
  padding-top:2px;
}

*html .associations select{
  margin-top:3px;
}

*+html .associations div.tag-button div.button-content-inner {
  margin-top:-2px;
}

.associations label {
  float:left;
  font-size:0.7em;
}

.associations select {
  width:185px;
  float:right;
  margin: 5px 5px 0 0;
}

.associations .content {
  padding:20px 15px;
}