/* Start of CMSMS style sheet 'roundCorner: Calendar' */
/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog_cal {
 position:relative;
 margin:0px auto;
 min-height: 8em;
width:181px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:1;
 margin-left:5px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog_cal .content,
.dialog_cal .t,
.dialog_cal .b,
.dialog_cal .b div {
 background:transparent url(uploads/images/layout/cal_bg.gif) no-repeat top right;
 /*_background-image:url(dialog2-blue.gif);*/
}

.dialog_cal .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:10px 5px 0px 0px;
}

.dialog_cal .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:5px; /* top slice width */
 margin-left:-5px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog_cal .b {
 /* bottom */
 position:relative;
}

.dialog_cal .b,
.dialog_cal .b div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog_cal .b {
 background-position:bottom right;
}

.dialog_cal .b div {
 position:relative;
 width:5px; /* bottom corner width */
 margin-left:-5px;
 background-position:bottom left;
}

.dialog_cal .hd,
.dialog_cal .bd,
.dialog_cal .ft {
 position:relative;
}

.dialog_cal h1,
.dialog_cal p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog_cal h1 {
 padding-bottom:0px;
}
.dialog_cal ul, .dialog_cal ul li{padding-bottom: 0px; margin-bottom: 0px;}
/* End of 'roundCorner: Calendar' */

