/******************************************************************************
* ishMain.css
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright 2007
*                                                                             *
******************************************************************************/

/* inline colors */
.textColor1{
	color: #000000;
}

.textColor2{
	color: #A9111D;
}

.textColor3{
	color: #FF0084;
}

.textColor4{
	color: #FF7400;
}

/* link */

a:link,
a:visited,
a:hover,
a:active {
	color: #000000;
}

/* images */

.ishImage img.imageBorder {
	border-color:#A5A4A2;
}

/* legend */

caption,
.ishImage .legend,
p.bsDownloadableInfos {
	color: #A9111D;
}

/* border styles */

.ishBorderSolid,
.ishBorderInset,
.ishBorderOutset {
	border-color:#A5A4A2;
}

/* table border */

table.tabTable th,
table.tabTable td {
	border-color:#A5A4A2;
}

/* separator H */

div.ishDashedSeparatorH {
	border-top:1px dashed #A5A4A2;
}
div.ishSolidSeparatorH {
	border-top:1px solid #A5A4A2;
}

/* separator V */

.ishLeftDashedSeparatorV {
	border-left:1px dashed #A5A4A2;
}
.ishRightDashedSeparatorV {
	border-right:1px dashed #A5A4A2;
}
.ishLeftSolidSeparatorV {
	border-left:1px solid #A5A4A2;
}
.ishRightSolidSeparatorV {
	border-right:1px solid #A5A4A2;
}

/* 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:#A9111D;
	font-size: 1.2em;
}
