/* CSS for error pages */

/* Globals */

/*
   This doesn't look very good: the bullets are slightly too high and
   spaced too far away from the text. But when I try the method found
   in ul.anchor-box, the bullets start disappearing randomly. It's an
   an Internet Explorer 6 bug, well-documented on the Net.
*/
ul.instructions li {
 list-style: url(/vp/images/nns/common/bullets/bullet_list_big.gif);
 margin-left: -20px;
 padding-bottom: 3px;
 font-size: 12px;
}

h2 {
  margin-bottom: 0px;
}

/* Specific styles */

/* For full-page error pages */
div.error-box {
  padding-top: 8px;
}

/* For error pages with the side nav */
div.error-box-small {
  padding-top: 8px;
  width: 96%;
}

table.error-box {
 background-image: url(/vp/images/nns/common/background/error_pages/error_tl.gif);
 background-position: left top;
 background-repeat: repeat-x;
 width: 100%;
}

td.error-box-left {
 background-image: url(/vp/images/nns/common/background/error_pages/error_cap_lt.gif);
 background-position: left top;
 background-repeat: no-repeat;
 height: 63px;
}

td.error-box-right {
 background-image: url(/vp/images/nns/common/background/error_pages/error_cap_rt.gif);
 background-position: right top;
 background-repeat: no-repeat;
 height: 63px;
}

td.error-message {
 padding-left: 10px;
 font-size: 14px;
 font-weight: bold;
 color: #2E2F91;
 padding-right: 10px;
}

td.error-icon {
 padding-left: 8px;
 padding-right: 4px;
}

div.error-content {
 padding-bottom: 12px;
 padding-left: 10px;
 padding-right: 10px;
 font-size: 12px;
}

div.error-content-small
{
	padding-top:30px;
	padding-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#tblBrowserList
{
	margin-left:40px;
	text-indent:15px;
	vertical-align:middle;
}

div.anchor-box {
}

table.anchor-box {
  border-collapse: collapse;
  width: 100%;
}

table.anchor-box td {
  vertical-align: top;
}

table.anchor-box td.contents {
 background-image: url(/vp/images/nns/common/background/legal_pages/links_tab_bt_lft_crn.gif);
 background-position: bottom left;
 background-repeat: repeat-x;
}

table.anchor-box td.right-side {
 background-image: url(/vp/images/nns/common/background/legal_pages/links_tab_bt_rt_crn.gif);
 background-position: bottom left;
 background-repeat: no-repeat;
 width: 8px;
}

table.anchor-box td.bottom-right {
  background-image: none;
  height: 8px;
  width: 8px;
}

ul.anchor-box {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

ul.anchor-box li {
  padding: 0px 0px 2px 8px;
  background-image: url(/vp/images/nns/common/bullets/bullet_list_big.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  list-style-type: none;
  margin-bottom: 3px;
  margin-left: 2px;
  font-size: 12px;
}


/* Section headers */

td.browser-heading {
  padding-top: 10px;
  font-size: 12px;
  font-weight: bold;
}

table.corporate-section-header {
 width: 100%;
}

td.corporate-section-header-go {
 text-align: right;
 padding-right: 8px;
}

tr.corporate-section-header-bottom {
}

/* Error code */

div.error-code {
 font-size: 11px;
 width: 100%;
 text-align: right;
 padding-top: 5px;
 padding-bottom: 5px;
}
