/* index.php */

.NewsReleaseLink {
	color:#322962;
	text-decoration:none;
}

.NewsReleaseLink:Hover {
	color:#120E33;
	text-decoration:underline;
}

.NewsLinkHeader {
	padding-bottom:5px;
}

.leftcol {
	width:250px;
	padding-right:20px;
	float:left;
	clear:left;
	margin-bottom:30px;	
}

.rightcol {
	float:left;
	width:250px;
	margin-bottom:30px;
}

.news_header {
	width:100%;
	border-bottom:1px solid gray;
	border-top:1px solid gray;
	margin:20px 0px 10px 0px;
	height:16px;
	
	font-size:small;
	font-weight:bold;
	font-style:italic;
	
	background-color:#DDD;
}

.stock_info {
	width:195px;
}

.ticker {
	font-weight:bold;
	color:purple;
}

.webcast_header {
	width:195px;
	height:20px;
	
	background-image:url(../images/webcasts_header.gif);
	background-repeat:no-repeat;
}

.webcasts {
	width:187px;
	height:300px;
	
	padding:3px;
	
	border-left:1px solid gray;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
	
	background-color:#DDD;
}

.upcoming_header {
	width:195px;
	height:20px;
	
	background-image:url(../images/upcoming.gif);
	background-repeat:no-repeat;
}

.upcoming {
	width:187px;
	/*height:60px;*/
	
	padding:3px 3px 20px 3px;
	
	border-left:1px solid gray;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
	
	background-color:#DDD;
	
	margin-bottom:30px;
}



/* News.php styles */
.News_LeftCol {
	float:left;
	clear:left;
	padding-right:25px;
	text-align:right;
	width:190px;
	margin-bottom:20px;
}

.News_RightCol {
	width:200px;
	margin-bottom:20px;
	float:left;
	padding-right:10px;
	overflow:hidden;
}

.NewsTitle {
	color:black;
	text-decoration:none;
}

.NewsTitle:hover {
	text-decoration:underline;
}

#txtDate {
	width:400px;
}

#txtFile {
	width:400px;
}

#txtTitle {
	width:400px;
	height:50px;
}
