﻿/* style for module titles */
.Direction_Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 17px;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.Direction_SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.Direction_SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Direction_Normal, .Direction_NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for error messages */
.Direction_NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.Direction_NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}



/* styles used by Data Grids */
.Direction_DataGrid_AlternatingItem
{
	background-color: White;
	color: Red;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.Direction_DataGrid_Container
{
	background-color: Transparent;
}
.Direction_DataGrid_Footer
{
	background-color: White;
}
.Direction_DataGrid_Header
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.Direction_DataGrid_Item
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.Direction_DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}


/* text style for buttons and link buttons used in the portal admin pages */
.Direction_CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.Direction_CommandButton:link
{
	text-decoration: underline;
	color: #003366;
}

A.Direction_CommandButton:visited
{
	text-decoration: underline;
	color: #003366;
}

A.Direction_CommandButton:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A.Direction_CommandButton:active
{
	text-decoration: underline;
	color: #003366;
}