﻿body
{
}

a
{
	color				:#343434;
	font-family			:Verdana;
	font-size			:8pt;
	font-weight			:bold;
}

td
{
	font-family			:Verdana;
	font-size			:8pt;
	color				:#343434;
}

.Notes
{
	font-family			:Verdana;
	font-size			:8pt;
	color				:#343434;
	background-color	:Yellow;
}

.subHeading
{
	background-image	: url(../Images/HeadBG.jpg);
	color				:#ffffff;
	font-family			:Verdana;
	font-size			:8pt;
	font-weight			:bold;
	padding-left		:5px;
	height				:20px;
}

.subHeading1
{
	background-image	: url(../Images/HeadBG1.jpg);
	color				:#000000;
	font-family			:Verdana;
	font-size			:8pt;
	font-weight			:bold;
	padding-left		:5px;
	height				:20px;
}

.adminHeading
{
	color				:#000000;
	font-family			:Verdana;
	font-size			:8pt;
	font-weight			:bold;
	padding-left		:5px;
	height				:20px;
	text-decoration		:underline;
}

.tblBorder
{
	border-top-style	:solid;	
	border-top-width	:1px;
	border-top-color	:#e3e3e3;
	border-left-style	:solid;
	border-left-width	:1px;
	border-left-color	:#e3e3e3;
	border-right-style	:solid;
	border-right-width	:1px;
	border-right-color	:#e3e3e3;
	border-bottom-style	:solid;
	border-bottom-width	:1px;
	border-bottom-color	:#e3e3e3;
}

.GridHeader
{
	background-image	: url(../Images/GridHeader.jpg);
	color				:#000000;
	font-family			:Verdana;
	font-size			:9pt;
	font-weight			:bold;
	height				:20px;
}

.StoreImage
{
	border-bottom-color :#f2f2f2;
	border-bottom-style	:solid;
	border-bottom-width	:5px;
	
	border-top-color :#f2f2f2;
	border-top-style	:solid;
	border-top-width	:5px;
	
	border-right-color :#f2f2f2;
	border-right-style	:solid;
	border-right-width	:5px;
	
	border-left-color :#f2f2f2;
	border-left-style	:solid;
	border-left-width	:5px;
}

.mandatory
{
	color				:Red;
}

.errorMsg
{
	color				:Red;
	height				:20px;
	font-weight			:Bold;
	padding-left		:3px;
	padding-right		:3px;
}