/* festivals layout */

.fTitleContainer
{
	margin-top: 30px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	font-size: 1.2em;
	position: relative;
}

.fTitle
{
	background: url(bg_eventcategory.gif) bottom repeat-x;
	padding: 0px 5px;
}


.fFestivalsContainer
{
	margin: 10px 0px;
	text-align: left;
}

.fContainer
{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}

.fContainer td
{
	vertical-align: top;
	text-align: left;
}

.fImage
{
	width: 100px;
}

.fImageInfo
{
	height: 100px;
}

.fData
{
	padding: 0px 5px;
}

.fName
{
	font-weight: bold;
}

.fText
{
	text-align: justify;
	margin-top: 5px;
}

.fLink
{
	margin-top: 5px;
}

.fLink a, .fLink a:visited, .fLink a:hover
{
	font-size: 0.8em;
	text-decoration: underline;
}



/* overwrite classes from the main style.css */
.fFestivalsContainer .navigation
{
	border: none !important;
	background-color: transparent !important;
	filter: none !important;
}

.fFestivalsContainer .nStep
{
	border: 1px solid #FFFFFF !important;
	background-color: #457B9F !important;
	color: #FFFFFF !important;
}

.fFestivalsContainer .nStepActive
{
	background-color: #50BEE7 !important;
}