@charset "utf-8";
html, img, form {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
	padding: 0px;
	height:100%;
	background-image: url(../pictures/siteBack.png);
	background-repeat: repeat-y;
	background-position: 50% 0%;
}
object {
	outline: none;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul, ol {
	list-style-position: outside;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul {
	list-style-type: square;
}
ol {
	margin-left: 10px;
}
li {
	padding-left: 0px;
	margin-left: 15px;
	margin-bottom: 5px;
}
table {
	border-collapse:collapse;
}
td {
	vertical-align:top;
	padding: 0px;
}
th {
	padding: 0px 0px 0px 0px;
	vertical-align:top;
}
a {
	color:#9A4D9D;
	text-decoration: none;
	font-weight: bold;
	background-color: inherit;
}
a:hover {
	color: #666;
	background-color: inherit;
}
button {
	font-size: 10px;
	font-style: normal;
	line-height: 100%;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
	margin: 0px 5px 0px 0px;
	background-color: #000;
	padding: 2px 10px;
}
label {
	display: block;
	font-size: 11px;
	vertical-align: text-bottom;
	margin-bottom: 5px;
	background-color: transparent;
}
h1 {
	font-size: 14px;
	background-color: inherit;
	margin-top: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h2 {
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 15px;
}
hr {
	margin-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
}


#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#leftColumn {
	background-image: url(../pictures/p0.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 118px;
	min-height: 250px;
	overflow: hidden;
	font-size: 10px;
	text-align: right;
	padding-right: 2px;
}
#middleColumn {
	float: left;
	width: 250px;
	min-height: 325px;
}
#rightColumn {
	float: left;
	width: 610px;
	min-height: 310px;
	background-image: url(../pictures/p2Ver2_s1.png);
	background-repeat: no-repeat;
}

#topRow {
	height: 270px;
	width: 610px;
	text-align: right;
}
#menu {
	float: left;
	width: 170px;
	min-height: 200px;
}
#content {
	float: left;
	width: 300px;
	min-height: 200px;
	overflow: hidden;
}
#info {
	float: left;
	width: 130px;
	min-height: 200px;
	padding-left: 10px;
	padding-top: 20px;
	font-size: 10px;
}

#verEN , #verPL{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #FFF;
	float: right;
	height: 18px;
	cursor: pointer;
	padding-top: 4px;
	min-width: 26px;
	text-align: center;
	margin-left: 2px;
}
#verPL {
	background-color: #000;
	color: #FFF;
}
#presenterPanelForm {
	margin-top: 80px;
}

#presenterPanelForm label {
	background-image: url(../pictures/icnSearch.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: -15px;
}
#presenterPanelForm #panel_text {
	background-color: #CCC;
	padding: 2px 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	width: 140px;
	line-height: 100%;
	letter-spacing: 0em;
}
#goTop {
	clear: both;
	margin-top: 15px;
}
#goTop a {
	background-image: url(../pictures/icnTop.png);
	display: block;
	height: 18px;
	width: 18px;
	margin-left: 452px;
}
#goBack a {
	background-image: url(../pictures/icnBack.png);
	display: block;
	height: 18px;
	width: 18px;
	margin-left: 434px;
}
#billboard {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../pictures/billboardBack.png);
	background-repeat: repeat;
	text-align: center;
	cursor: pointer;
}
#billboard div {
	background-image: url(../pictures/billboardClose.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#userAccountForm .textField , #userAccountForm .textFieldError{
	width: 290px;
}

#homeIntro2 {
	background-image: url(../pictures/billboardBack.png);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: table;
	visibility: hidden;
}
#homeIntro2 .row {
	display: table-row;
	width: 100%;
}
#homeIntro2 .row p {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#facebook {
	background-image: url(../pictures/facebook.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 35px;
	height: auto;
	width: 320px;
	top: 100px;
	right: -320px;
	position: fixed;
}
#facebook div:first-child {
	background-color: #FFF;
}



input.textField, input.textFieldDisabled {
	padding: 3px;
	width: 150px;
	color: #666;
	background-color: inherit;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
}

input.textFieldDisabled {
	background-color: #E8E8E8;
	border: 1px solid #CCC;
	color: inherit;
}

input.textFieldError {
	background-color: #FFDFDF;
	color: inherit;
	border: 1px solid #FF0000;
}

select.textField {
	padding: 3px;
	color: #666;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
	min-width: 150px;
	background-color: inherit;
}

.error {
	color: #F00;
	border: 1px solid #F00;
	padding: 5px;
	margin-bottom: 15px;
	background-color: inherit;
}
.docContent {
	text-align: justify;
}

.docContent + .repertoire {
	margin-top:30px;
}

