* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #f4f4f4;
}
h1 {
	font-size: 1.8em;
	color: #044261;
}
h2 {
	font-size: 1.6em;
	color: #044261;
}
h3 {
	font-size: 1.4em;
	color: #044261;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #044261;
	margin-bottom: 1em;
}
h5 {
	font-size: 1em;
	color: #044261;
}
h6 {
	font-size: 0.8em;
	color: #044261;
}


a {
	color: #005581;
	text-decoration: none;
}
a:hover,
a:focus,
a:active, {
	text-decoration: underline;
}

p {
	margin-bottom: 1em;
}

table {
	border-bottom: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	width: 100%;
}
td {
	padding: 8px 10px;
	border-top: 1px solid #f4f4f4;
	border-left: 1px solid #f4f4f4;
}
th {
	padding: 8px 10px;
	background: #044261;
	color: white;
	text-align: left;
}

input, select {
	border: 1px solid #e9e9e9;
	font-size: 1em;
	padding: 5px;
}
input[type=submit], #submitButton {
	background: #044261;
	color: white;
	font-size: 1.2em;
	padding: 5px 10px;
	cursor: pointer;
}
input[type=submit]:hover, #submitButton:hover {
	background: #005581;
	text-decoration: none;
}
input[type=button] {
	background: none;
	border: 0;
	color: #777;
	font-size: 1em;
	padding: 5px 10px;
	cursor: pointer;
}
input[type=button]:hover {
	background: none;
	text-decoration: none;
}
.fieldName {
	background: #e9e9e9;
}

.button {
	background: #044261;
	color: white;
	font-size: 1em;
	padding: 15px 10px;
	cursor: pointer;
	text-decoration: none;
}

.button:hover {
	background-color: #005581;
	text-decoration: none;
}

.button.small {
	padding: 5px 10px;
	background: #fff;
	color: #044261;
	margin-left: 10px;
	border: 1px solid #044261;
}
.button.small:hover {
	background-color: #e9e9e9;
}
.button.small.req {
	color: #d20000;
	border-color: #d20000;
}

.auth {
	background: #044261 url(/images/linedpapercheck32.png) no-repeat;
	background-position: 98% 50%;
	padding-right: 45px;
}
.adduser {
	background: #044261 url(/images/userplus32.png) no-repeat;
	background-position: 95% 50%;
	padding-right: 45px;
}


.page-width {
	width: 1100px;
	margin: 0 auto;
}

.userDetails {
	text-align: right;
	font-size: 0.9em;
	padding: 5px 0;
}

.header {
	background: white;
}
.header .logo {
	display: block;
	margin: 0 auto;
}
.subheader {
	background: #044261;
	color: white;
	padding: 20px 0;
	text-align: center;
}

.subheader h2 {
	font-weight: normal;
	color: white;
}

.menu {
	background: #e5d091;
}
.menu ul {
	list-style-type: none;
	text-align: left;
}
.menu li {
	display: inline-block;
	padding: 10px 5px;
	margin-right: 25px;
	font-size: 1.1em;
	position: relative;
}
.menu li a {
	text-decoration: none;
}
.menu li:last-of-type {
	margin-right: 0;
}
.menu li ul {
	display: none;
	position: absolute;
	background: white;
	width: 200px;
	margin-top: 10px;
	left: -5px;
	border: 1px solid #f4f4f4;
	padding-left: 10px;
}
.menu li ul li {
	font-size: 0.9em;
	margin-right: 0;
	display: block;
}
.menu li:hover > ul {
	display: block;
}

.searchForm {
	float: right;
	padding: 5px 0;
	position: relative;
}
.searchForm input {
	background: #FFF url(/images/search32.png) no-repeat center right;
	padding-right: 35px;
}
.searchForm a {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 7px;
	right: 0;
	cursor: pointer;
}


.page .page-width {
	margin: 25px auto;
	background: white; 
	padding: 25px;
	width: 1050px;
}

.full .page-width {
	width: 1200px;
}
.full .page .page-width {
	width: 1150px;
}

.page h3 {
	margin-bottom: 20px;
}

.footer {
	margin: 25px 0;
	background: #e9e9e9;
	padding: 15px 0;
}



