﻿.GuideTitle
{
	font-family: Garamond;
	font-size: 2.0em;
	color: #903030;
	font-weight: 600;
}

.GuideText, .GuideTextBegin, .GuideItemTitle, .GuideItemGroupTitle
{
	font-size: 0.9em;
	font-weight: 500;
	color: #101010;
	font-family: Tahoma, Georgia, Verdana;
}

.GuideTextBegin
{
	font-size: 1.2em;
	font-weight: 900;
	color: #101010;
}

.GuideItemTitle, .GuideItemGroupTitle
{
	font-weight: 900;
	color: #101010;
}

.GuideItemGroupTitle
{
	font-size: 1.0em;
}

	.GuideImageLink, .GuideImageLink:hover {
		font-size: 0.9em;
		color: #202020;
		font-family: Tahoma, Georgia, Verdana;
		text-decoration: underline;
		cursor: pointer;
	}

.GuideImageLink:hover
{
	color: #808080;	
	text-decoration: underline;
}

.GuideTopicLink, .GuideTopicLink:hover
{
	font-size: 0.9em;
	color: #202020;
	font-family: Tahoma, Georgia, Verdana;	
	text-decoration: underline;
	cursor: pointer;	
}

.GuideTopicLink:hover
{
	color: #808080;	
	text-decoration: underline;
}

.GuideImageCaption
{
	color: #666666;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Tahoma, Georgia, Verdana;	
	background-color: #DDDDDD;
	border-bottom: 1px solid Gray;
}

.GuideImagePopup
{
	border: 1px solid #666666;
	background-color: #FFFFEE;
}

.HelpTopicPopup
{
	padding:5px;
	background-color: #FFF8EE;
	border: solid 1px #C0B0A0;
	color: #111111;
	font-size: 0.9em;
	font-weight: 600;
	font-family: Tahoma, Verdana;	
}

.HelpTopicItem, .HelpTopicItem:hover
{
	cursor: pointer;
	color: #202060;
	padding: 3px;
	font-size: 0.9em;
	font-weight: 600;
	font-family: Tahoma, Verdana;	
	text-decoration: none;
}

.HelpTopicItem:hover
{
	color: #996666;
}

.GuideImagePopupFrame
{
	box-shadow: 4px 4px 6px 1px #AAAAAA;
}

.ItemTitleTextRight
{
	font-weight: bold;
	font-size: 0.9em;
	color: #101010;
	font-family: Tahoma, Verdana;
	text-align: right;
	white-space:nowrap;
	vertical-align:top;
}

