﻿body
{
	color: #ffffff;
	background-color: #ffffff;
	font-family: Calibri, Arial;
	font-size: 12px;
	border-collapse: collapse;
}
.ie8DivCenter
{
	/* 		Apparently this the CSS compliant method for centering horizontally 'box' type objects 		(eg div, panel, table etc) on a page and not to use text-align: center which is  		surprisingly to center the text with in the object 	*/
	margin-left: auto;
	margin-right: auto;
	width: 500px; /*need a width for margin-x: auto to work*/
}

.textbox
{
	background-color: #ffffff;
	color: #000000;
	border-collapse: collapse;
}

.linklabel
{
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #12120e;
	font-weight: normal;
}

.button
{
	height: 24px;
	font-family: Calibri, Arial;
	font-size: 12px;
}

.PanelTitle
{
	font-family: Calibri, Arial;
	font-size: 16px;
	color: #888888;
	font-weight: normal;
}

.ApplicationHeader
{
	font-family: Calibri, Arial;
	font-size: 14px;
	color: #12120e;
	font-weight: bold;
}

.ApplicationDescriptor
{
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #730b45;
}

.ApplicationPanel
{
	border-style: none;
	border-width: 0px;
	border-color: #ffffff;
	background-color: #ffffff;
	border-collapse: collapse;
}

.NewsPanel
{
	border-style: none;
	border-width: 0px;
	border-color: #ffffff;
	background-color: #e5f1fa;
	border-collapse: collapse;
}

.NewsLinkLabel
{
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #004960;
	font-weight: normal;
}

.NewsTitle
{
	font-family: Calibri, Arial;
	font-size: 14px;
	color: #12120e;
	font-weight: bold;
}

.NewsSummary
{
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #730b45;
	font-weight: normal;
}

.ErrorMessage
{
	font-family: Calibri, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

