﻿
.NormalBold
{
   font-family: Verdana, Arial, Helvetica, Sans Serif;
   font-size: 9pt;
   font-weight: bold;
   color: black;
   text-align:left;
}

.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	margin-left: 0px;
}

.DataGrid_Footer
{
	background-color: White;
}
a.CommandButton:hover 
{
	color:#FF0000;
	text-decoration:underline;
}
a.CommandButton:link
{
	text-decoration: underline;
	color: #003366;
}
a.CommandButton:visited
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #003366;	
}


/* style for module titles */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;	
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;	
	color: DarkBlue;
}