﻿img {
	border: 0 none;
}

ul, ol {
	padding-left: 24px;
}

ul {
	list-style-type: disc;
}

li {
	margin-top: 3px;
}

dt {
	font-weight: bold;
	margin-bottom: 3px;
}

dd {
	margin: 0 0 6px;
	padding-left: 12px;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.caps {
	text-transform: uppercase;
}

.italics {
	font-style: italic;
}

.justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.hidden {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

.TwoCol {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.TwoCol:last-child {
	border-right: none;
}

.ThreeCol {
	display: inline-block;
	vertical-align: top;
	width: 32%;
}

.ThreeCol:last-child {
	border-right: none;
}

.FourCol {
	display: inline-block;
	vertical-align: top;
	width: 24%;
}

.FourCol:last-child {
	border-right: none;
}

.columnBorder {
	border-right: 1px dotted silver;
}

.noMarginTop {
	margin-top: 0 !important;
}

.noMarginBottom {
	margin-bottom: 0px;
}

.noPaddingLeft {
	padding-left: 0;
}

.noPaddingRight {
	padding-right: 0;
}

.noPaddingTop {
	padding-top: 0;
}

.noPaddingBottom {
	padding-bottom: 0;
}

.noBorder {
	border: none;
}

.dvFieldHeader { 
	font-weight: bold;
	vertical-align: top;
}

.dvThickTopBorder {
	border-top: 4px solid #696969;
}

.dvThickBottomBorder {
	border-bottom: 4px solid #696969;
}

.dvSectionHeader {
	font-weight: bold;
	background-color: #d2dae7;
}

.dvSectionFieldHeader {
	font-weight: normal;
	padding-left: 24px;
	vertical-align: top;
}

.clearButton {
	vertical-align:bottom;
	height: 22px;
}

.dvInlineImage {
	float: left;
	max-height: 25px;
	margin-right: 12px;
}

.framed {
	padding: 4px;
	box-shadow: 0 0 5px #ccc;
}

.caption {
	display: inline-block;
	font-size: 9px;
}

.inlineImage {
	max-height: 50px;
	float: left;
	margin-right: 9px;
}
.row {
	display: block;
	width: 100%;
	margin-top: 6px;
}

.cellLabel {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	text-align: right;
	font-weight: bold;
	margin-top: 4px;
	padding-right: 6px;
}

.cellField {
	display: inline-block;
	vertical-align: top;
}

.gridTable {
	width: 100%;
	border-spacing: 4px;
}

.gridLabel {
	width: 200px;
	text-align: right;
	font-weight: bold;
	padding-right: 6px;
	padding-top: 3px;
	vertical-align: top;
}

.gridField {
	vertical-align: top;
}

.fieldInstructions {
	display: block;
	font-size: smaller;
	margin: 0 0 3px;
}

.inlineFieldInstructions {
	display: inline-block;
	margin-left: 3px;
	font-size: smaller;
}

.requiredField {
	color: Red;
	font-weight: bold;
	padding: 0 3px;
}

.errorMessage {
	color: Red;
}

.messageContainer {
	display: block;
	margin: 12px 0;
}

.successMessage {
	color: Green;
	display: block;
	margin: 6px 0;
}

.failureMessage {
	color: Red;
	display: block;
	margin: 3px 0 6px;
}
