/* CSS Document */

@import url(common.css) ;

.errorMessage
{ 
	margin: 20px 20px 0 0; 
	padding: 10px; 
	border: #CC0000 2px solid; 
	color: #CC0000; 
	font-weight: bold; 
	background-color: #FFFFCC;
}

#c-signIn {
	float: left;
	border: none;
	padding: 0;
	margin: 20px 20px 20px 0;
	width: 480px;
	background: #6EBB1F url(../_images/hp-logInFooter.gif) no-repeat bottom left;
}

#c-news {
	float: left;
	border: none;
	padding: 0;
	margin: 0 20px 20px 0;
	width: 480px;
	background: #FF850D url(../_images/hp-newsFooter.gif) no-repeat bottom left;
}

#newsFeed { float: left; border: 2px solid #995008; width: 455px; margin: 10px; padding: 0; }
#newsFeed img { padding: 0; margin: 0; }

#hp-demo {
	float: left;
	border: none;
	padding: 0;
	margin: 0;
	width: 260px;
	background: #567EB9 url(../_images/hp-demoBannerFooter.gif) no-repeat bottom left;
}


a.demoLink {
	color: #FFF;
	text-decoration: none;
}

a:hover.demoLink {
	text-decoration: underline;
}

div.flashPlayerLink {
	float: left;
	margin: 10px 0 30px 75px;
	width: 89px;
	height: 32px;
}


#sidePane {
	float: right;
	width: 260px;
	padding: 0px;
	margin: 20px 0 0 0;
	background-color: #CCC;
}

.newsTable {
	float: left;
	font-size: 95%;
	font-weight: bold;
	margin: 0;
	width: 455px;
	border: none;
	height: auto
}

.newsTable tr {
		height: 30px;
}

.newsTable td { border: #777 solid 1px; border-left: none; border-bottom: none; padding: 4px 4px 1px 4px; margin: 0; }
.newsTable tr.even {
	background-color: #F5F5BD;
	background-image: url(../_images/tableEven.gif);
	background-position: bottom left;
	background-repeat: repeat-x;

}

.newsTable tr.odd {
	background-color: #fff;
	background-image: url(../_images/tableOdd.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.newsTable .centerContent { text-align: center; width: 20px; }

.topRow { border-top: none; }

.newsClip {
	background-color:#FFF;
	font-weight: normal;
	background-image: url(../_images/f-background.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

.newsClip td p { padding: 5px 5px 10px 45px; margin: 0;}
.newsClip td a { color: #2E6AAF;}

.fc-item{
padding: 5px 10px 5px 10px;

}
.fc-heading 
{
	text-align: center;
	color:white;
	font-size: 1.2em;
	font-weight: bold;

}
img.fc-img{

	
}
div.fc-img {
	text-align: center;
	margin:2px;
}
.fc-body {
	color:white;
	font-size: 0.85em;
	text-align: center;
	padding: 0 0 0.4em 0;
}

.fc-caption{
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	padding-top:0.25em;
	font-style: italic;
}

#featured-content{
}
