@charset "utf-8";

/************************************************/
/*  classes for 'report.php', 'report-disp.inc' */
/************************************************/

/* ---------------------------------- */
/*   classes for definition element   */
/* ---------------------------------- */
dt.current-report
{
	margin-top: 10px;
}

dd.report
{
	font-size: 100%;
}

dd.current-report
{
	margin-bottom: 20px;
}

/* ---------------------------------- */
/*   independent classes              */
/* ---------------------------------- */
.report-date
{
	color: #66cc99;
	font-weight: normal;
	font-size: 90%;
}

.current-report-date
{
	color: #339966;
	font-weight: bold;
	font-size: 100%;
}

.report-title
{
	margin-left: 15px;
	margin-right: 10px;
	color: #339966;
	font-weight: normal;
	font-size: 100%;
}

.current-report-title
{
	margin-left: 15px;
	color: #006633;
	font-weight: bold;
	font-size: 130%;
}

.picture-number
{
	color: #66cccc;
	font-weight: normal;
	font-size: 80%;
}

.picture-click
{
	color: #339999;
	font-weight: normal;
	font-size: 80%;
}

.picture-caption
{
	color: #339999;
	font-weight: normal;
	font-size: 90%;
}

