/* News Articles Custom Styles */
.NormalWhite
{
	font-weight: bold;
	font-size: 11px;
	color: #0b1060;
	font-family: Georgia, Tahoma, Arial, Helvetica;
}
.NormalBold
{
	font-weight: bold;
	font-size: 11px;
	font-family: Georgia, Tahoma, Arial, Helvetica;
	font-weight: bold;
	color: #0B1060;
}

.articleQuote
{
	border-top: #999999 1px solid;
	font-size: 8pt;
	border-bottom: #999999 1px solid;
	font-family: Tahoma, Arial, Helvetica;
}

.articleTitle
{
	font-weight: bolder;
	font-size: 14px;
	color: #006600;
}

.articleTable
{
	margin: 0px;
	background-color: black;
}
.articleTopCell
{
	padding-right: 6px;
	padding-left: 6px;
	font-family: Georgia, Verdana;
	font-weight: bold;
	padding-bottom: 6px;
	color: #0B1060;
	padding-top: 6px;
	height: 25px;
	background-color:	#EBB580;
}
.articleContentCell
{
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	color: black;
	padding-top: 6px;
	background-color: #fefefe;
}
.articleTextCell
{
	color: black;
	padding: 6px;
	background-color: #FFFFCC;
}
.articleIconCell
{
	background-color: #D0D0D0;
	width: 20px;
}
.articleFooterCell
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	color: #ffffff;
	padding-top: 3px;
	font-family: Georgia, Verdana;
	height: 25px;
	background-color: #d6e5c8;
}

.articleTabstrip
{
	background: url(images/tab_background.gif) repeat-x bottom;
	width: 100%;
	padding: 0px 0px 0px 7px;
	line-height: normal;
}

.articleTabstrip ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.articleTabstrip li
{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

.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: 0 0 0 4px;
	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 6px 2px 2px;
	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;*/
	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-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	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;
}

.articleOptionpanel
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	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;
}