.err {
	color: #d20000;
	background: #ffe4e4;
	padding: 5px;
	border: 1px solid #d20000;
	font-family: Arial, Helvetica, sans-serif;
}
.notice {
	padding: 5px;
	background: #fffae2;
	border: 1px solid #f4eab8;
	text-align: center;
}
.success {
	color: #009528;
	background: #d8ffe2;
	padding: 5px;
	border: 1px solid #009528;
	font-family: Arial, Helvetica, sans-serif;
}
.req {
	color: #d20000;
}
.pos {
	color: #009528;
}

.strongEm {
	text-transform: uppercase;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}

.note {
	color: #575757;
	font-size: 0.9em;
}
.moreInfo {
	position: relative;
	cursor: pointer;
	font-weight: bold;
}
.moreInfo .note {
	display: none;
	position: absolute;
	background: #fffae2;
	border: 1px solid #f4eab8;
	padding: 5px;
	top: 0;
	left: 20px;
	width: 200px;
	font-weight: normal;
}
.moreInfo:hover {
	text-decoration: none;
}
.moreInfo:hover > .note {
	display: block;
}


.right {
	float: right;
	width: 33%;
	padding: 0 2%;
	text-align: right;
}
.left {
	width: 62%;
}

.right.small {
	width: 20%;
}
.left.large {
	width: 75%;
}

.right .button {
	display: inline-block;
}

.loginTable {
	margin: 0 auto;
	border-bottom: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
}
.list {
	border: 1px solid #f4f4f4;
	padding: 15px;
}

.center {
	text-align: center;
}

.tableList tr:nth-of-type(2n+1) td {
	background: #f4f4f4;
}

.largeTable span.caption {
	display: none;
}

#ddArrow {
	display: none;
}

.form {
	font-family: 'Times New Roman', serif;
	width: 900px;
	margin: 0 auto;
}
.form2 {
	width: 700px;
}
.form table,
.form td {
	border: 0;
	padding: 0;
}
.form table {
	margin-bottom: 35px;
}
.form strong {
	text-decoration: underline;
}
.form strong.noUnderline {
	text-decoration: none;
}
.form .field {
	position: relative;
}
.form .field.withCaption {
	margin-bottom: 35px;
}
.form .field .label {
	display: inline-block;
	width: 20%;
}
.form .field .entry {
	border-bottom: 2px solid black;
	display: inline-block;
	font-size: 1.2em;
	padding: 1%;
}
.form .field.withLabel .entry {
	width: 76%;
}
.form2 .entry {
	min-width: 400px;
}
.form .field .caption {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	text-align: center;
	font-size: 0.7em;
}
.form .box {
	border: 1px solid black;
	padding: 5px 8px;
	margin: 0 15px 0 50px;
	font-size: 1.2em;
	display: inline-block;
}
.form .section {
	margin-bottom: 35px;
}

#signature-pad {
	position: relative;
}
.signature-actions {
	position: absolute;
	bottom: 5.5px;
	height: 125px;
	right: -125px;
	width: 120px;
	
}
.signature-actions input[type="button"] {
	font-size: 0.7em;
	background: #CCC;
	cursor: pointer;
	color: black;
	width: 120px;
	margin-bottom: 10px;
}

.uploadedPhoto {
	border: 1px solid #f4f4f4;
	display: block;
	margin: 15px auto;
	padding: 15px;
	text-align: center;
}
.uploadedPhoto img {
	height: auto;
	max-width: 500px;
	display: block;
	margin: 0 auto;
}

.decedentPhoto {
	border: 1px solid #f4f4f4;
	margin: 15px auto;
}
.decedentPhoto img {
	height: auto;
	max-width: 500px;
	display: block;
	margin: 1em auto 1em auto;
}
.decedentPhoto p {
	font-size: 1.2em;
	text-align: center;
}

.confirmationBtns input[type="submit"] {
	background: #044261;
	color: white;
	font-size: 1.2em;
	padding: 8px 15px;
	margin: 0 10px;
	cursor: pointer;
	text-decoration: none;
}
.confirmationBtns #noBtn {
	background: #777;
}
input[type="submit"].positive { background: #00a823; }
input[type="submit"].neutral { background: #777777; }
input[type="submit"].negative { background: #d20000; }

#decedentPhoto {
	pointer-events: none;
}
