/* Attachmate Screen CSS */
/* Created 08.31.04 */
/* Edited 7.20.05 */

body {
	margin: 10px;
	padding: 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	color:#000;
}

body#home #wrap {
 	width: 760px;
}


body#wide #wrap { width: 760px; background:
  url("../images/bg-wide.gif") repeat-y 0px 200px; 
}

body#dialog {
	margin: 0px;
}

body#dialog TD, body#dialog P, body#dialog INPUT, body#dialog SELECT {font-size:11px;}

body#dialog TD {vertical-align:top;}
 
#logo {
 	margin: 0;
	padding: 24px 0 0 0;
	height: 34px;
	background-color: #fff;
}

#bridgelogo {
 	margin: 0;
	padding: 0;
	height: 34px;
	background-color: #fff;
}

/* ---===TOP NAVIGATION===--- */

/* 511 -> 491 */

#top-nav {
	width: 760px; /*was 511, then 557*/
	position: absolute;
	top:10px;
	left: 10px; /* was 265, then 258, then 212 */
	text-align:right;
	border-bottom:1px solid #ccc;
	padding:0px 5px 4px 0px;
}

#top-nav a, #top-nav a:link, #top-nav a:visited {
	text-decoration:none;
	border-bottom:5px solid white;
	font-weight:bold;
	color:#333;
}

#top-nav a:hover {
	color:#039;
	text-decoration:none;
	border-bottom:5px solid #039;
}

#top-nav2 {
	width: 557px; /*was 511*/
	position: absolute;
	top:36px;
	left: 214px; /*was 267, then 260 */
	top: 37px;
	text-align:right;
	height:27px;
}

#top-nav2 a:link, #top-nav2 a:visited, #top-nav2 a {
	text-decoration:none;
	color:#333;
}

#top-nav2 a:hover {
	color:#df930f;
}


/* ---===IMAGE===--- */
/*
#home-image {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 227px;
}


div#home-image p {
	padding: 8px;
	text-align: right;
}
*/
input#search {
	width: 120px;
	font-size: 12px;
	color: #333;
}

img {
	border:0;
}

img.pic-border {
	padding:5px;
	border:1px solid #dddce1;
	margin:0;
}

img.align-left {
	padding:5px;
	border:1px solid #dddce1;
	margin:5px 10px 10px 0px;
	float:left;
}

img.align-right {
	padding:5px;
	border:1px solid #dddce1;
	margin:5px 0px 10px 10px;
	float:right;
}

/* ---===PAGE LAYOUT===--- */

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div#main-body { clear:left; }
/* End IE5-Mac hack */

div#main-body {
	width: 760px;
	margin: 0;
	padding: 0;
	
}

/*body#home #main-body {
	background: url(../images/bg-homebody.gif) repeat-y left top;
}*/

body#wide #main-body {
	background: url(../images/bg-wide.gif) no-repeat left top;
}

/* --==HOMEPAGE LAYOUT==-- */
body#home div#home-left {
	float: left;
	
	width:255px;
	padding:15px 25px 15px 15px;
	font-size:12px;
	margin:0px;
	border:0;
}

* html body#home div#home-left {
	width:295px;
	w\idth:255px;
}

#home-left div.event-date {
	display:block;
	margin-bottom:9px;
}

#home-left div.date {
	font-weight:bold;
	float:left;
	width:100px;
	display:block;
}

#home-left div.event {
	width:150px;
	float:right;
	display:block;
}

#home-left div.sidebar 
{
	display:block;
	margin:0px 0px 10px 0px;
	padding:0px;
}

body#home div#home-right {
	width: 415px;
	float: left;

	background-position:top left;
	background-repeat:repeat-y;
	background-color:#94acc8;
	background-image:url(/images/bg-dk-blue.jpg);
}

body#home div#home-right-content {
	width: 415px;
	/*float: left;*/
	
	font-size:12px;
	border-top:15px solid black;
	background-image:url(/images/bg-lt-blue.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	background-color:#BFCCDD;
	padding:0px 25px 15px 25px;
	margin:0px;
}

body#home div#home-bottom {
	border-top:1px solid #fff;
	width: 415px;
	background-color:#94acc8;
	background-image:url(/images/bg-dk-blue.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	padding:25px 25px 15px 25px;
	font-size:12px;
}

body#home div#home-bottom2 {
	border-top:1px solid #fff;
	border-bottom:10px solid #94acc8;
	width: 415px;
	background-color:#d5deeb;
	background-image:url(/images/bg-lt-blue-bot.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	padding:25px 25px 15px 25px;
	font-size:12px;
}

