﻿#secondaryContent #box-events {
	padding: 8px 0;
}
#secondaryContent #box-events ul.event-tabs {
	background: url('../i/el/event-tabs-t.gif') no-repeat bottom left;
	height: 27px;
	padding: 0 0 0 10px;
	list-style-type: none;
	margin:10px 0 0 0;
}
#secondaryContent #box-events ul.event-tabs li {
	display: inline;
}
#secondaryContent #box-events ul.event-tabs li a:focus, #secondaryContent #box-events ul.event-tabs li a:active {
	outline: 0 none;
	-moz-outline: 0 none;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}
/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
#secondaryContent .event-tabs-content {
	background: url('../i/el/event-tabs-b.gif') no-repeat left bottom;
	padding-bottom: 5px;
}
#secondaryContent .event-tabs-content .wrap {
	border-left: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	background: #fff;
}
#secondaryContent .event-tabs-content .column {
	width: 200px;
	margin: 0 14px;
	position: relative;
	min-height: 70px;
}
* html #secondaryContent .event-tabs-content .column {/* IE6 hack*/
	margin: 0 0 0 5px;
	padding: 0 13px 0 0;
	width: 195px;
}
#secondaryContent .event-tabs-content .hr {
	border-bottom: dotted 1px #ccc;	
	clear: both;
}
#secondaryContent .event-tabs-content img.thumb {
	position: absolute;
	top: 5px; left: 0px;
}
#secondaryContent .event-tabs-content p {
	margin-left: 70px;
}
#secondaryContent .event-tabs-content p.date-place {
	color: #FD2800;
	font-size: 75%;
	padding: 5px 0;
}

#secondaryContent .event-tabs-content p.event-name {
	color: #666666;
	font-size: 90%;
	line-height: 100%;
	font-weight: bold;
	padding-bottom: 10px;
}
#secondaryContent .event-tabs-content p.event-name a {
	color: #666666;
	text-decoration: none;
}
#secondaryContent .event-tabs-content p.event-name a:hover {
	color: #000;
}

/* BOX DISPLAY */

#secondaryContent #tabContentEvent,
#secondaryContent #tabContentDownloads,
#secondaryContent #tabContentNews {
	padding-top: 5px;
	position: relative;
	padding-bottom: 28px;
}
#secondaryContent .event-tabs-content a.all-events {
	background: url('../i/el/bt-tumetkinlikler.gif') no-repeat;
	width: 87px;
	height: 22px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	bottom: 1px;
	right: 5px;
}
#secondaryContent .event-tabs-content a.all-news {
	background: url('../i/el/bt-tumhaberler.gif') no-repeat;
	width: 79px;
	height: 22px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	bottom: 1px;
	right: 5px;
}

#secondaryContent .event-tabs-content a.all-downloads {
	background: url('../i/el/bt-downloads.gif') no-repeat;
	width: 79px;
	height: 22px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	bottom: 1px;
	right: 5px;
}

#secondaryContent #box-events ul.event-tabs li a {
	background-image: url('../i/el/box-events2.gif');
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	width: 126px;
	float: left;
	text-indent: -9999px;
	outline: none;
}

#secondaryContent #box-events li a.tab-news 	{background-position: 0		-23px;}
#secondaryContent #box-events li a.tab-events 	{background-position: -126px		-23px;}
#secondaryContent #box-events li a.tab-downloads 	{background-position: -252px		-23px;}

#secondaryContent #box-events li.ui-tabs-selected a.tab-news 	{background-position: 0		0;}
#secondaryContent #box-events li.ui-tabs-selected a.tab-events 	{background-position: -126px		0;}
#secondaryContent #box-events li.ui-tabs-selected a.tab-downloads 	{background-position: -252px		0;}

#secondaryContent #tabContentDownloads .pdf {
	background-image: url('../i/ico/pdf.gif');
	background-repeat: no-repeat;
}
