/************************************************
 * Site-wide
 ************************************************/
BODY {
	margin: 15px;
	background-color: #FFFFFF;
	color: #000000;
	font: 12px/16px Arial, Helvetica, sans-serif;
}

TD, P { 
  color: #000000;
	font: 12px/16px Arial, Helvetica, sans-serif;
}

TH {
	color: #000000;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
}

P {
	margin: 0px 0px 13px 0px;
}

A:link, A:visited {
	color: #000000;
	text-decoration: underline;
}

SUP {
	font-size: 11px;
}

OL { 
	margin-top: 0px;
	margin-bottom: 0px;
}

UL {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-left: 10px;
	list-style-type: square;
	list-style-image: url(/images/bullet_list.gif);
}

LI { 
}

SUP {
	font-size: 11px;
	text-decoration: none;
}
H1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	margin: 12px 0 15px 0;
}
.divider {
	margin: 15px 0 15px 0 !important;
	_margin: 15px 0 0 0 !important;           /* IE only */
	padding: 0 !important;
	border-top: 1px solid #000000;
	height: 1px;
}


/************************************************
 * Templates
 ************************************************/
#header {
	display: none;
}
#toc {
	display: none;
}
#content {
	display: block;
}
#tocTab {
	display: none;
}
#footer {
	display: none;
} 
#topicsList {
	display: none;
}
#tocFrame {
	display: none;
}
#dashboard {
	display: none;
}
#loader {
  display: none;
}
#topic {
	float: left;
	margin: 0;
	padding: 16px 0 0 0;
  display: block;
}
#qa {
	margin: 0;
	padding: 0 30px 0 12px;
}
#related {
	display: none;
}
#processFlow {
	display: none;
}
#customizeReport {
	margin: 16px 0 0 12px;
}

#leftColumn {
	display: none;
}
#leftColumnContent {
	display: none;
}
#middleColumn {
	display: none;
}
#middleColumnContent {
	display: none;
}
#rightColumn {
	display: none;
}
#rightColumnContent {
	display: none;
}
#askVicor {
  display: none;
}
#scrolling_div {
  background: #FFFFFF;
  margin: 0;
  overflow: visible;
}  
.hidePrint {
  display: none;
}

/*** Images ***/	
IMG.alignLeft {
	margin: 3px 8px 4px 0px;
}

IMG.alignRight {
	margin: 3px 0px 4px 8px;
}

/*** Body Text ***/	
.noUnderline {
	text-decoration: none;
}
.smallText {
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 11px;
}
.error {
	padding: 10px;
	background: #e2e2e2;
	margin: 0 0 15px 0;
}
.error P, .error LI {
	color: #000000;
}
.more {
	padding: 5px 0px 0px 0px;
}

/*** Headings ***/	
.heading {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #6684A0;
	width: 502px;
	margin: 8px 1px 8px 6px;
	line-height: 22px;
}
/* for non-standard width headings */
.matchHeading {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #6684A0;
	line-height: 22px;
}
/* Fix NS6 padding problem */
.heading .padding,
.matchHeading .padding {
	padding: 0px 16px 0px 16px;
}
.heading SUP {
	font-size: 11px;
}
.subHeading {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}
.pageHeading {
	margin: 0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 16px 0px 16px;
}
.pageSubHeading {
	font-weight: bold;
	padding: 0px 16px 0px 16px;
}

/*** Tables & Boxes ***/
.box {
	border: 1px solid #C8CFE2;
	padding: 0px;
	margin: 0px;
}
.odd {
	background-color: #F2F2F7;
}


/************************************************
 * Header
 ************************************************/

/*


#header #searchBox {
	width: 112px;
	height: 21px;
	line-height: 19px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
 }

#header #subnav {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}

#header #subnav A:link {
	color: #000000;
	text-decoration: none;
}

#header #subnav A:visited {
	color: #000000;
	text-decoration: none;
}

#header #subnav A:hover, #header #subnav A:active {
	color: #000000;
	text-decoration: none;
}

#header #subnav .hilight {
	color: #000000;
}

#header #breadcrumb {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 2px 0px 2px 18px;
}

#header #breadcrumb A:link {
	color: #000000;
	text-decoration: underline;
}

#header #breadcrumb A:visited {
	color: #000000;
	text-decoration: underline;
}

#header #breadcrumb A:hover, #header #breadcrumb A:active {
	color: #000000;
	text-decoration: underline;
}

#header #breadcrumb .hilight {
	color: #000000;
	text-decoration: none;
}

*/

