BODY
{
	background-color: #ffffff;
	color: #333333;
	margin: 0;
	padding: 0;
}

BODY, *
{
	font-size: 9pt;
	font-family: Arial, Verdana, Helvetica;
}

BODY.base
{
	background: #ffffff url('cert_background_base.gif') no-repeat;
}

BODY.reseller
{
	background: #ffffff url('cert_background_reseller.gif') no-repeat;
}

#details STRONG
{
	font-size: 1.05em;
	line-height: 1.4em;
}

A, A:link, A:visited, A:hover, A:active
{
	color: #0078c1;
	text-decoration: underline;
}

A:hover
{
	color: #034167;	
}

SUP
{
	font-size: 0.75em;	
}

#description
{
	position: absolute;
	top: 35px;
	left: 35px;
	width:285px;
	height:155px;
	padding:0;
	margin:0;
}

#details
{
	position: absolute;
	top: 190px;
	left: 35px;
	width:475px;
	height:225px;
	padding:0;
	margin:0;
	overflow:auto;
}

.detail
{
	background-color: #eeeeee;
	padding: 4px 5px;
}

A.information,
A.information:link,
A.information:visited,
A.information:hover,
A.information:active
{
	font-size: 1.05em;
	color: black;
	font-weight: bold;
	line-height: 1.4em;
	padding-right: 20px;
	background: url('information.png') no-repeat right;
	text-decoration: none
}

A.pass,
A.pass:link,
A.pass:visited,
A.pass:hover,
A.pass:active
{
	font-size: 1.05em;
	color: black;
	font-weight: bold;
	line-height: 1.4em;
	padding-right: 20px;
	background: url('accept.png') no-repeat right;
	text-decoration: none		
}

A.fail,
A.fail:link,
A.fail:visited,
A.fail:hover,
A.fail:active
{
	font-size: 1.05em;
	color: black;
	font-weight: bold;
	line-height: 1.4em;
	padding-right: 20px;
	background: url('exclamation.png') no-repeat right;
	text-decoration: none		
}

A.warn,
A.warn:link,
A.warn:visited,
A.warn:hover,
A.warn:active
{
	font-size: 1.05em;
	color: black;
	font-weight: bold;
	line-height: 1.4em;
	padding-right: 20px;
	background: url('error.png') no-repeat right;
	text-decoration: none		
}

A.information:hover,
A.pass:hover,
A.fail:hover,
A.warn:hover
{
	color: #034167;
	text-decoration: underline;
}

#repository
{	
		padding-top: 10px;
}

.stampfloat
{
	width: 190px;
	height: 160px;
	float: right;
}

.warning
{
	color: red;	
}

#modal_container
{
	padding:5px;
	background-color: #eee;
	border: 3px solid #999;
	overflow: auto;
	color: black;
	text-align: left;
}

#modal_overlay
{
  background-color: #000;
}