HTML
{
	overflow-y: scroll !important;
	overflow-x: auto !important;
}

BODY, DIV, TD, TH, H1, H2, H3, H4, H5, H6, INPUT, TEXTAREA, SELECT, OPTION
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

BODY, P, DIV, TD, TH, H1, H2, H3, H4, H5, H6, INPUT, TEXTAREA
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

BODY
{
	background-color: white;
}

IMG, TABLE
{
	border: none;
}

FORM
{
	display: inline;
}

.link
{
	cursor: pointer;
	cursor: hand;
}

.float
{
	position: absolute;
	top: 0px;
	left: 0px;
}

DIV.float
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

A:link, A:visited
{
	color: #02125a;
	text-decoration: none;
}
	
A:hover, A:visited:hover
{
	color: #02125a;
	text-decoration: underline;
}

A:link.bluelink, A:visited.bluelink
{
	color: #02125a;
	text-decoration: none;
}

A:hover.bluelink, A:visited:hover.bluelink
{
	color: #02125a;
	text-decoration: underline;
}

#container
{
	position: relative;
	z-index: 0;
	left: 0px;
	top: 0px;
	width: 800px;
	margin: auto;
}

#logo
{
	position: absolute;
	left: 37px;
	top: 25px;
	width: 108px;
	height: 21px;
}

#logoTagline
{
	position: absolute;
	left: 148px;
	top: 33px;
	height: 16px;
	width: 120px;
	color: #848484;
	font-size: 13px;
	line-height: 16px;
}

#blueBar
{
	position: absolute;
	left: 0px;
	top: 51px;
	width: 145px;
	height: 8px;
	background-color: #424993;
}

#yellowBar
{
	position: absolute;
	left: 148px;
	top: 51px;
	width: 652px;
	height: 8px;
	background-color: #f7d030;
	overflow: hidden;
}

#yellowBar IMG
{
	position: absolute;
	width: 92px;
	height: 8px;
	left: 0px;
	top: 0px;
}

#navigation
{
	position: absolute;
	left: 270px;
	top: 35px;
	width: 527px;
	height: 24px;
	text-align: right;
}

#navigation IMG
{
	width: 1px;
	height: 24px;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

#navigation A
{
	position: relative;
	top: -13px;
	margin-bottom: 20px;
	color: #7672b3;
	font-size: 13px;
	text-decoration: none;
}

#navigation A:hover
{
	color: #a1a3bf;
	text-decoration: none;
}

#subnav
{
	position: absolute;
	left: 0px;
	top: 220px;
	width: 208px;
	min-height: 376px;
	height: auto !important;
	height: 376px;
	padding-bottom: 90px;
	background-color: #f6f4f8;
}

#subnav #ciscoPowered
{
	position: absolute;
	left: 0px;
	bottom: -50px;
	width: 50px;
	height: 43px;
}

#footer
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 80px;
}

#footer #yellowBar
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 3px;
	background-color: #fcf8ec;
}

#footer #phoneNumber
{
	position: absolute;
	left: 217px;
	top: 6px;
	width: 300px;
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #5555a3;
}

#footer #ciscoPowered
{
	position: absolute;
	left: 0px;
	top: 6px;
	width: 50px;
	height: 43px;
}

#footer #copyright
{
	position: absolute;
	left: 217px;
	top: 30px;
	width: 300px;
	height: 18px;
	color: #5555a3;
}

#innerHero
{
	position: absolute;
	left: 0px;
	top: 62px;
	width: 208px;
	height: 155px;
}

#innerHeader
{
	position: absolute;
	left: 211px;
	top: 62px;
	width: 589px;
	height: 88px;
}

#innerHeaderText
{
	position: absolute;
	right: 24px;
	top: 112px;
}

#titleBarBg
{
	position: absolute;
	left: 211px;
	top: 153px;
	width: 589px;
	height: 39px;
	background-image: url(./images/img_yellow-bar2.gif);
}

#titleBar
{
	position: absolute;
	left: 211px;
	top: 153px;
	width: 569px;
	height: 39px;
	color: #02125a;
	line-height: 39px;
	font-weight: bold;
	font-size: 16px;
	padding-left: 20px;
	overflow: hidden;
}

#captionBarOff
{
	position: absolute;
	left: 211px;
	top: 195px;
	width: 589px;
	height: 22px;
	background-color: #fcf8ec;
}

#captionBar
{
	position: absolute;
	left: 211px;
	top: 195px;
	width: 589px;
	height: 22px;
	background-color: #d5d6e7;
}

#content
{
	padding-left: 208px;
	padding-top: 217px;
	padding-right: 0px;
	padding-bottom: 20px;
	width: 592px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	overflow-x: hidden;
}

INPUT.editBox
{
	height: 14px;
	width: 220px;
	font-size: 11px;
	line-height: 14px;
	border: 1px solid black;
	padding: 1px;
	margin: 0px;
}

TEXTAREA.editBox
{
	width: 220px;
	border: 1px solid black;
	padding: 1px;
	margin: 0px;
}
.noc_reporting_inline
{
	list-style: none;
	text-align: left;
}
.noc_reporting_inline li
{
	display: inline;
}
.center
{
	text-align: center;
}
.noc_reporting_table
{
	width: 450px;
}
.noc_reporting_table TD	
{
	font-size:14px;
	background-color: #cccccc;
}
.reportsHeaderFooter
{
color:#02125A;
font-size:14px;
line-height:16px;
padding: 3px;
text-align: center;
}
.reportsTableCell
{
color:#02125A;
font-size:14px;
line-height:16px;
text-align: center;
}
.miscReporting
{
	font-size: 14px;
	line-height: 30px;
	padding: 2px;
	margin: 0;
}
.miscReporting a
{
	font-size: 14px;
	padding: 2px;
	margin: 0;
}
