﻿body {
}

/* ProductDetailsGridView Control */
.ProductDetailsGridView
{
	background-color: #E7EFF5;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.ProductDetailsGridView th
{
	font-weight: bold;
	font-size: 8pt;
	border-right: 2px White;
	border-bottom: 2px White;
	background-color: #c3d6e7;
	text-align: center;
}
.ProductDetailsGridView td
{
	font-size: 8pt;
	border-right: 2px White;
	border-bottom: 2px White;
}
.ProductDetailsGridView tr.ProductDetailsGridViewRow
{
	font-size: 8pt;
}
.ProductDetailsGridView a, .ProductDetailsGridView a:hover
{
	color: #48a942;
	font-size: 8pt;
}
.ProductDetailsGridView tr.ProductDetailsGridViewAltRow
{
	background-color: White;
	font-size: 8pt;
}
/* End ProductDetailsGridView Control */

/* GridView Control */
.GridView
{
	background-color: #dbe7f0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.GridView th
{
	font-weight: bold;
	font-size:8pt;
	border-right: 2px white;
	border-bottom: 2px white;
	background-color: #00539b;
	color:White;
	text-align: center;
}
.GridView td
{
	font-size: 9pt;
	border-right: 2px white;
	border-bottom: 2px white;
}
.GridView tr.GridViewRow
{
	font-size: 9pt;
	background-color: #dbe7f0;
}
.GridView a, .GridView a:hover
{
	color: #48a942;
	font-size: 9pt;
}
.GridView tr.GridViewAltRow
{
	background-color: #e7eff5;
	font-size: 9pt;
}

/* End GridView Control */

/* CheckboxList control */
.checkboxList input
{
    float: left;
}
.checkboxList label
{
    width: 450px;
    margin-left: 25px;
    display: block;
    padding-bottom: 5px;
    padding-top:3px;
}
/* END CheckboxList Control */
