/* fasthockey network styles */

#network-container { 
	display: block;
	color: white;
	width: 100%;
	min-width:1000px;
	height: 36px;
	max-height: 36px;
	padding: 0 0 0 0;
	margin: 0;
	white-space: nowrap;
	background-color: #000000;

}

#network-main {
	display: block;
	float: left;
	text-align: center;
	color: white;
	width: 100%;
	min-width:1000px;
	height: 12px;
	max-height: 12px;
	background-color: #5F5F5F;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-image: url('https://ddde457d3b16a8614480-1c5b19b429ddb017fc420c330826ace8.ssl.cf2.rackcdn.com/images/site-style/network/fh_network_header_bg_blue.png');
	background-repeat:repeat-x;

}

#network-body {
	display: block;
	float: left;
	text-align: left;
	color: white;
	width: 100%;
	min-width:1000px;
	height: 24px;
	max-height: 24px;
	background-color: #181818;
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: #000066;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#network-item {
	display: block;
	float: left;
	height: 24px;
	padding: 0 0 0 20px;
	margin: 0;
}

#network-item-space { 
	display: block;
	float: left;
	width: 14px;
	height: 24px;
	padding: 0 0 0 0;
	margin: 0;
}


.network-title { 
	display: block;
	font-size: 10px;
	line-height: 23px;
	padding: 0 10px;
	margin: 1px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.network-item {
	display: block;
	float: left;
	height: 24px;
	padding: 0 0 0 20px;
	margin: 0;
}

.network-item-space { 
	display: block;
	float: left;
	width: 14px;
	height: 24px;
	padding: 0 0 0 0;
	margin: 0;
}