/*<![CDATA[*/
/* TOP HORIZONTAL ANIMATED SCROLLBAR */
.scrollbar {
	margin: 0;
	padding: 10px 5px 10px 5px;
	color: inherit;
	background-color: #222222;
	/*background: linear-gradient(to bottom, #282828 5%, #AF002A 100%);*/
	border-bottom: 1px solid #3A3A3A;
}
.scrollbar_info {
	height: 30px;
	overflow: hidden;
	position: relative;
	color: #AF002A;
	background-color: inherit;
	font-size: 24px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: 2px 1px 1px #000000;
}
.scrollbar_info a:link, .scrollbar_info a:visited, .scrollbar_info a:active {
	color: #059033;
	background-color: inherit;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.scrollbar_info a:hover {
	color: #D40000;
	background-color: inherit;
}
.scrollbar_info p {
	margin: 0;
	padding: 0;
	text-align: center;
	transform:translateX(50%);
	animation: scroll 15s linear infinite alternate;
}
.scrollbar_info2 {
	overflow: hidden;
	position: relative;
	color: #66C744;
	background-color: inherit;
	font-size: 16px;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	text-shadow: 2px 1px 1px #000000;
}
.scrollbar_info2 p {
	margin: 0;
	padding: 10px 0 1px 0;
	text-align: center;
}
/* Move it (define the animation) */
@keyframes scroll {
	0% { transform: translateX(100%); }
	100% { transform: translateX(-100%); }
}

/* FULL SCREEN DONATION INFORMATION */
.info_Frame {
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-color: #D40000;
	border: 1px solid #D40000;
}
.info_CloseBtn {
	margin-right: 10px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 34px;
	cursor: pointer;
	transition: 0.3s;
}
.info_CloseBtn:hover {
	color: black;
}
.info_Text1 {
	margin: 0;
	padding: 20px 0 20px 0;
	font-size: 32px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: 2px 1px 3px #000000;
	text-align: center;
	color: #ffffff;
	background-color: inherit;
}
.info_Line {
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #940000;
}
.info_Bkg {
	margin: 0;
	padding: 10px 10px 10px 10px;
	color: inherit;
	background-color: #202020;
	background: linear-gradient(to bottom, #202020 5%, #181818 100%);
}
.info_Text2 {
	margin: 10px 15px 15px 15px;
	padding: 0px;
	font-size: 32px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: justify;
	line-height: 34px;
	color: #D40000;
	background-color: inherit;
	text-shadow: 2px 1px 3px #0000;
}
.info_Text3 {
	margin: 0;
	padding: 20px 0 10px 10px;
	text-align: center;
}
.info_Text3 a:link, .info_Text3 a:visited, .info_Text3 a:active {
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	color: #D40000;
	background-color: inherit;
	text-shadow: 2px 1px 3px #000000;
}
.info_Text3 a:hover {
	color: #318CE7;
	background-color: inherit;
	text-shadow: 2px 1px 3px #000000;
}
.info_Text4 {
	margin: 15px 15px 10px 15px;
	padding: 0px;
	font-size: 22px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: justify;
	line-height: 28px;
	color: #5AB013; /*#C0C0C0;*/
	background-color: inherit;
}

.info_RED {
	color: #D40000;
	background-color: inherit;
}
.info_GREEN {
	color: #3AB61D;
	background-color: inherit;
}



.SpecialBig {
	font-size: 40px;
	color: #D44054;
	background-color: inherit;	
}
.SpecialAsk {
	font-size: 24px;	
	color: #F9EDEF;
	background-color: inherit;
}
.SpecialAsk2 {
	font-size: 24px;	
	color: #F9EDEF;
	background-color: inherit;
}
.SpecialAsk3 {
	font-weight: bold;
	font-size: 28px;	
	color: #BF2B1B;
	background-color: inherit;
}
.SpecialAsk3 a:link, .SpecialAsk3 a:visited, .SpecialAsk3 a:active {
	font-size: 28px;	
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #107E02;
	text-shadow: 1px 1px 1px #000000;		
	background-color: inherit;
}
.SpecialAsk3 a:hover {
	font-size: 28px;	
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #D40000;
	background-color: inherit;
}
.LongLine {
	margin: 0;
	padding: 30px 0px 0px 0px;
	border-bottom: 1px solid #3A3A3A;
}
/*]]>*/