﻿/* from http://www.neuroticweb.com/recursos/css-rounded-box/index.php?color=003466&fondo=FFFFFF */
/* set millions of background images */

/* DARK BLUE ROUNDED BOX */
.rbroundbox_blue { background: url(images/roundedbox/corner_blue_nt.gif) repeat; color:white;}
.rbtop_blue div { background: url(images/roundedbox/corner_blue_tl.gif) no-repeat top left; }
.rbtop_blue { background: url(images/roundedbox/corner_blue_tr.gif) no-repeat top right; }
.rbbot_blue div { background: url(images/roundedbox/corner_blue_bl.gif) no-repeat bottom left; }
.rbbot_blue { background: url(images/roundedbox/corner_blue_br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop_blue div, .rbtop_blue, .rbbot_blue div, .rbbot_blue {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent_blue { margin: 0 7px; }
.rbroundbox_blue { width: 50%; margin: 1em auto; }


/* GRAY ROUNDED BOX */
.rbroundbox_gray { background: url(images/roundedbox/corner_gray_nt.gif) repeat; color:#003466;}
.rbtop_gray div { background: url(images/roundedbox/corner_gray_tl.gif) no-repeat top left; }
.rbtop_gray { background: url(images/roundedbox/corner_gray_tr.gif) no-repeat top right; }
.rbbot_gray div { background: url(images/roundedbox/corner_gray_bl.gif) no-repeat bottom left; }
.rbbot_gray { background: url(images/roundedbox/corner_gray_br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop_gray div, .rbtop_gray, .rbbot_gray div, .rbbot_gray {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent_gray { margin: 0 7px; }
.rbroundbox_gray { width: 50%; margin: 1em auto; }


/* MAROON ROUNDED BOX */
.rbroundbox_maroon { background-color:#660000; color:#CCCCCC;}
.rbtop_maroon div { background: url(images/roundedbox/corner_maroon_tl.gif) no-repeat top left; }
.rbtop_maroon { background: url(images/roundedbox/corner_maroon_tr.gif) no-repeat top right; }
.rbbot_maroon div { background: url(images/roundedbox/corner_maroon_bl.gif) no-repeat bottom left; }
.rbbot_maroon { background: url(images/roundedbox/corner_maroon_br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop_maroon div, .rbtop_maroon, .rbbot_maroon div, .rbbot_maroon {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent_maroon { margin: 0 7px; }
.rbroundbox_maroon { width: 50%; margin: 1em auto; }


/* GREEN ROUNDED BOX */
.rbroundbox_green { background: url(images/roundedbox/corner_green_nt.gif) repeat; color:white;}
.rbtop_green div { background: url(images/roundedbox/corner_green_tl.gif) no-repeat top left; }
.rbtop_green { background: url(images/roundedbox/corner_green_tr.gif) no-repeat top right; }
.rbbot_green div { background: url(images/roundedbox/corner_green_bl.gif) no-repeat bottom left; }
.rbbot_green { background: url(images/roundedbox/corner_green_br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop_green div, .rbtop_green, .rbbot_green div, .rbbot_green {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent_green { margin: 0 7px; }
.rbroundbox_green { width: 50%; margin: 1em auto; }