﻿/* News Articles Custom Styles */
.articleTitle {
	font-size : 14px;
	font-weight : bold;
	color: #000000;
}
.articleTable {
	border-bottom: 1px;
	background-color: #FFFFFF;
	height: 20px;
	line-height: 30px;
	vertical-align: middle;
	border-bottom-color: #C0C0C0;
	border-bottom-style: solid;
}
.articleTopCell {
	border-bottom: 1px;
	border-bottom-color: #C0C0C0;
	border-bottom-style: solid;
}
.articleTopCell .Normal {
	color: #000000;
}
.articleContentCell {
	color: black;
	background-color: #FEFEFE;
	border-bottom: 1px #e8e8e8 solid
}
.articleTextCell {
	color: black;
	background-color: #fff;
	padding:5px 0px 5px 0px;
}
.articleIconCell {
	background-color: #D0D0D0;
	width: 20px;
}
.articleFooterCell {
	color: #FFFFFF;
	background-color: #336699;
	height: 25px;
}
.articleFooterCell .NormalBold {
	color: #FFF;
}
.featuredTopCell {
	background-color: #336699;
	color: white;
	font-weight: bold;
	height: 25px;
}
.articleTabstrip {
	background: url(images/tab_background.gif) repeat-x bottom;
	width: 100%;
	line-height: normal;
}
.articleTabstrip ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.articleTabstrip li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0px;
}
.articleTabstrip a {
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
	float: left;
	background: url(images/left_both.gif) no-repeat left top;
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #919B9C;
	text-decoration: none;
	cursor: hand;
}
.articleTabstrip a span {
	float: left;
	display: block;
	background: url(images/right_both.gif) no-repeat right top;
	padding: 5px 0px 0px 0px;
	font-weight: normal;
	color: black;
	width: 100px;
	text-align: center;
	line-height: normal;
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
	text-decoration: none;
}
.articleTabstrip ul li a:visited {
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
	text-decoration: none;
	color: black;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.articleTabstrip a span {
	float: none;
}
/* End IE5-Mac hack */
.articleTabstrip a:hover span {
	color: black;
}
.articleTabstrip .selected a {
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
	background-position: 0 -34px;
	border-width: 0;
	margin-top: -2x;
}
.articleTabstrip .selected a:hover {
	background-position: 0 -34px;
}
.articleTabstrip .selected a:hover span {
	background-position: 100% -34px;
}
.articleTabstrip .selected a span {
	background-position: 100% -34px;
	padding-top: 3px;
	padding-bottom: 5px; /*color:#333;*/;
	padding-left:0px;
	padding-right:0px;
	margin-top: 0px;
}
li.articleTab .selected {
	margin-top: 5px;
}
.articleTabstrip a:hover {
	background-position: 0% -32px;
}
.articleTabstrip a:hover span {
	background-position: 100% -32px;
}
.articleTabpanel {
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0px;
	background-color: #FCFCFE;
	float: none;
	border-left: 1px solid #919B9C;
	border-right: 1px solid #919B9C;
	border-bottom: 1px solid #919B9C;
	border-top: 1px solid #919B9C;
}
.articleOptionpanel {
	margin: 4px;
	margin-bottom: 4px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FCFCFE;
	float: none;
	border-left: 1px solid #919B9C;
	border-right: 1px solid #919B9C;
	border-bottom: 1px solid #919B9C;
	border-top: 1px solid #919B9C;
	text-align: center;
}