/************************************************
 * Footer
 ************************************************/

/*
#footer TD, #footer P, #footer A  {
	margin-top: 5px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#footer A:hover  {
	text-decoration: underline;
}

#footer .hr {
	width: 100%;
	margin: 0;
	border-top: 2px solid #E6F0F9;
}
*/


/************************************************
 * Forms
 ************************************************/
FORM {
	margin: 0px;
	padding: 0px;
}

INPUT, TEXTAREA, SELECT, OPTION { 
  color: #000000;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 11px;
} 

.inputNormal {
	width: 175px;
}

.inputSmall {
	width: 60px;
}

TEXTAREA.bordered, INPUT.bordered {
	border-style: solid;
	border-width: 1px;
	border-color: #6D859F;
}

.formLabel {
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 0px 5px 0px 0px;
	color: #000000;
}

.required {
	color: #000000;
}


/************************************************
 * Homepage Template
 ************************************************/
.homepageContent {
	margin: 15px 30px 0px 30px;
}
#homeIntro {
	width: 696px;
}
#homeLinks {
	margin: 10px 0 0 0;
	width: 696px;
}
.homeLinksLeft {
	border-left: 1px solid #ACC1CE;
	padding: 12px 7px 0px 12px;
}
.homeLinksMid {
	border-left: 1px solid #D8E4EC;
	padding: 12px 7px 0px 12px;
}
.homeLinksRight {
	border-left: 1px solid #D8E4EC;
	border-right: 1px solid #ACC1CE;
	padding: 12px 7px 0px 12px;
}
#homeLinks P {
	margin: 0 0 0 0;
}
#homeLinks UL {
	margin: 0 0 10px -10px;
	list-style: none outside none;
	font-size: 10px;
}
#homeLinks .button {
	padding: 15px 0 0 25px;
}
#homeFeatured {
	margin: 25px 0 10px 0;
  _margin: 20px 0 10px 0;
	width: 696px;
}
#homeSidebar {
	margin: 0 0 0 15px;
	width: 260px;
	background: #F2F2F4;
}
.homeSidebarLinks {
	border-left: 1px solid #9BB3BD;
	border-right: 1px solid #9BB3BD;
	border-bottom: 1px solid #9BB3BD;
	padding: 0 15px 12px 30px;
}
.homeSidebarLinks UL {
	list-style: none;
	padding: 5px 15px 0 0px;
}
.homeSidebarLinks UL LI {
	padding-bottom: 2px;
  text-indent: -25px;
}
.homeSidebarLinks UL LI A {
	color: #000000 !important;
  padding-left: 25px;
  text-decoration: underline !important;
}
.homeSidebarLinks UL LI A:hover {
	color: #000000 !important;
  padding-left: 25px;
  background: url(/images/home/icon_vqs.gif) no-repeat;
  text-decoration: none !important;
}
.homeSidebarFeatured {
	border-left: 1px solid #9BB3BD;
	border-right: 1px solid #9BB3BD;
}
.homeSidebarFeaturedHeader {
	padding: 5px 0 5px 10px;
	font-size: 13px;
	color: #000000;
}
.homeSidebarFeaturedLink {
	text-align: right;
	padding: 5px 12px 0px 0px;
}
.homeSidebarFeaturedLink A {
	color: #000000;
	text-decoration: none;
}
.homeSidebarFeaturedLink A:hover {
	color: #000000;
}
.homeSidebarFeaturedBox {
	background-color: #35414D;
}
#homeFooter {
	float: left;
	margin: 10px 0 0 0;
	width: 971px;
	border-top: 2px solid #E6F0F9;
}
#homeFooter TD, #homeFooter P, #homeFooter A  {
	margin-top: 5px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#homeFooter A:hover  {
	text-decoration: underline;
}


/************************************************
 * Table of Contents
 ************************************************/
