﻿/* --------------- ovverides ------------------ */

*{
	margin:0;
	padding:0;
}
a
{
    text-decoration:none;
    color: #FFFFFF;
}
    a:hover
    {
        text-decoration:none;
    }

img
{
    border:0px;
}

h1
{
    font-family:Trebuchet MS,Verdana,Arial,sans-serif;
    font-size:16px;
    font-weight:normal;
    color:#FFFFFF;
    margin:0px;
    padding:0px;    
}
h2
{
    font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	color: #c70000;
	font-size: 14px;
    margin-bottom: 10px;
    font-weight:normal;
    padding:0px;
}


/* --------------- custom ------------------ */

.clear
{
    clear:both;
}

.floatLeft
{
    float:left;
}

.floatRight
{
    float:right;
}

.alignMiddle *
{
	vertical-align: middle;
}

/* --------------- layout ------------------ */
body
{
    font-family:Trebuchet MS, Verdana,  Arial, sans-serif;
    font-size:12px;
    color: #959595;
    padding:0px;
    margin:0px;
    background-color:#000000;
    margin-top: 0px;
}

.container
{
    position:relative;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    width:1152px;
    padding:0px;
}
    .header
    {
        background-image:url(layout_images/header.gif);
        background-repeat:no-repeat;
        width: 1152px;
        height:150px;
    }       
    .logo
    {
		position: absolute;
    	width:180px;
    	height: 110px;
    	display: block;
    	margin-left: 130px;
    	margin-top: 20px;
    	cursor: pointer;
    }
    .banners
    {
    	position: absolute;
    	width:720px;
    	height:91px;
    	display: block;
    	margin-left: 330px;
    	margin-top: 30px;
    }
    .menu
    {
    	height: 20px;
		padding-top: 10px;
		padding-bottom: 33px;
		padding-left: 120px;
		padding-right: 150px;
		margin-bottom: 35px;
    }    
		/*.menu a
		{
			color: #9e9e9e;
			font-size: 16px;
		}
		.menu a:hover, .menu a.selected
		{
			color: #FFFFFF;
		}*/
	.languages
    {
    	margin-top: 10px;
    	margin-right: -40px;
    	text-transform: lowercase;    	
    }
		.languages a
		{
			font-size: 14px;
			color: #959595;
		}
		.languages a:hover
		{
			color: #FFFFFF;
		}
		
		.languages a.selected
		{
			color: #FFFFFF;
		}
    
    
 .leftContent
 {
 	position: relative;
 	width: 651px;
 	padding-left: 126px;
 }
	.leftContent p
	{
		margin-bottom: 15px;
	}
	
	.homeEvents
	{
		width: 651px;
		height: 338px;
		margin-bottom: 10px;
	}
	.topSeparator
	{
		background-image:url(layout_images/news_separator.jpg);
        background-repeat:no-repeat;
		width: 650px;
        height:1px;
        margin-top: 1px;
        margin-bottom: 10px;
	}
	.newsSeparator
	{
		background-image:url(layout_images/news_separator.jpg);
        background-repeat:no-repeat;
		width: 650px;
        height:1px;
        margin-top: 10px;
        margin-bottom: 10px;
	}
	.latestNewsDescription 
	{
		width: 650px;
	}
	.news h2
	{
		color: #c70000;
		font-size: 14px;
        margin-bottom: 10px;
	}
	.news a
	{
		color: #c70000;
	}
	.news a:hover
	{
		color: #FFFFFF;
	}
	
	.newsPhoto
	{
		background-image:url(layout_images/photo_frame.gif);
        background-repeat:no-repeat;
        width: 180px;
        height:134px;
        padding: 2px;
        margin-right: 10px;
        margin-top: 5px;
	}
	.moviePhoto
	{
	    background-image:url(layout_images/photo_frame.gif);
        background-repeat:no-repeat;
        width: 180px;
        height:136px;
        padding:2px 2px 0px 2px;
        margin-right: 10px;
        border: none;    
        margin-top: 5px;    
        display: block;
	}
	
	.movieTitle:hover
	{
	    color: #ffffff;
	}
	.movieDetailsLink
	{
	    font-weight: bold;
	    font-size: 13px;
	    color: #959595;
	    text-align: center;
	}
	.movieDetailsLink:hover
	{
	    color:#FFFFFF;
	}
	.author
	{
		margin-top: 10px;
		font-style:italic;
		color: #FFFFFF;
	}
	.date
	{
		color: #FFFFFF;
		margin-bottom: 5px;
	}
	
 
 .rightContent
 {
 	position: relative;
 	 width: 375px;
 }
	.calendar
	{
		background-image:url(layout_images/calendar.jpg);
        background-repeat:no-repeat;
        width: 166px;
        height:278px;
        font-size: 16px;
        font-weight: bold;
        padding-right: 156px;
        padding-left: 70px;
        padding-top: 60px;
        text-align: right;
	}
		.calendarDaySelected
		{
			color: #FFFFFF;
			margin-right: 8px;
		}
		.calendarDay1
		{
			margin-right: 9px;
		}
		.calendarDay2
		{
			margin-right: 3px;
			
		}
		.leftAlign
		{
			text-align: left;
			padding-left: 10px;
		}
		.calendarMonth
		{		
			margin-top: 20px;
		}
		.monthTitle
		{
			color: #FFFFFF;
		}
		.monthDaySelected
		{
			color: #fda403;
		}
	.toolbar
	{
		height: 20px;
		padding-top: 20px;
		padding-left: 42px;
	}
	.rightSeparator
	{
		background-image:url(layout_images/right_column_separator.jpg);
        background-repeat:no-repeat;
        width: 375px;
        height:1px;
        margin-top: 20px;
        margin-bottom: 20px;
	}
	.dayEvent
	{
		padding-right: 113px;
		padding-left: 43px;
	}
	.dayEvent h1, .video h1
	{
		font-size: 14px;
	}
	.videoPlayer 
	{
		width: 350px;
		height: 220px;
		border: solid 1px #494949;
		margin-bottom: 10px;
	}
	.dayEventVideo
	{		
		width: 218px;
		height: 189px;
		border: solid 1px #494949;
		margin-bottom: 10px;
	}
	
