﻿/**************************************/
/********* Dark grey Round Box ********/
/**************************************/
/* set millions of background images */
.greyroundbox 
{ 
	float: left;
	background: url(../images/roundbox/darkgrey/nt.gif) repeat; 
}
.greyrbtop div 
{ 
	background: url(../images/roundbox/darkgrey/tl.gif) no-repeat top left; 
}
.greyrbtop 
{ 
	float: left;
	background: url(../images/roundbox/darkgrey/tr.gif) no-repeat top right; 
}
.greyrbbot div 
{ 
	background: url(../images/roundbox/darkgrey/bl.gif) no-repeat bottom left; 
}
.greyrbbot 
{ 
	float: left;
	background: url(../images/roundbox/darkgrey/br.gif) no-repeat bottom right; 
}

/* height and width stuff, width not really nessisary. */
.greyrbtop div, .greyrbtop, .greyrbbot div, .greyrbbot 
{
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent 
{ 
	margin: 0 7px; 
	color: #000000;
}
.greyroundbox 
{ 
	width: 100%; 
	/*margin: 1em auto; */
}


/***************************************/
/********* Light grey Round Box ********/
/***************************************/
/* set millions of background images */
.lightgreyroundbox 
{ 
	float: left;
	background: url(../images/roundbox/lightgrey/nt.gif) repeat; 
}
.lightgreyrbtop div 
{ 
	background: url(../images/roundbox/lightgrey/tl.gif) no-repeat top left; 
}
.lightgreyrbtop 
{ 
	float: left;
	background: url(../images/roundbox/lightgrey/tr.gif) no-repeat top right; 
}
.lightgreyrbbot div 
{ 
	background: url(../images/roundbox/lightgrey/bl.gif) no-repeat bottom left; 
}
.lightgreyrbbot 
{ 
	float: left;
	background: url(../images/roundbox/lightgrey/br.gif) no-repeat bottom right; 
}

/* height and width stuff, width not really nessisary. */
.lightgreyrbtop div, .lightgreyrbtop, .lightgreyrbbot div, .lightgreyrbbot 
{
	width: 100%;
	height: 7px;
	font-size: 1px;
}

.rbcontent 
{ 
	float: left;
	width: 100%;
	/*font-size: 0.7em;*/
	font-weight: bold;
	/*margin: 0 0 0 35.5em;*/
	line-height: 1.5em;
}
.lightgreyroundbox 
{ 
	width: 100%; 
	/*margin: 1em auto; */
}
