﻿/************************/
/* Datagrid styles Front*/
/************************/
.DgFront
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 2px;
	padding: 5px;
	width: 90%;
	text-align: center;
	color: #0D4391;
}

.DgFront INPUT
{
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.DgFront .largetb
{
	width: 140px;
}
.DgFront .mediumtb
{
	width: 80px;
}
.DgFront textarea
{
	width: 170px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.DgFront select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.DgFront A
{
	color: #0D4391;
}
.DgFront .ItemStyle
{
	color: #0D4391;
	vertical-align: top;
	text-align: left;
}
.DgFront .ItemStyle A
{
	color: #0D4391;
}
.DgFront .AlternatItemStyle
{
	color: #0D4391;
	vertical-align: top;
	text-align: left;
	background-color: #D8E6FB;
}
.DgFront .AlternatItemStyle A
{
	color: #0D4391;
	background-color: #D8E6FB;
}
.DgFront .Header
{
	background-color: #D8E6FB;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.DgFront .Header A
{
	background-color: #D8E6FB;
	color: #0D4391;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.DgFront .Footer
{
	background-color: Blue;
	font-size: 12px;
	font-weight: bold;
}
.DgFront .DgFrontInsertedTable
{
	color: #0D4391;
	width: 100%;
}
.DgFront .DgFrontInsertedTable TD
{
	color: #D8E6FB;
	vertical-align: top;
}