.partners
{
	margin-top: 0px;
	margin-bottom: 0px;
	width:1152px;
}
	.partnersList
	{
		padding-top: 10px;
		padding-left: 130px;
		padding-right: 100px;
	}
	.partners h1
	{
		padding-left: 126px;
		margin:0px;
	}
	.partnersList a
	{
		margin-right: 10px;
	}
	.partnersList img
	{
		margin-bottom: 20px;
	}
	.partnersSeparator
	{
		background-image:url(layout_images/partners_separator.gif);
        background-repeat:no-repeat;
        width: 1152px;
        height:1px;
        margin-top: 10px;
        margin-bottom: 10px;
	}
	
	.locationPhoto
	{
		border: solid 2px #606060;
	}
	
	.locationRight
	{
		padding-left: 20px;
		width: 340px;
	}
	.commentsTable
	{
		color: #FFFFFF;
	}
	.commentsTable input[type="text"], .commentsTable textarea
	{
		border: solid 2px #606060;
		width: 200px;
	}
	
	.commentsTable input[type="submit"]
	{
		background-color: #c70000;
		border: none;
		height: 25px;
		color: #FFFFFF;
		cursor: pointer;
	}
	.commentDate
	{
		color: #FFFFFF;
		font-size: 12px;
	}
	
	.moviesCategories
	{
		font-size: 13px;
		width: 175px;
	}
		.moviesSubcategories
		{
			margin-left: 0px;
			padding:0px;				
		}
		.moviesSubcategories a
		{
			color: #fda402;
		}
		
.moviesList
{
	font-size: 13px;
	margin-left: 20px;
	color: #FFFFFF;
	font-weight: bold;
	width: 450px;
}
	.moviesList p
	{
		font-size: 12px;
	}
	.moviesList a, .moviesList span
	{
		color: #959595;
		display: block;
		margin-top: 5px;
		font-weight: bold;
	}
	.photosList
	{
		font-size: 13px;
		margin-left: 15px;
		margin-bottom: 10px;
		width: 450px;
	}
	.movieDetail
	{
		margin-bottom: 7px;
		width: 250px;
	}
	.movieDetail span
	{
		color: #c70000;
		display: inline;
	}
	.movieDetails
	{
		margin-bottom: 10px;
	}
	.movieTop
	{
		margin-top: 5px;
	}
	
	.moviesList p
	{
		color: #959595;
		font-weight: normal;
		margin-top: 5px;
	}	
	
	a.white
	{
		color: #FFFFFF;
		font-weight:bold;
	}
	.programDays ul
	{
		font-size: 13px;
		color: #FFFFFF;
		padding-left: 0px;
		list-style-type: none;
	}
	.programDays li
	{
		padding-left: 15px;
		list-style-image: none;
		list-style-type: none;
	}
	
	.moviesCategory
	{
		margin-bottom: 10px;
	}
	
	a.mainCategory 
	{
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	
/*----------------------- MENU----------------------*/
#menu
{
	height:38px;
}
#menu ul{
	list-style:none;
}
#menu ul li{
	float:left;
	margin:0 5px 0 0;
	position:relative;
}
#menu ul li a{
	text-decoration:none;
	color:#b3b3b3;
	font-size:14px;
	display:block;	
}
#menu ul li.active a{
	background:url('layout_images/bk_left.gif') no-repeat;	
	color:white;
}
#menu ul li.active a strong{
	background:url('layout_images/bk_right.gif') no-repeat top right;	
}
#menu ul li a strong{
	display: block;
	padding: 10px 10px 10px 12px;
	position:relative;
}


