.concert-program-list {
	margin: 0;
	padding: 1px 0 7px 0;
	list-style: none;
	background:#F2F2F2;
}

.concert-program-list li {
	display: block;
	background: #f2f2f2;
	border-bottom: 1px solid #FFF;
	height: 27px;
	overflow: hidden;
	font-size: 0.9em;
}

.concert-program-date {
	float: left;
	line-height: 27px;
	width: 70px;
	padding: 0 5px;
	text-align: center;
	background: url(../gfx/background-gray-fade.png) repeat-x;
}

.concert-program-day {
	float: left;
	line-height: 27px;
	width: 70px;
	padding: 0 5px;
	text-align: center;
}

.concert-program-info-all {
	float: left;
	width: 418px;
	position: relative;
	height: 27px;
	line-height: 27px;
	margin: 0 5px;
	overflow: hidden;
}

.concert-program-info {
	float: left;
	width: 498px;
	position: relative;
	height: 27px;
	line-height: 27px;
	margin: 0 5px;
	overflow: hidden;
}

.concert-program-description {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}

.concert-program-info-wrap {
	position: absolute;
	white-space: nowrap;
	padding-left:5px;
}
.concert-program-place {
	float: left;
	height: 27px;
	line-height: 27px;
	width: 115px;
	padding: 0 5px;
	background: url(../gfx/background-gray-fade.png) repeat-x;
}
.concert-program-place a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing:1px;
	font-size:80%;
}
.concert-program-ticket {
	float: left;
	height: 22px;
	line-height: 22px;
	color: #FFF;
	width: 89px;
	margin-top: 5px;
	padding: 0 5px;
	
}
.concert-program-ticket a {
	color: #FFF;
	text-decoration: none;
}

.concert-program-ticket-price {
	float:left;
	margin:5px 0 0 5px;
	padding:1px 5px 1px 5px ;
	text-transform:uppercase;
	border:solid 1px #CCC;
}

/* dates */

.concert-menu {
	height: 37px;
	border-bottom: 1px solid #F2F2F2;
	position: relative;
	margin:2px 0 3px 2px;
}
.concert-menu span {
	display: block;
	height: 0px;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
}
.concert-menu ul {
	margin: 0;
	margin-bottom: 1px;
	padding: 0;
	list-style: none;	
}
.concert-menu li {
	display: block;
	float: left;
	width: 114px;
	text-align: center;
	height: 33px;
	font-size:12px;
	line-height: 22px;
	background: url(../gfx/concertGradientGrey.jpg) repeat-x;
	border-right: 1px solid #FFF;
} 
.concert-menu li a,
.concert-menu li a:link,
.concert-menu li a:visited,
.concert-menu li a:active {
	text-decoration: none;
	color: #333333;
	display:block;
	padding-top:3px;
	font-size:12px;
	padding-top:5px;
	letter-spacing:1px;
	font-weight:bold;
	text-transform:uppercase;
}
li.concert-menu-selected,
li.concert-menu-selected a,
li.concert-menu-selected a:link,
li.concert-menu-selected a:visited,
li.concert-menu-selected a:hover,
li.concert-menu-selected a:active,
.concert-menu li a:hover {
	color: #FFF;
	background: url(../gfx/concertGradient.jpg) repeat-x;
	text-decoration: none;
	height: 32px;
	xpadding-top:3px;
	font-size:12px;
	font-weight:bold;
}

.concert-lang {
	overflow:hidden;
	width:250px;
	margin-left:8px;
	color:#999999;
	font-size:10px;
}
.concert-lang .text {
	padding:4px 0 0 5px;
	float:left;
}


#selected {
	background: url(../gfx/concertGradient.jpg) repeat-x top #393335;
	height: 32px;
}

#selected .concert-program-description {
	color:white;
}

/* LANGUAGE ICONS
---------------------------------------- */
/* Norwegian */
.lang-no a {
	width: 23px;
	height: 22px;
	float: left;
	display: block;
	background: url(../gfx/lang/lang-nor.jpg) no-repeat;
}

.lang-no a.l-selected {
	background: url(../gfx/lang/lang-nor-bg.jpg) no-repeat;
}

.lang-no a:hover {background: url(../gfx/lang/lang-nor-bg.jpg) no-repeat;}

/* English */
.lang-en a{
	width: 23px;
	height: 22px;
	float: left;
	display: block;
	background: url(../gfx/lang/lang-eng.jpg) no-repeat;
}

.lang-en a.l-selected {
	background: url(../gfx/lang/lang-eng-bg.jpg) no-repeat;
}

.lang-en a:hover {background: url(../gfx/lang/lang-eng-bg.jpg) no-repeat;}

/* French */
.lang-fr a{
	width: 22px;
	height: 22px;
	float: left;
	display: block;
	background: url(../gfx/lang/lang-fra.jpg) no-repeat;
}

.lang-fr a.l-selected {
	background: url(../gfx/lang/lang-fra-bg.jpg) no-repeat;
}

.lang-fr a:hover {background: url(../gfx/lang/lang-fra-bg.jpg) no-repeat;}

/* GRID VIEW (DEFAULT TEMPLATE)
---------------------------------------- */
.grid-wrapper{
	width: 188px;
	height: 188px;
	float: left;
	position: relative;
	margin:0 12px 12px 0;
	overflow:hidden;
}
.grid-info {
	background: white;
	position: absolute;
	bottom: 0; 
	left: 0;
	opacity: 0.9;
	padding:5px;
	width: 178px;
}
.grid-title h4 {
/*	color:#E46E5A;*/
	margin:0;
	padding:0;
}
.grid-description {
	font-size: 1em;
}
.grid-wrapper a img { border: none; }