body#home div#home-bottom-content2 {
	width: 415px;
	/*float: left;*/
	
	font-size:12px;
	border-top:1px solid #fff;
	background-image:url(/images/bg-lt-blue-bot.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	background-color:#d5deeb;
	padding:0px 25px 15px 25px;
	margin:0px;
}
* html body#home div#home-right, * html body#home div#home-right-content, * html body#home div#home-bottom, * html body#home div#home-bottom2, * html body#home div#home-bottom-content2  {
	width:465px;
	w\idth:415px;
}

#home-bottom select {
	width:243px;
	font-size:11px;
}

.home-feature {
	margin:25px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}



/* --==INNER PAGES==-- */

#crumbtrail {
	width: 760px; /*was 760px*/
	background: #363636 url(../images/bg-crumbs.gif) no-repeat left top;
	margin: 0;
	padding: 0;
}

/* KF added to force word-wrap on breadcrumbs so they will not be hidden by search box */
div#crumbtrail P {
	width: 534px;
}

body#dialog div#crumbtrail {
	background: #000 none;
	width:100%;	/*was 100%*/
}

/* input.text, textarea, select {
	padding:2px;
	border:1px solid black;
}*/

#searchbox {
	position: absolute;
	top:73px; /*was 58px */
	left: 558px;
	width:208px;
	height:27px;
	float:right;
	display:block;
}

#searchbox p { text-align: right; }

#searchbox input.field {
	width:155px;
	height:16px;
	border:0;
	padding:1px 0px 1px 1px;
	margin:0px 0px 0px 0px;
	font-size: 11px;
	vertical-align:middle;
}

#searchbox input#btn-search {
	height: 18px;
	width: 47px;
	margin-top:0px;
	padding:0;
	margin-left:-1px;
	vertical-align:middle;
}

/* These declarations determine the body id (semi or wide) and layout the page appropriately */

/*WIDE*/
/* body#wide div#main is defined at the end of the file because of IE 5 hack */
 
 body#wide div#side {
	width: 230px;
	float: left;
	margin: 0;
	padding: 0;
}
 
div#side h1 {
	font-size:16px;	
	font-weight:bold;
	padding:22px 5px 10px 18px;
	margin:0;
} 

div#side h1 a {
	color:#000;
	text-decoration: none;
} 

div#side h1 a:hover {
	text-decoration: underline;
} 

.sidebar 
{
	background-color:#BFCCDD;	
}

/*
#req-info-wrapper {
	width: 220px;
	height:91px;
	padding:0;
	margin:0;
	color:white;
	float:right;
	margin:-10px 0px -10px 0px;
}	

#req-info-wrapper img {
	width:210px;
	height:81px;
	padding:0;
	margin:0;
	float:right;
}
*/
 
/* TWO-COLUMN */
 
 body#wide div#main div#column1 {
	padding: 0 0 10px 0;
	float: left;
	width: 250px;
 }
  body#wide div#main div#column2 {
	padding: 0 0 10px 10px;
	float: left;
    width:240px; 
 }


/* ---===SIDE NAVIGATION===--- */
ul#sidenav {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	list-style-type: none;
	border-top: 1px solid #e2e8f0;
	width:230px;
}

ul#sidenav li {
	margin: 0;
	padding: 4px 0 5px 0px; /* IE 5 Hack Below */
	border-bottom: 1px solid #e2e8f0;
	color: #000;
}

ul#sidenav li.select {
	color: #fff;
	padding: 4px 0 5px 0px; /* IE 5 Hack Below */
	background: #94acc8 url(../images/bullet-sidenav-white.gif) 8px .7em no-repeat;
}

ul#sidenav li ul {
	margin: 5px 0 0 5px;
	padding: 0;
	font-size: 12px;
	list-style-type: none;
	color: #fff;
}

ul#sidenav li ul li ul {
	font-size: 11px;
}

ul#sidenav li ul li {
	margin: 0px 0px 0px 18px; /* IE 5 Hack Below */
	padding: 2px 5px 3px 9px; /*left padding was 7px*/
	border-bottom: none;
	background: url(../images/bullet-blue.gif) no-repeat 0px .55em; /* .7em was 50%*/
}
/*added to contol the white arrow next to selected item in side subnav*/
ul#sidenav li ul li.select {
	margin: 0px 0px 0px 18px; /* IE 5 Hack Below */
	padding: 2px 5px 3px 9px;
	border-bottom: none;
	background: #94acc8 url(../images/bullet-sidenav-white.gif) 0px .55em no-repeat; /*was .5em*/
}
/*end arrow*/


ul#sidenav a.select:link, ul#sidenav a.select:visited {  color: #fff; text-decoration: none; }

ul#sidenav li a:link, ul#sidenav li a:visited {  color: #102E52; text-decoration: none; } 
ul#sidenav li a:hover, ul#sidenav li a:active {  color: #fff; text-decoration: none; }
/*
ul#sidenav li ul li a:link, ul#sidenav li ul li a:visited {  color: #102E52; text-decoration: none; }  
ul#sidenav li ul li a:hover, ul#sidenav li ul li a:active {  color: #fff; text-decoration: none; }
*/