.announcement {
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 30px;
	cursor: pointer;
	text-align: right;
	margin-bottom: 15px;
	padding-bottom: 5px;
	margin-right: 10px;
}
.announcement:hover h3 a{
	color: #666;
}
.announcement p {
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}
.announcement h3 {
	font-size: 14px;
	margin: 0px;
	text-transform: uppercase;
}
.announcement h3 a {
	color: #000;
}

.repertoire {
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.repertoire:hover h3 a{
	color: #666;
}
.repertoire p {
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}
.repertoire h3 {
	font-size: 14px;
	margin: 0px;
	text-transform: uppercase;
}
.repertoire h3 a {
	color: #000;
}
.repertoire ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.repertoire li {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.repertoire .icons img {
	margin-top: 5px;
	margin-right: 5px;
}

.pointer {
	cursor: pointer;
}


.pictureGallery {
	background-color: #000;
	margin-bottom: 30px;
	color: #FFF;
	font-size: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.pictureGallery div.thumbnail {
	text-align: center;
	margin-bottom: 5px;
	margin-right: -10px;
	margin-left: -10px;
}
.pictureGallery div.contents {
	min-height: 40px;
}
.pictureGallery h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 10px;
	text-transform: uppercase;
}
.pictureGallery p {
	margin: 0px;
}
.summary {
	font-weight: bold;
	text-align: justify;
}
.section {
	font-weight: bold;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 150px;
	padding-bottom: 2px;
}
.galleryFile {
	background-image: url(../pictures/icnDocBlack.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 3px;
	margin-bottom: 10px;
	cursor: pointer;
}
.galleryFile:hover {
	background-image: url(../pictures/icnDocGray.png);
}

.galleryFile p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.galleryFile .description {
	color: #999;
}
.logo {
	display: block;
	height: 195px;
	width: 60px;
	margin-top: 55px;
	margin-left: 40px;
}
.leftButton {
	display: block;
	height: 14px;
	width: 145px;
	font-size: 11px;
	color: #000;
	background-color: #CCC;
	margin-left: -15px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-repeat: no-repeat;
	outline: none;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 100%;
	letter-spacing: 0em;
}
.leftButton:hover {
	color: #FFF;
	background-color: #000;
}
.btnListen {
	background-image: url(../pictures/icnListen.png);
}
.btnLook {
	background-image: url(../pictures/icnLook.png);
}
.btnNewsletter {
	background-image: url(../pictures/icnNewsletter.png);
}

.pictureGalleryFriends {
	margin-top: 15px;
	line-height: 100%;
}
.pictureGalleryFriends p {
	margin-top: 0px;
	margin-bottom: 5px;
}
.pictureGalleryFriends h3 {
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
.message {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}













table.grid th {
	text-align: left;
	padding-top: 3px;
	padding-right: 15px;
	font-size: 11px;
	padding-bottom: 5px;
}
table.grid td {
	padding-bottom: 5px;
}
ul.errError {
	padding: 5px;
	border: 1px solid #FF0000;
	font-size: 11px;
	margin-bottom: 10px;
}
ul.errError li.errItemError {
	color: #FF0000;
	background-color: inherit;
}
ul.errError li.errItemWarning {
	color: #FF9900;
	background-color: inherit;
}
ul.errError li.errItemNotice {
	color: #666666;
	background-color: inherit;
}
ul.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	margin: 40px 0px 150px 15px;
	padding: 0px;
}
ul.menu .selected {
	font-weight: bold;
}

ul.menu a {
	font-weight: normal;
	color: #000;
}

ul.menu li {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
ul.menu ul.menu {
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 8px;
}
ul.menu ul.menu li {
	margin-bottom: 2px;
}
table.pictureModule {
	width: 100%;
	font-size: 10px;
}
table.pictureModule tr th {
	text-align: left;
	width: 21px;
	padding-top: 2px;
}
ul.menuHome {
	margin: 275px 10px 0px 0px;
	list-style-type: none;
}
ul.menuHome li {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
ul.archiveList {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
}
ul.archiveList li {
	padding-top: 0px;
	padding-bottom: 0px;
}

ul.archiveList li a {
	font-weight: normal;
	text-transform: uppercase;
}

.period {
	color: #666;
	margin-top: 20px;
}
.period + h1{
	margin-top: -5px;
}
table.groupSwitch {
	border-collapse: separate;
	font-size: 11px;
	padding: 5px 0px;
	margin-left: -3px;
}
table.groupSwitch td {
	padding: 1px 3px;
	color: #9A4D9D;
	background-color: #000;
}
table.groupSwitch .inactive {
	font-weight: bold;
	color: #9A4D9D;
	background-color: #000;
}
table.groupSwitch a {
	color: #FFF;
	background-color: inherit;
}
table.groupSwitch a:hover {
	color: #9A4D9D;
	background-color: inherit;
}


table.groupSwitch td.arrow {
	color: #FFF;
	background-color: #000;
	width: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

