/******************************************************************************
 * panel.css
 *
 * This file defines rules for displaying a panel at the top of the content
 * area, such as that in the search/bulk update pages.
 *
 * The pattern is as follows:
 *   .panel
 *      .panel-content
 *
 * This gives a pale, vertically extending panel with rounded edges at the
 * bottom, and a flat top.
 *****************************************************************************/

.panel
{
	width: 964px;
	background-image: url('../img/bg/panel-bottom.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	
	padding-bottom: 16px;
	margin: 0 auto 1.0em;
}

.panel-content
{
	background-image: url('../img/bg/panel-mid.png');
	background-position: bottom center;
	background-repeat: repeat-y;
	padding: 1.0em 1.0em 0;
}
