/*
	  Colors:
	  Light Gray: #AFAFAD
	  Dark Gray: #474747
	  Light Green: #75BC2E
	  Dark Green: #086C09

	  Check Box Green: #16921B

	  New Light Gray: #E6E6E6
	  Medium-light Gray: #C8C8C8
	  */

/*
Main styles
*/
body {
	color: #474747;
	background-color: #CFCFCF;
	margin-top: 25px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 18px;
}

b, strong {
	font-weight: bold;
	font-style: italic;
}

table {
	width: 100%;
}

table td {
	vertical-align: middle;
}

#container {
	width: 500px;
	margin: 0 auto;
	border: 2px solid #474747;
	background-color: white;

	/* CSS3 Enhancements */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #474747 4px 4px 18px;
	-moz-box-shadow: #474747 4px 4px 18px;
	box-shadow: #474747 4px 4px 18px
}

#header-table,
#company-info,
#legal {
	width: 468px;
	margin: 0 auto;
}

/*
Header Style - "ID Verified", valid till, partner logo
*/
#header {

}

#header-table {
	margin-top: 5px;
}

#header-table td {
	padding: 4px;
}

#header-image {
	text-align: center;
}

#todays-date {
    font-size: 14px;
}

#language {
    padding-top: 15px;
}

#language label
{
	/* Positioned so that it is available for accessibility screenreaders, but not shown to other users */
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/*
Company Info - pictures, org info domain info
*/
#company-info {
	text-align: left;
	line-height: 1.2;
}

#company-info table td.no-site-visit-image {
    padding-top: 10px;
    vertical-align: bottom;
}

#contact-information {
	/*width: 220px;*/
	font-size: 20px;
	white-space: nowrap;
}

#org-domain {
    font-size: 26px;
    margin-bottom: 5px;
}

#company-info tr td:first-child {
    padding-bottom: 10px;
}

#images-cell {
	width: 156px;
}

#site-visit-images {
	background-color: #E6E6E6;
	border-radius: 8px;
}

.image-container img {
	border: 3px solid #6F6F71;
	margin: 14px;

	/* CSS3 Enhancements */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

#large-image img {
	height: 96px;
	margin-right: 6px;
	cursor: pointer;
}

.small-image img {
	height: 43px;
	cursor: pointer;
	margin-left: 0;
}

#small-image-top img {
	margin-bottom: 4px;
}

#small-image-bottom  img {
	margin-top: 0;
}

#click-instructions {
	font-size: 12px;
}

/*
Checks, Standard View - validation checks on page load
*/
#checks-table.ov-checks, #checks-table.ev-checks {
	height: 380px;
}

#checks-table.dv-checks {
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-top: -10px;
    height: 150px;
}

.check-text-cell {
	font-size: 24px;
	line-height: 43px;
	vertical-align: top;
	padding: 0 12px 0 81px;
}

.subtext-content {
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 1.4;
	margin-left: 1px;
}

.subtext-content p {
	margin-top: 0.5em;
}

.check-row {
	cursor: pointer;
}

.check-row div {
	cursor: default;
}

.verified-information {
	font-weight: bold;
	margin: 8px 0 0 24px;
	line-height: 1.2;
}

.blue-ssl-row {
	background: transparent url(/seals/popup/images/blue-ssl-bar.png) no-repeat top center;
}

.green-ssl-row {
	background: transparent url(/seals/popup/images/green-ssl-bar.png) no-repeat top center;
}

.green-check-box-row {
	background: transparent url(/seals/popup/images/green-check-bar.png) no-repeat top center;
}

/*
Footer - logo, legal info
*/
#footer {
	line-height: 1.4;
	font-size: 11px;
	padding: 0 0 15px 0;
}