﻿body
{
}

.blueButton
{	
	border: solid 1px DarkGray;	
	background-color: #D8E9EC;
	height: 18px;
	font-size: 9pt;
}
.tdEnterRecord
{
	cursor: pointer;
	border: solid 1px DarkGray;
	background-color: #D8E9EC;
	width: auto;
}
.txtEnterRecord
{
	height: 12px;
	font-size: 9pt;
}
.txtLong
{
	width: 270px;
	height: 12px;
	font-size: 9pt;
	padding: 0 1px 0 0;
}
.txtEmail
	{
	height: 12px;
	font-size: 9pt;	
}
.lblCommon
{
	padding: 0 0 0 10px;
}
.ddlCommon
{
	height: 16px;
	font-size: 8pt;
	padding: 0;	
}
.pnlRecord
{
	background-color: #EBEBEB;
	border: solid 1px DarkGray;
}
.gridViewHeader
{
	padding: 5px 10px 15px 0px;
	text-align: left;
}
.gridViewItem
{
	border-top: solid 2px #D8E9EC;
}