.events
{
	float: left;
	width: 644px;	
}

.events .headline
{
    float: left;
    width: 644px;	
    height: 31px;
}

.events .headline h1
{
    float: left;
	padding: 6px 10px;
	margin: 0px;
}

.events .bodyline
{
	float: left;
	width: 632px;
	padding: 5px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-top: 0px;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
}

.events .bodyline a
{	
	color: #FF8700;
	text-decoration: none;
}

.events .bodyline a:hover
{	
	text-decoration: underline;
}

.events .bodyline img
{
	clear: left;
	float: left;
	margin-right: 10px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

.events .bodyline .info
{
	float: left;
	width: 330px;
}

.events .bodyline .info .key, .events .bodyline .info .val
{
	float: left;	
}

.events .bodyline .info .key
{
	font-weight: bold;
	width: 95px;
	text-align: right;
}

.events .bodyline .info .val
{
	padding-left: 10px;
	width: 190px;
	margin-bottom: 16px;
}

.events .bodyline .headr span
{
	float: left;
	margin-top: 8px;
	margin-left: 12px;
	color: #232323;
	font-weight: bold;
}

.events .bodyline .results
{
	float: left;
	width: 632px;
	color: #3c3c3c;
}

.events .bodyline .results .row
{
	float: left;
	width: 632px;
	height: 25px;
	margin-bottom: 3px;
}

.events .bodyline .results .spec
{
	background-color: #efefef;
}

.events .bodyline .results .row span
{
	float: left;	
	margin: 4px 9px;
}

.events .bodyline .results .row .name
{
	width: 160px;
}

.events .bodyline .results .row .res
{
	width: 80px;
}

.events .bodyline .headr
{
	float: left;
	width: 632px;
	height: 29px;
	background-color: #f3a001;
	background-color: #cccccc;
}

.events .bodyline .par,
.events .bodyline .par .results,
.events .bodyline .par .row,
.events .bodyline .par .headr
{
	float: left;
	width: 312px;
}

.events .bodyline .par .row
{
	height: auto;	
}

.events .bodyline .par .row .name
{
	width: 107px;
}

.events .bodyline .par .row .res
{
	width: 40px;
}

.events .datapage
{
	float: left;
	width: 632px;
	margin: 10px 0px;
}

.events .datapage table thead
{
	background-color: #ccc;
	height: 29px;
	font-weight: bold;
}