﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment... */

/* ***************************************************************************************** */
/* Details View Container */
/* ***************************************************************************************** */
.AspNet-DetailsView
{
	display: block;
	margin: 10px auto;
	border: solid 1px #202b63;
}

/* ***************************************************************************************** */
/* Header */
/* ***************************************************************************************** */
.AspNet-DetailsView .AspNet-DetailsView-Header
{
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	text-align: center;
	color: #202b63;
	background-color: #e6e8ec;
	border: none 0;
	border-bottom: solid 1px #ffffff;
}

/* ***************************************************************************************** */
/* Data */
/* ***************************************************************************************** */
.AspNet-DetailsView .AspNet-DetailsView-Data
{
}

.AspNet-DetailsView .AspNet-DetailsView-Data ul
{
	list-style-type: none;
}

.AspNet-DetailsView .AspNet-DetailsView-Data ul li
{
	height: 20px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

.AspNet-DetailsView .AspNet-DetailsView-Data ul li.AspNet-DetailsView-Alternate
{
	background-color: #e6e8ec;
}

.AspNet-DetailsView .AspNet-DetailsView-Data ul li span.AspNet-DetailsView-Name
{
	float: left;
	width: 175px;
	margin-top: 3px;
	text-align: right;
}

.AspNet-DetailsView .AspNet-DetailsView-Data ul li span.AspNet-DetailsView-Name a,
.AspNet-DetailsView .AspNet-DetailsView-Data ul li span.AspNet-DetailsView-Name a:visited,
.AspNet-DetailsView .AspNet-DetailsView-Data ul li span.AspNet-DetailsView-Name a:hover
{
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-decoration: underline;
	color: blue;
}

.AspNet-DetailsView .AspNet-DetailsView-Data ul li span.AspNet-DetailsView-Value
{
	margin-left: 10px;
}

.AspNet-DetailsView .AspNet-DetailsView-Data ul li span.AspNet-DetailsView-Value input
{
}

.AspNet-DetailsView .AspNet-DetailsView-Data ul li span.AspNet-DetailsView-Misc
{
	margin-left: 10px;
}

/* ***************************************************************************************** */
/* Footer */
/* ***************************************************************************************** */
.AspNet-DetailsView .AspNet-DetailsView-Footer
{
}

/* ***************************************************************************************** */
/* Pagination */
/* ***************************************************************************************** */
.AspNet-DetailsView .AspNet-DetailsView-Pagination
{
}

/* ***************************************************************************************** */
/* Other Page */
/* ***************************************************************************************** */
.AspNet-DetailsView .AspNet-DetailsView-OtherPage
{
}

/* ***************************************************************************************** */
/* Active Page */
/* ***************************************************************************************** */
.AspNet-DetailsView .AspNet-DetailsView-ActivePage
{
}

/* ***************************************************************************************** */
/* Grid View Container */
/* ***************************************************************************************** */
.AspNet-GridView
{
	width: 100%;
}

/* ***************************************************************************************** */
/* Table */
/* ***************************************************************************************** */
.AspNet-GridView table
{
	width: 100%;
	border: solid 1px #e6e8ec;
	background-color: #ffffff;
}

/* ***************************************************************************************** */
/* Head */
/* ***************************************************************************************** */
.AspNet-GridView table thead
{
}

.AspNet-GridView table thead tr
{
}

.AspNet-GridView table thead tr th
{
	padding: 5px 10px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #202b63;
	background-color: #e6e8ec;
	border-left: solid 1px #e6e8ec;
	border-bottom: solid 1px #ffffff;
}

.AspNet-GridView table thead tr th a,
.AspNet-GridView table thead tr th a:visited,
.AspNet-GridView table thead tr th a:hover
{
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	color: #202b63;
}

/* ***************************************************************************************** */
/* Foot */
/* ***************************************************************************************** */
.AspNet-GridView table tfoot
{
}

.AspNet-GridView table tfoot tr
{
}

.AspNet-GridView table tfoot tr td
{
	padding: 10px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	background-color: #e6e8ec;
	border-left: solid 1px #e6e8ec;
	border-bottom: solid 1px #ffffff;
}

.AspNet-GridView table tfoot tr td a,
.AspNet-GridView table tfoot tr td a:visited,
.AspNet-GridView table tfoot tr td a:hover
{
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	color: #202b63;
}

/* ***************************************************************************************** */
/* Body */
/* ***************************************************************************************** */
.AspNet-GridView table tbody
{
}

.AspNet-GridView table tbody tr
{
}

.AspNet-GridView table tbody tr td
{
	padding: 10px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	border-left: solid 1px #e6e8ec;
	border-bottom: solid 1px #e6e8ec;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
	background-color: #e6e8ec;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Edit td
{
}

.AspNet-GridView table tbody tr.AspNet-GridView-Insert td
{
}

.AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
	background-color: #fffacd;
	border-left: solid 1px #e6e8ec;
	border-bottom: solid 1px #e6e8ec;
}

.AspNet-GridView table tbody tr td a,
.AspNet-GridView table tbody tr td a:visited,
.AspNet-GridView table tbody tr td a:hover
{
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-decoration: underline;
	color: blue;
}

/* ***************************************************************************************** */
/* Pagination */
/* ***************************************************************************************** */
.AspNet-GridView .AspNet-GridView-Pagination
{
	padding: 3px 0px 3px 3px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	background-color: #e6e8ec;
	border-right: solid 1px #e6e8ec;
	border-bottom: solid 1px #e6e8ec;
	border-left: solid 1px #e6e8ec;
}

.AspNet-GridView .AspNet-GridView-Pagination span
{
	margin: 0 3px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #000000;
}

.AspNet-GridView .AspNet-GridView-Pagination a,
.AspNet-GridView .AspNet-GridView-Pagination a:visited,
.AspNet-GridView .AspNet-GridView-Pagination a:hover
{
	margin: 0 3px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-decoration: underline;
	color: blue;
}

.AspNet-GridView .AspNet-GridView-Top
{
}

.AspNet-GridView .AspNet-GridView-Bottom
{
}
