﻿
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #ff0000;
	display: block;
	
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid {
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field, .editor-field-full, .editor-field-normal, .editor-field-wide, .editor-field-narrow {
	margin: 0.5em 0;
}
.editor-label, .display-label{
	text-align: right;
	float: left;
	width: 140px;
	clear: left;
}
.editor-field-full{
	clear: left;
	width: 670px;
}
.editor-field-full textarea{
	width: 670px;
	height: 350px;
}
.display-field, .editor-field, .editor-field-wide, .editor-field-narrow, .editor-field-normal, .field-validation-error{
	margin-left: 150px;
}
.editor-field-normal input{
	width: 200px;
}
.editor-field input[type=text], .editor-field input[type=password]{
	width: 350px;
}
.editor-field-wide input{
	width: 500px;
}
.editor-field-narrow input{
	width: 80px;
}
.text-box {
	width: 275px;
}
textarea{
	height: 150px;
	width: 400px;
}
.text-box.multi-line {
	height: 75px;
}

.tri-state {
	width: 75px;
}

.pager-box {
	text-align: right;
}
.clear{
	clear: both;
}
.centered-box{
	margin-left: auto;
	margin-right: auto;
}

div.art-post-inner table.tableNormal {
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
table.tableNormal td{
	padding: 4px 8px;
}
.table-number-only{
	width: 150px;
}
img.no-border{
	border: none !important;
}
.no-margin{
	margin: 0 !important;
	padding: 0 !important;
}
.bump-down{
	position: relative;
	top: 3px;
}
.admin-link{
	margin: 10px;
	background-color: Yellow;
	padding: 5px;
	text-align: center;
	clear: both;
	border-style: dotted;
	border-width: 1px;
	border-color: Gray;
}

h3.hitem, h4.hitem, h5.hitem, h6.hitem{
	margin-bottom: 5px;
	margin-top: 5px;
	color: #238DB3;
	font-style: italic;
}
h4.hitem a{
	color: #238DB3 !important;
	text-decoration: none;
	font-weight: bold;
}
h4.hitem a:hover{
	text-decoration: underline;
	font-weight: bold;
}

.right-float-map{
	float: right;
	clear: right;
	height: 300px;
	width: 300px;
}

.right-image{
	float: right;
	max-width: 350px;
	max-height: 400px;
	margin: 0 5px 5px 5px;
}
fieldset{
	margin-bottom: 1.5em;
}

dt{
	margin-bottom: 5px;
	margin-top: 8px;
	color: #238DB3;	
	font-style: italic;
}

.drop-down-link{
	padding-left: 25px;
	background: url(/Content/Image/ArrowDown.png) no-repeat;
	background-position: left 3px;
	text-decoration: none;
	cursor: pointer;
}
.drop-down-link:hover{
	text-decoration: underline;
}
.table-no-borders, .table-no-borders tr, .table-no-borders tr th, .table-no-borders tr td{
	border-width: 0 !important;
	border-style: none !important;
	border-color: transparent !important;
}
.small{
	font-size: 75%;
}
.error{
	border-top: 1px dotted Red;
	border-bottom: 1px dotted Red;
	margin: 1em;
	padding: 1em;
	font-weight: bold;
	color: Red;
}

a.mapHeader{
	font-size: 13px !important;
	text-decoration: none !important;
}

.rightLinkBox{
	float: right;
	text-align: right;
	width: 150px;	
}
.table-no-border, .table-no-border tr, .table-no-border tr th, .table-no-border tr td{
	border: none !important;
}
.table-no-border tr th, .table-no-border tr td{
	padding: 3px 10px 3px 10px;
}
