body
{
}

.FavoritesMenu
{
	padding: 5px 0px 5px 0px;
	font-family: Verdana;
	font-size: 18px;
}

.FavoritesMenuItem
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000088;
	display: inline;
	padding: 5px;
}

.FavoritesMenuSelected
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
	display: inline;
	padding: 5px;
	text-decoration: none;
}

.FavoritesRequestBody
{
	margin: 0px;
	padding: 0px;
}

.RequestHintInfo
{
	display: block;
	clear: both;
	background-image: url(../images/design/hintinfo.gif);
	background-repeat: no-repeat;
	padding: 4px 5px 4px 25px;
	background-color: #ddffdd;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	height: auto;
}

.RequestHintWarning
{
	display: block;
	clear: both;
	background-image: url(../images/design/hintwarning.gif);
	background-repeat: no-repeat;
	padding: 4px 5px 4px 25px;
	background-color: #ffffcc;
	color: #ff0000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	height: auto;
}

.RequestHintError
{
	display: block;
	clear: both;
	background-image: url(../images/design/hintwarning.gif);
	background-repeat: no-repeat;
	padding: 4px 5px 4px 25px;
	background-color: #ffffcc;
	color: #ff0000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	height: auto;
}

.FavoriteItem
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.NoDataSelector
{
	padding-left: 3px;
}
