@import "artists.css";

.events-table{
	width: 100%;
	height: 100%;
}

.list-cell{
	padding: 0px;
	padding-top: 5px;
	padding-right: 5px;
}

#mask{
	height: 360px;
	width: 190px;
}

#eventsList{
	margin-right: auto;
}

#eventsList td{
	text-align: right;
}

.event-item{
	display: block;
	
	height: 120px;
	
	cursor: pointer;
	text-decoration: none;	
}

.event-item:hover{
	background-color: white;
}

.event-item:hover div{
	color: black;
}

.event-item:focus{
	background-color: white;
}

.event-item:focus div{
	color: black;
}

.event-item table td{
	text-align: left;
	padding: 5px;
}

.event-item .date{	
	width: 40px;
}

.event-item .thumbnail-cell{
	width: 80px;
	height: 110px;	
}

.event-item .thumbnail{
	width: 70px;
	height: 100px;
	background-position: top left;
	background-repeat: no-repeat;
	margin: auto;
	border: 5px solid white;
	overflow: hidden;
}

.event-item .artists{
	width: 100%;
	text-align: right;
}

.event-item .artists .headliners .artist-prefix{
	display: none;
}

.event-item .artists .headliners .artist-name{
	font-size: 20px;
	font-weight: bold;
}

.event-item .artists .residents .artist-prefix{
	font-size: 8px;
}

.event-item .artists .residents .artist-name{
	font-size: 12px;
	font-weight: bold;
}

#eventViewer{
	width: 100%;
	padding: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 0px
}

#eventViewer img{
	border: 5px solid white;	
}

.event-description .headliners{
	font-size: 12px;
	font-weight: bold;		
}

.event-description .residents{
	font-size: 12px;
}

.description-table{
	width: 100%;
}

.description-table p{
	margin: 10px;
	text-indent: 10px;
	text-align: justify
}

.event-viewer{
	height: 313px;
	width: 260px;
	overflow: auto;
	border: 5px solid white;
	background-image: url("../images/common-page/pixel_FFFFFF_alpha75.png");	
	behavior: url("../templates/css/pngie2.htc");
}

.event-header td{
	color: black
}