/*** CORNER STYLES ***/

/* Common */
.rContent {
padding: 0 15px;
display: block;
}

.roundedDiv .rHeader ul {
height: 15px;
list-style: none;
margin: 0;
}

.roundedDiv .rHeader ul li {
float: right;
width: 15px;
line-height: 15px;
}

.roundedDiv .rFooter ul {
height: 15px;
list-style: none;
margin: 0;
}

.roundedDiv .rFooter ul li {
float: right;
width: 15px;
line-height: 15px;
}

.roundedDiv {
margin:5px;
}

/* Light Green */
.roundedDiv.c0 .rHeader ul {
background: url(../pix/corners/c0.gif) -15px -15px no-repeat;
}
.roundedDiv.c0 .rHeader ul li {
background: url(../pix/corners/c0.gif) 0px -15px no-repeat;
}
.roundedDiv.c0 .rFooter ul {
background: url(../pix/corners/c0.gif) -15px 0px no-repeat;
}
.roundedDiv.c0 .rFooter ul li {
background: url(../pix/corners/c0.gif) 0px 0px no-repeat;
}
.roundedDiv.c0 {
background: #9DFFA8;
}

/* Medium Green */
.roundedDiv.c1 .rHeader ul {
background: url(../pix/corners/c1.gif) -15px -15px no-repeat;
}
.roundedDiv.c1 .rHeader ul li {
background: url(../pix/corners/c1.gif) 0px -15px no-repeat;
}
.roundedDiv.c1 .rFooter ul {
background: url(../pix/corners/c1.gif) -15px 0px no-repeat;
}
.roundedDiv.c1 .rFooter ul li {
background: url(../pix/corners/c1.gif) 0px 0px no-repeat;
}
.roundedDiv.c1 {
background: #82D38B;
}
