/* CSS Document */

div.panel{
	position:relative;
	width:150px;
}
div.panel div.top{
	width:150px;
	height:41px;
	background-repeat:no-repeat;
	background-image: url(images/paneltop_1.gif);
	background-position: top;
}
div.panel div.top p{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	font-weight:bold;
	line-height:41px;
}
div.panel div.top p.button{
	margin-left:0px;
	margin-right:23px;
}
div.panel div.top div.button{
	position: absolute;
	top:3px;
	right:3px;
}
div.panel div.middle{
	width:150px;
}
div.panel div.middle div.content{
	border-left:1px solid #166bc9;
	border-right:1px solid #166bc9;
	background-color: #eaf2fa;
	padding: 15px 5px 5px;
}
div.panel div.bottom{
	width:150px;
	height:22px;
	background-repeat:no-repeat;
	background-image: url(images/panelbot_1.gif);
}
div.panel div.bottom p{
	margin-left:23px;
	margin-right:23px;
	text-align:center;
}
div.panel div.middle div.menu{
	border-left:1px solid #166bc9;
	border-right:1px solid #166bc9;
	background-color: #eaf2fa;
	padding:0px;
}
.center{
	text-align:center;
}