.panel {
	/*
	width:184px;
	*/
	background-color: #ECF2FD;
	
}
.border-only {
	background: transparent;
}

.panel .header .corner,
.panel .footer .corner {
	font-size:1px; /* ensure minimum height */
	height: 4px;
}

.panel .footer .footer {
	height: 4px;
}
.panel .border .corner .content{
	margin: 0px 4px 0px 4px;
}


.border-only .header .corner,
.border-only .footer .corner {
	font-size:1px; /* ensure minimum height */
	height: 5px;
}

.border-only .footer .footer {
	height: 5px;
}
.border-only .border .corner .content{
	margin: 0px 5px 0px 5px;
}


.panel .header {
	background: transparent url("panel-images/panel-top-left.gif") no-repeat 0px 0px;
}
.panel .header .corner {
	background:transparent url("panel-images/panel-top-right.gif") no-repeat right 0px;
}
.panel .border {
	background:transparent url("panel-images/panel-middle-left.gif") repeat-y 0px 0px;
}
.panel .border .corner {
	background:transparent url("panel-images/panel-middle-right.gif") repeat-y right 0px;
}
.panel .footer {
	background:transparent url("panel-images/panel-bottom-left.gif") no-repeat 0px 0px;
}
.panel .footer .corner {
	background:transparent url("panel-images/panel-bottom-right.gif") no-repeat right 0px;
}

.border-only .header {
	background:transparent url("panel-images/border-only/panel-top-left.gif") no-repeat 0px 0px;
}
.border-only .header .corner {
	background:transparent url("panel-images/border-only/panel-top-right.gif") no-repeat right 0px;
}
.border-only .border {
	background:transparent url("panel-images/border-only/panel-middle-left.gif") repeat-y 0px 0px;
}
.border-only .border .corner {
	background:transparent url("panel-images/border-only/panel-middle-right.gif") repeat-y right 0px;
}
.border-only .footer {
	background:transparent url("panel-images/border-only/panel-bottom-left.gif") no-repeat 0px 0px;
}
.border-only .footer .corner {
	background:transparent url("panel-images/border-only/panel-bottom-right.gif") no-repeat right 0px;
}


.panel-with-header .title .border {
	background:transparent url("panel-images/panel-title-middle-left.gif") repeat-y 0px 0px;
}

.panel-with-header .title .border .corner {
	background:transparent url("panel-images/panel-title-middle-right.gif") repeat-y right 0px;
}

.panel-with-header .header {
	background:transparent url("panel-images/panel-title-top-left.gif") no-repeat 0px 0px;
}

.panel-with-header .header .corner {
	background:transparent url("panel-images/panel-title-top-right.gif") no-repeat right 0px;
}

.panel-with-header .title .content {
	padding-bottom: 4px;
	background-color: #6A95B7;
}

