@charset "UTF-8";
/* CSS Document */
#container {
		width: 100%;
		background-color: #CCCCCC;
		margin: 0 auto;
		padding: 0;
		text-align: left;
}
#header {
		background-color: #CCCCCC;
		text-align: center;
		margin: 0;
		padding: 0;
}
#navbar {
		font-weight: bold;
		height: 1.8em;
		background-color: #3366FF;
		overflow: hidden;
}
#navbar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
}
#navbar li {
		float: left;
		white-space: nowrap;
		padding: 3px 15px 4px 15px;
		border-right: 1px #EBEBEB solid;
}
#navbar a {
		color: #EBEBEB;
		text-decoration: none;
}
#navbar li:hover {
		background-color: #EBEBEB;
		border-right: 3px #999999 solid;
		border-bottom: 3px #999999 solid;
		padding-right: 13px;
		padding-bottom: 1px;
}
#navbar li:hover >a  {
		color: #336666;
}
#navbar ul ul {
		position: fixed;	
		background-color: #336666;
		margin-top: 4px;
		margin-left: -15px;
		border-top: 1px #EBEBEB solid;
}
#navbar li li {
		float: none;
		padding-right: 16px;
		border-right-width: 0;
		border-top: 1px #EBEBEB solid;
}
#mainContent {
	background-color: #CCCCCC;
	padding: 10px 20px 0 1em;
}
#maintext {
	background-color: #CCCCCC;
	padding: 10px 20px 0 1em;
}
#footer p {
		margin: 0;
		padding: 10px 0;
		background-color: #DDDDDD;
		text-align: center;
		font-size: .8em;
}
.clearfloat {
		clear: both;
		height: 0;
		font-size: 10px;
}
body > #container #fiberChart tr:hover {
		background-color: #CCCCCC;
}
body > container #fiberChart td:last-child {
		text-align: right;
}
/* IE Hacks */
#IEroot #fiberChart td+td+td+td {
		text-align: right;
}
#IEroot #fiberChart {
		border-collapse: collapse;
}
#IEroot #fiberChart tr+tr+tr,
#IEroot #fiberChart tr+tr+tr+tr+tr,
#IEroot #fiberChart tr+tr+tr+tr+tr+tr+tr,
#IEroot #fiberChart tr+tr+tr+tr+tr+tr+tr+tr+tr,
#IEroot #fiberChart tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr {
		background-color: #EEEEEE;
		border-bottom: 2px #006600 solid;
}
#IEroot #fiberChart tr+tr+tr,
#IEroot #fiberChart tr+tr+tr+tr+tr,
#IEroot #fiberChart tr+tr+tr+tr+tr+tr+tr,
#IEroot #fiberChart tr+tr+tr+tr+tr+tr+tr+tr+tr,
#IEroot #fiberChart tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr {
		background-color: #BAE8BF;
		border-bottom-width: 0;
}