﻿body
{
	background-color: #ffffff;
	color: #333333;
	margin: 0;
	padding: 0;
}

body, *
{
	font-size: 9pt;
	font-family: Arial, Verdana, Helvetica;
}

body.base
{
	background-image: url('../images/cert_background_base.gif'); background-repeat: no-repeat;
}

body.base_new
{
	background-image: url('../images/cert_background_base_new.gif'); background-repeat: no-repeat;
}

body.reseller
{
	background-image: url('../images/cert_background_reseller.gif'); background-repeat: no-repeat;
}

body.reseller_new
{
	background-image: url('../images/cert_background_reseller_new.gif'); background-repeat: no-repeat;
}

body.error
{
}

div.nodisplay
{
	display: none;
}

table
{
	border-collapse: collapse;
	border-width: 0;
	margin: 0;
	padding: 0;
}

#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:171px;
	padding:0;
	margin:0;
}

#details
{
	position: absolute;
	top: 206px;
	left: 35px;
	width:475px;
	height:256px;
	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('../images/information.png') right no-repeat;
	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('../images/accept.png') right no-repeat;
	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('../images/exclamation.png') right no-repeat;
	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('../images/error.png') right no-repeat;
	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;
}

.notcertified
{
    color: #B92813;
}

#modal_container
{
	padding:5px;
	background-color: #eee;
	border: 3px solid #999;
	overflow: auto;
	color: black;
	text-align: left;
}

#modal_overlay
{
	background-color: #000;
}

.content-box
{
	width: 513px;
	border: 1px solid #034167;
	margin: 20px;
}

.content-heading
{
	text-align: left;
	background-color: #034167;
	color: #ffffff;
	padding: 4px 7px;
}

.content
{
	padding: 7px;
	background-color: #ffffff;
	text-align: left;
}

.error
{
	color: red;
}


