/*@component-begin @name MultiLayoutRegion1 @type TogglePane{*/
#MultiLayoutRegion1LYR {	font-family : Tahoma;
	font-size : 12px
    /*background: #fff;*/
}

#MultiLayoutRegion1LYR .TogglePaneFancyHeader { 
	BACKGROUND-POSITION: 2pt 50%; /*FONT-SIZE: 1em; */
	BACKGROUND-IMAGE: url( "../assets/images/minus.png" ); 
    COLOR: white; 
	BACKGROUND-REPEAT: no-repeat; 
	BACKGROUND-COLOR: rgb(40,142,175);
	font-family: Tahoma;
	font-size:12px;
	font-weight:normal;
	height:16px;
	border-left : 1px none rgb(0,0,0);
	border-top : 1px none rgb(0,0,0);
	border-right : 1px none rgb(0,0,0);
	border-bottom : 1px solid rgb(255,255,255);
	padding : 0px 0px 0px 15px
}

#MultiLayoutRegion1LYR .TogglePaneFancyHeaderClosed {
	BACKGROUND-IMAGE: url( "../assets/images/plus.png" );
	background-color : rgb(40,142,175);
	font-family : Tahoma;
	font-size : 12px;
	color : rgb(255,255,255) ;
	background-position : 2pt 50%;
	padding : 0px 0px 0px 15px;
	border-left : 1px none rgb(0,0,0);
	border-top : 1px none rgb(0,0,0);
	border-right : 1px none rgb(0,0,0);
	border-bottom : 1px solid rgb(255,255,255)}

#MultiLayoutRegion1LYR .TogglePanePlainContent {	background-image : none;
	background-color : rgb(255,255,255);
	font-family : Tahoma;
	font-size : 12px;
	color : rgb(0,0,0)
}
/*@component-end}*/