/* CSS Document */

/* Fluid boxes with rounded corners and PNG transparency */
/* By Kevin H. Patterson 2006-12-20 */

.rbox {
color:#000;
}

.rbox .content {
margin:0;
padding:0;
}

.rbox .tl {
padding-left:16px;
background-image:url(/styles/v2/rbox/rbox-tl.png);
background-position:top left;
background-repeat:no-repeat;
}

.rbox .tr {
padding-right:16px;
background-image:url(/styles/v2/rbox/rbox-tr.png);
background-position:top right;
background-repeat:no-repeat;
}

.rbox .t {
height:16px;
overflow:hidden;
background-image:url(/styles/v2/rbox/rbox-t.png);
background-position:top left;
background-repeat:repeat-x;
line-height:16px; /* IE 5-6 hack (don't ask) */
}

.rbox .bl {
padding-left:16px;
background-image:url(/styles/v2/rbox/rbox-bl.png);
background-position:bottom left;
background-repeat:no-repeat;
}

.rbox .br {
padding-right:16px;
background-image:url(/styles/v2/rbox/rbox-br.png);
background-position:bottom right;
background-repeat:no-repeat;
}

.rbox .b {
height:16px;
overflow:hidden;
background-image:url(/styles/v2/rbox/rbox-b.png);
background-position:bottom left;
background-repeat:repeat-x;
line-height:16px; /* IE 5-6 hack (don't ask) */
}

.rbox .l {
padding-left:16px;
background-image:url(/styles/v2/rbox/rbox-l.png);
background-position:top left;
background-repeat:repeat-y;
}

.rbox .r {
padding-right:16px;
background-image:url(/styles/v2/rbox/rbox-r.png);
background-position:top right;
background-repeat:repeat-y;
}

.rbox .content {
background-image:url(/styles/v2/rbox/rbox-m.png);
background-repeat:repeat;
}

.rbox .dl {
padding-left:16px;
background-image:url(/styles/v2/rbox/rbox-dl.png);
background-position:top left;
background-repeat:no-repeat;
}

.rbox .dr {
padding-right:16px;
background-image:url(/styles/v2/rbox/rbox-dr.png);
background-position:top right;
background-repeat:no-repeat;
}

.rbox .dm {
height:16px;
overflow:hidden;
background-image:url(/styles/v2/rbox/rbox-dm.png);
background-position:top left;
background-repeat:repeat-x;
line-height:16px; /* IE 5-6 hack (don't ask) */
}