	table.roundrect{
		width:100%;
	}

	/* Round Rect dimensions and appearance */
	table.roundrect tr.body td.m{
		font-size:1em;
		color:black;
		vertical-align:top;
		padding-top:10px;
		padding-bottom:10px;
	}
	
	/* Title properties */
	table.roundrect thead th{
		font-family:Helvetica, Arial; /*casc?*/
		font-size:11px;
		font-weight:bold;
		color:white;
		text-align:center;
		vertical-align:center;
	}
	
	/* Footer properties */
	table.roundrect tr.footer td{
		font-family:Helvetica, Arial; /*casc?*/
		font-size:10px;
		font-weight:normal;
		color:black;
		text-align:left;
		vertical-align:middle;
	}
	
	/* Round Rect Setup */	
	table.roundrect,
	table.roundrect td {
		border:0px;
		border-spacing:0px;
		border-collapse:collapse;
		padding:0px;
		margin:0px;
	}
	
	/* Setup of the 4 corners as blocks */
	table.roundrect thead th.l, 
	table.roundrect thead th.r{
		width:4px;height:18px;
	}
	table.roundrect tr.footer td{
		height:12px;
	}

	/* Cell background images */
	table.roundrect tr.body td.l,
	table.roundrect tr.body td.m,
	table.roundrect tr.body td.r {
		background-color:#efefef;
	}
	
	table.roundrect thead th.m{
			background:url("rr-o?OpenImageResource") repeat-x;
	}
	
	table.roundrect tr.footer td {
		background-color:orange;
	}
	
	/* Corner images */	
	table.roundrect thead th.l {
			background:url("rr-lo?OpenImageResource") no-repeat left top;
	}
	table.roundrect thead th.r {
			background:url("rr-ro?OpenImageResource") no-repeat right top;
	}
	table.roundrect tr.footer td.l,
	table.roundrect tr.footer td.r {
/*			background:url("rr-o?OpenImageResource") repeat-x;*/
	}
	
	/* Main-border */
	table.roundrect tr.body td.l{border-left:1px solid #ccc;border-bottom:1px solid #ccc;}
	table.roundrect tr.body td.r{border-right:1px solid #ccc;border-bottom:1px solid #ccc;}
	table.roundrect tr.body td.m{border-bottom:1px solid #ccc;}
	table.roundrect tr.footer td.l{border-left:1px solid orange;}
	table.roundrect tr.footer td.r{border-right:1px solid orange;}
	table.roundrect tr.footer td{border-bottom:1px solid orange;}/*b/o IE failure*/
	
	/* Seperating borders for header and footer */
	table.roundrect thead th {
		border-bottom:0px solid orange; /*adjust: seperating line between head and body*/
	}
	table.roundrect tr.footer td {
		border-top:0px solid orange;  /*adjust: seperating line between body and footer*/
	}