#footer {
	border-top:1px solid #ccc;
	width: 760px;
	clear: both;
	background-color: #fff;
}

div#footer p {
	font-family: Arial, tahoma, sans-serif; 
	margin: 0;
	padding-top: 10px;
	/* border-top: solid 1px #ccc; */
  	font-size: 11px; 
	color: #666; }

div#footer a {
	font-size: 11px;
	color: #333;
	text-decoration:none;
}

#footer a.active, #footer a:hover {
	color: #df930f;
}

/* ---===LINKAGE===--- */

a, a:link, a:visited, a:active { color: #039; }
a:hover { color: #df930f; }

div#crumbtrail a:link, div#crumbtrail a:visited {
	color: #9c0;
	text-decoration: none;
}
div#crumbtrail a:hover, div#crumbtrail a:active {
	color:#fc3;
	text-decoration: underline;
}

h2 a:link, h2 a:visited { color: #df930f; text-decoration: none; }
h2 a:hover, h2 a:active { color: #7ea92a; text-decoration: none; }


/* ---===TEXT FORMATTING===--- */
.headline, .headline P {font-size: 16px; line-height: 20px; font-weight: bold; margin: 0 0 .5em 0;} 

.subhead, .subhead P {font-size: 14px; line-height: 16px; font-weight: bold; margin: 15px 0px 5px 0px; font-style: normal;}
.subhead em {color: #df930f; font-style: italic; background-color: transparent;}

.subheadIndex, .subheadIndex P {font-size: 14px; line-height: 16px; font-weight: bold; margin: 15px 0px 5px 0px; font-style: normal;}
.subheadIndex em {color: #df930f; font-style: italic; background-color: transparent;}

.content, .content p, p 
{
	font-size: 12px;
	line-height: 16px;
	margin:0px 0px 10px 0px;
	padding:0;
} 

.tdsortby {font-size: 11px; line-height: 14px;}/* margin: 0 0 0 10px; margin: .25em 0 .75em 0;*/
.tdsortlink 
{
	margin: 0 0 2px 9px;
	padding: 0 0 0 9px;
	border-bottom: none;
	background: url(../images/bullet-blue.gif) 3px .5em no-repeat;
}

.tdsortlink a {
	font-size: 11px; 
	line-height: 14px; 
   /* margin: 0 0 2px 9px;
	padding: 0;*/
    border-bottom: none;
	list-style-type: none;
	/*background: url(../images/bullet-blue.gif) 3px .5em no-repeat;*/
}

.tdsortlink a:link, .tdsortlink a:visited
 {  color: #039; text-decoration: none; } 
.tdsortlink a:hover, .tdsortlink a:active
 {  color: #df930f; text-decoration: underline; }
 
.formlabel {font-size: 16px; line-height: 18px; margin: .25em 0 .75em 0;font-weight:bold;}

.outline {
border: solid 1px #ccc; 
padding: 4px 6px 4px 6px; }

.caption {
	font-size:11px;
	padding:0;
	margin:0;
}

h1 { font-size: 16px; margin: 0 0 .5em 0; }
h2 { font-size: 14px; margin: 15px 0px 5px 0px; font-style: normal; }
h3 { font-size: 12px; padding:12px 5px 0px 0px; margin:0px; }

h3#white {color: #ffffff; margin: 0 0 0 0;}

h3.spaced {
	padding:12px 5px 10px 0px;
	margin:0;
}

h4 { font-size: 12px; margin: 16px 0 0 0;}
h5 { font-size: 11px; margin: 5px 0 10px 0; } /* Use this heading for MORE links only */
h6 { font-size: 10px; } 

ol, ul { font-size: 12px; line-height: 16px; margin: .25em 0 .75em 2em; padding: 0; }
dl{ font-size: 12px; line-height: 16px; margin: .25em 0 .75em 0; }

em { font-style: italic; }
h1 em, h2 em, h3 em, h4 em, h6 em { color: #df930f; font-style: normal; background-color: transparent; }

/* ---===DIV SPECIFIC FORMATTING===--- */
/* for merger */

/*div#home-left h1 { color: #F9890B; margin: 0; font-weight: normal; font-size: 18px; } 
*/
#findheader { position: relative; top: -15px; left: 0; } /* was color: #df930f; */ /*end for merger */

/*div#home-left h3 { margin: 5px 0 0 0; color: #333; font-size: 12px; font-weight: bold; } 
*/
/* was margin: 0 0 0 0; color: #666; font-weight: normal;*/
/*kf*/
/*div#home-left h4 { margin: 5px 0 0 0; color: #000; font-size: 12px; font-weight: bold; }
*/
/*end KF*/
/*kf 4/27/05 div#home-left h5 { margin: 5px 0 25px 0; text-align: left;} */
/*kf*/
/*div#home-left h6 { margin: 5px 0 0 0; color: #000; font-size: 11px; font-weight: normal; }
*/
/*end KF*/
div#home-center h3 { color: #fff; margin: 0 0 2px 0; }
div#home-center h2 { color: #000; margin: 0 0 2px 0; }

div#crumbtrail p { font-size: 10px; color: #fff; padding: 8px; margin: 0; }
div#crumbtrail p, div#crumbtrail p a { letter-spacing: .08em; }

/* div#main img { margin: 10px 0 10px 0; }*/
div#main img#nomargin, div#main .nomargin, div#main .nomargin img { margin: 0px; }

/*kf*/
td#main img { margin: 0px 0 0px 0; } 
div#main h6 { margin: 0 0 10px 0; color: #000; font-family: Arial, Verdana, Tahoma, sans-serif; font-size: 12px; font-weight: normal; }
/*end KF*/

/* ---===FOR BUTTONS===--- */

/*kf*/
h6 a:link, h6 a:visited { text-decoration: none; }
h6 a:hover, h6 a:active { color:#7ea92a; text-decoration: underline; }
/*end KF*/
/* ---===MORE BUTTONS===--- */
h5 {
	text-align: right;
	padding: 0 20px 5px 0; 
}
/*kf april 27 */
/*div#home-left h5 { background: url(../images/button-green-white.gif) no-repeat 100% 0%; }
*/
/*end kf*/
div#home-center h5 { background: url(../images/button-orange-dark.gif) no-repeat 100% 0%; }
/* div#home-right h5 { background: url(../images/button-green-lite.gif) no-repeat 100% 0%; }*/

#home-right h1 {
	display:block;
	border-bottom:1px solid black;
	margin:0px 0px 5px 0px;
	padding:0px 0px 1px 0px;
	font-size:14px;	
}

#home-bottom2 h1 {
	display:block;
	border-bottom:1px solid black;
	margin:0px 0px 5px 0px;
	padding:0px 0px 1px 0px;
	font-size:14px;
	color:#000;	
}

#home-bottom2 h1 a:link,
#home-bottom2 h1 a:visited,
#home-bottom2 h1 a:active {
	color:#039;	
	text-decoration:none;
}

#home-bottom2 h1 a:hover {
	color:#E47F00;
	text-decoration:underline;
}

#home-right-content a.link-arrow:link, 
#home-right-content a.link-arrow:visited, 
#home-right-content a.link-arrow:link:active  {
	float:right;
	padding:0px 21px 0px 0px;
	background:url(../images/button-green-lite.gif);
	background-position:center right;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	top:-2px;
}

#home-right-content2 a.link-arrow:link, 
#home-right-content2 a.link-arrow:visited, 
#home-right-content2 a.link-arrow:link:active  {
	float:right;
	padding:0px 21px 0px 0px;
	background:url(../images/button-green-lite.gif);
	background-position:center right;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	top:-2px;
}

#home-bottom a.link-arrow, #home-bottom a.link-arrow:visited, #home-bottom a.link-arrow:active {
	background:url(../images/button-orange-dark.gif);
	background-position:center right;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	height:21px;
	padding:2px 21px 2px 0px;
	font-size:12px;
	text-align:left;
}


#home-right a.link-arrow:link:hover {
	color:#fff;
	text-decoration:underline;
}

