﻿@charset "UTF-8";
/*
 * Example of RSS Ticker Styling
 *
 */
/*
body {
	margin: 1em 3em;
	font-family: Tahoma, Genevam, sans-serif;
	

	
}*/

.rssFeed {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 20px;*/
	width: 400px;
	
	overflow: hidden;
	margin-bottom: 2em;
	/*background: #000;
	opacity:0.6;
	*/
	background: rgba(0, 0, 0, 0.6);
	
}
.rssFeed a {
	/*color: #000;*/
	text-decoration: none;
}
.rssFeed a:hover {
	/*color: #000;*/
	text-decoration: underline;
}

.rssHeader { padding: 0.2em 0; }

.rssBody { 

	
	
	}

.rssRow h4, .rssRow p, .rssRow div {
	margin: 0;
	padding: 0.5em; 
	/*font-size: 12px;*/
	text-align:justify;
	text-justify:inter-word;
	background: none;
}

.Rss_title h4{
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	padding: 0px;
	color:#f47121;
	line-height:100%;
	background: none;
}

.Rss_title hover{
	background:#f47121;

}
.Rss_title h4:hover{
	background:#f47121;
	color:#ffffff;
}

#ticker1 { 
	float: left; 
	height: 650px ;
	min-height: 650px;
	max-height: 650px;
	padding: 10px 10px 10px 10px;
	width: 500px; 
	
	border: 4px none; 
	border-radius:10px;
	-webkit-border-radius: 10px;
	
	
	}

#ticker1 .odd { 
	/*background-color: #0000; */
	background-color: rgba(0, 0, 0, 0.1);
		border: 4px none; 
	border-radius:10px;
	-webkit-border-radius: 10px;
	}
#ticker1 .even { 
	/*background-color: #0000; */
	background-color: rgba(0, 0, 0, 0.7);
		border: 4px none; 
	border-radius:10px;
	-webkit-border-radius: 10px;
	/*background-color: rgba(0, 0, 0, 0.2);*/
	
	}

#ticker2  { 
	
	/*background-color: #e8fce8; */
	/*background-color: #0000;*/
	background-color: rgba(0, 0, 0, 0.4);
	border: 4px none; 
	border-radius:10px;
	-webkit-border-radius: 10px;
	
	float: left; 
	width: 1000px; 
	height: 650px ;
	min-height: 650px;
	max-height: 650px;
	padding: 10px 10px 10px 10px;
	
	overflow-y: scroll;
	overflow-x: hidden;
	
		/*
	-webkit-scrollbar-face-color: #FFFFFF; 
	-webkit-scrollbar-highlight-color: #6685CA; 
	-webkit-scrollbar-shadow-color: #6685CA; 
	-webkit-scrollbar-3dlight-color:#FFFFFF;
	-webkit-scrollbar-arrow-color:#FFFFFF; 
	-webkit-scrollbar-track-color:#E5E5E5; 
	-webkit-scrollbar-drakshadow-color:#000000;
	*/
	
	
	 }
 
/* Let's get this party started */
::-webkit-scrollbar {
    width: 15px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(244,113,33,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(244,113,33,0.4); 
}

 /*
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,0,0,0.3); 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,0,0,0.5); 
}
 */

/*#ticker2 .odd { background-color: #e8fce8; }*/
/*#ticker2 .even { background-color: #d4e8d4; }*/
/*
#link1 {
	
	font-size: 40 px;
	
	}
	
	*/