body {
	background-color:#e9e9e9;
	padding:0;
	margin:0;
	font:12px Helvetica, Arial;
	color:#353434;
}
a {
	color:#353434;
}
a img {
	border:none;
}
ol.alphabet-list {
	list-style:lower-alpha;
}

ol.roman-list {
	list-style:lower-roman;
}

ol.no-bullets,
ul.no-bullets {
	list-style:none;
}

#header {
	width:1000px;
	margin:auto;
	background:#e9e9e9;
}
#header img {
	vertical-align: middle;
}
#header #nav {
	padding-top:10px;
	padding-right:10px;
}
.header-padding {
	padding:7px 15px 9px;
}
#header-divider {
	background-color:#808080;
	padding:6px 0 5px;
	font-weight:bold;
	color:#fff;
}
#header-divider a, #header-divider span {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
.bucket {
	width:458px;
	font-size:15px;
	line-height:20px;
}
.bucket-padding {
	padding:80px 35px 30px 35px;
}
#body {
	background-color:#fff;
}
.body-padding {
	padding:30px;
}
.en #upload {
	background: url(../images/en/upload_excel.jpg) no-repeat;
}
.en #download {
	background: url(../images/en/download_excel.jpg) no-repeat;
}
.fr #upload {
	background: url(../images/fr/upload_excel.jpg) no-repeat;
}
.fr #download {
	background: url(../images/fr/download_excel.jpg) no-repeat;
}
#footer {
	width:940px;
	margin:auto;
	padding-top:30px;
	padding-bottom:30px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
#SlickUpload1 {
	margin-bottom:20px;
}
.en #fileSelectText {
	width:257px;
	height:56px;
	background:url(../Images/en/add_files_to_verify.png) no-repeat;
	cursor: pointer;
}
.fr #fileSelectText {
	width:257px;
	height:56px;
	background:url(../Images/fr/add_files_to_verify.png) no-repeat;
	cursor: pointer;
}
#fileSelectText input {
	visibility: hidden;
}
.en #btnUpload {
	width:203px;
	height:56px;
	background:url(../Images/en/verify_files.png) no-repeat;
	border:none;
	cursor: pointer;
}
.fr #btnUpload {
	width:203px;
	height:56px;
	background:url(../Images/fr/verify_files.png) no-repeat;
	border:none;
	cursor: pointer;
}
.kw_FileList, #SlickUpload1_progressDisplay {
	margin-top:40px;
}
.pnlSuccess {
	margin:10px 0;
}
#pnlSuccess, #uploadProgress {
	font-size:12px;
	padding-top:20px;
}
#pnlErrorList span {
	font-weight:bold;
	color:#999;
	padding-left:3px;
}
#pnlErrorList table {
	padding-bottom:10px;
}
#pnlErrorList table th {
	font-size:14px;
}


/* Checklist */
.checklist {
	margin:0;
	padding:0;
}
.checklist li {
	margin-bottom: 15px;
	font-size:15px;
	list-style-type: none;
}
.checklist .column1 {
	width:30px;
}
.checklist .column2 {
	padding-top:2px;
	width:900px;
}

.red-ast {
	color:#ff0000;
}
/** Grid Structure **/
div.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.col-1, .col-2, .col-3, .col-4 {
	display:inline;
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
}

.col-1 .col-section, .col-2 .col-section, .col-3 .col-section, .col-4 .col-section {
	margin-bottom:10px;
}

.col-1 .col-header, .col-2 .col-header, .col-3 .col-header, .col-4 .col-header {
	margin-bottom:5px;
}

.col-1 {
	width:225px;
}
.col-2 {
	width:460px;
}
.col-3 {
	width:695px;
}
.col-4 {
	width:930px;
}

/** Page Specific Styles **/
.recycle-form {
	font-size:14px !important;
}

.recycle-form label {
	display:block;
	margin:0 10px 5px 0;
}

.recycle-form select,
.recycle-form input[type=text] {
	display:inline;
	width:175px;
}

.recycle-form select.long {
	width:450px;
}

#txtStreet, #txtBusinessName{
	width:260px; 
}

.recycle-form input[type=text] {
	border:1px solid #ccc;
}

.recycle-form input[type=submit],
.recycle-form button,
.print-button {
	color:#555555;
	margin:10px 0 5px 0;
	border:1px solid #cccccc;
	padding-top:5px;
	padding-bottom:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:url('../images/background-gradient.jpg') repeat-x;
}

a.print-button {
	text-decoration:none;
	padding:8px 5px 7px;
}

.recycle-form input[type=submit]:hover,
.recycle-form button:hover,
.print-button:hover {
	color:#000000;
	cursor:pointer;
}
.recycle-form .full-text {
	width:695px;
}

table.summary tr,
table.summary td {
	vertical-align: text-top;
}

table.summary td {
	padding-bottom:5px;
}