#home-bottom2 a.link-arrow:hover {
	color:#E47F00;
	text-decoration:underline;
}

#main a.link-arrow,
#main a.link-arrow:visited,
#main a.link-arrow:active,
#main a.link-arrow:link,
#home-left a.link-arrow,
#home-left a.link-arrow:visited,
#home-left a.link-arrow:active,
#home-left a.link-arrow:link {
	float:right;
	padding-right:21px;
	background:url(../images/button-green-lite.gif);
	background-position:center right;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
}

#main a.link-arrow-main,
#main a.link-arrow-main:visited,
#main a.link-arrow-main:active,
#main a.link-arrow-main:link,
#home-left a.link-arrow-main,
#home-left a.link-arrow-main:visited,
#home-left a.link-arrow-main:active,
#home-left a.link-arrow-main:link {
	float:right;
	padding-right:21px;
	background:url(../images/button-green-lite-main.gif);
	background-position:center right;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
}

#main a.link-arrow:hover, #home-left a.link-arrow:hover {
	color:#8EB445;
	text-decoration:underline;
}

#main a.bp-link-arrow,
#main a.bp-link-arrow:visited,
#main a.bp-link-arrow:active,
#main a.bp-link-arrow:link {
	float:left;
	padding-right:21px;
	background:url(../images/button-green-lite.gif);
	background-position:center right;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
}

#home-left h1, #home-left h2 {
	color:#E47F00;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
	margin:10px 0px 8px 0px;
	padding:0;
}

