﻿body 
{
	 font-family			:   Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:Black; 
	
}

.NormalLabel
{
	 font-family			:   Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:Black;
}

.TitleLabel
{
	 font-family			:   Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:Black; 
	font-weight:bold;
}
.PageTitleLabel
{
	 font-family			:   Arial, Helvetica, sans-serif;
	font-size	:15pt;
	color		:Black; 
	font-weight	:bold;
}
.PanelDropDown
{
	visibility:hidden;
	background-color:White;
	position:absolute;
}
.GridBackground
{
	background-image:url('bggridheader.gif') 
}

/*Modal Popup*/
.modalBackground
{
	background-color:Gray;
	filter: alpha(opacity=40);
	opacity: 0.7;
	position: absolute;
}

.modalPopup
{
	background-color:#bbd7f3;
	Border-width: 3px;
	Border-style: solid;
	Border-color: #9ab3cc;
	padding: 3px;	
	position: fixed;
	
}

.tableToolBar
{
	background-image: url( "bgGridheader2.gif" );
	color: Black;
	Border-style: solid;
	Border-color: #dfe2ea;
	Border-width: 1px;
}
.tableRowStyle
{
	Border-bottom-color: #dfe2ea;
	Border-bottom-style: solid;
	Border-bottom-width: 1px;
}
.Maintable
{
	background-color: #efeef7;
	color: Black;
	
	Border-style: solid;
	Border-color: #dfe2ea;
	Border-width: 1px;
}
.GridRowStyle
{
	background-color: #efeef7;
	color: #333333;
	Border-color: #dfe2ea;
}
.GridSelectedRowStyle
{
	background-color: #b9c2d3;
	color: #333333;
	font-weight: bold;
}
.MenuButton
{
	background-color: transparent;
	Border-style: none;
	font-family: Calibri;
	font-size: 12pt;
	color: white;
}


