/* IFPA Style Sheet */

TD.FullPageThemeList {
	padding: 1mm 5mm 1mm 5mm;
}

A.FullPageThemeList {
	color: Green;
}

A.HeaderThemeList {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

A.HeaderThemeList:hover {
	color: Green;
	font-weight: bold;
	text-decoration: underline;
}

P.ThemeTitle {
	font-size: xx-large;
	text-align: center;
}

A.ThemeTitle {
	color: Green;
}

P.ThemeDescription {
	margin-left: 1cm;
}

P.ProjectTitle {
	font-size: large;
}

A.ProjectTitle {
	color: Green;
	margin-left: 1cm;
}

P.ProjectDescription {
	margin-left: 1cm;
}


P.FileTitle {
	font-size: medium;
	margin-left: 1cm;
}

A.FileTitle {
	color: Green;
}

FONT.FileInfoHeading { 
	font-style: italic;
}

/*
 * Reports
 */

TABLE.report {
	width: 100%;
	border: none;
}

TH.report {
	font-size: medium;
	color: Black;
	background-color: Silver;
	white-space: nowrap;
	text-align: left;
}

TD.report0 {
	padding-right: 2mm;
	white-space: nowrap;
	font-size: small;
	background-color: #EFEFEF;
}

TD.report1 {
	padding-right: 2mm;
	white-space: nowrap;
	font-size: small;
	background-color: white;
}