.clear {
	clear: both;
}

div#main h5, div#main-wide h5 { background: url(../images/button-green-white.gif) no-repeat 100% 0%; }

div#side h5, div#side-wide h5 { 
	background: url(../images/button-orange-lite.gif) no-repeat 100% 0%; 
	margin: 0 15px 15px 0;
}

div#home-center h5 a:hover, div#home-right h5 a:hover, div#side-semi h5 a:hover, div#side-wide h5 a:hover { color: #fff; }

h5 a:link, h5 a:visited { text-decoration: none; }
h5 a:hover, h5 a:active { color:#7ea92a; text-decoration: underline; }

/*kf - for personal links on home page */
div#home-left h6 { 
	margin: 0 0 0 9px;
    padding: 0 0 0 9px;
    border-bottom: none;
    background: url(../images/bullet-blue.gif) 1px .5em no-repeat; }

/* ---===BLOCKQUOTES===--- */
body#home blockquote {
	width: 225px;
	margin: 0;
	padding: 0;
	font-size:11px;
	line-height: 1.25em;
	color: #fff;
	background: #6d8bba url(../images/quote-home01.gif) no-repeat left top;
}

body#home blockquote span.quote p {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 10px;
	color: #fff;
	line-height: 16px;
	background: url(../images/quote-home02.gif) no-repeat right bottom;
}

body#home blockquote span.author p {
	font-family: Arial, Verdana, sans-serif; /*kf added*/
	margin: 0;
	padding: 5px 10px 10px 10px;
	color: #000;
	font-size: 11px; /*was 10px */
	line-height: 14px; /*was 12px*/
	background: url(../images/quote-home03.gif) no-repeat left bottom;
}

body#wide div#side blockquote, .sidebar blockquote {
	width: 200px;
	margin: 0 0 20px 15px;
	padding: 0;
	color: #fff;
	background: #6d8bba url(../images/quote-wide01.gif) no-repeat left top; /* was #94acc8 */
}

body#wide div#side blockquote .quote p, .sidebar blockquote .quote p{
	font-family: Tahoma, Arial, Verdana, sans-serif; /*kf added*/
	margin: 0;
	font-size: 12px;
	color: #fff; /*was #000*/
	line-height: 1.3em; /*kf was 1.5 em*/
	padding: 15px 15px 5px 15px;
	background: url(../images/quote-semi02.gif) no-repeat right bottom;
}

body#wide div#side blockquote .author p, .sidebar blockquote .author p {
	font-family: Arial, Verdana, sans-serif; /*kf added*/
	margin: 0;
	padding: 5px 15px 10px 15px;
	color: #000; /*kf was #fff*/
	font-size: 11px;
	line-height: 1.2em; /*kf added*/
	background: url(../images/quote-wide03.gif) no-repeat left bottom;
}

/* ---===BOXES===--- */

body#wide div#callcenter {
	width: 200px;
	margin: 0 0 20px 15px;
	padding: 0;
	color: #333;
	background: #fff url(../images/box-callcenter03.gif) no-repeat left top;
}

body#wide div#callcenter h3 {
	margin: 0;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
	background: transparent;
	background: url(../images/box-callcenter04.gif) no-repeat right bottom;
}

body#wide div#callcenter p {
	margin: 0;
	padding: 0 10px 10px 10px;
	color: #333;
	font-size: 10px;
	background: url(../images/box-callcenter04.gif) no-repeat right bottom;
}

body#wide div.sortby {
	width: 200px;
	margin: 0 0 20px 15px;
	padding: 0;
	color: #333;
	background: #fff url(../images/box-sortby.gif) no-repeat left top;
}

body#wide div.sortby h3 {
	margin: 0;
	font-size: 11px;
	padding: 4px 10px 0 10px;
	background: transparent;
}

body#wide div.sortby ul {
	margin: 0;
	padding: 0 10px 10px 10px;
	color: #333;
	font-size: 10px;
	background: url(../images/box-callcenter04.gif) no-repeat right bottom;
}

body#wide div.prodfind {
	width: 200px;
	margin: 20px 0 20px 15px;
	padding: 0;
	color: #333;
	}

body#semi div.prodfind {
	width: 285px;
	margin: 10px 0 0 0;
	padding: 0;
	color: #333;
	}	

body#wide div.basicbox, .sidebar div.basicbox {
	width: 200px;
	margin: 20px 0 20px 15px;
	padding: 0;
	color: #333;
	background: #fff url(../images/box-basic-wide01.gif) no-repeat left top;
}

body#wide div.basicbox h3, .sidebar div.basicbox h3 {
	margin: 0;
	font-size: 12px;
	padding: 6px 10px 0 10px;
	background: transparent;
	color: #fff;
}

