﻿div.component-panel-holder { 
	background:transparent none center center;
	position:absolute;
	display:none;
	z-index: 50;
}

.component-panel-holder  div.div-panel-holder { 
	background:#F8F8F8;
	border: 1px solid #7F7F7F !important;
	font-weight: normal;
	width:auto;
	height:auto;
}

.component-panel-holder div.shadow-lefttop { 
	background-image:url("assets/panelshadow_lefttop.png");
	background-position: center;
	background-repeat:no-repeat;
	width:10px;
	height:2px;
	position:absolute;
	left:-2px;
	top:-2px;
}
.component-panel-holder div.shadow-top { 
	background-image:url("assets/panelshadow_top.png");
	background-position: center;
	background-repeat:repeat-x;
	height:2px;
	position:absolute;
	left:10px;
	top:-2px;
}
.component-panel-holder div.shadow-righttop { 
	background-image:url("assets/panelshadow_righttop.png");
	background-position: center;
	background-repeat:no-repeat;
	width:5px;
	height:7px;
	position:absolute;
	right:-5px;
	top:-2px;
}
.component-panel-holder div.shadow-left { 
	background-image:url("assets/panelshadow_left.png");
	background-position: center;
	background-repeat:repeat-y;
	width:2px;
	position:absolute;
	left:-2px;
	top:2px;
}
.component-panel-holder div.shadow-right{ 
	background-image:url("assets/panelshadow_right.png");
	background-position: center;
	background-repeat:repeat-y;
	position:absolute;
	right:-5px;
	top:5px;
	width:5px;
}
.component-panel-holder div.shadow-leftbottom { 
	background-image:url("assets/panelshadow_leftbottom.png");
	background-position: center;
	background-repeat:no-repeat;
	width:8px;
	height:5px;
	position:absolute;
	left:0px;
	bottom:-5px;
}
.component-panel-holder div.shadow-bottom { 
	background-image:url("assets/panelshadow_bottom.png");
	background-position: center;
	background-repeat:repeat-x;
	height:5px;
	position:absolute;
	left:8px;
	bottom:-5px;
}
.component-panel-holder div.shadow-rightbottom { 
	background-image:url("assets/panelshadow_rightbottom.png");
	background-position: center;
	background-repeat:no-repeat;
	width:6px;
	height:5px;
	position:absolute;
	right:-5px;
	bottom:-5px;
}

.component-panel-holder > a {  
	background-image:url("assets/component_panel_button.png");
	background-position: center;
	background-repeat:no-repeat;
	width:25px;
	height:24px;
	display:block;
	position:absolute;
	right: 0;
	cursor:pointer;
	z-index: 1;
}


