.main_icon {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid white;
	border-bottom: 1px solid black;
	margin-right: 15px;
	float: left;
	box-shadow: 5px 5px 5px #101010;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.colored_border {
	border-style: solid;
	border-width: 1px;
	border-top-color: white;
	border-bottom-color: black;
	border-left-color: gray;
	border-right-color: gray;
	box-shadow: 5px 5px 5px #402020;
}
.colored_border_curved {
	border-style: solid;
	border-width: 1px;
	border-top-color: white;
	border-bottom-color: black;
	border-left-color: gray;
	border-right-color: gray;
	box-shadow: 5px 5px 5px #202040;
	border-radius: 15px;
}
.ad_border {
	float: none;
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-width: 2px;
	border-top-color: white;
	border-bottom-color: black;
	border-left-color: gray;
	border-right-color: gray;
	box-shadow: 5px 5px 5px #202040;
}
.title {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	text-transform: capitalize;
	color: #ffffff;
	line-height: normal;
	text-align: center;
	float: none;
	text-shadow: 3px 3px 5px #050510;
}
.long_title {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 3px 3px 5px #050510;
}
.thumbnail_title {
	color: white;
	font-size: large;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 3px 3px 2px #050510;
}
.thumbnail_caption {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #ffffff;
	text-align: center;
	text-shadow: 2px 2px 2px #050510;
}
.colored_border {
	float: none;
	border-top: 1px #ffCC99 solid;
	border-bottom: 2px #202020 solid;
	border-left: 1px #666666 solid;
	border-right: 1px #666666 solid;
	border-radius: 15px;
	box-shadow: 2px 2px 2px #402020;
	padding: 5px;
}
.body_text {
	margin: 5px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: white;
	font-variant: normal;
	text-align: left;
	line-height: 1.25em;
	text-shadow: 2px 2px 2px #000000;
}
.teasers {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	color: #fafaff;
	text-shadow: 3px 3px 3px #202040;
}
.gallery_table {
	border-style: solid;
	border-width: 0;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
.fine_print {
	float: none;
	background: black;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #C0C0C0;
	text-align: left;
	border: 2px #202020 solid;
	border-radius: 15px;
	box-shadow: 5px 5px 5px #202040;
	padding: 8px;
	border: 1px gray solid;
}
.ninety_trans_black {
	background-image: url('../../images/graphics/90-trans-black.png');
	background-image: url('../images/graphics/90-trans-black.png');
	background-image: url('images/graphics/90-trans-black.png');
}

.seventyfive_trans_black {
	background-image: url('../../images/graphics/75-trans-black.png');
	background-image: url('../images/graphics/75-trans-black.png');
	background-image: url('images/graphics/75-trans-black.png');
}
.fifty_trans_black {
	background-image: url('../../images/graphics/50-trans-black.png');
	background-image: url('../images/graphics/50-trans-black.png');
	background-image: url('images/graphics/50-trans-black.png');
}
.transgrad_white_vert {
	background-image: url('../../images/graphics/trans_grad_white_vert_64.png');
	background-image: url('../images/graphics/trans_grad_white_vert.png');
	background-image: url('images/graphics/trans_grad_white_vert.png');
	background-size: contain;
}
.fifty_trans_red {
	background-image: url('../../images/graphics/50-trans-red.png');
	background-image: url('../images/graphics/50-trans-red.png');
	background-image: url('images/graphics//50-trans-red.png');
}
.seventyfive_trans_red {
	background-image: url('../../images/graphics/75-trans-red.png');
	background-image: url('../images/graphics/75-trans-red.png');
	background-image: url('images/graphics/75-trans-red.png');
}
.seventyfive_trans_white {
	background-image: url('../../images/graphics/75-trans-white.png');
	background-image: url('../images/graphics/75-trans-white.png');
	background-image: url('images/graphics/75-trans-white.png');
}
.seventyfive_trans_yellow {
	background-image: url('../../images/graphics/75-trans-yellow.png');
	background-image: url('../images/graphics/75-trans-yellow.png');
	background-image: url('images/graphics/75-trans-yellow.png');
}
.youtube_player {
	border-style: double;
	border-width: 3px;
	border-top-color: white;
	border-bottom-color: black;
	border-left-color: gray;
	border-right-color: gray;
/*	box-shadow: 5px 5px 5px #202020; */
	margin: 8px;
	float: none;
	border-radius: 10px;
}


