/* css document for global elements */
body {
	background-image: url('../im/bg.jpg');
	background-repeat: repeat-x;
}

html, body {
	margin: 0;
	padding: 0;
}

hr {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #d4e2e5;
	border-left: none;
	border-right: none;
	border-bottom: none;
	color: #d4e2e5;
	background-color: #d4e2e5;
	height: 1px;
}


.img_padding {padding: 0 0 0 10px;}

:focus {
	outline-style: none;
	}
		
/* tables */

/* table sub heading */

table.sports tr td {
	padding: 3px 3px 5px 10px;
}

table.overall tr td {
	padding: 3px 3px 5px 10px;
}

.bg_blue {
	background-color: #607e9d;
	font-weight:bold;
}

.bg_dark_blue {
	background-color: #203458;
}

