@charset "UTF-8";
/* Cours Page - Les Jardins de la Danse - v2.0 */

/* Table Container */
.tableContainer {
	width: 70%;
	min-width: 686px;
	top: 50px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	overflow-y: scroll;
	z-index: 3;
}


/* Details Container */
.detailsContainer {
	width: 30%;
	min-width: 294px;
	top: 50px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 4;
	font-style: normal;
	font-size: 15px;
	text-decoration: none;
	text-align: left;
	font-weight: 300;
	line-height: 19px;
	font-family: Helvetica, Arial, sans-serif;
	color: rgba(255,255,255,1.00);
	border-left: 1px inset rgba(0,0,0,0.50);
	/*box-shadow: -1px 0px 0px rgba(255,255,255,0.75), inset 0px 0px 2px rgba(0,0,0,0.50);
	-khtml-box-shadow: -1px 0px 0px rgba(255,255,255,0.75), inset 0px 0px 2px rgba(0,0,0,0.50);
	-moz-box-shadow: -1px 0px 0px rgba(255,255,255,0.75), inset 0px 0px 2px rgba(0,0,0,0.50);
	-ms-box-shadow: -1px 0px 0px rgba(255,255,255,0.75), inset 0px 0px 2px rgba(0,0,0,0.50);
	-o-box-shadow: -1px 0px 0px rgba(255,255,255,0.75), inset 0px 0px 2px rgba(0,0,0,0.50);
	-webkit-box-shadow: -1px 0px 0px rgba(255,255,255,0.75), inset 0px 0px 2px rgba(0,0,0,0.50);*/
}


/* Table Design */
table {
	width: 100%;
	border-collapse: separate;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	cursor: default;
}

tbody {
	border: none;
}
tbody:nth-child(even) { background: rgba(255,255,255,0.30); }
tbody:nth-child(odd) { background: rgba(255,255,255,0.40); }
tbody:focus,
tbody:hover td {
	background: rgba(189,255,94,0.50);
	border-top: dotted 1px rgba(0,0,0,0.50);
	transition-property: background, border-top;
	-khtml-transition-property: background, border-top;
	-moz-transition-property: background, border-top;
	-ms-transition-property: background, border-top;
	-o-transition-property: background, border-top;
	-webkit-transition-property: background, border-top;
	transition-timing-function: linear;
	-khtml-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-duration: .1s;
	-khtml-transition-duration: .1s;
	-moz-transition-duration: .1s;
	-ms-transition-duration: .1s;
	-o-transition-duration: .1s;
	-webkit-transition-duration: .1s;
}
tbody:active td {
	background: rgba(0,0,0,0.70);
	color: rgba(189,255,94,1.00);
	border-top: dotted 1px rgba(189,255,94,1.00);
	transition-property: background, border-top;
	-khtml-transition-property: background, border-top;
	-moz-transition-property: background, border-top;
	-ms-transition-property: background, border-top;
	-o-transition-property: background, border-top;
	-webkit-transition-property: background, border-top;
	transition-timing-function: linear;
	-khtml-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-duration: .1s;
	-khtml-transition-duration: .1s;
	-moz-transition-duration: .1s;
	-ms-transition-duration: .1s;
	-o-transition-duration: .1s;
	-webkit-transition-duration: .1s;
}
tbody:active .centerCol {
	border-right: dotted 1px rgba(189,255,94,1.00);
	border-bottom: none;
	border-left: dotted 1px rgba(189,255,94,1.00);
	transition-property: background, border-top;
	-khtml-transition-property: background, border-top;
	-moz-transition-property: background, border-top;
	-ms-transition-property: background, border-top;
	-o-transition-property: background, border-top;
	-webkit-transition-property: background, border-top;
	transition-timing-function: linear;
	-khtml-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-duration: .1s;
	-khtml-transition-duration: .1s;
	-moz-transition-duration: .1s;
	-ms-transition-duration: .1s;
	-o-transition-duration: .1s;
	-webkit-transition-duration: .1s;
}
tbody.selected td {
	background: rgba(0,0,0,0.70);
	color: rgba(189,255,94,1.00);
	border-top: dotted 1px rgba(189,255,94,1.00);
	transition-property: background, border-top;
	-khtml-transition-property: background, border-top;
	-moz-transition-property: background, border-top;
	-ms-transition-property: background, border-top;
	-o-transition-property: background, border-top;
	-webkit-transition-property: background, border-top;
	transition-timing-function: linear;
	-khtml-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-duration: .1s;
	-khtml-transition-duration: .1s;
	-moz-transition-duration: .1s;
	-ms-transition-duration: .1s;
	-o-transition-duration: .1s;
	-webkit-transition-duration: .1s;
}
tbody.selected .centerCol {
	border-right: dotted 1px rgba(189,255,94,1.00);
	border-bottom: none;
	border-left: dotted 1px rgba(189,255,94,1.00);
	transition-property: background, border-top;
	-khtml-transition-property: background, border-top;
	-moz-transition-property: background, border-top;
	-ms-transition-property: background, border-top;
	-o-transition-property: background, border-top;
	-webkit-transition-property: background, border-top;
	transition-timing-function: linear;
	-khtml-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-duration: .1s;
	-khtml-transition-duration: .1s;
	-moz-transition-duration: .1s;
	-ms-transition-duration: .1s;
	-o-transition-duration: .1s;
	-webkit-transition-duration: .1s;
}

