@charset "utf-8";
/* CSS Document */

.logininputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}
.containerline {
	background-image: url(/images/layout/containers/cline.jpg);
	background-repeat: repeat-x;
	height: 10px;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.NewsFeedHead {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
.NewsFeedText {
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
	color: #666666;
	text-decoration: none;
}
.NewsFeedDate {
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}

.NewsFeedMore {
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
	color: #CC0000;
	text-decoration: none;
}
.TTF_Main_Header {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #900;
	text-decoration: none;
}
.NewsPlayerTextArea {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
 	background-image: url(/images/layout/containers/50Opaque.png);
	background-repeat: repeat;	
}
.NewsPlayerReadMore, a.NewsPlayerReadMore:LINK, a.NewsPlayerReadMore:VISITED {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	filter: DropShadow(Color=000, OffX=1, OffY=1);
	font-size: 12px;
}
a.NewsPlayerReadMore:HOVER {
	font-weight: bold;
	color: #900;
	font-size: 12px;
	text-decoration: underline;
}
	
.NewsPlayerHeader {
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
}

.NewsHeadline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	color: #A50000;
	text-decoration: none;
}
.ImageHolder {
	border: 1px solid #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.tableborder {
	border: 1px solid #333;
}
.maintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}
.NewsPlayerTextAreaNOGREY {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}

