﻿.wddv1 {
	/* background-color:Yellow; */
}

.wddv1 table.DetailsView {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:10px;
	background: #fff;
	width: 260px;
	border: 1px solid black;
	border-collapse: collapse;
	border-spacing: 0px;
}

.wddv1 table.DetailsView tr.Header {
	padding: 3px 3px 3px 2px;
	background: #003f5e url('images/row-head.gif') repeat-x top;
	color:white;
	font-size:12px;
	font-weight:bold;
	height:21px;
}

.wddv1 table.DetailsView tr.Data {
	/* margin:10px 0; */
	border-style:none;
}

.wddv1 table.DetailsView tr.Data td {
	/* do not put padding here, affects embedded popups such as calendar */
	border-style:none;
}

.wddv1 table.DetailsView tr.Data td.Name {
	padding:3px 0 6px 24px;
	color:red;
}

.wddv1 table.DetailsView tr.Data td.Value {
	padding:3px 0 6px 24px;
	font-weight:bold;
}

.wddv1 table.DetailsView tr.Data input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.closeIcon
{
	background-position: right top;
	background-image: url('../images/detailsview/close_icon.gif');
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	width: 19px;
	top: 1px;
	height: 19px;
	right: 1px;
}
