﻿body {
}

.accordionheader
{
	background:url(img/bg-sezione.png) 0 0 repeat-x;
    height:18px;
    color: #ffffff;
    border:none;
	text-align:center;
    font-weight: bold;
	cursor:hand;	
}

.accordionpanecontent
{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:5px;
	margin-right:5px;
}

.resizePanel
{
	border-bottom-width:thin;
	border-top-width:thin;
	border-color:Black;
	border-style:inset;
	text-align:center;
	cursor:hand;	
}

.resizeHandle
{
	width:20px;
	height:20px;
	background-color:Blue;
	overflow:hidden;
}

.resizeStyle
{
	padding:0px;
	border-style:solid;
	border-width:1px;
	border-color:Maroon;
	overflow:hidden;
}

.handleText
{
	width:16px;
	height:16px;
	background-image:url(resize.png);
	overflow:hidden;
	cursor:se-resize;
}