#catalog {
	position: relative;
	width: 876px;
	overflow: visible;
	padding-bottom: 45px;
}
#catalog img {
	background: none;
}
#catalog h2 {
	font-size: 24px;
	margin: 30px 0 0 6px;
}
#catalog a.backButton {
	position: absolute;
	height: 21px;
	line-height: 21px;
	padding: 0 25px 0 15px;
	font-size: 14px;
	font-weight: bold;
	color: #b39c5a;
	text-decoration: none;
	background: url(Catalog/ButtonBack.gif) no-repeat right center;
}
#catalog a.backButton-top {
	top: 10px;
	right: 10px;
}
#catalog a.backButton-bottom {
	bottom: 40px;
	right: 10px;
}
#catalog a.backButton:hover {
	text-decoration: underline;
}
#catalog #panelFilter {
	position: relative;
	width: 876px;
	height: 68px;
	margin: 17px 0 0 0;
	color: White;
	font-size: 14px;
	background: url('Catalog/PanelFiltr.gif') no-repeat;
}
#catalog #panelFilter a {
	color: White;
}
#catalog #panelFilter .dropdown {
	position: relative;
	display: inline-block;
	width: 182px;
	height: 19px;
	cursor: pointer;
	padding: 0 25px 0 9px;
	color: #231f20;
	border: solid #d9d9d9 1px;
	background: white url('Catalog/FilterDropdown.gif') 201px 8px no-repeat;
}
#catalog #panelFilter .dropdown ul.packedItems {
	position: absolute;
	top: 19px;
	left: -1px;
	display: none;
	list-style: none;
	width: 182px;
	padding: 3px 25px 5px 9px;
	cursor: default;
	border: solid #e9e9e9 1px;
	background: #e9e9e9;
	z-index: 10;
}
#catalog #panelFilter .dropdown ul.packedItems a {
	color: #231f20;
	font-size: 12px;
	text-decoration: none;
}
#catalog #panelFilter .dropdown ul.packedItems a:hover {
	text-decoration: underline;
}
#catalog #panelFilter #filter-view {
	position: absolute;
	left: 27px;
	top: 12px;
	font-size: 12px;
}
#catalog #panelFilter #filter-view img {
	margin: 12px 5px 0 0;
}
#catalog #panelFilter #filter-events {
	position: absolute;
	left: 100px;
	top: 29px;
	line-height: 21px;
	width: 446px;
}
#catalog #panelFilter #filter-months {
	position: absolute;
	left: 500px;
	top: 29px;
	line-height: 21px;
	width: 346px;
}
#catalog #panelFilter #filter-months a {
	text-decoration: none;
}
#catalog #panelFilter #filter-months a:hover {
	text-decoration: underline;
}
#catalog #panelFilter #filter-months a.prev {
	padding: 0 17px 0 0;
	background: url('Catalog/FilterPrev.gif') no-repeat right center;
}
#catalog #panelFilter #filter-months a.next {
	padding: 0 0 0 17px;
	background: url('Catalog/FilterNext.gif') no-repeat left center;
}
#catalog #panelFilter .infoBox {
	display: inline-block;
	width: 108px;
	height: 19px;
	padding: 0 9px 0 9px;
	margin: 0 5px;
	background: white;
	color: #231f20;
	border: solid #d9d9d9 1px;
}
#catalog #panelResults {
	position: relative;
	margin: 20px 0 40px 0;
	overflow: hidden;
	width: 876px;
}
#catalog #panelResults .rC {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 7px;
	height: 7px;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 10;
}
#catalog #panelResults .rC-1 {
	right: 0;
	top: 0;
	background-image: url('Catalog/Corner1.gif');
}
#catalog #panelResults .rC-1-f {
	background-image: url('Catalog/Corner1Full.gif');
}
#catalog #panelResults .rC-1-s {
	background-image: url('Catalog/Corner1FullSel.gif');
}
#catalog #panelResults .rC-2 {
	right: 0;
	bottom: 0;
	background-image: url('Catalog/Corner2.gif');
}
#catalog #panelResults .rC-3 {
	left: 0;
	bottom: 0;
	background-image: url('Catalog/Corner3.gif');
}
#catalog #panelResults .rC-4 {
	left: 0;
	top: 0;
	background-image: url('Catalog/Corner4.gif');
}
#catalog #panelResults .rC-4-f {
	background-image: url('Catalog/Corner4Full.gif');
}
#catalog #panelResults .rC-4-s {
	background-image: url('Catalog/Corner4FullSel.gif');
}

