<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************************
* ishMain.css
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright 2007
*                                                                             *
******************************************************************************/

/* inline colors */
.textColor1{
	color: #000000;
}

.textColor2{
	color: #4096EE;
}

.textColor3{
	color: #FF0084;
}

.textColor4{
	color: #FF7400;
}

/* link */

a:link,
a:visited,
a:hover,
a:active {
	color: #0055A4;
}

/* images */

.ishImage img.imageBorder {
	border-color:#000F1C;
}

/* legend */

caption,
.ishImage .legend,
p.bsDownloadableInfos {
	color: #505050;
}

/* border styles */

.ishBorderSolid,
.ishBorderInset,
.ishBorderOutset {
	border-color:#000F1C;
}

/* table border */

table.tabTable th,
table.tabTable td {
	border-color:#000F1C;
}

/* separator H */

div.ishDashedSeparatorH {
	border-top:1px dashed #000F1C;
}
div.ishSolidSeparatorH {
	border-top:1px solid #000F1C;
}

/* separator V */

.ishLeftDashedSeparatorV {
	border-left:1px dashed #000F1C;
}
.ishRightDashedSeparatorV {
	border-right:1px dashed #000F1C;
}
.ishLeftSolidSeparatorV {
	border-left:1px solid #000F1C;
}
.ishRightSolidSeparatorV {
	border-right:1px solid #000F1C;
}

/* bs:downlodable icon */

dl.bsDownloadableStdIcon {
	background-image:url(../iso_icons/ish-bs-download.png) !important;
	padding-left:21px !important;
}

/* fieldset */

fieldset {
	padding: 0px 0.5em 0.5em;
}

fieldset legend {
	padding-right: 0.5em;
	color:#004080;
	font-size: 1.2em;
}
</pre></body></html>