	div.mb-wrapper { 
		width:222px;
	}

	div.mb-top { 
		width:222px;
		height:20px;
		background:url('images/bg_top.gif') no-repeat;
	}
	div.mb-btm { 
		width:222px;
		height:11px;
		background:url('images/bg_btm.gif') no-repeat;
		margin:auto;
	}
	div.mb-row2 { 
		width:222px;
		height:26px;
		background:url('images/bg_row2.gif');
	}
	div.mb-row1 { 
		width:222px;
		height:26px;
		background:url('images/bg_row1.gif');
	}
	p.mb-left { 
		float:left;
		margin:0;
		padding:0;
		font:11px Arial;
		padding-top:5px;
		padding-left:7px;
	}
	p.mb-right {
		float:right;
		margin:0;
		padding:0;
		font:10px Tahoma;
		padding-top:6px;
		padding-right:5px;
	}
	p.mb-right a { display:inline; width:auto; height:auto; background:none; margin:0px; padding:0px; }


	.replist-wrap { 
		background:#CFECF5;
		width:100%;
		height:auto;
		border:1px solid #AAE7FA;
		margin-bottom:5px;
		padding-top:8px;
		padding-bottom:8px;
	}

	.racelist {
		width:18px;
		height:14px;
		border:1px solid black;
	}

	span.listspacer { margin-left:10px; }

	span.won { 
		color:green;
		font-weight:normal;
	}

	span.lost {
		color:red;
		font-weight:normal;
	}

	span.strikethrough { 
		text-decoration:line-through;
	}

	div.tagcloud { width:100%; background:#CFECF5; }

	div.tagcloud a { 
		display:inline; width:auto; height:auto; padding:0;
		background:url('http://aggressivegaming.com/wp-content/themes/agl/images/bluebullet.jpg');
		background-position:left center; background-repeat:no-repeat;
		padding-left:10px;

	}
	div.tagcloud a:hover { background-position:left center; }

	div.storycontent p { margin-top:8px; margin-bottom:8px; }

	div.easyReviewWrapper { 
		background:white;
		border:1px solid #CCC;
		padding:5px;
	}
	th.easyReviewTitle { 
		font:18px Arial;
		color:#AAE7FA;
		font-weight:bold;
	}
	th.easyReviewRow, th.easyReviewEnd { 
		font:14px Arial;
		font-weight:bold;
	}
	th.easyReviewEnd { margin-top:20px; padding-top:20px; }
	td.easyReviewRow { 
		font:11px Verdana;
	}
	
