﻿.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;
	border-radius: 15px;
}
.video_table {
	border-style: double;
	border-radius: 15px;
	border-width:1px;
	margin:8px;
	background-image: url('../../../images/graphics/blue_grad_50trans_512');
	background-image: url('../../images/graphics/blue_grad_50trans_512');
	background-image: url('../images/graphics/blue_grad_50trans_512');
	background-image: url('images/graphics/blue_grad_50trans_512');
	background-size:contain;
}
.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 #202040;
	margin: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;
	margin:8px;
}
.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 #402020;
	border-radius: 15px;
	margin:8px;
}
.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: Arial, Helvetica, 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: Arial, Helvetica, 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: #FFFFFF;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-variant:normal;
	text-transform:uppercase;
	text-align: center;
	text-shadow: 3px 3px 2px #050510;
}
.thumbnail_caption {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #C0C0C0;
	text-align: center;
	text-shadow: 2px 2px 2px #050510;
}
.rounded_header {
	background-color: #2B89B7;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: xx-large;
	font-variant: normal;
	border: .1em #003366 solid;
	border-radius: 15px;
	color: white;
	text-align: center;
	text-shadow: 2px 2px 2px #050510;
	box-shadow: 5px 5px 5px #202040;
}
.rounded_grad_box {
	border: 3px #333366 solid;
	border-radius: 15px;
	background-color: #2266CC;
	text-align: center;
	box-shadow: 5px 5px 5px #202040;
}
.rounded_grad_box_bot {
	border: 3px #2686A6 solid;
	border-radius: 15px;
	background-color: midnightblue;
	float: center;
	box-shadow: 5px 5px 5px #202040;
}
.rounded_border {
		border-radius: 10px;
}
.rounded_ad_box {
	border: 1px #ff5151 solid;
	border-radius: 15px;
	background-color: #000000;
	width: 752px;
	height:90px;
	float: none;
	box-shadow: 5px 5px 5px #202040;
}
.gallery_icon {
	border: 2px #ff5151 solid;
	border-radius: 15px;
	background-color: #000000;
	float: none;
	box-shadow: 5px 5px 5px #202040;
	margin-top:8px;
	margin-bottom:3px;
	margin-left: auto;
	margin-right: auto;
	float:none;
}
.body_box {
	float: none;
	border-top: 1px #99CCFF solid;
	border-bottom: 2px #202020 solid;
	border-left:1px #666666 solid;
	border-right:1px #666666 solid;
	border-radius: 15px;
	box-shadow: 5px 5px 5px #702020;
	padding:8px;
	margin:8px;
}
.body_text {
	margin:8px;
	padding:8px;
	font-family: "Times New Roman", Times, 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: Arial, Helvetica, 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;
}
.red {
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	color: #ff5959;
}
.gallery_table {
	border-style: solid;
	border-width: 0;
	width: 98%;
	margin-left: auto; 
	margin-right: auto;
	padding:5px;
	border-radius: 10px;
	background-image:url('../../images/graphics/90-trans-black.png');
	}
.navigation_table {
	background-image:url('../../../images/graphics/grey_grad_50percent_512.png');
	background-image:url('../../images/graphics/grey_grad_50percent_512.png');
	background-image:url('../images/graphics/grey_grad_50percent_512.png');
	background-image:url('images/graphics/grey_grad_50percent_512.png');
	border:.75px black solid;
	padding:5px;
	margin:0px;
	border-radius: 15px;
	box-shadow: 5px 5px 5px #202040;
	background-size: contain;
	}
.navigation_caption {
	font-size: medium;
	font-family: arial, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	padding:5px;
}
.fine_print {
	float:none;
	background:black;
	font-family: "Times New Roman", Times, 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;
	}
.impact_medium{
	letter-spacing:.1em; 
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; 
	font-size: xx-large;
	text-shadow: 2px 2px 3px #050510;
}
.helvetica_generic {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.times_generic {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.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');
	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');
	background-image: url('images/graphics/50-trans-black.png');
}

.transgrad_white_vert {
	background-image: url('../../../images/graphics/trans_grad_white_vert.png');
	background-image: url('../../images/graphics/trans_grad_white_vert.png');
	background-image: url('../images/graphics/trans_grad_white_vert.png');
	background-image: url('images/graphics/trans_grad_white_vert.png');
	background-size:contain;
	border-radius: 15px;
}

.aqua_grad_rot_1024 {
	background-image: url('../../../images/graphics/aqua_grad_rot_1024.png');
	background-image: url('../../images/graphics/aqua_grad_rot_1024.png');
	background-image: url('../images/graphics/aqua_grad_rot_1024.png');
	background-image: url('images/graphics/aqua_grad_rot_1024.png');
	background-size:contain;
}

.blue_grad_50trans_rot_512 {
	background-image: url('../../../images/graphics/blue_grad_50trans_rot_512.png');
	background-image: url('../../images/graphics/blue_grad_50trans_rot_512.png');
	background-image: url('../images/graphics/blue_grad_50trans_rot_512.png');
	background-image: url('images/graphics/blue_grad_50trans_rot_512.png');
	background-size:contain;
}
.blue_grad_50trans_512 {
	background-image: url('../../../images/graphics/blue_grad_50trans_512');
	background-image: url('../../images/graphics/blue_grad_50trans_512');
	background-image: url('../images/graphics/blue_grad_50trans_512');
	background-image: url('images/graphics/blue_grad_50trans_512');
	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');
	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');
	background-image: url('images/graphics/75-trans-red.png');
}
.seventyfive_trans_blue {
	background-image: url('../../../images/graphics/75_trans_blue.png');
	background-image: url('../../images/graphics/75_trans_blue.png');
	background-image: url('../images/graphics/75_trans_blue.png');
	background-image: url('images/graphics/75_trans_blue.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');
	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');
	background-image: url('images/graphics/75-trans-yellow.png');
}
.grey_grad_50_512 {
	background-image:url('../../../images/graphics/grey_grad_50percent_512.png');
	background-image:url('../../images/graphics/grey_grad_50percent_512.png');
	background-image:url('../images/graphics/grey_grad_50percent_512.png');
	background-image:url('images/graphics/grey_grad_50percent_512.png');
}