tr {
	border-top: dotted 1px rgba(0,0,0,0.35);
	border-right: none;
	border-bottom: none;
	border-left: none;
}

th {
	background: rgba(0,0,0,0.50);
	border: none;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	font-weight: 300;
	line-height: 16px;
	vertical-align: middle;
	padding: 5px 0px 5px 0px;
	color: rgba(189,255,94,1.00);
}

td {
	border-top: dotted 1px rgba(0,0,0,0.35);
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	font-weight: 300;
	line-height: 18px;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
	transition-property: background, border-top;
	-khtml-transition-property: background, border-top;
	-moz-transition-property: background, border-top;
	-ms-transition-property: background, border-top;
	-o-transition-property: background, border-top;
	-webkit-transition-property: background, border-top;
	transition-timing-function: linear;
	-khtml-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-duration: .1s;
	-khtml-transition-duration: .1s;
	-moz-transition-duration: .1s;
	-ms-transition-duration: .1s;
	-o-transition-duration: .1s;
	-webkit-transition-duration: .1s;
}

.thCenterCol {
	border-top: none;
	border-right: dotted 1px rgba(0,0,0,0.50);
	border-bottom: none;
	border-left: dotted 1px rgba(0,0,0,0.50);
}

.centerCol {
	border-right: dotted 1px rgba(0,0,0,0.35);
	border-bottom: none;
	border-left: dotted 1px rgba(0,0,0,0.35);
	transition-property: background, border-top;
	-khtml-transition-property: background, border-top;
	-moz-transition-property: background, border-top;
	-ms-transition-property: background, border-top;
	-o-transition-property: background, border-top;
	-webkit-transition-property: background, border-top;
	transition-timing-function: linear;
	-khtml-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-duration: .1s;
	-khtml-transition-duration: .1s;
	-moz-transition-duration: .1s;
	-ms-transition-duration: .1s;
	-o-transition-duration: .1s;
	-webkit-transition-duration: .1s;
}

.orandSpecial {
	font-style: normal;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	font-weight: 500;
	line-height: 14px;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
}


/* Details Panel Content */
.defaultMessages {
	top: 50%;
	margin: -19px 5px 0px 5px;
	position: absolute;
}

.mapControls {
	height: 27px;
	width: 100%;
}

.mapContainer {
	width: 100%;
	margin: 0px 0px 0px 0px;
	border-top: 1px outset rgba(0,0,0,0.50);
	border-bottom: 1px outset rgba(0,0,0,0.50);
}

.mapMask {
	width: 1px;
	top: 27px;
	bottom: -1px;
	left: 0px;
	position: absolute;
	z-index: 5;
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.20);
	-khtml-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.20);
	-moz-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.20);
	-ms-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.20);
	-o-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.20);
	-webkit-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.20);
}

.mapBox {
	width: 100%;
	position: relative;
}

.infosBox {
	width: 100%;
	position: relative;
}

/* Map Controls */
.centerButton {
	height: 21px;
	width: 21px;
	margin: 3px 0px 3px 3px;
	position: relative;
	float: left;
	background: url(../resources/to_map_center_button.png) 0px 0px no-repeat;
}
.centerButton:focus,
.centerButton:hover {
	background: url(../resources/to_map_center_button.png) 0px -21px no-repeat;
}
.centerButton:active {
	background: url(../resources/to_map_center_button.png) 0px -42px no-repeat;
}

.mapTypeButton {
	display: inline-block;
	float: right;
	position: relative;
	margin: 3px 5px 3px 0px;
	line-height: 21px;
	cursor: default;
	color: rgba(255,255,255,1.00);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
}
.mapTypeButton:focus,
.mapTypeButton:hover {
	color: rgba(255,255,255,0.75);
}
.mapTypeButton:active {
	font-weight: 500;
	margin: 3px 4px 3px 0px;
	color: rgba(255,255,255,1.00);
}
.mapTypeButton.selected {
	font-weight: 500;
	margin: 3px 4px 3px 0px;
	color: rgba(255,255,255,1.00);
}


/* Infos Box Container */
.partBlock {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.partBlockInt {
	padding: 5px 5px 5px 5px;
}

.firstPB {
	font-weight: 500;
	border-bottom: 1px dotted rgba(0,0,0,0.35);
}

.partHead {
	font-weight: 500;
	border-top: 1px outset rgba(0,0,0,0.50);
	border-bottom: 1px dotted rgba(0,0,0,0.35);
}

.mainPBCtnr {
	width: 100%;
	top: 0px;
	bottom: 50px;
	position: absolute;
	overflow-y: scroll;
	overflow-x: hidden;
	border-bottom: 1px outset rgba(0,0,0,0.50);
	background: rgba(0,0,0,0.25);
}

.regiButton {
	border: none;
	bottom: 10px;
	left: 50%;
	position: absolute;
	margin: 0px 0px 0px -36px;
}


/* Infos Box List */
.partBlockInt ul {
	margin: 2px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	line-height: normal;
}


/* Map Information Window */
.iWContainer {
	height: 80px;
	width: 80px;
	margin: 0px 0px 0px 20px;
}

.iWSLContainer {
	width: 100%;
	height: 65px;
	background: url(../resources/iw_logo.png) 50% 50%;
}

.iWLegend {
	text-align: center;
}