/*kf added to control bottom image-rounded corners of basic box */
body#wide div.bottomimage, .sidebar div.bottomimage {
	background: url(../images/box-basic-wide02.gif) no-repeat right bottom;
}
	
body#wide div.basicbox p, body#wide div.basicbox ul, body#wide div.basicbox dl, .sidebar div.basicbox p, .sidebar div.basicbox ul, .sidebar div.basicbox dl {
	margin: 0;
	padding: 4px 10px 4px 10px; /*was 10px 10px 10px 10px */
	color: #333;
	font-size: 11px;
	list-style-type: none;
	line-height: 16px;
}

body#wide div.basicbox h4, .sidebar div.basicbox h4 {
	font-family: arial; 
	font-size: 11px; 
	font-weight: bold; 
	color: 000; 
	margin: 0px 0px 0px 4px;
	padding: 0px 10px 2px 6px; 
	background: transparent;
}

body#wide div.basicbox dt, .sidebar div.basicbox dt {
	margin: 0;
	padding: 5px 5px 0 0;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

/* kf added 11/30/04* for formatting of Related Info List Links in side bar (no nesting) */	
.basicboxcontent ul li, .basicboxcontent dl dd{
    margin: 0;
    padding: 0 0 0 10px;
	font-size: 11px;
    border-bottom: none;
	list-style-type: none;
	background: url(../images/bullet-blue.gif) 0px .5em no-repeat;
}

.basicboxcontent ol li{
    margin: 0;
    padding: 0 0 0 10px;
	font-size: 11px;
    border-bottom: none;
	list-style-type: decimal;
}

.basicboxcontent li a:link, .basicboxcontent li a:visited, .basicboxcontent dd a:link, .basicboxcontent dd a:visited
 {  color: #039; text-decoration: none; } 
.basicboxcontent li a:hover, .basicboxcontent li a:active, .basicboxcontent dd a:hover, .basicboxcontent dd a:active
 {  color: #df930f; text-decoration: underline; }

/* end KF added*/	

/* kf added 12/21/04* for formatting of list links in body of index pages */	

/* Links on Indexes: White Papers, Press Room, Press Releases, Media Coverage */

span.indexlist a:link, span.indexlist a:visited {  
	color: #039; text-decoration: none;
	font-weight: bold;
 	margin: 0;
    padding: 0;
    border-bottom: none;
}

span.indexlist a:hover, span.indexlist a:active {  
	color: #df930f; text-decoration: underline;
	font-weight: bold;
 	margin: 0;
    padding: 0;
    border-bottom: none; 
}

.indexlist td a:link, .indexlist td a:visited {  
	color: #039; text-decoration: none;
 	margin: 0;
    padding: 0;
    border-bottom: none;
}

.indexlist td a:hover, .indexlist td a:active {  
	color: #df930f; text-decoration: underline;
 	margin: 0;
    padding: 0;
    border-bottom: none; 
}

/* Index pages with nested DL's: Product Indexes and Customer Story Indexes */

.indexlistn dt
{
	font-size: 12px;
	color: #000;
	font-weight: bold;
    margin: 1.5em 0 .50em 0;
    padding: 0;
    border-bottom: solid 1px #000000;
	background: #fff;
}

.indexlistn dd
{
    margin: 0 0 2px 9px;
    padding: 0 0 0 9px;
    border-bottom: none;
    background: url(../images/bullet-blue.gif) 1px .5em no-repeat;
}

.indexlistn dd.nested
{
    margin: 0 0 2px 0;
    border-bottom: none;
    background: transparent;
}

.indexlistn dd.nested dd
{
    margin: 0 0 2px 9px;
    padding: 0 0 0 9px;
    border-bottom: none;
    background: url(../images/bullet-blue.gif) 1px .5em no-repeat;
}

.indexlistn dd.nested dt
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: .50em 0 0 0;
	padding: 0;
	border-bottom: none;
	border-top: none;
	background: transparent;
}

.indexlistn dt a:link, .indexlistn dt a:visited {
	color: #039; text-decoration: none;
}

.indexlistn dt a:hover, .indexlistn dt a:active {
	color: #df930f; text-decoration: underline;
}

.indexlistn dd a:link, .indexlistn dd a:visited {
	color: #039; text-decoration: none;
}

.indexlistn dd a:hover, .indexlistn dd a:active {
	color: #df930f; text-decoration: underline;
}

/* end KF added*/


/* ---===FLOATS===--- */

img.float-left {
	float: left;
	padding: 5px;
	margin: 5px 5px 5px 0;
	border: 1px solid #ccc;
}

img.float-right {
	float: right;
	padding: 5px;
	margin: 5px 0px 5px 5px;
	border: 1px solid #ccc;
}


/* ---===FORM ELEMENTS===--- */

/*kf*/
select#who, select#what { 
		background : #FFFFFF;
    	font-family : arial, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : black;
    	text-align : left;
		margin: 5px 0 10px 0;
		}
