*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body{
	margin:0px;
}
#displayController {
	width: 740px;
	border: 0px solid silver;
	margin-right: auto;
	margin-left: auto;
}
div.Title {
	background-image: url(images/feed-banner-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	text-align: center;
}
#dcLeftPanel {
	clip: rect(auto,auto,auto,auto);
	padding: 0px;
	border: 0px;
	padding-right: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#dcFeedHeader select {
	margin-top: 2px;
	font-size: 11px;
	padding: 2px;
	width: 150px;
}
#dcFeedHeader {
	background-image: url(images/feed-banner-bg.gif);
	background-repeat: repeat-x;
	height: 40px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#dcContentArea {
	height: 496px;
	overflow: auto;
	margin-top: 2px;
	scrollbar-3dlight-color: #F0F0F0;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #AAAAAA;
	scrollbar-darkshadow-color: #898888;
	scrollbar-face-color: #AAAAAA;
	scrollbar-highlight-color: #F0F0F0 ;
	scrollbar-shadow-color: #898888;
	scrollbar-track-color: #f0f7fb;
	overflow-x: hidden;
}
/* * html .ItemBanner { width: 98%;} style for IE*/

#banner2, #banner1{
	margin-bottom: 1px;
}
#banner3 {
	margin-top: 1px;
	margin-bottom: 1px;
}

/*	News Item Banner	*/

.ItemBanner {
	border: 1px solid silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
}
.dcFeedGroup {
	background-color: #707070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 2px;
	background-image: url(images/feegGroup-SlantBg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
}
span.dcThinLiner {
	width: 165px;
	background-color: #f10e21;
	height: 3px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
}
#ItemTitle {
	font-weight: bold !important;
	color: blue;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	font-size: 11px !important;
}
.ItemTitle, .ItemLinks a, a.fileLinks{
	text-decoration: none;
}
a:hover{
	text-decoration: none !important;
}
a, a:hover, a:link, a:visited, a:active {
	color: #292526;
	text-decoration: none;
}
.ItemLinks {
	background-color: #ECEBEB;
	padding: 0px;
	font-size: 0.80em;
}
.ItemLinks img {
	margin-right: 4px;
}
.ItemImg {
	padding: 2px;
	border: 2px solid silver;
	margin-left: 2px;
}
.ItemText {
	background-color: #FFFFFF;
	padding: 0px;
	font-size: 11px;
	overflow: auto;
}

.ItemTitle{
	font-weight: bold;
	color: #292526;
}
#dcFeedHeader span
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.noItems
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}

.ItemText td{
	font-size: 11px;
}

.ItemLinks td{
	padding: 3px;
	font-size: 10px;
}
/* For Feed Options DIV */

#feedsDiv{
	width: 303px;
	height: 156px;
	position: absolute;
	overflow: auto;
	display: block;
	margin-top:12px;
	margin-left: -216px;
	margin-right:auto;
	padding: 5px;
	border: 1px solid #00619A;
	background-color: #FFFFFF;
	scrollbar-3dlight-color: #ddedf6;
	scrollbar-arrow-color: #67add6;
	scrollbar-base-color: #ddedf6;
	scrollbar-darkshadow-color: #f0f7fb;
	scrollbar-face-color: #e0eaee;
	scrollbar-highlight-color: #ddedf6;
	scrollbar-shadow-color: #f0f7fb;
	scrollbar-track-color: #f0f7fb;
/*
	width: 309px;
	height: 179px;
	background-color: #FFFFFF;
	margin-top: 0px;
	position: absolute;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #00619A;
	border-left-color: #00619A;
*/
	overflow:hidden;
}
* html #feedsDiv{
	margin-top: 10px !Important;
	margin-left: -201px !Important;
}

#feedsDiv ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 98%;
}
#feedsDiv li{
	color:#000000;
	text-align: left;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
#feedsDiv li a{
	text-decoration: none;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	display: block;
	padding:5px
}
#feedsDiv li a:hover {
	background-color:#dbeaf2;
}
#closebut {
	background-image: url(images/feed-banner-bg.gif);
	background-position: left bottom;
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	padding-top:2px;
	height:20px;
}
#closebut a{
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	height:20px;
}
#feedbut {
	background-image: url(images/other-feeds-btn.png);
	background-repeat: no-repeat;
	float: right;
	height: 22px;
	width: 97px;
}
#windowopen{
	height: 120px;
	float:none;
	overflow:scroll;
	overflow-x: hidden;
}
#FeedList{
	position: relative !important;
	top: -5px !important;
	left: 262px !important;
}
#FullScreen{
	background-color: #666666;
	color: #FFFFFF;
	height: 18px;
	font-weight: bold;
	cursor: hand;
}
#FullScreenImg{
	background-image: url(images/fullscreen.gif);
	background-repeat: no-repeat;
}