/*
** ------------------------------------------------------------------------------------------
** RED PANE CONTENT
** ------------------------------------------------------------------------------------------
*/
div.CentrumHomepageNews table.MainTable td.redPaneContent
{
	background-color: #FD180E;
}

div.CentrumHomepageNews table.MainTable td.redPaneContent div
{
	padding: 5px 0px 0px 5px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
}

div.CentrumHomepageNews table.MainTable td.redPaneContent div.Title
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
}

div.CentrumHomepageNews table.MainTable td.redPaneContent div.Intro
{
	font-family:Arial;
	font-size:8pt;
}

/*
** ------------------------------------------------------------------------------------------
** RED PANE FOOTER
** ------------------------------------------------------------------------------------------
*/
div.CentrumHomepageNews table.MainTable td.redPaneFooter
{
	background-color: #FD180E;
}

div.CentrumHomepageNews table.MainTable td.redPaneFooter div
{
	padding: 5px 0px 0px 5px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
}

/*
** ------------------------------------------------------------------------------------------
** ORANGE PANE CONTENT
** ------------------------------------------------------------------------------------------
*/
div.CentrumHomepageNews table.MainTable td.orangePaneContent
{
	background-color: #FF4D08;
}

div.CentrumHomepageNews table.MainTable td.orangePaneContent div
{
	padding: 5px 0px 0px 5px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
}

div.CentrumHomepageNews table.MainTable td.orangePaneContent div.Title
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
}

div.CentrumHomepageNews table.MainTable td.orangePaneContent div.Intro
{
	font-family:Arial;
	font-size:8pt;
}

div.CentrumHomepageNews table.MainTable td.orangePaneContent a:link {color: #FFFF00; text-decoration: underline;}
div.CentrumHomepageNews table.MainTable td.orangePaneContent a:active {color: #FFFF00; text-decoration: underline;}
div.CentrumHomepageNews table.MainTable td.orangePaneContent a:hover {color: White; text-decoration: underline;}
div.CentrumHomepageNews table.MainTable td.orangePaneContent a:visited {color: White; text-decoration: underline;}

/*
** ------------------------------------------------------------------------------------------
** ORANGE PANE FOOTER
** ------------------------------------------------------------------------------------------
*/
div.CentrumHomepageNews table.MainTable td.orangePaneFooter
{
	background-color: #FF4D08;
}

div.CentrumHomepageNews table.MainTable td.orangePaneFooter div
{
	padding: 5px 0px 0px 5px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
}


/*
** ------------------------------------------------------------------------------------------
** ORANGE PANE ARROWS
** ------------------------------------------------------------------------------------------
*/
div.CentrumHomepageNews table.MainTable td.redArrow
{
	background-color: #FD180E;
	background-image: url(../timages/diagarrowred.gif);
}

div.CentrumHomepageNews table.MainTable td.orangeArrow
{
	background-color: #FF6600;
	background-image: url(../timages/diagarroworange.gif);
}