@CHARSET "UTF-8";

body {
	background: #dfddd1 url("images/bodyBg.gif") repeat-x;
	margin: 0px;
	padding: 0px;
}

/**/
.clearboth {
	clear: both;
}
/**/

#layoutContainer {
	width: 987px;
	margin: 0px auto;
	padding: 0px;
}
#headContainer {
	position: relative;
	height: 103px;
	padding: 0px 0px 0px 7px;
	background: url("images/headTop.jpg") no-repeat;
}
#mainTop {
	height: 3px;
	background: url("images/mainTop.gif") no-repeat bottom;
	margin-top: 5px;
}
#mainBottom {
	height: 3px;
	background: url("images/mainBottom.gif") no-repeat top;
}
#mainContainer {
	background: url("images/mainBg.gif") repeat-y 0px 0px;
	padding: 0px 0px 5px 0px;
}
#footerContainer {
	width: 987px;
	margin: 5px auto;
	font-size: 10px;
	color: #2d2c2a;
}

#languagesContainer {
	position: absolute;
	right: 0px;
	top: 2px;
}

#leftPanel {
	float: left;
	width: 293px;
	padding: 20px 3px 0px 1px;
}

#rightPanel {
	float: left;
	width: 690px;
}

#mainContent {
	padding: 0px 14px 0px 10px;	
	position: relative;
}
#mainContent.first {
	background: url("images/frontSplit.gif") no-repeat bottom left;
	padding-bottom: 15px;
}
#mainContent .error{
	font-size: 9px;
	color: #E70000;	
}
/* MENU */
ul#menuPrimaryContainer {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#menuPrimaryContainer li a,
ul#menuPrimaryContainer li a:visited {
	display: block;
	padding: 2px 2px 4px 28px;
	border-bottom: 1px solid #b2b2b2;
	background: url("images/menuDot.gif") no-repeat 8px 4px;
	color: #000;
}

ul#menuPrimaryContainer li a:hover,
ul#menuPrimaryContainer li a.selected,
ul#menuPrimaryContainer li a.selected:visited {
	text-decoration: none;
	background: #99191d url("images/menuDotActive.gif") no-repeat 8px 4px;;
	color: #fff;
}
ul#menuPrimaryContainer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#menuPrimaryContainer ul li a,
ul#menuPrimaryContainer ul li a:visited {
	display: block;
	padding: 2px 2px 4px 38px;
	border-bottom: 1px solid #b2b2b2;
	background: none;
	color: #000;
}

ul#menuPrimaryContainer ul li a:hover,
ul#menuPrimaryContainer ul li a.selected,
ul#menuPrimaryContainer ul li a.selected:visited {
	text-decoration: none;
	background: #99191d;
	color: #fff;
}

ul#menuPrimaryContainer li a.selected,
ul#menuPrimaryContainer li a.selected:visited {
	font-weight: bold;	
}
/**/

#menuBottom {
	padding: 5px 0px;
	border-top: 2px solid #aeaca3;
	border-bottom: 1px solid #aeaca3;
	text-align: center;
}
#menuBottom a,
#menuBottom a:visited {
	color: #2d2c2a;	
}

/**/

#pagePathContainer {
	border-bottom: 1px solid #cccccc;	
	color: #99191d;
	font-size: 16px;
	margin: 19px 0px 15px 0px;
}
#pagePathContainer a, 
#pagePathContainer a:visited{
	color: #a1a1a1;
	font-size: 16px;
	font-weight: normal;
}
#pagePathContainer a.last, 
#pagePathContainer a.last:visited{
	color: #99191d;
	font-size: 18px;
	font-weight: normal;
}


#pagePathContainer a:hover {
	text-decoration: none;	
}

h2.pageHeader,
.pageHeader {
	color: #99191d;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;	
}

#languagesContainer a,
#languagesContainer a:visited{
	margin: 0px 5px;
}

#footerContent {
	position: relative;
	padding: 5px 0px;
	text-align: center;	
}
#footerContentRight {
	position: absolute;
	right: 0px;
	top: 4px;	
}

.repertoireTable {
	width: 669px;
	border-collapse: collapse;
}
.repertoireTable th {
	background: #73aabc;
	color: #fff;
}
.repertoireTable th.first,
.repertoireTable th.second {
	width: 83px;
	height: 23px;
	background: url("images/tableHeadSmall.jpg") no-repeat
}
.repertoireTable th.third {
	width: 499px;
	height: 23px;
	background: url("images/tableHeadBig.jpg") no-repeat
}
.repertoireTable td.last {
	width: 130px;
}
.repertoireTable tbody tr {
	background: url("images/dottedBorderH.gif") repeat-x bottom;	
}
.repertoireTable tbody tr.even {
	background-color: #f2f2f2;	
}

/**/

.dateChooser {
	width: 320px;
	margin: 10px auto;
}
.dateChooser div.active {
	float: left;
	width: 115px;
	padding: 4px 0px;
	margin-right: 4px;
	text-align: center;
	background: #9c9c9c;
	color: #fff;
}

