﻿body
{
}


.title
{
	padding-left: 10px;
	padding-bottom: 3px;
	color: white;
	padding-top: 3px;
	background-color: #c4ba58;
	font-size: large;
}

.goodStatus
{
	color: Green;
}
.badStatus
{
	color: Red;
}


.vendPageTable
{
	border: solid 1px #FFE1B2;
	border-collapse: separate;
	padding-left: 5px;
	width: 99%;
}

.vendPageCertificateTable
{
	border: solid 1px #FFE1B2;
	width: 99%;
}

.vendPageCertificatesTable
{
	border-width: 0;
	width: 98%;
}

.vendPagePropertyTable
{
	border-width: 0;
	width: 98%;
}
.vendPageLimitTable
{
	border-width: 0;
	padding-left: 40px;
	margin-left: 4em;
	width: 80%;
}

.vendPageCoverageTable
{
	border: solid 1px #FFE1B2;
	width: 98%;
	margin-left: 1%;
}

.vendPageSectionTable
{
	width: 85%;
	border: solid 1px #FFE1B2;
}

.vendPageStatusTable
{
	border-width: 0;
	width: 60%;
	margin-right: auto;
}

input.reqd
{
	background-position: center center;
	background-image: url(/VillageGreen/images/required.gif);
	background-repeat: no-repeat;
	border-width: 1;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom: gold 1px solid;
	border-left: gold 1px solid;
	border-right: gold 1px solid;
	border-top: gold 1px solid;
}
.content
{
	padding: 0px 5px 5px 5px;
}
