body {
	padding: 0px 0px 0px;
	text-align: center;
	padding-top: 0px;
	margin: 0px;
}

img{
	border-style: none;
	padding-bottom: 2 px;
}

/*Page content*/
 div.box {
	border: 1px solid #9F432B;
	padding: 10px 10px 10px; /*Top, right/left, bottom*/
	font-family: verdana;
	font-size: 11px;
	text-align: center;
}

 div.team_box {
	border: 1px solid #9F432B;
	padding: 0px 10px 10px; /*Top, right/left, bottom*/
	font-family: verdana;
	font-size: 11px;
	text-align: left;

}

 div.game_box {
	border: 1px solid #9F432B;
	padding: 10px 10px 10px; /*Top, right/left, bottom*/
	font-family: verdana;
	font-size: 11px;
	text-align: left;
	width: 250px;
}

div.left_box {
	padding: 10px 10px 10px; /*Top, right/left, bottom*/
	font-family: verdana;
	font-size: 11px;
	text-align: left;	
}

div.report {
	border: 1px solid #9F432B;
	padding: 5px 5px 5px; /*Top, right/left, bottom*/
	font-family: verdana;
	font-size: 12px;
	text-align: left;	
	width:  255px;
}

a.reportLink:link		{text-decoration:none;	color:black;	 background-color:transparent}
a.reportLink:visited	{text-decoration:none;	color:black;	 background-color:transparent}
a.reportLink:hover	{text-decoration:underline;	color:black;	 background-color:transparent;	cursor:pointer}
a.reportLink:active	{text-decoration:none;	color:black; 	background-color:transparent}

a.profileLink:hover	{cursor:pointer}

#content {
	border: 1px dashed #9F432B;
	border-bottom-style: none;
	border-top-style:none;
	padding: 0px 10px 10px;
	width:712px;
	font-size: 11px;
	font-family: verdana;
}

/*Footer*/

#footer {
	padding: 18px 0px 0px;
	background: url('../../data/layout/footer.gif') #fff repeat-x 0px 1px;
	width:736px;
}

table.management td { 
	text-align: left;
}

 table.report_table {
	font-family: verdana;
	font-size: 12px;
	text-align: left;
}