/*end KF*/	

/* original - select#who, select#what { margin: 0;}*/

form { margin: 0; }

/*table-specific classes and IDs - KF*/
div#main table tbody	{
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #000;
		vertical-align : bottom;
		}	
		
table#matrix {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #000;
    	text-align : center;
		border : solid 1px #ccc;
		}	


.headtextsmall {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #fff;
    	text-align : center;
		}
.headtextsmall a:active {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #fc3;
    	text-align : center;
		text-decoration: underline;
		}
		
.headtextsmall a:link {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #fff;
    	text-align : center;
		text-decoration: underline;
		}
		
.headtextsmall a:visited {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #fff;
    	text-align : center;
		text-decoration: underline;
		}
		
.headtextsmall a:hover {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #fc3;
    	text-align : center;
		text-decoration: underline;
		}		

.headtextmed {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #fff;
		text-align : left;
    	}		

.textsmall {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #000;
		text-align : left;
    	}

.textsmall sup {
		font-size : 12px;
		}

.textmed {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #000;
		text-align : left;
    	}		

table#login {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #000;
    	text-align : center;
		border : solid 1px #6D8BBA;
		}

.logintable {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #000;
    	text-align : center;
		border : solid 1px #6D8BBA;
		}

table#profile {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #000;
		vertical-align : bottom;
		}	
				
div#center {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
		text-align : center;
    	}	


.errormessage, .errormessage P, .errormessage LI {
		font-family : arial, verdana, sans-serif, helvetica, helv;
		font-size : 12px;
    	font-weight : normal;
    	color: #f00;
		}


/*treecontrol specific classes - MCL*/
		.ChannelListItem {list-style-image: url(../images/channel.jpg)}
		.PostingListItem {list-style-image: url(../images/posting.jpg)}
/*internal menu specific classes - MCL*/

		.AspButton {background: #94acc8; color:#fff; font-weight:bold; cursor:hand}
		
.sortindex { font-size: 11px; line-height: 14px; margin: 0; }

.sortindex dd
{
    margin: 0 0 0 9px;
    padding: 0 0 0 9px;
    border-bottom: none;
    background: url(../images/bullet-blue.gif) 1px .5em no-repeat;
}

.sortindexa
{
    margin: 0 0 0 9px;
    padding: 0 0 0 9px;
    border-bottom: none;
    
}

.sortindex dd a:link, .indexlistn dd a:visited {
	color: #039; text-decoration: none;
}

.sortindex dd a:hover, .indexlistn dd a:active {
	color: #df930f; text-decoration: underline;
}

/* Portent 2 Column Layout */
#content-list-wrapper {
	display:block;
	padding-top:25px;
}

#content-list-wrapper ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

#content-list-wrapper ul.no-bullets li {
	background:white;
	padding-left:0px;
}


#content-list-wrapper ul li {
	padding-bottom:6px;
	background:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0em .6em;
	padding-left:9px;
}

.content-list-left {
	display:block;
	float:left;
	width:270px;
	border:0;
	padding:0px 10px 0px 0px;	
	margin:0;
}


.content-list-right {
	width:190px;
	padding:0px 0px 0px 15px;
	display:block;
	float:right;
	border-left:1px solid #ccc;

}

/* Download PDF Link */

a.pdf-arrow, a.pdf-arrow:link, a.pdf-arrow:active, a.pdf-arrow:visited {
	padding-right:23px;
	background:url(/images/pdf-icon.gif);
	background-position: center right;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	height:21px;
	padding-top:2px;
	padding-bottom:2px;
}


.download-pdf {
	display:block;
	margin:5px 0px 5px 0px;
	padding:0px;
	height:40px;
	border:0;
}

.download-pdf a, .download-pdf a:link, .download-pdf a:active, .download-pdf a:visited {
	padding-right:23px;
	background:url(/images/pdf-icon.gif);
	background-position: center right;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	height:21px;
	padding-top:2px;
	padding-bottom:2px;
}

.download-pdf-b {
	display:block;
	margin:5px 5px 5px 0px;
	padding-top:2px;
	/*padding:0px;*/
	height:21px;
	border:0px;
}

.download-pdf-b a, .download-pdf-b a:link, .download-pdf-b a:active, .download-pdf-b a:visited {
	padding-left:23px;
	background:url(/images/pdf-icon.gif);
	background-position: center left;
	background-repeat:no-repeat;
	text-decoration:underline;
	margin:10px 5px 5px 0px;
	height:21px;
	padding-top:2px;
	padding-bottom:2px;
}

/* Search page */

div#search-results td.search-summary {
	width:70px;
	font-size:12px;
	padding-left:15px;
	color:#333;
	padding:10px 0px 0px 10px;
	margin:0px;
	vertical-align:top;
}

/* Search page */

