/* 
	remove repeats!!! in style3css
*/


#contentTable {
	display: table;
	width: 100%;
	table-layout: fixed;

	background-color: #f4faff;
	background-color: rgba( 244, 250, 255, 1 );
}


#contentLeft {
	display: none;
}




#contentBody {
	display: table-cell;
	color: black;
	margin-left: 0;
	padding-left: 22px;
	padding-right: 0;
}
#contentBody h2 {
	padding-top: 0.7em;
	padding-bottom: 0.3em;
}
#contentBody p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
/*
#contentBody a:hover {
	color: #006;
	border-radius: 5px;
}
*/
/*
#art-left a:hover { 
	background-color: red; 
	border-radius: 5px;
}
*/

#contentRight { 
	display: table-cell;
	width: 22px;
	position: relative;
	text-align: center;
	font-size: 0.8em;
}
#slider {
	position: absolute;
	width: 22px;
	right: 0px;
	top: -28px;
	bottom: 0px;
}
#sliderSticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	color: white;

	overflow-y: auto;
	max-height: 100vh;
}


#contentRight img {
	margin-bottom: 2px;
}


/* TESTING classes: artTable, artLeft, artRight */

.artTable {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 4px;
	margin-bottom: 4px;
}
.artCellLeft {
}
.artCellRight {
}

.meetTag {
	display: inline-block;
	font-weight: bold;
	border: 1px solid grey;
	margin: 2px;
	padding: 0 5px;
	background-color: whitesmoke;
}



@media screen and (min-width: 620px) {
/*
	#contentTable {
		background-color: #f4faff;
	}
*/
	#contentLeft {
		display: table-cell;
		width: 10.1em;
		height: 40em;
		position: relative;
		text-align: center;
		vertical-align: top;
		background: #f0f4ff;
		/*background: -webkit-linear-gradient( left, #f0f4ff 95%, #b0b0b0 );*/
		/*background: linear-gradient( to right, #f0f4ff 95%, #b0b0b0 );*/
		background: -webkit-linear-gradient( left, #f0f4ff 93%, #e0e0e0 );
		background: linear-gradient( to right, #f0f4ff 93%, #e0e2e8 );
		/*border-top-right-radius: 10px;*/
		opacity: 1;
	}

	#menuTopArea {
		position: absolute;
		left: 0px;
		top: 0px;
		bottom: 0px;
	}

	#menuTopSticky {
		width: 9.8em;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		color: white;
		text-align: left;

		overflow-y: auto;
		max-height: 100vh;
	}

	#menuTopSticky ul {
		display: block;
		margin: 0;
		padding-left: 1.4em;
	}

	#menuTopSticky ul li {
		display: inline-block;
		width: 100%;
		padding: 3px 0;
	}
	#menuTopSticky ul li:hover {
		border: none;
		border-radius: 7px;
		/*background-color: #e4efff; hi main li*/
	}

	#menuTopSticky ul li a {
		padding: 0 5px;
		color: #000;
	}
	#menuTopSticky ul li a:hover {
		/*background-color: #def;*/
		color: #fff;
		background-color: #99f;
		border-radius: 4px;
	}


	#menuTopSticky ul li ul {
		padding-left: 15px;
	}

	#menuTopSticky ul li ul li {
		display: block;
		border: none;
		padding: 1px 0;
	}

	#menuTopSticky ul li ul li a {
		color: #555;
	}




	#contentBody {
		display: table-cell;
		vertical-align: text-top;

		padding-left: 10px;
		padding-right: 2px;
	}


	#contentRight { 
		width: 28px; /* repeat!! */
	}

	#slider {
		width: 28px;
	}


} /* END 620 */


@media screen and (min-width: 900px) {

	#contentBody {
		padding-left: 10px;
		padding-right: 5px;
	}


	#art-left {
		float: left;
		width: 60%;
		padding-right: 20px;
	}

	#art-right {
		float: right;
		width: 40%;
		padding-left: 20px;
	}

	#art-foot {
		clear: both;
	}


	#contentRight {  /* repeat!! */
		width: 28px;
	}
	#slider {
		width: 28px;
	}



	.artCellLeft {
		display: table-cell;
		width: 60%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.artCellRight {
		display: table-cell;
		width: 40%;
		padding-left: 20px;
		padding-right: 20px;
	}


}


@media screen and (min-width: 1100px) {

	#contentBody {
		padding-left: 30px;
	}

}


@media screen and (min-width: 1400px) {

/*	#contentLeft {
		width: 10em;
	}
*/
	#menuTopSticky {
		width: 9em;
	}
	#menuTopSticky ul {
		display: block;
		margin: 0;
		padding-left: 1.5em;
	}



	#contentBody {
		padding-left: 40px;
		padding-right: 10px;
	}

	#contentRight {  /* repeat!! */
		width: 28px;
	}
	#slider {
		width: 28px;
	}

}




@media screen and (min-height: 600px) {

	#menuTopSticky ul li {
		padding: 6px 0;
	}
	#menuTopSticky ul li ul li {
		padding: 2px 0;
	}

}




/*
	Rotate up svg's classes
*/
.rotateDown {
	-webkit-transform: rotate( 180deg );
	-ms-transform: rotate( 180deg );
	transform: rotate( 180deg );
}

.rotateRight {
	-webkit-transform: rotate( 90deg );
	-ms-transform: rotate( 90deg );
	transform: rotate( 90deg );
}

.rotateLeft {
	-webkit-transform: rotate( 270deg );
	-ms-transform: rotate( 270deg );
	transform: rotate( 270deg );
}

.quickLink {
	display: inline-block;
	width: 1.6em;
	text-align: center;
	color: grey;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0px;
	border: 1px solid grey;
	border-radius: 0.4em;
}

.quickLink:hover {
	background-color: red;
	color: white;
}



