#event, a {
text-decoration:none;
}

h4 {
	margin: 0px;
}

.rechts .tx-lumophpinclude-pi1
{
margin-bottom: 3px;
}

.dateField {
		width: 70px;
	}

.listItemTextColumn {
    margin:5px; 
}   


.clearboth { clear: both; }

.listItem img{
	margin: 0px 5px 0px 0px;}

img{
	border:0px;
}

.currentPage {
	text-decoration: underline;
}

// OpenEventScrollist
#dateScroll {
    padding: 2px;
    border: 0px solid #eeeeee;
    height:310px; 
    overflow:auto;
    margin-bottom: 7px;
}

.dateDIV {
    float:left;
    margin-left: 0px;
    padding: 0px;
    width:43%; 
}


table.EventDateTable {
    font-size: 1.0em;
    width:100%;
    border: 1px solid #303030;
    padding:0px;
    margin:0px;
}



td.EventDate{
    padding:0px;
    margin:0px;
    text-align:left;
}

th.EventDate{
    padding:0px;
    margin:0px;
    text-align:left;
}

.column {
    margin: 2px;
    float:left;
    width:100px; 
}
	
	.smalltext	{
		font: 11px "Trebuchet MS",Verdana, sans-serif;
	}
	
	.eventPager {
		white-space: nowrap;
		text-align: left;
		width: 100%;
		padding: 3px;
		color: #004576;
		font-weight: bold;
		margin-top: 5px;
	}
	
	.eventPager a {
		color: #004576;
	}
	
	#found {
		margin-bottom: 10px;
		color: #004576;
	}
	
	.listItem {
		width:548px;
		clear: both;
		float: left;
		min-height: 32px;
		background: #fff;
		margin-bottom: 5px; 
	}

	.listItemTextColumn {

		margin-left: 135px;
		font-weight:bold;
		text-decoration:none;
	} 
	
	.listItemPic {
		min-height: 92px;
	}
	
	.listItemTop{
		color: #004576;
		font-weight: bold;
		float: left;
	}
	
	.listItemDate {
		margin-right:10px;
		width:70px; 
	} 
	 
	.listItemCity {
		margin-right: 5px;
		width:176px; 
	}  
	 
	.listItemCategory {
		margin-right: 0px;
		width:120px; 
	}  
		
	.listItemTime {
		width:70px; 
		min-height:10px;
		display:block;

	} 
	
	.listItemPicDate {
		margin-right: 10px;
		width:70px; 
	} 
	 
	.listItemPicCity {
		margin-right: 5px;
		width:120px; 
	}  
	 
	.listItemPicCategory {
		margin-right: 0px;
		width:120px;
		margin-left: 10px;
	}  
		
	.listItemPicTime {
		display:block;
		min-height:10px;
		width:70px;
	} 

	
	#event {
	   width: 548px;
	   background-color:#ffffff;
          padding:4px;
	}

#eventContainer {
	   width: 548px;
	   background-color:#ffffff;
          padding:4px;
	}
	
	.eventViewTitle {
	   color: #004576;
	   font-size:17px;
	   font-weight: bold; 
	}
	
	
	h1.eventTitle {
	   color: #004576;
	   font-size: 15px; 
	   font-weight: bold;
	   margin-bottom: 10px;
	}
	
	input.submitbutton	{
		height:25px; 
		padding: 0px 5px;
		text-align:middle;
		font-size: 0.8em; 
		color: #; 
		background-color: #; 
		border: 1px solid #;
	}

	#eventList {
		width:580px;
		overflow: auto;
	}
	
	.hr {
		width: 560px;
		height: 0px;
		margin-bottom: 5px;
		border-bottom: 1px solid #dddddd;
	}


 .tx-lumophpinclude-pi1 a {
	font-weight:bold;
	text-decoration:none;
    color: #467aa7;
}
 .tx-lumophpinclude-pi1 .currentPage {
	text-decoration: underline;
}

/* /////////////// Tooltips /////////////// */

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: -40px;
    left: 140px;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #eeeeee;
    color: #2a5a8a;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}


/* 
 * LIGHTBOX 
 */
#lightbox{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
    }

#lightbox a img{ border: none; }

#outerImageContainer{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    }

#imageContainer{
    padding: 10px;
    }

#loading{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
    }
#hoverNav{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
    width: 49%;
    height: 100%;
    background: transparent url(<?php echo $baseUrl ?>/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
    }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(<?php echo $baseUrl ?>/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(<?php echo $baseUrl ?>/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    }

#imageData{
    padding:0 10px;
    }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }           
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;  }   
        
#overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    }
    

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

* html>body .clearfix {
    display: inline-block; 
    width: 100%;
    }

* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
    }   
/*LIGHTBOX */

.decentLink, .link {
	color: #004B7C;
	text-decoration: none;
	font-weight:bold;
}