.dateChooser div a,
.dateChooser div a:visited {
	font-size: 10px;
	font-weight: bold;
	display: block;
	margin-right: 4px;
	float: left;
	color: #787676;
	
}
.dateChooser div a:hover {
	text-decoration: none;
	color: #000;
}

.dateChooser div.arrowLeft a,
.dateChooser div.arrowLeft a:visited {
	width: 88px;
	height: 15px;
	padding: 5px 8px 4px 0px;
	text-align: right;
	background: url("images/arrowBigLeft.gif") no-repeat;
}
.dateChooser div.arrowRight a,
.dateChooser div.arrowRight a:visited {
	width: 88px;
	height: 15px;
	padding: 5px 0px 4px 8px;
	text-align: left;
	background: url("images/arrowBigRight.gif") no-repeat;
}


/* SHOWS */
.twoItemsContainer {
	clear: both;
	padding: 10px 0px 10px 0px;	
	background: url("images/dottedBorderH.gif") repeat-x bottom;	
}
.itemContainer {
	float: left;
	width: 310px;
	position: relative;
	padding-bottom: 8px;
}
.innerItemsContainer {
	background: url("images/borderDot.gif") repeat-y 335px;
}

.twoItemsContainer .even {
	/*border-left: 1px solid #e5e5e5;*/
	padding-left: 20px;
}
.twoItemsContainer .odd{
	padding-right: 20px;
}

.twoItemsContainer .thumb {
	float: left;	
}
.twoItemsContainer .name,
.twoItemsContainer .date,
.twoItemsContainer .desc {
	float: right;
	width: 205px;
}
.twoItemsContainer .more {
	position: absolute;
	bottom: -18px;
	right: 10px;
}
.twoItemsContainer .date {
	padding: 2px 0px;
	color: #a1a1a1;
	font-weight: bold;	
}
.twoItemsContainer .name {
	font-weight: bold;	
}
#showItemContainer .left {
	float: left;
	width: 240px;
	padding-right: 10px;
}
#showItemContainer .right {
	float: left;
	width: 415px;
}
#showItemContainer h2 {
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 26px;
	background: url("images/dotBlueBig.gif") no-repeat 0px 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 15px;
	color: #167290;
}
#showItemContainer h3 {
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 18px;
	background: url("images/dotBlueSmall.gif") no-repeat 0px 6px;
	border-bottom: 1px solid #cccccc;
	font-size: 15px;
	color: #167290;
}

.showsFrontContainer{
	position: relative;
	width: 100%;
	height: 268px;
	/*left: 0px;
	top: 0px;*/
}

.showsFrontContainer .showsFrontItem{
	position: absolute;
	left: 37px;
	top: 31px;
}

.showsFrontContainer .showsFrontItem .show_title
{
	position: absolute;
	top: -23px;
}

.showsFrontContainer .showsFrontItem .show_title a
{
	color: #737373;
	font-size: 14px;
	text-decoration: none;
}

.showsFrontContainer .showsFrontItem .show_title a:hover
{
	color: #737373;
	font-size: 14px;
	text-decoration: none;
}

.showsFrontContainer .showsFrontItem .show_title a:visited
{
	color: #737373;
	font-size: 14px;
	text-decoration: none;
}

#mainContent .showsFrontNavigator
{
	position: absolute;
	right: 10px;
	top: 5px;
}

#mainContent .showsFrontNavigator a
{
	margin-left: 5px;
}



/*
#mainContent .showsFrontNavigator a:hover
{
	background: url("images/showFrontHover.jpg") center center;
	width: 22px;
	height: 22px;
	margin-left: 5px;
}

#mainContent .showsFrontNavigator a .active
{
	background: url("images/showFrontActive.jpg") center center;
	width: 22px;
	height: 22px;
	margin-left: 5px;
}*/
/* /SHOWS */


.sheetsList {
	position: relative;
	height: 20px;
	background: #f2f2f2;
	padding: 5px 10px;
	margin: 5px 0px;
}
.sheetsList div {
	position: absolute;
	right: 10px;
}
.sheetsList a,
.sheetsList a:visited {
	display: block;
	float: left;
	padding: 3px 0px 0px 0px;
	text-align: center;
	height: 17px;
	width: 20px;
	color: #3e3e3e;
	font-weight: bold;
	font-size: 10px;
	background: url("images/sheetsItem.gif");
}
.sheetsList a.selected,
.sheetsList a.selected:visited {
	color: #fff;
	background: url("images/sheetsItemActive.gif");
}

.sheetsList a:hover {
	text-decoration: none;
}

table.gallery_list {
	width: 100%;
}
.gallery_list td {
	text-align: center;
	width: 33%;
	vertical-align: top;
}

.banners_block {
	padding: 4px 0px;
	text-align: center;
}
.sufix {
	font-style: italic;
	color: #555;
}