@font-face {
	font-family: 'LatoRegular';
	src: url('/sitevizcms/assets/fonts/Lato/regular/Lato-Reg-webfont.eot');
	src: url('/sitevizcms/assets/fonts/Lato/regular/Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/sitevizcms/assets/fonts/Lato/regular/Lato-Reg-webfont.woff') format('woff'),
		 url('/sitevizcms/assets/fonts/Lato/regular/Lato-Reg-webfont.ttf') format('truetype'),
		 url('/sitevizcms/assets/fonts/Lato/regular/Lato-Reg-webfont.svg#LatoRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-size: 16px;
	font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
	color:#777;
}

form {
	margin: 0px;
	padding: 0px;
}

td {
	color: #525252;
	font-size:16px;
	font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
}

p {
	font-size: 16px;
	font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
	color:#777;
	line-height: 26px;
	margin: 0 0 15px 0;
}


h1 {
	color: #d66f01;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	margin: 4px 0 20px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	color: #525252;
	font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 20px 0px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	color: #d66f01;
	font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	margin: 0 0 15px 0;
}


a {
	font-size: 16px;
	font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
	color: #d66f01;
	line-height: 26px;
	text-decoration: none;
}

a:hover {
	color: #138f90;
}

.tableBorder {
	border: 1px solid #d9d5d0;
}

table.styled {
	border: none;
	border-collapse: collapse;
}

.tableHeader,
.formSection,
table.styled thead th {
	background:#d66f01;
	border: none;
	color: #ffffff;
	font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	padding: 5px 15px 5px 15px;
	text-align: left;
}

table.styled tbody td {
	border: none;
}

.tableHeader:first-child,
.formSection:first-child,
table.styled thead th:first-child {
	border-top-left-radius: 4px;
}

.tableHeader:last-child,
.formSection:last-child,
table.styled thead th:last-child {
	border-top-right-radius: 4px;
}

.tableHeader a,
.formSection a {
	color: #ffffff;
	background:#d66f01;
	font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	border-bottom:0px;
}

.tableHeader a:hover,
.formSection a:hover {
	text-decoration: none;
}

.evenrow,
table.styled.striped tbody tr:nth-child(odd) td /* Intentionally backwards */ {
	background-color: #f3efec;
}

.oddrow,
table.styled.striped tbody tr:nth-child(even) td /* Intentionally backwards */ {
	background-color: #d9d5d0;
}

.evenrow td,
.oddrow td,
table.styled tbody td {
	font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 15px 5px 15px;
	line-height:26px;
}


.fieldLbl {
	font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 15px 5px 15px;
	text-align: left;
}

.fieldVal {
	font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 15px 5px 15px;
	text-align: left;
}

.redText {
	color: red;
}

.imgClass {

}

.button {
	background: #d66f01;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding:5px 9px 6px 9px;
	border:0px;
}

.button:hover {
	background:#138f90;
}

.button:active {
	background:#8e4b04;
}

.secondaryButton {
	background: #8d8a86;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding:5px 9px 6px 9px;
	border:0px;
}

.secondaryButton:hover {
	background:#4c9192;
}

.secondaryButton:active {
	background:#434240;
}

#messages {
	margin-bottom: 10px;
	padding: 5px;
}

.message_warning {
	border: 3px solid #138f90;
	background-image: none;
	font-size: 14px;
	font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
	color:#777;
	line-height: 26px;
}

.message_confirm {
	border: 3px solid #d66f01;
	background-image: none;
	font-size: 14px;
	font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
	color:#777;
	line-height: 26px;
}

.clearBoth {
	clear: both;
}

ul{
	margin:0px 0px 3px 15px;
	padding:0px;

}

li{
	font-size: 16px;
	font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
	color:#777;
	line-height: 26px;
}