.tocIntroText P {
	margin: 0;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 7px 16px 5px 11px;
}
.tocIntroText UL {
	color: #000000;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0px 16px 15px 11px;
  _padding: 0px 16px 11px 11px;
  margin: 0 0 0 15px;
}
.tocIntroButton {
	margin: 0;
	padding: 0 16px 0 0;
	float: right;
}
.tocIntroControls {
	margin: 10px 2px 0 0;
	background: #e2e2e2;
	border: 1px solid #FFFFFF;
	text-align: right;
	padding: 5px 7px 5px 0;
}
.tocIntroControls A {
	color: #000000 !important;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none !important;
}
.tocTopicsList {
	padding: 0 7px 5px 2px;
}
.mainTopic {
 	margin: 0;
}
.subTopic {
 	margin: 0 0 0 15px;
}
.superSubTopic {
 	margin: 0 0 0 15px;
}
.tocTopicMain,
.tocTopicMain A,
.tocTopicMain A:link {
  color: #000000 !important;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none !important;
}
 
 
 /************************************************
 * Dashboard
 ************************************************/
 .categoryNav {
	display: none;
}
.categoryNav A {
	color: #000000 !important;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none !important;
}
P.topicHeader {
	color: #000000;
	font: bold 18px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 2px 0 15px 0px;
}
P.infoTxt {
	color: #000000;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 0 15px;
}
.textModeButtonOn {
  background: url(../images/buttons/btn_bg_textmode_on.gif) no-repeat;
	padding: 3px 12px 2px 12px;
	margin: 0 0 0 2px;
}
.textModeButtonOn A {
	color: #000000 !important;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none !important;
}
.flowModeButtonOn {
  background: url(../images/buttons/btn_bg_flowmode_on.gif) no-repeat;
	padding: 3px 12px 2px 12px;
	margin: 0 0 0 2px;
}
.flowModeButtonOn A {
	color: #000000 !important;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none !important;
}
.textModeButtonOff {
  background: url(../images/buttons/btn_bg_textmode_off.gif) no-repeat;
	padding: 3px 12px 2px 12px;
	margin: 0 0 0 2px;
}
.textModeButtonOff A {
	color: #000000 !important;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none !important;
}
.flowModeButtonOff {
  background: url(../images/buttons/btn_bg_flowmode_off.gif) no-repeat;
	padding: 3px 12px 2px 12px;
	margin: 0 0 0 2px;
}
.flowModeButtonOff A {
	color: #000000 !important;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none !important;
}


/************************************************
 * Right Sidebar
 ************************************************/
.headerSidebar {
  background: #0878B3;
  color: #000000;
  height: 17px;
  padding: 2px 9px 0 9px;
  _height: 18px;             /* IE only */
  _padding: 1px 9px 0 9px;   /* IE only */
}
.sidebarFeaturedContent,
.sidebarFlowContent {
  margin: 0;
  padding: 10px;
}
.sidebarVideoContent {
  margin: 0;
  padding: 0;
}
.sidebarDocumentContent {
  margin: 0;
  padding: 10px 10px 0px 10px;
}
.sidebarFeaturedContent P,
.sidebarVideoContent P,
.sidebarFlowContent P,
.sidebarDocumentContent P {
  margin: 0 0 2px 0;
  color: #000000;
  font: 12px Arial, Helvetica, sans-serif;
}
.sidebarFeaturedContent IMG{
  float: left;
  border: 1px solid #0878B3;
  margin: 0 10px 0px 0;
  padding: 0 0 0px 0;
}
.sidebarVideoContent IMG {
  margin: 10px 10px 0 10px;
  text-align: center;
  border: 1px solid #9AB89A;
}
.sidebarFlowContent IMG {
  float: left;
  margin: 0 10px 10px 0;
}
.sidebarDocumentContent IMG {
  float: left;
  margin: 5px 30px 5px 15px;
}
.sidebarFeaturedContent A,
.sidebarFeaturedContent A:link,
.sidebarFeaturedContent A:visited,
.sidebarVideoContent A,
.sidebarFlowContent A,
.sidebarDocumentContent A,
.sidebarVideoContent A:link,
.sidebarFlowContent A:link,
.sidebarDocumentContent A:link,
.sidebarVideoContent A:visited,
.sidebarFlowContent A:visited,
.sidebarDocumentContent A:visited {
  color: #000000;
  text-decoration: underline;
}
.sidebarFeaturedContent A:hover,
.sidebarVideoContent A:hover,
.sidebarFlowContent A:hover,
.sidebarDocumentContent A:hover {
  color: #000000;
}
.sidebarVideoContent UL {
	list-style: none;
	padding: 7px 10px 7px 10px;
}
.sidebarVideoContent UL LI {
	font-size: 11px;
  line-height: 14px;
  padding-bottom: 2px;
  text-indent: -18px;
}
.sidebarVideoContent UL LI A {
	color: #000000;
  padding-left: 18px;
  text-decoration: none !important;
}
.sidebarVideoContent UL LI A:hover {
	color: #000000;
  padding-left: 18px;
  background: url(/images/sidebar/icon_vqs.gif) no-repeat;
  text-decoration: underline !important;
}


 /************************************************
 * Welcome Page
 ************************************************/

