.bswebNewsTabs
{
	border-collapse: collapse;
}

.bswebNewsTabs td
{
	/*border: 1px solid #000;
	border-bottom:none;*/
	padding:7px 2px 7px 2px;
	cursor:pointer;
	font-size: 10px;
	font-weight: bold;
}

.bswebNewsTabSel_l
{
	background: url(/DesktopModules/BSWeb.News/Media/Tab_Active_Left.png) no-repeat right top;
	width: 5px;
	padding: 0px !important;
}

.bswebNewsTabSel
{
	background: url(/DesktopModules/BSWeb.News/Media/Tab_Active_Mid.png) repeat-x;
	/*background-color: #de0101;*/
	color: #D2222A;
}

.bswebNewsTabSel_r
{
	background: url(/DesktopModules/BSWeb.News/Media/Tab_Active_Right.png) no-repeat left top;
	width: 5px;
	padding: 0px !important;
}

.bswebNewsTabNorm_l
{
	background: url(/DesktopModules/BSWeb.News/Media/Tab_Inactive_Left.png) no-repeat right top;
	width: 5px;
	padding: 0px !important;
}

.bswebNewsTabNorm
{
	background: url(/DesktopModules/BSWeb.News/Media/Tab_Inactive_Mid.png) repeat-x;
	/*background-color: #FFF;*/
	color: #000000;
}

.bswebNewsTabNorm_r
{
	background: url(/DesktopModules/BSWeb.News/Media/Tab_Inactive_Right.png) no-repeat left top;
	width: 5px;
	padding: 0px !important;
}

a.bswebNewsTabSel:link, a.bswebNewsTabSel:visited, a.bswebNewsTabSel:active, a.bswebNewsTabSel:hover
{
	text-decoration: none;
	color: #FFF;
}

a.bswebNewsTabNorm:link, a.bswebNewsTabNorm:visited, a.bswebNewsTabNorm:active, a.bswebNewsTabNorm:hover
{
	text-decoration: none;
	color: #000;
}

.bswebNewsSubheader
{
	border: 1px solid #D6D6D6;
	background-color: #646464;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.bswebNewsSubheader
{
	border: 1px solid #D6D6D6;
	background-color: #646464;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.bswebNewsText, .bswebNewsText p, .bswebNewsText td
{
	color: #555555;
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
	line-height: 18px;
}

.bswebNewsQuickLinks
{
	padding: 10px;
}

a.bswebNewsGrayLink:link, a.bswebNewsGrayLink:visited, a.bswebNewsGrayLink:active, a.bswebNewsGrayLink:hover
{
	text-decoration: underline;
	color: #000000;
}

a.redlinknews:link, a.redlinknews:hover, a.redlinknews:visited, a.redlinknews:active {
	color:#CC0607;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}



/* YearView */
.YearView
{
	width:100%;
}

.YearBox
{
	padding-bottom:10px;
}

.YearItem
{
	padding: 10px 5px 10px 5px;
	background:#2B2B2B;
	color:White;
	font-weight:bold;	
	line-height:10px;
	
}

.YearItem a,
.YearItem a:link,
.YearItem a:hover,
.YearItem a:visited,
.YearItem a:active
{
	color: White;
	font-weight:bold;
	text-decoration: none;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}


.YearItemCollapsed
{
	background:transparent url(/DesktopModules/BSWeb.News/Media/point.gif) no-repeat center;
	float:left;
	width:15px;
	height:100%;
	cursor: pointer;
	margin-right:5px;
}

.YearItemExpanded
{
	background:transparent url(/DesktopModules/BSWeb.News/Media/point2.gif) no-repeat center;
	float:left;
	width:15px;
	height:100%;
	cursor: pointer;
	margin-right:5px;
}

.YearOver
{
	background:rgb(50,50,50);
}

.Months
{
	background: transparent url(/portals/_default/skins/Americare/submenubox-bg.png) repeat scroll left top;
	padding: 2px 2px 5px 2px;
}

.MonthItem
{
	padding: 2px 10px 2px 25px;	
	border-bottom:1px dotted #969696;
}

.MonthItemActive
{
	padding: 2px 10px 2px 25px;	
	border-bottom:1px dotted #969696;
}

.MonthItem a,
.MonthItem a:link,
.MonthItem a:hover,
.MonthItem a:visited,
.MonthItem a:active
{
	color: black;
	font-weight:normal;
	text-decoration: none;
}

.MonthItemActive a,
.MonthItemActive a:link,
.MonthItemActive a:hover,
.MonthItemActive a:visited,
.MonthItemActive a:active
{
	color: #D2222A;
	font-weight:normal;
	text-decoration: none;
}