/*********************************/
/* Styles for Rounded Container Blue Grey Grad Background*/

#BlueGradientBkgd {
	padding: 0px;
	margin: 5px;

}
#BlueGradientBkgd .RCTopLeft {
    background-color: #5C988C;
	padding-left: 0px;
	width: 16px;
	height: 40px;
	background-image: url('images/RTAPHmHeaderBlueLeft.png');
}
#BlueGradientBkgd .RCTop {
	background-image: url('images/RTAPHmHeaderBlueCenter.png');
	background-repeat: repeat-x;
	background-position: 50% bottom;
	width: 100%;
	height: 40px;
}
#BlueGradientBkgd .RCTopRight 
{
    background-color: #5C988C;
    padding-left: 0px;
	width: 16px;
	height: 40px;
	background-image: url('images/RTAPHmHeaderBlueRight.png');
}
#BlueGradientBkgd .RCLeft1 {
    background-color: #5C988C;
	background-image: url('images/RTAPBlueGrad.png');
	background-position: 50% bottom;
	background-repeat: repeat-x;
	width: 16px;
	height: 100%;
}

#BlueGradientBkgd .RCLeft {
    background-color: #5C988C;
	background-image: url('images/RTAPBlueGrad.png');
	background-repeat: repeat-x;
	background-position: 50% bottom;
	width: 5px;
	height: 100%;
}
#BlueGradientBkgd .RCCenter {
	background-color: #5C988C;
	background-position: bottom;
	width: 100%;
	height: 100%;
}
#BlueGradientBkgd .RCRight {
    background-color: #5C988C;
	background-image: url('images/RTAPBlueGrad.png');
	background-position: 50% bottom;
	background-repeat: repeat-x;
	width: 5px;
	height: 100%;
}

#BlueGradientBkgd .RCRight1 {
    background-color: #5C988C;
	background-image: url('images/RTAPBlueGrad.png');
	background-position: 50% bottom;
	background-repeat: repeat-x;
	width: 16px;
	height: 100%;

}

#BlueGradientBkgd .RCBottomLeft {
	width: 16px;
	height: 6px;
	background-image: url('images/RTAPBluell.png');
}
#BlueGradientBkgd .RCBottom {
	background-image: url('images/RTAPBluelm.png');
	background-repeat: repeat-x;
	background-position: 50% top;
	width: 100%;
	height: 6px;
}
#BlueGradientBkgd .RCBottomRight {
	width: 16px;
	height: 6px;
	background-image: url('images/RTAPBluelr.png');
}
#BlueGradientBkgd .TitleBlueGradientBkgd 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px; font-weight:bold;
	color:#5C988C;
	padding: 6 0 0 0px;
	
}
#BlueGradientBkgd .Content-GreyGradBkgd {
	background-image: url('images/RTAPBlueGrad.png');
	background-repeat: repeat-x;
	background-position: 50% bottom;
	width: 100%;
	height: 100%;
	padding: 5px;

}

#BlueGradientBkgd .Content-GreyGradBkgd a
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #FFFFFF;
}

#BlueGradientBkgd .Content-GreyGradBkgd a:link
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #FFFFFF;
}

#BlueGradientBkgd .Content-GreyGradBkgd a:visited, a.visited
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #ffffff;
}

#BlueGradientBkgd .Content-GreyGradBkgd a:hover, a.hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #FFFFFF; 
}



