html {
	overflow: scroll;
} 
body {
	font-family: arial, helvetica, serif;
	font-size: 11px;
	margin: 0; 
	padding: 0;
}
td {
	font-size: 11px;
}
h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #006600;
}
h2, .header2 {
	font-weight: bold;
	font-size: 14px;
}
h3, .header3 {
	font-weight: bold;
	font-size: 12px;
}
p {
	margin-top: 0px;
	margin-bottom: 6px;
}
ul {
	margin-top:0px;
	margin-bottom:0px;
}

.globalTxt {
	font-size: 11px;
	font-weight: normal;
}
.about {
	font-size: 14px;
	line-height: 1.5;
	color: #000;
}
div#content {
	background-color: #ffffff;
	width: 742px;
	margin: 0 auto;
	text-align: left;
}
#topline {
	width: 96%;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	position: relative;
}
#topline img {
	border: 0 none;
}
#search {
	position: absolute;
	right: 6px;
	top: 40px;
}
.formField {
	font-size: 11px;
	color: #333333;
}
a {
	text-decoration: none;
	color: #0000ff;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #0000ff;
}
/* -------------- Top Level Navigation Elements ------------------*/
#navigation {
	width: 742px;
	position: relative;
	z-index: 10;
}
#nav a {
	color: black;
}
div.title {
	text-align:center; 
	vertical-align: bottom;
	border-right: 2px solid #e8e8e8;
	background-color:#ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	height:12px;
}
li.mainnav div.lastMenu {
	border-right: none;
}
ul#nav, ul#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#nav li.mainnav {
	float: left;
	width: 148px;
}
ul#nav li.mainnav ul.secondMenu {
	position: absolute;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	display: none;
	width: 173px;
	text-align: left;
	background-color: #e7e8c0;
}
ul#nav li:hover ul.secondMenu, ul#nav li.sfhover ul.secondMenu {
	display: block;
}
ul.secondMenu li {
	padding-bottom: 2px;
	width:173px;
	border-bottom: 1px solid #ffffff;
	height: 12px;
	padding-top: 3px;
}
ul.secondMenu li a {
	padding-left: 5px;
}
ul.secondMenu li:hover, ul.secondMenu li.sfhover {
	background-color: #cccc99;
}
ul#nav li.lastMenu {
	width: 150px;
}
ul#nav li.mainnav ul.lastMenu {
	margin-left: -25px;
}
#pageTitle {
	width: 732px;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}
#pageTitle a, #pageTitleText {
	line-height: 35px;
	display: block;
	color: #fff;
	float: left;
}

#pageTitle img {
	width: 559px;
	height: 35px;
	float: right;
	border: 0 none;
}
#mainImage #pageTitle {
	width: 172px;
	line-height: 35px;
	color: #fff;
}
/* --------------- END Top Level Navigation Elements --------------- */
#footer {
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 10px;
}
#pageTitle {
	float: left;
	margin-top: 4px;
	margin-bottom: 6px;
}
#pageFlash {
	float: right;
}
.flash{
	float:right;
	width:560px;
	margin-top: 4px;
	margin-bottom: 6px;
}
#leftFlash {
	float: left;
	width: 182px;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 6px;
}
#rightFlash {
    float:right;
	width:560px;
	margin-top: 4px;
	margin-bottom: 6px;
}
.separator{
	color: #ff6600;
}
.formFieldSearch {
	font-size: 11px;
	color: #333333;
	border:#FF6600 1px solid;
}
#sidenav a, #sidenav a:visited, #sidenav ul a, #sidenav ul a:visited {
	color: black;
}
#sidenav a:hover, #sidenav a.menuhi,#sidenav a.menuhi:visited { 
	color: white; 
}
#sidenav a.selmenu, #sidenav a.selmenu:visited {
	background-color:#e8e8e8;
	color:black;
}
.arrowLink {
	display: inline;
	padding-right: 12px;
	background: url('../images/o_arrow.gif') no-repeat center right;
	font-weight: bold;
}
#contentleft .arrowLink {
	font-weight: normal;
}
.xlsLink {
	display: inline;
	padding-right: 18px;
	background: url('../images/icon_xls.gif') no-repeat center right;
}
.pdfLink {
	display: inline;
	padding-right: 18px;
	background: url('../images/icon_pdf.gif') no-repeat center right;
}	
.pptLink {
	display: inline;
	padding-right: 18px;
	background: url('../images/icon_ppt.gif') no-repeat center right;
}
.videoLink {
	display: inline;
	padding-right: 18px;
	background: url('../images/icon_film.gif') no-repeat center right;
}
.wordLink {
	display: inline;
	padding-right: 18px;
	background: url('../images/icon_doc.gif') no-repeat center right;
}
ol li {
	margin-bottom: 10px;
}
span.mandatory {
	color: red;
	font-weight: bold;
}
#appContent {
	width: 720px;
	padding: 5px 10px;
	float: left;
	min-height: 300px;
}
* html #appContent {
	height: 300px;
	overflow: visible;
}
#updatedDate {
	font-weight: bold;
	float: left;
}
div.updatedDate {
	font-weight: bold;
	margin-bottom: 10px;
}
#openAll {
	display: block;
	text-align: right;
}			
div.acItem {
	position: relative;
	background-color: #fff;
}
div.acItem h1 {
	color: #fff;
	margin: 2px 0;
	padding: 3px 8px;
	cursor: pointer;
}
table.ewpTable {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
table.ewpTable td {
	padding: 4px 8px;
	border: solid 1px #fff;
}
table.ewpTable tr.title td {
	text-align: center;
	background: #aaa;
	font-weight: bold;
}
table.ewpTable tr.oddRow td {
	background: #e9e9e9;
}
table.stock td.desc {
	width: 25%;
}
table.stock td.weight {
	width: 25%;
}
table.stock td.lenLf {
	width: 50%;
}
table.specials td.desc {
	width: 125px;
}
table.specials td.len {
	width: 40px;
}
table.specials td.units {
	width: 29px;
}
table.specials td.pieces {
	width: 38px;
}
table.specials td.disc {
	width: 49px;
}
table.specials td.addInf {
	width: 147px;
}
table.emmett td.desc {
	width: 50%;
}
table.emmett td.lenLf {
	width: 50%;
}
#menuBack {
	display: none;
	position: absolute;
	background: #fff;
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#toolkitDashboard {
	width: 672px;
	height: 490px;
	margin: 20px auto;
	background: url('../images/toolkitDashboard.jpg') top left no-repeat;
	position: relative;
}