/*
*** Copyright 2003 - Webbist Multimédia Enr. *********************************
**		File: SBox.css
**		Name: Box style sheet
**		Desc: 
**
**
**		Auth: Webbist Multimédia Enr.
**		Date: 
******************************************************************************
**		Change History
******************************************************************************
**		Date:		Description:
**		----------	----------------------------------------------------------
**					Creation of the style sheet.
**		01/11/2003	Transfert to src folder
**
******************************************************************************
*/

.BoxTitle
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	padding-top: 7px;
}

.TabText
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}
.LabelText
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	text-align: justify;
}
.BoxContent
{
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
}
.BoxContent_Over
{
	border-right: #ababa9 1px solid;
	border-left: #ababa9 1px solid;
	cursor: default;
	border-bottom: #ababa9 1px solid;
	border-top: #ababa9 1px solid;
	background-color: #d5d5d3;
}
.HyperLinkText
{
	font-weight: bold;
	font-size: 7.5pt;
	color: saddlebrown;
	font-family: Arial;
	text-decoration: none;
}
.HyperLinkText:hover
{
	font-weight: bold;
	font-size: 7.5pt;
	color: saddlebrown;
	font-family: Arial;
	text-decoration: underline;
}