

pre
{
    color: darkblue;
    font-family: courier new;
    font-size: 10pt;
    font-weight: normal;
}

.blackborder
{
	border-style:solid;
	border-width: 2px;
	border-color: red;
	z-index : 100000;
}


/* block backgrounds for headers etc. */
.menuband, .gridheader, .buttonlinks, .blockheader
{
	color: cornsilk;
	background-color: #003399;
}


.webstoretitletext 
{
	color: #003399;
	font-size: 24pt;
	font-family: arial narrow;
	font-weight: bold;	
}

/* used for any block tags like headers on tables etc. */
.blockheader
{
}




.buttonlinks:visited { color: cornsilk; }
.buttonlinks:hover { color:darkblue; text-decoration:none; background:white;} 


.gridheader
{
	font-weight: bold;
	text-decoration: none;
	background: #f8f8f8;
}

.errormessage
{
	font-size: 10pt;
	font-weight: bold;
	color: maroon;
}

.errordisplay
{
	font-size: 10pt;
	font-weight: bold;
	color: darkred;
	border:solid 2px darkred;
	background-color:cornsilk;
	padding-left:15pt;
	padding-right:10pt;
	line-height: 15pt;
}
