/******************************************************************************
* ishInsetCommon.css
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright 2007
*                                                                             *
******************************************************************************/

/* layout */

.ishInset {
	padding:0px;
	border:0px;
}

.ishInset .insContent {
	overflow:hidden;	/* give layout */
	_zoom:1;	/* give layout for IE6 */
}

/* inset title */

.ishInset .insTitle-text,
.ishInset .insTitle-img,
.ishInset .insTitle-bg-img {
	text-align:center;
	padding:0px;
	margin:0px;
	padding-bottom:3px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#009F00; 
}

.ishInset .ishInsetFg .insTitle-text,
.ishInset .ishInsetFg .insTitle-img,
.ishInset .ishInsetFg .insTitle-bg-img {
	color:#FFFFFF; 
}

/* style for which CSS is commun for all family */

/* - halo */

.ishInsHalo {
	background:url(../iso_icons/ishInset-halo-l.png) transparent repeat-y left top;
}

.ishInsHalo .insLevel1 {
	background:url(../iso_icons/ishInset-halo-r.png) transparent repeat-y right top;
}

.ishInsHalo .insLevel2 {
	background:url(../iso_icons/ishInset-halo-t-l.png) transparent no-repeat left top;
}

.ishInsHalo .insLevel3 {
	background:url(../iso_icons/ishInset-halo-t-r.png) transparent no-repeat right top;
}

.ishInsHalo .insLevel4 {
	background:url(../iso_icons/ishInset-halo-b-l.png) transparent no-repeat left bottom;
}

.ishInsHalo .insFullcontent {
	padding:15px;
	background:url(../iso_icons/ishInset-halo-b-r.png) transparent no-repeat right bottom;
}