/*********************************/
/* Styles for Rounded Container Green Green Grad Background*/

#GreenGradientBkgd {
	padding: 0px;
	margin: 5px;

}
#GreenGradientBkgd .RCTopLeft {
    background-color: #5F7E47;
	padding-left: 0px;
	width: 16px;
	height: 40px;
	background-image: url('images/RTAPHmHeaderGreenLeft.png');
}
#GreenGradientBkgd .RCTop {
	background-image: url('images/RTAPHmHeaderGreenCenter.png');
	background-repeat: repeat-x;
	background-position: 50% bottom;
	width: 100%;
	height: 40px;
}
#GreenGradientBkgd .RCTopRight 
{
    background-color: #5F7E47;
    padding-left: 0px;
	width: 16px;
	height: 40px;
	background-image: url('images/RTAPHmHeaderGreenRight.png');
}
#GreenGradientBkgd .RCLeft1 {
    background-color: #5F7E47;
	background-image: url('images/RTAPGreenGrad.png');
	background-position: 50% bottom;
	background-repeat: repeat-x;
	width: 16px;
	height: 100%;
}

#GreenGradientBkgd .RCLeft {
    background-color: #5F7E47;
	background-image: url('images/RTAPGreenGrad.png');
	background-repeat: repeat-x;
	background-position: 50% bottom;
	width: 5px;
	height: 100%;
}
#GreenGradientBkgd .RCCenter {
	background-color: #5F7E47;
	background-position: bottom;
	width: 100%;
	height: 100%;
}
#GreenGradientBkgd .RCRight {
    background-color: #5F7E47;
	background-image: url('images/RTAPGreenGrad.png');
	background-position: 50% bottom;
	background-repeat: repeat-x;
	width: 5px;
	height: 100%;
}

#GreenGradientBkgd .RCRight1 {
    background-color: #5F7E47;
	background-image: url('images/RTAPGreenGrad.png');
	background-position: 50% bottom;
	background-repeat: repeat-x;
	width: 16px;
	height: 100%;

}

#GreenGradientBkgd .RCBottomLeft {
	width: 16px;
	height: 6px;
	background-image: url('images/RTAPGreenll.png');
}
#GreenGradientBkgd .RCBottom {
	background-image: url('images/RTAPGreenlm.png');
	background-repeat: repeat-x;
	background-position: 50% top;
	width: 100%;
	height: 6px;
}
#GreenGradientBkgd .RCBottomRight {
	width: 16px;
	height: 6px;
	background-image: url('images/RTAPGreenlr.png');
}
#GreenGradientBkgd .TitleGreenGradientBkgd 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px; font-weight:bold;
	color:#5F7E47;
	padding: 6 0 0 0px;
	
}
#GreenGradientBkgd .Content-GreyGradBkgd {
	background-image: url('images/RTAPGreenGrad.png');
	background-repeat: repeat-x;
	background-position: 50% bottom;
	width: 100%;
	height: 100%;
	padding: 5px;
}

#GreenGradientBkgd .Content-GreyGradBkgd a
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #FFFFFF;
}

#GreenGradientBkgd .Content-GreyGradBkgd a:link
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #FFFFFF;
}

#GreenGradientBkgd .Content-GreyGradBkgd a:visited, a.visited
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #ffffff;
}

#GreenGradientBkgd .Content-GreyGradBkgd a:hover, a.hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #FFFFFF; 
}



