
html, body 
{
	margin:0; 
	padding:0; 
	overflow:auto;
}

.massive
{
	color:#66CCFF;
	font-weight: bold;
	font-size: xx-large;
	font-family: Arial;
}

.menu
{
	color:Gray;
	font-family: Arial;
	font-size:10pt;
	font-weight:normal;
	text-align:left;
 
}

.menu a:link, a:active, a:visited
{ 
	color:Gray;
	text-decoration:none;
    line-height:20px;
}

.menu a:hover
{
	color:Gray;
	text-decoration:none;
    line-height:20px;

}

.minorlinks
{
	color:Gray;
	font-size:8pt;
	font-family:Arial;
	font-weight:bold;
}

.headerlinks
{
	text-decoration:none;
	color:White;
	font-size:small;
	font-family:Arial;
	font-weight:bold;
}

.copyright
{
	font-family:Arial;
	font-size:8pt;
	color:Black;	
}

.knockout
{
	font-family:Arial;
	font-size:10pt;
	color:White;
}

.knockoutsmall
{
	font-family:Arial;
	font-size:x-small;
	color:White;
}

.minor
{
	font-family:Arial;
	font-size:x-small;
	color: Black;
}

.error
{
	font-family:Arial;
	font-size:small;
	color:Red;
	font-weight:bold;
}


.minorlight
{
	font-family:Arial;
	font-size:x-small;
	color: Gray;
}

.smalllight
{
	font-family:Arial;
	font-size: small;
	color: Gray;
}

.xsmalllight
{
	font-family:Arial;
	font-size: x-small;
	color: Gray;
}
.body
{
	font-family:Arial;
	font-size:small;
	color:Black;
}

.bodyblue
{
	font-family:Arial;
	font-size:small;
	color:Cornflowerblue;
}

.medium
{
	font-family:Arial;
	font-size:medium;
	color:Cornflowerblue;
}

.large
{
	font-family:Arial;
	font-size:x-large;
	color:Black;
	font-weight:bold;
}

.extralarge
{
	font-family:Arial;
	font-size:xx-large;
	color:Black;
	font-weight:bold;
}

.smallbluebold
{
	font-family:Arial;
	font-size: small;
	color:#666666;
	font-weight:bold;
}

.validationerror
{
	font-family:Arial;
	font-size: x-small;
	color: Red;
	font-weight:normal;
}

.demopanel
{
	border-color:Black;
	border:1px;
	border-style:solid;
	background-color:White;
	position:absolute;
	top:0;
	left:0;
    font:Arial small;
}

.SmallError
{
	font-family:Arial;
	font-size:x-small;
	color:Red;
	line-height:normal;
}

.EditorOperationLink
{
	font-family:Arial;
	font-size:x-small;
	font-weight:bold;
	color:#99CC00;
	line-height:25px;
}

.RedeemRow
{
	padding:20px;
}

.accordianheader
{
	text-align:center;
}

.modalBackground 
{
   background-color:#000;
   filter:alpha(opacity=80);
   opacity:0.8;
}

.AccordionCenteredContent
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


#processing 
{
	background:url('../Images/InsidePages/PhotoCollection/NanoSnapLoadingAnimation.gif') 50% 50% no-repeat;
	width:250px; height:45px;
}

A:link active { text-decoration:underline;color:cornflowerblue;}