.noborder a{
	border:0!important;
}

#submenu
{
	position: relative;
	margin: 0px;
	padding: 0px;
}
#submenu ul{
	list-style:none;
	display:none;
	float:left;
}
#submenu ul li{
	background:#0F0F0F;	
	padding: 5px 0;
	float:left;
	line-height: 30px;
}
#submenu li a{
	padding: 2px 10px;
	color:#8a8a8a;
	/*border-right:1px solid #8a8a8a;		*/
	font-size:13px;		
	text-decoration:none;
}
#submenu li a:hover{
	color:white;
}
/*----------------------------END MENU--------------------------*/


.mapToolTip
{
	background-color: #FFFFFF;
	color: #000000;
	margin-left: 20px;
	padding: 10px;
	width: 80px;	
}

.memberPhoto
{
	border: solid 2px #959595;
	margin-right: 20px;	 
}

.memberDescription
{
	width: 430px;
}
	.memberDescription b, .memberDescription strong
	{
		color: #c70000;
		font-size: 13px;
	}

.separatorContent
{
	background-image: url(layout_images/separatorContent.jpg);
	background-repeat: repeat-y;
	width: 650px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.accomodationDescription
{
	width: 410px;
}

/*----------------------- Cinefan----------------------*/

.cinefanMenu a
{
	color: #959595;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

	.cinefanMenu a:hover
	{
		color: #FFFFFF;
	}
	.cinefanMenu a.selected
	{
		color: #FFFFFF;
	}
	
.cinefanPartners
{
	margin: 10px 0px 10px 0px;
}
	.cinefanPartners a
	{
		margin-right: 10px;
	}
.cinefanMenuSeparator
{
	margin-top: 7px;
}

	.cinefanNews
	{
		position: relative;
		width: 455px;
	}
	.cinefanNews h2
	{
		color: #c70000;
		font-size: 14px;
        margin-bottom: 10px;
	}
	.cinefanNews a
	{
		color: #c70000;
	}
	.cinefanNews a:hover
	{
		color: #FFFFFF;
	}
	.cinefanNewsSeparator
	{
		background-image:url(layout_images/news_separator.jpg);
        background-repeat:no-repeat;
		width: 455px;
        height:1px;
        margin-top: 10px;
        margin-bottom: 10px;
	}
	.cinefanMemberDescription
	{
		width: 350px;
	}
		.cinefanMemberDescription b, .cinefanMemberDescription strong
		{
			color: #c70000;
			font-size: 13px;
		}
		.cinefanMemberDescription2
		{
			width: 300px;
		}
		.cinefanMemberDescription2 b, .cinefanMemberDescription2 strong
		{
			color: #c70000;
			font-size: 13px;
		}
		
.trafic
{
	margin-top: 20px;
	margin-left: 100px;
}

.sectionMovies
{
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 15px;
}
	.sectionMovies a
	{
		color: #959595;
		font-weight: bold;
	}
	.sectionMovies a:hover
	{
		color: #FFFFFF;
	}
	.sectionMovies a.selected 
	{
		color: #FFFFFF;
	}
	
.breadCrumbs
{
	padding-left: 126px;
	padding-bottom: 5px;
}

.location
{
	width: 280px;
}

.scheduleLocation
{
	color: #959595;
}

.programLocation
{
	font-weight: bold;
}

.paging a
{
	color: #FFFFFF;
	font-size: 14px;
}

.paging a.pagerSelected
{
	color: #c70000;
	font-size: 14px;
}

