
body#report_body {
	background-color: #e1e2e4;
}

body#csv_body {
	background-color: #e1e2e4;
	
	margin-bottom: 30px;
}

#report_div {
	width: 615px;
	
	background-color: #e1e2e4;
	
	padding: 3px;
	
	/*border: 2px solid #efefef;*/
	
}

	#report_div a {
		text-decoration: none;
	}
	
	#report_div a:hover {
		text-decoration: underline;
	}

.report_title {
	font-size: 12px;
	
	margin-bottom: 15px;
}

.report_section_title {
	font-size: 10px;
	text-decoration: underline;
	
	margin-bottom: 3px;
}

.report_table {
	padding: 3px;
	
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}

	.report_table td {
		border-left: 1px solid #999999;
		border-bottom: 1px solid #999999;
	}
	
.report_todo {
	padding-left: 15px;
	margin-bottom: 10px;
	
	background-color: #BAC0A0;
}


.report_heading {
	font-size: 13px;
	
	font-weight: bold;
	
	line-height: 14px;
	
	margin-bottom: 11px;
}

.report_select_game_type {
	border: 2px solid #b50007;
	
	font-size: 10px;
}

	.report_select_game_type a {
		padding: 3px;
	}

	.select_active {
		padding: 3px;
		font-weight: bold;
		background-color: #b50007;
		
		color: #ffffff;
	}
	
#game_article {
	margin-bottom: 10px;
	
	padding: 5px;
	padding-right: 30px;

}

	#game_article .text_headline {
		font-size: 11px;
		font-weight: bold;
	}
	
	#game_article .text_copy {
		margin-bottom: 7px;
	}


	#game_article .text_copy ul {
		margin-left: 18px;
		padding: 0px;
	}

	#game_article .text_copy ul {
		padding: 0px;
		margin: 0px;

		margin-top: 0px;
		margin-left: 16px;
		margin-bottom: 10px;

		padding-left: 0px;
	}

	#game_article .text_copy ul li {
		padding-left: 0px;
		margin-left: 0px;

		line-height: 16px;
	}
	
	
.icon_sort {
	margin-left: 3px;
}




#report_div .manager_table {
	border-collapse: collapse;	
	
	
	background-color: #ffffff;
	
	border: 1px solid #b50007;
}

	#report_div .manager_table th {
		font-size: 10px;
		padding: 3px;
				
		background-color: #ef0008;
		color: #ffffff;
		text-align: left;
		
		font-weight: bold;
		
		padding-bottom: 2px;
		padding-top: 2px;
		
		vertical-align: bottom;
		
	}
	
	#report_div .manager_table td {
		padding: 3px;
		padding-right: 10px;
				
		background-color: #ffffff;
		
		vertical-align: top;
		
	}
	
	#report_div .manager_table td.col_sep, #report_div .manager_table th.col_sep {
		border-left: 1px solid #b50007;
		
	}
	
	#report_div .manager_table td.row_section_title {
		border-top: 1px solid #b50007;
		border-bottom: 1px solid #b50007;
		
		font-weight: bold;
		
		padding-left: 15px;
	}
	
	#report_div .manager_table td.row_sep, #report_div .manager_table th.row_sep {
		border-top: 1px solid #b50007;
		border-bottom: 1px solid #b50007;
	}
	
	#report_div .manager_table tr.row_sep td {
		border-bottom: 1px solid #b50007;
	}

#hw_byline {
	width: 615px;
	
	padding-left: 15px;
	
	text-align: left;
	
	padding-bottom: 7px;
	
	font-size: 10px;
	
	margin-top: 19px;
	
}

	#hw_byline a {
		text-decoration: none;
	}
	
#report_timestamp {
	color: #e1e2e4;
}
	
.score_td, .score_span {
	font-weight: bold;
	color: #b50007;
	
	text-align: right;
}


.text_view_row {
	margin-bottom: 0px;
	
	border: 1px solid red;

}

.text_view_date_div {
	margin-bottom: 0px;
	
	
}

.tourney_arrow_up {
	height: 8px;
	width: 8px;
	
	background-image: url(images/arrow_up.gif);
	background-repeat: no-repeat;
		
	padding-left: 16px;
	
	position: relative;
	top: 3px;
	left: 6px;
		
}

.tourney_arrow_down {
	height: 8px;
	width: 8px;
	
	background-image: url(images/arrow_down.gif);
	background-repeat: no-repeat;
	
	padding-left: 16px;

	position: relative;
	top: 3px;
	left: 6px;

}


.tourney_list_hide {
	display: none;
}

.tourney_list_show {
	display: block;
}
