/*
*** Copyright 2002 - Webbist Multimédia Enr. *********************************
**		File: SSheetSelector.css
**		Name: Sheet selector style sheet
**		Desc: 
**
**
**		Auth: Webbist Multimédia Enr.
**		Date: 25 mars 2003
******************************************************************************
**		Change History
******************************************************************************
**		Date:		Description:
**		----------	----------------------------------------------------------
**		25/03/2003  Creation of the style sheet.
**		31/05/2004  Create a style _Over of SubTitle
**		09/11/2006  hand is not a value of cursor.  Use pointer instead.
**
******************************************************************************
*/

.Title
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: verdana;
}

.SubTitle
{
	font-weight: bold;
	font-size: 9pt;
	cursor: default;
	color: black;
	font-family: verdana;
}
.SubTitle_Over
{
	font-weight: bold;
	font-size: 9pt;
	cursor: pointer;
	color: black;
	font-family: verdana;
}

.ResultTitle
{
	font-size: 8pt;
	font-weight: bold;
	color: black;
	font-family: verdana;
}

.ResultText
{
	font-size: 8pt;
	color: black;
	font-family: verdana;
}

.SheetSelectorMandatoryTitle
{
	font-size: 8pt;
	color: gray;
	font-family: Verdana;
}

