/* Start of CMSMS style sheet 'v2 CSS :: Rounded corners' */
.roundedcornr_box {
   background: #82bde7;
   margin-bottom:10px;
}
.roundedcornr_top div {
   background: url(images/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(images/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height:15px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 15px; }

/* INSIDE BOX */ 
.roundedcornr_box { color: #1D1D1D; }
.roundedcornr_box a { color: #1D1D1D; text-decoration: none; }
.roundedcornr_box a:hover { color: #1D1D1D; border-bottom: 1px dotted #FFF; }
.roundedcornr_box ul {
padding: 0; margin: 0;
color: #1D1D1D;
list-style-type: none;
}
.roundedcornr_box li { list-style-type: none; margin-bottom: 3px; }
.roundedcornr_box h2, h3 { color: #FFF; }
#pollcontent_10 { font-size: 8pt; color: #1D1D1D; }
.polloption { margin-bottom: 4px; }
.roundedcornr_box table { font-size: 8pt; }

.calendar-prev, .calendar-next, .calendar-date-from, .calendar-details, .calendar-returnlink { font-size: 8pt; }
.calendar-returnlink { margin-top: 10px; }
/* End of 'v2 CSS :: Rounded corners' */

