table.vis_manifestList {
	width: 100%;
	}

div.vis_manifestSearch {
	width: 100%;
	margin: 0 auto;
	}

.vis_search_lead_year, .vis_search_dates {
	margin-top: 20px;
	}

.vis_search_lead_year select {
	margin-right: 20px;
	}
	
div.vis_search_lead_year select option {
	padding-left: 5px;
	padding-right: 5px;
	}
	
div#vis_cal1 {
	position:absolute;
	visibility:hidden;
	background-color:white;
	margin-top: -8px;
	margin-left: 100px;
	}
	
div.vis_zip_search {
	margin-top: 20px;
	text-align: left;
	}
	






p.noTopMarg {
	font-size: 1.1em;
	margin: 0;
	}

div.areaInterestWrap {
	width: 100%;
	margin-bottom: 20px;
	}
	
div.areaInterestLeft, div.leadsLeft {
	width: 48%;
	float: left;
	}
	
div.areaInterestRight, div.leadsRight {
	width: 48%;
	float: right;
	}
		
table.vis_manifestListInner {
	width: 100%;
	margin: 0 auto;
	}

div.manifest_zip_search {
	margin-top: 100px;
	text-align: left;
	}
	
table.vis_manifestListInner td {
	font-size: 1.1em;
	}

table.vis_manifestFormTable {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	}

table.vis_manifestFormTable tr.required {
	padding: 0;
	margin: 0;
	font-style: italic;
	}
	
table.vis_manifestFormTable tr.required td {	
	color: #ff0000;
	font-size: 1.1em;
	}
	
table.vis_manifestFormTable td.left, table.vis_manifestFormTable td.leftAreaInterest, table.vis_manifestFormTable td.leftLeads {
	width: 100px;
	text-align: right;
	padding-right: 3px;
	font-weight: bold;
	}

table.vis_manifestFormTable td.left {
	vertical-align: top;
	width: 110px;
	}
	
table.vis_manifestFormTable td.leftLeads {
	width: 108px;
	}

table.vis_manifestFormTable td.leftAreaInterest {
	width: 128px;
	}
	
table.vis_manifestFormTable td {
	vertical-align: top;
	}

table.vis_manifestFormTable textarea {
	width: 90%;
	}

table.vis_manifestFormTable option {
	padding-left: 5px;
	}

div.vis_manifestSubmit {
	float:right;
	}


span.vis_legalManifest {
	font-size: .9em;
	font-style: italic;
	color:#7b7b7b;
	}
	
.vis_alertManifest {
	font-size: 1.0em;
	color:#ff0000;
	}

.alertFieldNames {
	font-size: 100%;
	color:#FF0000;
	}

div#vis_testdiv1 {
	position:absolute;
	visibility:hidden;
	background-color:white;
	margin-top: -165px;
	margin-left: -100px;
	_margin-top: -125px;
	_margin-left: -65px;
	}

.odd {
	background-color: #e7eaef;
	}

.even {
	background-color: #fff;
	}


/* POP UP CALENDAR STYLE */
.popupStylecpYearNavigation,
.popupStylecpMonthNavigation	{
	background-color:#530500;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	}
.popupStylecpDayColumnHeader,
.popupStylecpYearNavigation,
.popupStylecpMonthNavigation,
.popupStylecpCurrentMonthDate,
.popupStylecpCurrentMonthDateDisabled,
.popupStylecpOtherMonthDate,
.popupStylecpOtherMonthDateDisabled,
.popupStylecpCurrentDate,
.popupStylecpCurrentDateDisabled,
.popupStylecpTodayText,
.popupStylecpTodayTextDisabled,
.popupStylecpText {
	font-family:arial;
	font-size:8pt;
	}
td.popupStylecpDayColumnHeader {
	text-align:right;
	border:solid thin #ffffff;
	border-width:0 0 1 0;
	}
.popupStylecpCurrentMonthDate,
.popupStylecpOtherMonthDate,
.popupStylecpCurrentDate {
	text-align:right;
	text-decoration:none;
	}
.popupStylecpCurrentMonthDateDisabled,
.popupStylecpOtherMonthDateDisabled,
.popupStylecpCurrentDateDisabled {
	color:#d0d0d0;
	text-align:right;
	text-decoration:line-through;
	}
.popupStylecpCurrentMonthDate {
	color:#530500;
	font-weight:bold;
	}
.popupStylecpCurrentDate {
	color: #530500;
	font-weight:bold;
	}
.popupStylecpOtherMonthDate {
	color:#808080;
	}
td.popupStylecpCurrentDate {
	color:#ffffff;
	background-color: #ffffff;
	border-width:1;
	border:solid thin #005b66;
	}
td.popupStylecpCurrentDateDisabled {
	border-width:1;
	border:solid thin #ffaaaa;
	}
td.popupStylecpTodayText,
td.popupStylecpTodayTextDisabled {
	border:solid thin #ffffff;
	border-width:1 0 0 0;
	}
a.popupStylecpTodayText,
span.popupStylecpTodayTextDisabled {
	height:20px;
	}
a.popupStylecpTodayText {
	color:#530500;
	font-weight:bold;
	}
span.popupStylecpTodayTextDisabled {
	color:#d8d8d8;
	}
.popupStylecpBorder {
	border:solid thin #005b66;
	}
/* End Pop Up Calendar Styles */

/* pagination */
div.pagination {
	padding: 3px;
	margin: 3px;
	}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #530500;	
	text-decoration: none; /* no underline */
	color: #7b7b7b;
	}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #530500;
	color: #530500;
	}
	
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #530500;		
		font-weight: bold;
		background-color: #530500;
		color: #ffffff;
	}
	
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #eeeeee;	
		color: #dddddd;
	}
/* End pagination */
