﻿/** ---------------------------DATA ENTRY------------------------- */
/** Used on the Label column to identify the fields. */
.fieldLabel
{
	vertical-align: top;
	text-align: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
	color: Black;
	padding-top: 3px;
	padding-right: 5px;
}
/** Used on the Value Column for Edit/Insert operations. */
.fieldInput
{
	vertical-align: top;
	text-align: left;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10pt;
	color: Black;
	padding-top: 0px;
}
/** Used on the Value Column during read-only viewing. */
.fieldView
{
	vertical-align: top;
	text-align: left;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10pt;
	color: Navy;
	padding-top: 3px;
}
/** Used on all of the Command Button Links during Insert/Edit/Delete operations (including the cancel command). */
.commandButton
{
	vertical-align: middle;
	text-align: Left;
	color: Blue;
	font-family: Arial;
	font-size: 14px;
}
/** Used to hide fields with the ASP:HiddenField component. */
td.hiddenField
{
	display: none;
}
/** ------------------EVENT VIEWER GRID VIEW------------------- */
/** The Styles for the Event Viewer GridView Control.  */
.eventViewer
{
	color: #333333;
	border: solid, 1px, Gray;
}
.eventViewerHeader
{
	 background-color: #507CD1;
	 font-weight: bold;
	 color: White;
}
.eventViewerRow
{
	background-color:#EFF3FB;
}
.eventViewerAltRow
{
	background-color:White;
}
.eventViewerFooter
{
	 background-color: #507CD1; 
	 font-weight: bold;
	 color: White;
}
.eventViewerPager
{
	background-color: #2461BF;
	color:White;
	text-align: left;
}
/** ----------------TIMESLOT VIEWER GRID VIEW------------------ */
/** The Styles for the Timeslot Viewer GridView Control.  */
.timeslotViewer
{
	color:#333333;
	border: solid, 1px, Gray;
}
.timeslotViewerHeader
{
	 background-color: #507CD1;
	 font-weight: bold;
	 color: White;
}
.timeslotViewerRow
{
	background-color:#EFF3FB;
}
.timeslotViewerAltRow
{
	background-color:White;
}
.timeslotViewerFooter
{
	 background-color: #507CD1; 
	 font-weight: bold;
	 color: White;
}
.timeslotViewerPager
{
	background-color: #2461BF;
	color: White;
	text-align: left;
}
