/*------------------ Rounded corners ------------*/
.roundedcornr_box {
	background: url('images/roundedcornr_tl.png') no-repeat top left;
}
.roundedcornr_top {
	background: url('images/roundedcornr_tr.png') no-repeat top right;
}
.roundedcornr_content {
	background: url('images/roundedcornr_r.png') top right repeat-y;
}

.roundedcornr_top div,.roundedcornr_top {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content {
	margin-top: 0px;
}
.roundedcornr_content { padding: 0px 5px 0px 10px; }

.c_content_gray {
    padding: 5px 10px 5px 10px;
    clear:both;
    background-color: #c5c9d4;
    border-left: solid 1px #cae5ee;
    border-right: solid 1px #cae5ee;
    border-bottom: solid 1px #cae5ee;
}

.BottomGraphic {
    background: url('images/MiddleSwoop_gray.jpg') repeat-x;
    width: 100%;
    height: 9px;
    margin-top: 2px;
    white-space: normal;
}
.LeftSwoop {
    float: left;
    vertical-align: top;
}
.RightSwoop {
    float: right;
}
