
	
	
	/* CSS Definition for Content Panels */
	
	.panel { margin-bottom:10px; padding-top:5px; }
	.bottomBgGreen { position:relative;border:1px solid #6FC239;border-top:0px; }
	.bottomRightGreen { position:relative;bottom:-1px;right:-1px;background:url(../images/greenPaneBottomRight.gif) no-repeat bottom right; }
	.bottomLeftGreen { position:relative;left:-2px;height:6px;font-size:0px;background:url(../images/greenPaneBottomLeft.gif) no-repeat bottom left; }

	.panel-midGreen { background-color:#fff;border:solid #6FC239;border-width:0px 1px 0px 1px;padding:10px; background:url(../images/abst.jpg) no-repeat bottom right; }
	.panel-midGreen .contents {height:100%;min-height:400px;}
	/* responsible for green panels*/

	.greenPanel-topBg { background-color:#B5E099;border:1px solid #6FC239;border-bottom:0px; }
	.greenPanel-head { position:relative;padding: 3px 10px 7px 10px; color:#FFF;font-weight:bold;font-family: Tahoma; font-size: 13px;background:#6FC239 url(../images/greenSpread.png) repeat-x bottom;border-style:solid;border-color:#000 #6FC239 #FFFFFF #6FC239;border-width:0px 1px 1px 1px; }
	.greenPanel-topRight { position:relative;top:-1px;right:-1px;background:url(../images/greenPaneTopRight.gif) no-repeat top right; text-align:left; }
	.greenPanel-topLeft { position: relative;left:-2px;height:6px;font-size:0px;background:url(../images/greenPanelTopLeft.gif) no-repeat top left; }
	.bottomBggreen { position:relative;border:1px solid #F8F8F8;border-top:0px; }
	