#frm_middle
{
	float: left;
	width: 540px;
	/*border: 1px solid #FF0000;*/
}

.post_div
{
	width: 500px;
	margin: 10px auto 10px auto;
	padding: 5px 5px 5px 5px;
	background-color: #222222;
	color: #ffffff;
	border: 1px solid #000000;
}

.post_div:hover
{
	border: 1px solid #333333;
}

.post_div .post_top
{
	padding: 2px 2px 2px 2px;
	background-color: #111111;
	font-size: 14px;
	font-weight: bold;
}

.post_div .post_top a
{
	display: block;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}

.post_div .post_top a:hover
{
	text-decoration: none;
	background-color: #222222;
}

.post_div .post_middle
{
	/*background-image: url("../images/body/gear.png");
	background-repeat: no-repeat;
	background-position: right bottom;*/

}

.post_div .post_middle p
{
	margin: 10px 0px 10px 0px;
}

.post_div .post_middle a img
{
	border: 1px solid #000000;
}

.post_div .post_middle a img:hover
{
	border: 1px solid #ff0000;
}

.post_div .post_middle hr
{
	height: 4px;
	margin-left: -5px;
	margin-right: -5px;
	border-top: 1px solid #000000;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.post_div .post_bottom
{

}

.post_div .post_bottom .info
{
	display: block;
	padding: 1px 1px 1px 1px;
	border: 1px solid #aaaaaa;
	color: #aaaaaa;
	text-align: center;
}

.matchmaster
{
 
}
 
.matchmaster .list
{
	border: 1px solid #000000;
	margin: 3px 0px 0px 0px;
}

.matchmaster .head 
{
	display: block;
	height: 15px;
	margin: 0px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
	color: #ffffff;
	background-color: #333333;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.matchmaster .row 
{
	display: block;
	height: 15px;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
	color: orange;
	border: 1px solid #111111;
}

.matchmaster .row:hover
{
	background-color: #444444;
	border: 1px solid #000000;
}

.matchmaster .name
{
	float: left;
	width: 85%;
}

.matchmaster .time
{
	float: left;
}
