﻿.gridView {
	margin: 32px 0 128px 0;
}
.gridView .header {
}
.gridView tbody tr.header th a {
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	width: 116px;
	display: block;
	height: 18px;
	padding: 2px 0 0 12px;
	color: #FFFFFF;
	text-align: left;
}

.detailsView {
	width: 100%;
	font-size: 1.5em;
	margin: 0 0 32px 0;
}
.detailsView td {
	padding: 0 6px 0 6px;
	vertical-align: bottom;
	height: 21px;
	vertical-align: top;
}
.detailsView .fieldHeader {
	width: 50%;
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: bold;
	color: #4b4a53;
	text-align: right;
}
.detailsView .rowStyle .fieldHeader {
	/*background-color:#b0acac;*/
}
.detailsView .rowStyle {
	/*background-color:#bab6b6;*/
}
.detailsView .alternatingRowStyle {
	/*background-color:#bab6b6;*/
}
.detailsView h1 {
	font-size: 1.75em !important;
	line-height: 32px;
	width: 385px;
	float: left;
	color: #4b4b53 !important;
	border-bottom: solid 1px #4b4b53;
}
.detailsView .h2 {
	background-color: #4b4b53;
	color: #FFFFFF;
	text-align: right;
}
.detailsView .h2:first-child {
	padding: 16px 6px 6px 6px;
}
.detailsView li {
	color: #000000;
	list-style-type: square;
	line-height: 16px;
}
.detailsView input[type=text] {
	width: 410px;
}
.detailsView textarea {
	width: 410px;
	height: 252px;
}
.detailsViewIllustration {
	position: absolute;
	top: 266px;
	left: 0;
	width: 410px;
	height: 252px;
}
.pager {
	font-size: 14px;
	line-height: 16px;
	color: #FF0000;
}
.pager table {
	margin: 4px 0 0 0;
}

.pager span {
	display: block;
	width: 24px;
	height: 14px;
	background-color: #d3031c;
	border: solid 1px #000000;
	text-align: center;
	color: #000000;
}

.AspNet-DetailsView-Name {
	display: inline-block;
	width: 108px;
	vertical-align: top;
}
.AspNet-DetailsView-Value input {
	width: 410px;
}
.AspNet-DetailsView-Value textarea {
	width: 410px;
	height: 224px;
}

