/* fasthockey network styles */

#network-container { 
	display: block;
	color: white;
	width: 100%;
	min-width:1000px;
	height: 36px;
	max-height: 36px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	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: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/site-style/fh_network_header_bg.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: #5F5F5F;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #8C0104;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

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

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


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