/*
 * Styles for extension bo_exhibitiondates
 */

/*
 * List View
 */
.tx-boexhibitiondates-pi1 {
	padding: 0;
	margin: 0 0 1em;
}

.tx-boexhibitiondates-pi1 .listView {
	padding: 0 10px;
	margin-top: 1em;
}

.tx-boexhibitiondates-pi1 .listView .title {
	font-weight: bold;
}

.tx-boexhibitiondates-pi1 .listView .location,
.tx-boexhibitiondates-pi1 .listView .period {
	font-size: 10px;
}


/*
 * Single View
 */
.tx-boexhibitiondates-pi1 .detailView {
	padding:3px 0 3px 0;
}

.tx-boexhibitiondates-pi1 .detailView .bodyItem div{
	line-height:20px;
}
.tx-boexhibitiondates-pi1 .detailView .bodyItem .text{
	line-height:auto;
	padding-bottom: 10px;
}
.tx-boexhibitiondates-pi1 .detailView h1{
	color:#000000 !important;
	padding:0 0 0 0 !important;
	font-size:11px !important;
}
.tx-boexhibitiondates-pi1 .detailView .text {
	padding:4px;
	padding-left:0;
}

.tx-boexhibitiondates-pi1 .detailView label {
	width:150px;
	float:left;
	clear:left;
}

.tx-boexhibitiondates-pi1 .detailView .right {
	float:left;
}

.tx-boexhibitiondates-pi1 .detailView .link {
	float:left;
	color:#009ee0;
	padding: 8px 0 8px 0;
}

.tx-boexhibitiondates-pi1 .detailView .link label {
	width:230px;
	float:left;
	clear:left;
	color:#009edd;
}

.tx-boexhibitiondates-pi1 .detailView .link a {
	text-decoration:none;
	font-weight:bold;
}

.tx-boexhibitiondates-pi1 .detailView .link a:hover {
	text-decoration:underline;
}
.tx-boexhibitiondates-pi1 .detailView .backLink {
	line-height:20px;
	background:#e6f1f8;
	float:left;
	width:100%;
	margin:8px 0 8px 0;
	padding:0 0 0 0px;
}

.tx-boexhibitiondates-pi1 .detailView .backLink .back,
.tx-boexhibitiondates-pi1 .detailView .backLink .print,
.tx-boexhibitiondates-pi1 .detailView .backLink .print img{
	width:auto;
	float:left;
}

.tx-boexhibitiondates-pi1 .detailView .backLink .back {
	padding:0 0 0 15px;
}

.tx-boexhibitiondates-pi1 .detailView .backLink .print img {
	margin:3px 0 0 0;
}

.tx-boexhibitiondates-pi1 .detailView .backLink .back a,
.tx-boexhibitiondates-pi1 .detailView .backLink .print a {
	font-size:10px;
	text-decoration:none;
	padding:0 0 0 10px;
	background:transparent url(../../vorlagen/images/back_to_overview.gif) no-repeat left center;
}

.tx-boexhibitiondates-pi1 .detailView .backLink .print a{
	background:transparent;
}

.tx-boexhibitiondates-pi1 .detailView .backLink .back a:hover,
.tx-boexhibitiondates-pi1 .detailView .backLink .print a:hover {
	text-decoration:underline;
}

.tx-boexhibitiondates-pi1 .detailView .visitExhibition {
	color:#666666;
	font-weight:bold;
	background:transparent url(../../vorlagen/images/exhibition_visit_bg.png) no-repeat left center;
	line-height:22px;
	padding:6px 0 6px 0;
}

.tx-boexhibitiondates-pi1 .detailView .visitExhibition a {
	color:#666666;
	text-decoration:none;
	font-size:10px !important;
	background:transparent url(../../vorlagen/images/teaser_arrow_03.jpg) no-repeat right center;
	padding:0 10px 0 4px;
}

.tx-boexhibitiondates-pi1 .detailView .visitExhibition a:hover {
	text-decoration:underline;
}


/*
	Over View
---------------------------------------------------*/
.tx-boexhibitiondates-pi1 .overView table.default {
	border-collapse:separate;
}

.tx-boexhibitiondates-pi1 .overView table.default thead tr td {
	background:#0B73BA ;
	color:#FFFFFF;
	height:30px !important;
	text-align:left;
	vertical-align:top;
	padding:4px 0 0 6px;
	border-bottom:1px solid #0B73BA;
}

.tx-boexhibitiondates-pi1 .overView table.default tfoot tr td {
	border-top:2px solid #0A73B7 !important;
}

#content .tx-boexhibitiondates-pi1 .overView table.default thead tr td.title,
#content .tx-boexhibitiondates-pi1 .overView table.default thead tr td.city,
#content .tx-boexhibitiondates-pi1 .overView table.default thead tr td.country {
	border-left:1px solid #0B73BA;
	border-right:1px solid #0B73BA;
	cursor:pointer;
	padding:4px 0 0 2px;
}

#content .tx-boexhibitiondates-pi1 .overView table.default thead tr td.title:hover,
#content .tx-boexhibitiondates-pi1 .overView table.default thead tr td.city:hover,
#content .tx-boexhibitiondates-pi1 .overView table.default thead tr td.country:hover {
	background:#009ee0;
	color:#FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

.tx-boexhibitiondates-pi1 .overView table.default thead a {
	color:#FFFFFF;
	display:block;
	height:auto;
}

.tx-boexhibitiondates-pi1 .overView .desc a:link,
.tx-boexhibitiondates-pi1 .overView .desc a:visited{
	background:transparent url(../../vorlagen/images/sortDesc.gif) no-repeat 0px 2px;
	padding:0 0 0 14px;
}

.tx-boexhibitiondates-pi1 .overView .asc a:link,
.tx-boexhibitiondates-pi1 .overView .asc a:visited {
	background:transparent url(../../vorlagen/images/sortAsc.gif) no-repeat  0px 2px;
	padding:0 0 0 14px;
}

