/* Layout */
.RoundedContainer
{
    width: 285px;
}

/* Content */
.RoundedContainer h3
{
    margin-top: 0;
    font-size: 14px;
}

.RoundedContainer .Content
{
    padding: 0 10px 5px 20px;
    line-height: 150%;
    font-size: 12px;
}

.RoundedContainer a, .RoundedContainer a:hover, .RoundedContainer a:active, .RoundedContainer a:visited {
	font-size: 12px;
}


/* Specific Color Styles */
.right_bar_top_green {
	height: 20px;
	background: white url("/share/content/fixedroundedcorners/right_side_green_header.jpg") top left no-repeat;
}

.right_bar_middle_green {
	background: white url("/share/content/fixedroundedcorners/right_side_green_repeat.jpg") top left repeat-y;
}

.right_bar_middle_green a, .right_bar_middle_green a:hover, .right_bar_middle_green a:active, .right_bar_middle_green a:visited {
	color: #767D14;
	font-weight: bold;
}

.right_bar_bottom_green {
	height: 15px;
	background: white url("/share/content/fixedroundedcorners/right_side_green_footer.jpg") top left no-repeat;
}


.right_bar_top_yellow {
	height: 20px;
	background: white url("/share/content/fixedroundedcorners/right_side_yellow_header.jpg") top left no-repeat;
}

.right_bar_middle_yellow {
	background: white url("/share/content/fixedroundedcorners/right_side_yellow_repeat.jpg") top left repeat-y;
}

.right_bar_middle_yellow a, .right_bar_middle_yellow a:hover, .right_bar_middle_yellow a:active, .right_bar_middle_yellow a:visited {
	color: #897D16;
	font-weight: bold;
}

.right_bar_bottom_yellow {
	height: 15px;
	background: white url("/share/content/fixedroundedcorners/right_side_yellow_footer.jpg") top left no-repeat;
}

.right_bar_top_orange {
	height: 20px;
	background: white url("/share/content/fixedroundedcorners/right_side_orange_header.jpg") top left no-repeat;
}

.right_bar_middle_orange {
	background: white url("/share/content/fixedroundedcorners/right_side_orange_repeat.jpg") top left repeat-y;
}

.right_bar_middle_orange a, .right_bar_middle_orange a:hover, .right_bar_middle_orange a:active, .right_bar_middle_orange a:visited {
	color: #806219;
	font-weight: bold;
}

.right_bar_bottom_orange {
	height: 15px;
	background: white url("/share/content/fixedroundedcorners/right_side_orange_footer.jpg") top left no-repeat;
}


.right_bar_top_blue {
	height: 20px;
	background: white url("/share/content/fixedroundedcorners/right_side_blue_header.jpg") top left no-repeat;
}

.right_bar_middle_blue {
	background: white url("/share/content/fixedroundedcorners/right_side_blue_repeat.jpg") top left repeat-y;
}

.right_bar_middle_blue a, .right_bar_middle_blue a:hover, .right_bar_middle_blue a:active, .right_bar_middle_blue a:visited {
	color: #168877;
	font-weight: bold;
}

.right_bar_bottom_blue {
	height: 15px;
	background: white url("/share/content/fixedroundedcorners/right_side_blue_footer.jpg") top left no-repeat;
} 