#catalog table#catalogView {
	border-collapse: collapse;
}
#catalog table#catalogView td {
	border: solid #d9d9d9 1px;
	vertical-align: top;
}
#catalog table#catalogView td:hover {
	background-color: #ececec;
}
#catalog table#catalogView .cell {
	width: 124px;
	min-height: 128px;
	height: auto;
	_height: 128px;
	line-height: 1.1;
	font-size: 11px;
	color: #231f20;
}
#catalog table#catalogView .cell:hover {
	background-color: #ececec;
}
#catalog table#catalogView td.out .cell {
	color: #d9d9d9;
}
#catalog table#catalogView p.date {
	height: 27px;
	padding: 6px 0 0 6px;
	background-color: #d9d9d9;
	font-size: 12px;
}
#catalog table#catalogView td.out p.date {
	color: #d9d9d9;
	background-color: white;
}
#catalog table#catalogView td.today p.date {
	color: White;
	background-color: #b39c5a;
}

#catalog table#catalogView p.date span {
	font-size: 19px;
	font-weight: bold;
	padding-right: 4px;
}
#catalog table#catalogView .events {
}
#catalog table#catalogView .event {
	padding-bottom: 18px;
}
#catalog table#catalogView td.out img.document {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#catalog table#catalogView h3 {
	font-size: 11px;
	margin: 8px 9px 2px 9px;
}
#catalog table#catalogView h3 a {
	color: #231f20;
	text-decoration: none;
}
#catalog table#catalogView td.out h3 a {
	color: #d9d9d9;
}
#catalog table#catalogView h3 a:hover {
	text-decoration: underline;
}
#catalog table#catalogView p.venue {
	margin: 3px 9px 10px 9px;
}
#catalog table#catalogView p.time {
	margin: 8px 9px 0 9px;
	color: #b39c5a;
}
#catalog table#catalogView td.out p.time {
	color: #d9d9d9;
}
#catalog table#catalogView p.boxOffice {
	display: none;
}
#catalog table#catalogView p.web {
	display: none;
}
#catalog table#catalogView p.desc {
	display: none;
}
#catalog table#catalogView div.desc {
	display: none;
}
#catalog .eventInfo {
	display: none;
	position: absolute;
	top: 100px;
	left: 62px;
	width: 244px;
	min-height: 150px;
	height: auto;
	_height: 150px;
	font-size: 14px;
	padding: 5px 16px 8px 16px;
	color: White;
	background-color: #b39c5a;
	z-index: 11;
}
#catalog .eventInfo .infoName {
	color: White;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
#catalog .eventInfo .infoVenue {
	color: White;
	margin-bottom: 2px;
}
#catalog .eventInfo .infoStart {
	color: White;
	margin-bottom: 10px;
}
#catalog .eventInfo .infoDesc {
	color: #231f20;
}

#catalog .eventInfo .top {
	position: absolute;
	width: 276px;
	height: 7px;
	overflow: hidden;
	top: -7px;
	left: 0;
	background: url('Catalog/InfoBoxTop.png') no-repeat;
}
#catalog .eventInfo .bottom {
	position: absolute;
	bottom: -7px;
	width: 276px;
	height: 7px;
	overflow: hidden;
	left: 0;
	background: url('Catalog/InfoBoxBottom.png') no-repeat;
}