/* 
   this file contains the css for various colour panels used
   throughout the application 
*/

/* various panel types */

/* green */
.panelGreen
{
	width: 100%;
	background-color: #8cc63f;
	color: White;
}

.panelGreenTop
{
	height: 8px;
	background: #8cc63f url(../images/panelHeaderGreenLeft.gif) no-repeat scroll left;
}

.panelGreenTopRight
{
	height: 8px;
	width: 8px;
	background-image: url(../images/panelHeaderGreenRight.gif);
	float: right;	
}

.panelGreenInner
{
	background-color: #8cc63f;
	margin: 20px;	
	text-align: center;
}

.panelGreenBottom
{
	height: 8px;
	background: #8cc63f url(../images/panelFooterGreenLeft.gif) no-repeat scroll left;
}

.panelGreenBottomRight
{
	height: 8px;
	width: 8px;
	background-image: url(../images/panelFooterGreenRight.gif);
	float: right;	
}