div#search-results td.search-summary {
	width:70px;
	font-size:11px;
	padding-left:15px;
	color:#666;
	padding:10px 0px 0px 10px;
	margin:0px;
	vertical-align:top;
}

* html div#search-results td.search-summary {
	padding:10px 0px 0px 0px;
	p\adding:10px 0px 0px 10px;
	}
	
	
.percent {
	float:left;
	display:block;
	margin:0;
	padding:0px 3px 0px 0px;
}

.color-bar {
	width:35px;
	height:7px;
	border:0;
	background-color:#999;
	overflow:hidden;
	display:block;
	margin:5px 0px 5px 0px;
	padding:0;
}

.color-percent {
	background:#ABD953;
	height:7px;
}

.gray {
	color:#999;
}

h2.underline,
div#search-results h2 {
	display:block;
	border-bottom:1px solid black;
	margin:30px 0px 5px 0px;
	padding:0px 0px 1px 0px;
	font-size:12px;	
	color:#000;
}

/* --------------------------------------------------------- REQUEST FORM -------------------- */

#request-form-page {
	width:365px;
	padding:0px;
	margin:0px 0px 20px 0px;
}

#request-form-page td.label {
	vertical-align:middle;
	text-align:right;
}


#request-form-page input.req-field {
	width:274px;
	padding:2px 2px 2px 2px;
	border:1px solid black;
}

.req-send {
	height:30px;
	vertical-align:middle;
	padding:5px;
	margin-left:115px;
}

.req-send input {
	background-color:#e78f20;
	color:#fff;
	border:0;
	padding:2px 5px 2px 5px;
}

.req-comments {
	width:274px;
	padding:2px 2px 2px 2px;
	border:1px solid black;
	height:175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* PullQuote/box styles */
 
.pullquote-left-wrapper {
 width:233px;
 border:1px solid #dddce1;
 height:auto;
 color:black;
 float:left;
 display:block;
 margin:5px 10px 0px 0px;
 padding:5px;
}
 

.pullquote-right-wrapper {
 width:233px;
 border:1px solid #dddce1;
 height:auto;
 color:black;
 float:right;
 display:block;
 margin:5px 0px 0px 10px;
 padding:5px;
}
 

.pullquote-content {
 padding:15px 15px 10px 15px;
 margin:0;
 color:black;
 display:block;
 font-size:11px;
 width:203px;
 border:0;
 background:#ccc;
}
 
* html .pullquote-content {
 width: 233px; 
 w\idth:203px;
} 
 
 
 
.pullquote-content h1, 
.pullquote-content h2, 
.pullquote-content h3, 
.pullquote-content h4 {
 font-size:11px;
 margin:0;
 padding:0;
}



/* --------------- REQ INFO BOX -------------- */

#req-info-wrapper {
	width: 210px;
	padding:0;
	margin:0;
	color:#fff;
	float:right;
	margin:-10px 0px 0px 10px;
	background: url(/images/req-info-border.gif) repeat-y;
}	

#req-info-header {
	padding:7px 14px 7px 14px;
	color:#fff;
	background: url(/images/req-info-header.gif);
	text-align: left;
	font-weight:bold;
	font-size:13px;
}	

#req-info-header a, #req-info-header a:visited, #req-info-header a:active {
	color:#fff;
	text-decoration:none;
}

#req-info-content a.orange-arrow:hover, #req-info-header a:hover {
	color:#8EB445;
}

#req-info-content {
	padding:9px 14px 14px 14px;
	color:#000;;
	background: url(/images/req-info-bottom.gif) no-repeat bottom;
}

#req-info-content a.orange-arrow, #req-info-content a.orange-arrow:visited, #req-info-content a.orange-arrow:active {
	font-size:13px;
	color:#E47F00;
	float:none;
	padding:2px 21px 2px 0px;
	background:url(../images/button-orange-white.gif);
	background-position:center right;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	height:21px;
	font-size:12px;
	text-align:left;
}

/* ------------ Hide on Screen ---------------------*/

.nodisplay {display:none;}

.contextHelp
{
	position: absolute;
	background-color: #e3ffe7; /*#fffacd; #b0c4de;*/
	border: solid 1px #000;
	padding: 5px;
	width: 150px;
}
		
.contextHelp h1 
{
	font-size:12px;
}

/* IE5 Layout Hacks */
body#wide div#main {
	float: left;
 	margin: 0;
 	width: 530px; /*for IE5 Win */
 	padding:13px 0px 30px 30px; /* padding: 20px 25px 0 5px; */
	voice-family: "\"}\"";
	voice-family: inherit;
 	width: 500px;
 }

ul#sidenav li, ul#sidenav li.select {
	voice-family: "\"}\"";
	voice-family: inherit;
	padding: 4px 0 5px 18px;
}
 
ul#sidenav li ul li, ul#sidenav li ul li.select {
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0;
}