/******************************************************************************
* ishInsetColors.css
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright 2007
*                                                                             *
******************************************************************************/

/* colors */

.ishInsetBg ,
table.tabTable th {
	background-color:#009F00;
}

.ishInsetFg ,
table.tabTable th {
	color:#FFFFFF;
}

/* inline colors */
.ishInsetFg .textColor1,
table.tabTable th .textColor1{
	color: #D5F7D9;
}

.ishInsetFg .textColor2,
table.tabTable th .textColor2{
	color: #CAD401;
}

.ishInsetFg .textColor3,
table.tabTable th .textColor3{
	color: #009F00;
}

.ishInsetFg .textColor4,
table.tabTable th .textColor4{
	color: #6B7783;
}

/* link */

.ishInsetFg a:link,
table.tabTable th a:link,
.ishInsetFg a:visited,
table.tabTable th a:visited,
.ishInsetFg a:hover,
table.tabTable th a:hover,
.ishInsetFg a:active ,
table.tabTable th a:active {
	color: #CAD401;
}

/* image */

.ishInsetFg .ishImage img.imageBorder ,
table.tabTable th .ishImage img.imageBorder {
	border-color:#009F00;
}

/* legend */

.ishInsetFg caption,
table.tabTable th caption,
.ishInsetFg .ishImage .legend,
table.tabTable th .ishImage .legend,
.ishInsetFg p.bsDownloadableInfos ,
table.tabTable th p.bsDownloadableInfos {
	color: #FFFFFF;
}

/* border styles */

.ishInsetFg .ishBorderSolid,
table.tabTable th .ishBorderSolid,
.ishInsetFg .ishBorderInset,
table.tabTable th .ishBorderInset,
.ishInsetFg .ishBorderOutset ,
table.tabTable th .ishBorderOutset {
	border-color:#009F00;
}

/* table border */

.ishInsetFg table.tabTable th,
table.tabTable th table.tabTable th,
.ishInsetFg table.tabTable td ,
table.tabTable th table.tabTable td {
	border-color:#009F00;
}

/* separator H */

.ishInsetFg div.ishDashedSeparatorH ,
table.tabTable th div.ishDashedSeparatorH {
	border-top:1px dashed #009F00;
}
.ishInsetFg div.ishSolidSeparatorH ,
table.tabTable th div.ishSolidSeparatorH {
	border-top:1px solid #009F00;
}

/* separator V */

.ishInsetFg .ishLeftDashedSeparatorV ,
table.tabTable th .ishLeftDashedSeparatorV {
	border-left:1px dashed #009F00;
}
.ishInsetFg .ishRightDashedSeparatorV ,
table.tabTable th .ishRightDashedSeparatorV {
	border-right:1px dashed #009F00;
}
.ishInsetFg .ishLeftSolidSeparatorV ,
table.tabTable th .ishLeftSolidSeparatorV {
	border-left:1px solid #009F00;
}
.ishInsetFg .ishRightSolidSeparatorV ,
table.tabTable th .ishRightSolidSeparatorV {
	border-right:1px solid #009F00;
}

/* bs:downlodable icon */

.ishInsetFg dl.bsDownloadableStdIcon ,
table.tabTable th dl.bsDownloadableStdIcon {
	background-image:url(../iso_icons/ish-bs-download-inset.png) !important;
}

/* fieldset */

.ishInsetFg fieldset ,
table.tabTable th fieldset {
	padding: 0px 0.5em 0.5em;
	color:#FFFFFF;
}

.ishInsetFg fieldset legend ,
table.tabTable th fieldset legend {
	padding-right: 0.5em;
	color:#FFFFFF;
	font-size: 1.2em;
}

/* tabs */

.ishInsetFg ul.ishTabsBorder ,
table.tabTable th ul.ishTabsBorder {
	background-image:url(../iso_icons/ish-tabs-inset-ul-border-bottom.png);
	border-left-color:#009F00;
}

.ishInsetFg ul.ishTabsBorder li ,
table.tabTable th ul.ishTabsBorder li {
	border-color:#009F00;
}

.ishInsetFg ul.ishTabsBorder li.tabButtonSelected ,
table.tabTable th ul.ishTabsBorder li.tabButtonSelected {
	border-bottom-color:#009F00;
}

.ishInsetFg div.ishTabsBorder div.ishTabsBorderBlock ,
table.tabTable th div.ishTabsBorder div.ishTabsBorderBlock {
	border-color:#009F00;
}