﻿img.logo {
    max-height: 125px;
}
.spacer {
    clear: both;
    height: 15px;
}

a.largeLink
{
	color:#003366;
    text-decoration:underline;
}
a:hover.largeLink
{
}
div.progressContainer
{
	display:none;
}
div.resultsHeader
{
	color:#ffffff;
	font-weight:bold;
	background:#003366;
	padding:5px;
	margin: 0px 10px 0px 0px;
}
div.results
{
	margin: 0px 10px 0px 0px;
	padding:10px;
	border:solid 1px #232323;
	font-family:Courier New;
}
.cdata
{
	color:Gray;
}
.element
{
	color:darkred;
}
.attribute
{
	color:red;
}
.attributeValue
{
	color:blue;
}
.normalText
{
	color:Black;
}
.menuContainer
{
}
.menuMain
{
	font-weight:bold;
}
.menuMainHover
{
	text-decoration:none;
}
.menuItem
{
	height:30px;
	padding:0px 8px 0px 8px;
	border:solid 1px black;
}
.menuHover
{
	background:#ddddcc;
}
.newIDsGenerated
{
	padding:5px 0px 15px 5px;
	font-weight:bold;
	font-style:italic;
}