table.welcome td {
    padding: 0px 10px 0px 10px;
}
table.welcome img {
    border: 1px solid #525252;
}

.tocHeading {
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	color: #000000;
} 


 /************************************************
 * Questions/Answers
 ************************************************/
P.headerTxt {
	color: #000000;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 2px 0;
} 
.downloadLink {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}


 /************************************************
 * Confirmation Page
 ************************************************/
.customizeHelpBox {
	display: none;
} 
.customizeHelpTxt {
	width: 203px;
	margin: 0;
	border-left: 1px solid #9BB3BD;
	border-right: 1px solid #9BB3BD;
} 
.customizeHelpTxt P {
	margin: 0;
	padding: 10px 7px 0px 7px;
}


/************************************************
 * Library Main Page
 ************************************************/
#libraryIntro {
	width: 723px;           /* 696px Same as homepage? */
}
#libraryLinks {
	margin: 15px 0 10px 0;     /* Top margin 10px Same as homepage? */
	width: 723px;           /* 696px Same as homepage? */
}
#librarySidebar {
	margin: 0 0 0 15px;
	width: 240px;           /* 260px Same as homepage? */
	height: 555px;
  _height: 558px;
  background: #E5F1F9;		/* #F2F2F4 Same as homepage? */
}
#libraryFooter {
	float: left;
	margin: 10px 0 0 0;
	width: 971px;
	border-top: 2px solid #E6F0F9;
}
#libraryFooter TD, #libraryFooter P, #libraryFooter A, #libraryFooter A:link, #libraryFooter A:visited  {
	margin-top: 5px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#libraryFooter A:hover  {
	text-decoration: underline;
}
.libraryCategoryLinks {
	border: 1px solid #9BB3BD;
	width: 275px;
	height: 355px;
	margin: 1px 1px 0 0;
}
.libraryCategoryHeading {
	font-weight: bold;
	color: #000000;
	background-color: #E2E2E2;
	display: block;
	padding: 5px 0px 5px 7px;
	margin: 1px;
}
.libraryCategoryLinks UL LI A.selected,
.libraryCategoryLinks UL LI A:active.selected,
.libraryCategoryLinks UL LI A:hover.selected {
  color: #000000 !important;
  font-weight: bold;
  text-decoration: none !important;
  padding-left: 18px;
  background: url(/images/sidebar/icon_vqs.gif) no-repeat;
}
.libraryCategoryLinks UL {
	list-style: none;
	padding: 10px;
}
.libraryCategoryLinks UL LI {
	padding-bottom: 2px;
  text-indent: -18px;
}
.libraryCategoryLinks UL LI A,
.libraryCategoryLinks UL LI A:link,
.libraryCategoryLinks UL LI A:visited {
	color: #000000;
  padding-left: 18px;
  text-decoration: underline;
}
.libraryCategoryLinks UL LI A:hover {
	color: #000000;
  padding-left: 18px;
  background: url(/images/sidebar/icon_vqs.gif) no-repeat;
  text-decoration: none !important;
}
.libraryRelatedLinks {
	background: #FFFFFF url(/images/library/bg_related_links.gif) repeat-y;
  border: 1px solid #9BB3BD;
	width: 443px;
  _width: 441px;
	height: 355px;
	margin: 1px 0 0 0;
}
.documentListHeading {
	font-weight: bold;
	color: #000000;
	background-color: #E2E2E2;
	display: block;
	padding: 5px 0px 5px 7px;
	margin: 1px;
  width: 434px;
}
.documentList {
  width: 441px;
  height: 147px;
  overflow: auto;
  border: 1px solid #FFFFFF;
}
.documentList A {
	padding: 0px 0px 0px 5px;
	color: #000000 !important;
}
.documentList A:hover {
	color: #000000 !important;
	text-decoration: underline;
}
.documentList IMG {
	padding: 2px 10px 2px 10px;
	margin: 0px 0px 0px 1px;
	background-color: #EFEFEF;
	vertical-align: middle;
}
.documentList P {
	padding: 2px 0 0 45px;
}
