﻿body 
{	
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin: 0;
}

span.Notify
{
	color: Firebrick;
	font-weight:bold;
}

span.FormItemName
{
	color: Black;
	font-weight:bold;
}

span.Success
{
	color: Green;
	font-weight:bold;
}

span.Error
{
	color: Red;
	font-weight:bold;
}

h3
{	
	font-size: 17px;
	color: black;
}

h4
{	
	font-size: 14px;
	color: black;
}

Input.TxtBx1 
{
	background-color: white;
	border:1px ridge #000000;
	height: 18px;
}

Input.Button1
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF0000;
	border-color:#000000;
	cursor: pointer;
	cursor:hand;
}

Input.Button2
{
	font-weight:bold;   
	font-size:12px; 
	color:#000000;
	background-color:#eeeeee;
	border:2px outset white;
	cursor: pointer;
	cursor:hand;
}

Input.ButtonDisabled
{
	font-weight:bold;   
	font-size:12px; 
	color:#000000;
	background-color: Gray;
	border:2px outset white;
	cursor: default;
}

span.Success
{
	color: Green;
	font-weight:bold;
}

span.Error
{
	color: Red;
	font-weight:bold;
}

table.SolidBorder
{
	border: solid 1px black;
}

a.A1
{
	color: Navy;
	text-decoration: none;
}

a:hover.A1 
{
	text-decoration: underline;
}

/* Repeater 1 */
td.GridCell1 
{
	border-bottom: solid 1px black;
}

td.GridCell2 
{
	border-bottom: solid 2px black;
}

td.GridCell1_B 
{
	border-bottom: solid 1px black;
	border-right: solid 1px black;
}

td.GridCell2_B 
{
	border-bottom: solid 2px black;
	border-right: solid 1px black;
}