table.cmsConsole
{
	border: solid 2px green;
	background-color: #333333;
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
}

table.cmsConsole td
{

}

table.cmsConsole A:link
{
	color: #FFFFFF;
	text-decoration: none;
}
table.cmsConsole A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
table.cmsConsole A:active
{
	color: #FF9933;
	text-decoration: none;
}
table.cmsConsole A:hover
{
	color: #FF9933;
	text-decoration: underline;
}

table.cmsConsoleError
{
	border: solid 2px red;
	background-color: #333333;
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
}

table.cmsConsoleError td
{

}

table.cmsConsoleError A:link
{
	color: #FFFFFF;
	text-decoration: none;
}
table.cmsConsoleError A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
table.cmsConsoleError A:active
{
	color: #FF9933;
	text-decoration: none;
}
table.cmsConsoleError A:hover
{
	color: #FF9933;
	text-decoration: underline;
}

table.cmsConsole div.horizontalSeperator
{
	border-top: #FFFFFF 1px solid;
	height: 1px;
}

table.cmsConsoleError div.horizontalSeperator
{
	border-top: #FFFFFF 1px solid;
	height: 1px;
}
