/*@component-begin @name MultiLayoutRegion1 @type TogglePane{*/
#MultiLayoutRegion1LYR {	font-family : Tahoma;
	font-size : 12px;
	color : rgb(0,0,0);
	background-image : none
    /*background: #fff;*/;
	background-color : rgb(255,255,255)
}

#MultiLayoutRegion1LYR .TogglePaneFancyHeader { 
	BACKGROUND-POSITION: 2px 50%; 
    COLOR: rgb(255,255,255); 
	BACKGROUND-REPEAT: no-repeat; 
	BACKGROUND-COLOR: rgb(0,150,213);
	font-family: Tahoma;
	font-size:12px;
	font-weight:normal;
	height:16px;
	background-image : url( "../assets/images/minus.gif" );
	padding : 0px 0px 0px 15px;
	border-left : 1px none rgb(255,255,255);
	border-top : 1px none rgb(255,255,255);
	border-right : 1px none rgb(255,255,255);
	border-bottom : 1px solid rgb(255,255,255)
}

#MultiLayoutRegion1LYR .TogglePaneFancyHeaderClosed {	background-repeat : no-repeat;
	background-image : url( "../assets/images/plus.gif" );
	background-color : rgb(0,150,213);
	font-family : Tahoma;
	font-size : 12px;
	color : rgb(255,255,255);
	background-position : 2px 50%;
	padding : 0px 0px 0px 15px ;
	border-left : 1px none rgb(255,255,255);
	border-top : 1px none rgb(255,255,255);
	border-right : 1px none rgb(255,255,255);
	border-bottom : 1px solid rgb(255,255,255)
}

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