﻿/* OVERLIB  conrtol */

A.QuestionOverlib
{
	background-image: url(images/question_mark.gif);
	background-repeat: no-repeat;
	height:16px;
	width:16px;
	text-decoration: none;
}

A:hover.QuestionOverlib
{
	background-image: url(images/question_mark_over.gif);
}

A.WarningOverlib
{
	background-image: url(images/warn.gif);
	background-repeat: no-repeat;
	height:18px;
	width:18px;
	font-size:16px;
	text-decoration: none;
}

A.ErrorOverlib
{
	margin-left:5px;	
	width:20px;
	text-decoration: none;
}

.BGCLASS
{
	background-color: #FFFFEE;
	padding-bottom:1px;
	padding-right:1px;	
	border-left:1px solid #999999;
	border-right:2px solid #666666;
	border-top:1px solid #999999;
	border-bottom:2px solid #666666;	
}

.FGCLASS 
{
	background-color: #FFFFEE;
}

.FGCLASS P, .FGCLASS_LONG P
{
	margin:5px 8px;
	font-size:110%
}

.CAPTIONCLASS 
{
	color:White;
	background-color: #96ADDC;
	font-size:11px;
	font-weight: bold;
	padding:2px;
}

.CAPTIONCLOSECLASS 
{
	color:White;
	text-align:right;
	background-color: #96ADDC;
	font-size:11px;
	padding:2px;
}

.CAPTIONCLOSECLASS A
{
	color:White;
}
