﻿.FavWordsGridRow
{
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

.FavWordsGridRow A, .FavWordsGridRow A:active, .FavWordsGridRow A:focus, .FavWordsGridRow A:link, .FavWordsGridRow A:visited
{
	font-weight: bold;
	text-decoration: underline;
}

.FavWordsGridRow A:hover
{
	font-weight: bold;
	text-decoration: none;
}

.FavWordsGridAlternatingRow
{
	background-color: #F0F0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

.FavWordsGridAlternatingRow A, .FavWordsGridAlternatingRow A:active, .FavWordsGridAlternatingRow A:focus, .FavWordsGridAlternatingRow A:link, .FavWordsGridAlternatingRow A:visited
{
	font-weight: bold;
	text-decoration: underline;
}

.FavWordsGridAlternatingRow A:hover
{
	font-weight: bold;
	text-decoration: none;
}

.FavWordsGridUnapprovedRow
{
	background-color: #FFF0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

.FavWordsGridUnapprovedRow A, .FavWordsGridUnapprovedRow A:active, .FavWordsGridUnapprovedRow A:focus, .FavWordsGridUnapprovedRow A:link, .FavWordsGridUnapprovedRow A:visited
{
	font-weight: bold;
	text-decoration: underline;
}

.FavWordsGridUnapprovedRow A:hover
{
	font-weight: bold;
	text-decoration: none;
}

.FavWordsGridHeader
{
	background-color: #F0F0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.FavWordsGridContainer
{
	background-color: Transparent;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
}

.CommandButton.SmallLetterSearch,.NormalDisabled.SmallLetterSearch,.Normal.SmallLetterSearch
{
   font-size: 90%;
}

