/* --------------------------------------------------------------
   
   Comédie de Reims - Calendar CSS
   
-------------------------------------------------------------- */

#main.calendrier {
	padding-top:50px;
}

/* Filter
-------------------------------------------------------------- */

#filter {
	padding:10px 0 10px;
	overflow:hidden;
	clear:left;
}

#filter h2 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

#filter h2 span {
	color:white;
	background:#e2001a;
	padding:5px;
}

#filter .filter-section {
	padding-top:15px;
	padding-left:10px;
	padding-right:0;
	width:140px;
	float:left;
}


#filter h3 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#e2001a;
	margin-bottom:5px;
}


#filter .filter-section ul {
	list-style-type:none;
	font-size:12px;
	font-weight:bold;
}

#filter .filter-section ul li {
	padding:2px 5px;
	padding-left:25px;
	position: relative;
	margin-top: 1px;
}

#filter .filter-section ul li.current {
	outline: 1px solid #e2001a;
}

#filter .filter-section ul li a {
	text-decoration:none;
	line-height: 10px;
}

#filter .filter-section ul li .performance-set-color {
	position: absolute;
	display: block;
	
	top: 2px;
	left: 2px;
	height: 15px;
	width: 15px;
}

.square-magenta {
	background:url(../images/square-magenta.gif) center left no-repeat;
}

.square-green {
	background:url(../images/square-green.gif) center left no-repeat;
}

#filter a.remove-filter {
	float: right;
	height: 16px;
	width: 16px;
	margin-top: -1px;
}

/* Calendar
-------------------------------------------------------------- */

.calendar {
	padding:10px 0;
	clear:both;
}

.calendar h2 {
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
}

.calendar h2 span {
	color:white;
	background:#e2001a;
	padding:8px;
}

.calendar table {
	width:560px;
	border-collapse:collapse;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin:10px 0;
	clear:both;
}

.calendar table td {
	padding:5px;
}

.calendar table td.jour  { width:20px; }
.calendar table td.heure { width:60px; }
.calendar table td.lieu  { width:125px; }

.calendar table td.jour {
	font-size: 24px;
	line-height: 24px;
	vertical-align: middle;
	padding-top: 5px;
	color: #e2001a;
}

.calendar table td img { display:block; }

.calendar table td        { border-top:2px solid black; }
.calendar table .odd td   { border-color:#e2001a; }
.calendar table .first td { border:none; }

.calendar table td.lieu {
	font-weight:normal;
	text-transform:none;
}


/* ==================== */
/* = Program (saison) = */
/* ==================== */

.program table {
	width: 560px;
	border-spacing: 8px;
}

.program td.program-block {
	width: 230px;
	border: 15px solid #e2001a;
	padding: 8px;
}

.program td.program-block a {
	display: block;
	text-decoration: none;
}

.program td.program-block strong {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 3px;
}

.program td.program-block .cast_member {
	text-transform: uppercase;
	display: block;
}

.program td.program-block .cast_member .qualifier {
	font-size: 9px;
}

.program td.program-block .cast_member .name {
	font-size: 11px;
	padding-left: 3px;
}

.program td.program-block .intro {
	display: block;
	font-size: 11px;
	margin-top: 3px;
}