@charset "utf-8";
/* CSS Document */

/* ~~ The stream ~~ */
/* ~~ This fixed width container surrounds all other blocks ~~ */

.newsfeed-textbox {
	width: 500px;
	float: left;
	background-color: #FFF;
	margin-top: 5px;
	margin-bottom: 10px;
	border-color: #CCC;
	border-style: solid;
	border-width: thin;
	min-height: 50px;
	margin-left: 70px;
}
.newsfeed-title {
	width: 495px;
	float: left;
	padding-left: 5px;
	font-size: large;
	padding-top: 5px;
	min-height: 30px;
	padding-bottom: 5px;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.newsfeed-streamdate {
	width: 495px;
	height: 15px;
	float: left;
	text-align: right;
	padding-right: 5px;
	font-size: x-small;
	background-color: #0086ac;
	color: #FFF;
}
.newsfeed-link {
	width: 495px;
	height: 15px;
	float: left;
	text-align: right;
	padding-right: 5px;
	font-size: x-small;
	background-color: #eeeeee;
	color: #75212e;
}
.newsfeed-link a:hover {
	color: #75212e;
}
.newsfeed-link a:visited {
	color: #75212e;
}
.newsfeed-link a:link {
	color: #75212e;
}
.newsfeed-image {
	width:500px;
	height: 375px;
	float:left;
}
.newsfeed-textarea {
	width: 495px;
	float: left;
	padding-left: 5px;
	height: 100px;
	overflow: hidden;
	padding-bottom: 5px;
	background-color: #fafafa;
	padding-top: 5px;
}
.newsfeed-textareafull {
	width: 495px;
	float: left;
	padding-left: 5px;
	min-height: 100px;
	padding-bottom: 5px;
	background-color: #fafafa;
	padding-top: 5px;
}

.newsfeedfull-textbox {
	width: 850px;
	float: left;
	background-color: #FFF;
	margin-top: 5px;
	margin-bottom: 10px;
	border-color: #CCC;
	border-style: solid;
	border-width: thin;
	min-height: 50px;
	margin-left: 70px;
}
.newsfeedfull-title {
	width: 845px;
	float: left;
	padding-left: 5px;
	font-size: xx-large;
	padding-top: 5px;
	min-height: 30px;
	padding-bottom: 5px;
	color: #000;
	text-align: center;
}
.newsfeedfull-streamdate {
	width: 845px;
	height: 15px;
	float: left;
	text-align: right;
	padding-right: 5px;
	font-size: x-small;
	background-color: #0086ac;
	color: #FFF;
}
.newsfeedfull-link {
	width: 845px;
	height: 15px;
	float: left;
	text-align: right;
	padding-right: 5px;
	font-size: x-small;
	background-color: #eeeeee;
	color: #75212e;
}
.newsfeedfull-link a:hover {
	color: #75212e;
}
.newsfeedfull-link a:visited {
	color: #75212e;
}
.newsfeedfull-link a:link {
	color: #75212e;
}
.newsfeedfull-image {
	width: 850px;
	height: 375px;
	float: left;
	text-align: center;
	background-color: #eee;
}
.newsfeedfull-textareafull {
	width: 845px;
	float: left;
	padding-left: 5px;
	min-height: 100px;
	padding-bottom: 5px;
	background-color: #fafafa;
	padding-top: 5px;
}
