﻿.infoPage
{
	background-color: rgb(255,255,255);
}

.NewsColumn
{
	width: 180px;
	vertical-align: bottom;
	text-align: left;
}

.NewsTable
{
	width: 180px;
	background-color: rgb( 245, 245, 245 );
	background-image: url(./images/pnlbg.png);
	background-repeat: repeat-x;
	color: rgb( 0, 0, 0 );
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	border-top: solid 1px rgb( 192, 192, 192 );
	border-right: solid 1px rgb( 192, 192, 192 );
	border-left: solid 1px rgb( 192, 192, 192 );
	border-bottom: solid 1px rgb( 192, 192, 192 );
}

.NewsTableRow
{
	height: 65px;
	background-image: url(./images/pnlSep.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.NewsTableRowLast
{
	height: 60px;
}

.NewsLabels
{
	width: 60px;
	font-family: Tahoma;
	font-size: 9pt;
	color: Black;
}

.NewsTableFooter
{
	background-color: rgb( 245, 245, 245 );
	font-family: Tahoma;
	font-size: 9pt;
	color: black;
	vertical-align: middle;
	height: 1px;
}

.NewsTableHeader
{
	height: 21px; 
	background-image: url(./images/newsHeader.png); 
	background-repeat: repeat-x; 
	font-family: Tahoma; 
	font-size: 8pt; 
	vertical-align: middle;
	color: rgb(0,0,0);
}

.NewsItem
{
	width: 100%;
	height: 100%;
}

.NewsItemHeader
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	color: rgb( 0, 0, 0 );
	text-align:justify;
}

.NewsItemLink
{
	height: 12pt;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
}

.NewsItemLinkRef
{
	color: rgb( 0, 150, 40 );
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
}


.infoColumn
{
	vertical-align:bottom;
}

.infoTable
{
	width: 280px;
	border: solid 1px rgb(176,190,199);
	color: rgb(22,56,124);
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgb(245,250,255);
}

.infoLabels
{
	width: 60px;
	font-family: Tahoma;
	font-size: 9pt;
	color: Black;
}

.infoTableFooter
{
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgb(245,250,255);
	font-family: Tahoma;
	font-size: 9pt;
	color: black;
	vertical-align: middle;
	height: 10px;
}

.infoTableHeader
{
	height: 21px; 
	background-image: url(./images/infohdr.png); 
	background-repeat: repeat-x; 
	border-bottom: solid 1px rgb(176,190,199);
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: bold;
	vertical-align: middle;
	color: rgb(22,56,124);
}

.infoText
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
}

.infoRowOdd
{
	height: 24px;
}

.infoRowEven
{
	height: 24px;
}

.infoLabel
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
}

.introTable
{
	width: 590px;
	height: 100%;
}

.introHeader
{
	height: 14pt;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(0,0,0);
}

.introDesc
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: rgb(0,0,0);
	text-align: justify;
	vertical-align: top;
	height: 55px;
}

.HotNewsColumn
{
	vertical-align: bottom;
}

.HotNewsTable
{
	width: 280px;
	border: solid 1px rgb(176,190,199);
	color: rgb( 0, 0, 0 );
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgb(245,250,255);
}

.HotNewsTableHeader
{
	height: 21px; 
	background-image: url(./images/infohdr.png); 
	background-repeat: repeat-x; 
	font-family: Tahoma;
	font-size: 9pt; 
	font-weight: bold;
	vertical-align: middle;
	color: rgb(22,56,124);
}

.HotNewsTableHeaderCol
{
	border-bottom: solid 1px rgb(176,190,199);
}

.HotNewsRow
{
	height: 240px;
	text-align: justify;
	vertical-align: top;
	font-family: Tahoma;
	font-size: 8pt; 
	font-weight: normal;
	color: rgb(22,56,124);
	text-indent: 0px;
	padding-top: 0px;
}

.HotNewsFooter
{
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgb(245,250,255);
	font-family: Tahoma;
	font-size: 9pt;
	color: black;
	vertical-align: middle;
	height: 10px;
}