/*--------------------CHECKLIST TABLE--------------------*/
table.checklist {
	border: 1px solid #000000;
	border-collapse: collapse;
	margin: 0px 0px 10px 0px;
	background-color: #E5E5E5;
	width: 100%;
}

table.checklist th,table.checklist td {
	border: 1px solid #000000;
	padding: 5px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

table.checklist th {
	background-color: #C1C1C1;
	font-weight: 600;
}

table.checklist .item {
	width: 170px;
}

table.checklist .status_icon {
	width: 16px;
}

table.checklist .status {
	width: 130px;
}

table.checklist .desc {
	width: 444px;
}

table.checklist .status_icon img {
	width: 16px;
	height: 16px;
}

/*--------------------TEXT / PARAGRAPHS--------------------*/
.required {
	color: #FF0000;
}

p.refsummary,p.refcancelled {
	margin-left: 30px;
	color: #0000FF;
}

p.refcancelled {
	color: #808080;
}

/*--------------------APPLICATION SECTION TABLE--------------------*/
table.app1,table.app2 {
	margin: 5px 0px;
	border: 1px solid #000000;
	background-color: #E5E5E5;
}

table.app1 col {
	width: 280px;
	background-color: #C1C1C1;
}

table.app1 th,table.app1 td,table.app2 th,table.app2 td {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

table.app1 th,table.app2 th {
	font-size: 14px;
	font-weight: 600;
}

table.app1 th p,table.app2 th p,table.app2 th ol {
	font-size: 12px;
	font-weight: 400;
}

table.app2 {
	border-collapse: collapse;
}

table.app2 th {
	background-color: #C1C1C1;
}

/*--------------------INPUT FIELDS--------------------*/
input,select,textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

textarea {
	width: 450px;
	height: 70px;
	resize: vertical;
}

.small {
	width: 86px;
}

.medium {
	width: 150px;
}

.mediumlarge {
	width: 200px;
}

.large {
	width: 250px;
}

.extralarge {
	width: 400px;
}

div.checkbox,div.checkbox span,div.checkbox input {
	display: inline;
	padding: 0px;
	margin: 0px;
}

div.checkbox span,div.checkbox input {
	float: left;
}

div.checkbox {
	width: 100%;
}

div.checkbox span {
	width: 130px;
}

div.checkbox input {
	width: 20px;
}

div.checkbox br {
	clear: both;
}

div.upload {
	margin-left: 50px;
}

div.upload input {
	margin-bottom: 10px;
}

/*--------------------NEW INPUT SECTIONS--------------------*/
fieldset {
	padding: 0px 5px 5px 5px;
	margin: 10px 0px;
	background-color: #e8e8e8;
}

fieldset legend {
	padding: 0px;
	font-weight: 600;
	color: #000000;
}

fieldset div,fieldset div.section {
	padding: 3px 0px;
}

fieldset div.section {
	padding-top: 20px;
}

fieldset label {
	display: inline-block;
	clear: both;
	width: 325px;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}

fieldset div input,fieldset div select {
	vertical-align: top;
}

fieldset div.section p {
	padding-top: 0px;
	margin-top: 0px;
}

/*--------------------CUSTOM BUTTON LINKS--------------------*/
div.buttons {
	height: 27px;
	margin: 5px 0px;
	position: relative;
}

a.next,a.save,a.submit,a.viewprint {
	display: block;
	width: 100px;
	padding: 5px 10px;
	border: 1px solid #000000;
	background-color: #E5E5E5;
	text-align: center;
	margin: 0px;
}

a.next:hover,a.save:hover,a.submit:hover,a.viewprint:hover {
	background-color: #C1C1C1;
	text-decoration: none;
}

a.next {
	float: right;
}

a.save {
	float: left;
}

a.submit {
	clear: both;
	font-weight: 600;
	color: #FF0000;
	margin: auto;
	width: 220px;
}

a.viewprint {
	float: left;
	margin: 0px 0px 30px 50px;
	width: auto;
}
}