/* Some space under the headers in the content area */
div#content4r h1,div#content4r h2 {
  margin-bottom: .6em;
}

div#content4r h3,div#content4r h4,div#content4r h5 {
  margin-bottom: .3em;
}

.firstHeading {
  margin-bottom: .1em;
}

div#content4r * {
  /*font-family: Verdana;
  font-size: 9pt;
  line-height: normal;*/
}

body {
  background: #E3E3E3;
}

div#contentcontainer {
  width: 780px;
}

div#content4r table {
  /*font-size: 9pt;
  color: black;
  float: none;*/
}

div#content4r td,div#content4r p,div#content4r ul,div#content4r ol,div#content4r li, div#content4r dd
  {
  /*color: #666666;*/
  /*font-family: 'Verdana', 'Arial', 'Helvetica';*/
}

div#content4r b {
  font-weight: bold
}

div#content4r a {
  text-decoration: none;
  color: #015ba7;
  background: none;
  /*font-family: Verdana;
  font-size: 9pt*/
}

div#content4r a:visited {
  color: #015ba7;
}

div#content4r a:active {
  color: #faa700;
}

/*
NCT 06/25/2007 Remove per SHANE.  PK ok with it.
div#content4r a:hover {
  text-decoration: underline;
}
*/

/*
NCT 02/28/2007 Remove all icons from links.

div#content4r a.external:hover {
  text-decoration: underline;
  padding-right: 13px;
}

div#content4r a[href ^="https://"]:hover,
.link-https:hover{
  text-decoration: underline;
  padding-right: 16px;
}

div#content4r a[href ^="mailto:"]:hover,
.link-mailto:hover {
  text-decoration: underline;
  padding-right: 18px;
}

div#content4r a[href ^="news://"]:hover {
  text-decoration: underline;
  padding-right: 18px;
}

div#content4r a[href ^="ftp://"]:hover,
.link-ftp {
  text-decoration: underline;
  padding-right: 18px;
}

div#content4r a[href ^="irc://"]:hover {
  text-decoration: underline;
  padding-right: 18px;
}
*/
div#content4r a.stub {
  color: #772233;
}

div#content4r a.new,div#p-personal a.new {
  color: #ba0000;
}

div#content4r a.new:visited,div#p-personal a.new:visited {
  color: #a55858;
}

div#content4r p {
  margin: .4em 0 .5em 0;
  /*line-height: 1.5em;
  font-size: 9pt;*/
}

div#content4r p img {
  margin: 0;
}

div#content4r hr {
  height: 1px;
  color: #EEEEEE;
  background-color: #aaa;
  border: 0;
  margin: .2em 0 .2em 0;
}

div#pillar-heading hr {
  height: 3px;
  color: #aaa;
  background-color: #aaa;
  border: 0;
  margin: .2em 0 .2em 0;
}

div#content4r h1,div#content4r h2,div#content4r h3,div#content4r h4,div#content4r h5,div#content4r h6
  {
  color: black;
  background: none;
  font-weight: normal;
  /*font-family: Verdana;*/
  margin: 0;
  padding-top: .5em;
  padding-bottom: .17em;
  border-bottom: 1px solid #999999;
}

div#content4r h1 {
  /*font-size: 14pt;*/
  font-weight: bold;
  margin: 10px 0 .6em 0;
}

div#content4r h2 {
  /*font-size: 10pt;*/
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
}

div#content4r h5,div#content4r h6 {
  border-bottom: none;
  font-weight: bold;
}

div#content4r h3 {
  /*font-size: 9pt;*/
  color: #999999;
  border-bottom: 1px solid #EEEEEE;
}

div#content4r h4 {
  /*font-size: small;*/
}

div#content4r h5 {
  /*font-size: x-small;*/
}

div#content4r h6 {
  /*font-size: xx-small;*/
}

div#content4r ul {
  /*line-height: 1.5em;*/
  list-style-type: square;
  margin: .3em 0 0 1.5em;
  padding: 0;
  list-style-image: url(bullet_4sq.gif);
  list-style: disc;
  /*font-size: 9pt;*/
}

div#content4r ol {
  /*line-height: 1.5em;*/
  margin: .3em 0 0 3.2em;
  padding: 0;
  list-style-image: none;
  /*font-family: Verdana*/
}

div#content4r li {
  margin-bottom: .1em;
  /*font-family: Verdana;
  font-size: 9pt;*/
  /*line-height: normal;*/
  padding: 0 0 0 0;
}

/*
** the page-related actions- page/talk, edit etc
*/
div#p-adncactions {
  margin-top: 12px;
  white-space: nowrap;
  overflow: visible;
  background: #EEEEEE;
  list-style: none;
  border: 1px solid #EEEEEE;
  line-height: normal;
  padding: 0 0 .2em 0;
  text-align: right;
}

div#p-adncactions .hiddenStructure {
  display: none;
}

div#p-adncactions ul {
  list-style-image: none;
  list-style-type: none;
  padding-bottom:2px;
  margin-right:5px;
}

div#p-adncactions li {
  display: inline;
  overflow: visible;
  background: #EEEEEE;
  padding: 0;
  font-size: 8pt;
}

div#p-adncactions li.selected {
  border-color: #fabd23;
}

div#p-adncactions li a {
  background: #EEEEEE;
  font-size: 8pt;
  color: #015ba7;
  text-decoration: none;
  text-transform: lowercase;
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0 10px;
}

div#p-adncactions li.selected a {
  z-index: 3;
  background: #EEEEEE;
}

div#p-adncactions .new a {
  color: #ba0000;
}

div#p-adncactions li a:hover {
  z-index: 3;
  text-decoration: none;
  background-color: #fff;
  padding: 0 10px;
}

div#p-adncactions h5 {
  display: none;
}

div#tabnavcontainer {
  clear: both;
  float: inherit;
  text-align: left;
  padding: 0px;
  margin: 0px;
}

div#tabnav {
  background-color: #e7e7e7;
}

/* Some space under the headers in the content area */
div#bodyContent h1,div#bodyContent h2 {
  margin-bottom: .6em;
}

div#bodyContent h3,div#bodyContent h4,div#bodyContent h5 {
  margin-bottom: .3em;
}

/*
** content styles
*/
div#toc,div#content4r .toc,div#content4r .mw-warning {
  border: 1px solid #aaa;
  background-color: #f9f9f9;
  padding: 5px;
  /*font-size: 95%;*/
}

div#toc h2,div#content4r .toc h2 {
  display: inline;
  border: none;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

#toc #toctitle,.toc #toctitle,#toc .toctitle,.toc .toctitle {
  text-align: center;
}

div#toc ul,div#content4r
.toc ul {
  list-style-type: none;
  list-style-image: none;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}

div#toc ul ul,div#content4r .toc ul ul {
  margin: 0 0 0 2em;
}

div#toc .toctoggle,div#content4r .toc .toctoggle {
  font-size: 94%;
}

div#content4r .mw-warning {
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
}

div#p-tb h2,div#p-tb li {
  padding: 3px 3px 4px 15px;
}

div#p-tb ul {
  list-style-image: none;
  list-style-type: none;
}

div#content4r pre {
  padding: 1em;
  border: 1px dashed #2f6fab;
  color: black;
  background-color: #f9f9f9;
  line-height: 1.1em;
  font-family: monospace;
  font-size: medium;
  overflow: auto;
  width: 705px;
}

div#content4r code {
  background-color: #f9f9f9;
  color: black;
  font-family: monospace;
  font-size: medium;
}

div#content4r .editsection,div#content4r .editsection a {
  font-size: 8pt;
  background: #EEEEEE;
  padding-top: 0.25em;
  padding-right: 1em ;
  padding-bottom: 0.25em;
  padding-left: 1em;
  border: 1px solid #EEEEEE;
}

div#content4r .editsection a:hover {
  font-size: 8pt;
  background: #EEEEEE;
  padding-top: 0.25em;
  padding-right: 1em ;
  padding-bottom: 0.25em;
  padding-left: 1em;
  border: 1px solid #EEEEEE;
}


div#content4r {
  padding: 0px 20px 40px;
}

div#left {
  float: left;
  width: 196px;
  height: 100%;
  margin: 0;
  background: #eee;
}

#subnav_pillars {
  background: url(images/bg_subnav_center.gif) top left repeat-y;
  margin: 10px 0 0 0;
}

#subnav_pillars .nobg {
  background: none;
}

#sidebar {
  background: transparent url(images/bg_subnav_bottom_tan.gif) no-repeat
    scroll left bottom;
  margin: 0px auto;
  overflow: hidden;
  padding: 0pt 0pt 15px;
  text-align: left;
  width: 176px;
}

#subnav_pillars h2 {
  background: url('images/bg_subnav_top.gif') no-repeat center top #eee;
  padding: 10px 10px 5px 14px;
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px solid #CCCCCC;
}

#sidebar hr {
  height: 1px;
  border-style: solid;
  margin: 2px;
}

#sidebar ul li a:hover {
  background: #FFFFFF none repeat scroll 0%;
  color: #FF1100;
}

#subnav_pillars h2 a {
  font-size: 14px;
  font-weight: bold;
  color: black;
}

#subnav_pillars h2 a:hover {
  text-decoration: none;
  color: #FF1100;
}

#subnav_pillars ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0pt;
  padding: 0pt;
}

#subnav_pillars ul li {
  display: block;
  width: 100%;
}

#subnav_pillars ul li a {
  font: normal 11px/ 11px Verdana, Arial;
  margin: 1px;
  color: black;
  line-height: 12px;
  display: block;
  padding: 3px 10px 3px 15px;
  background: none;
  clear: both;
}

#subnav_pillars ul li a:hover {
  text-decoration: none;
  background: #FFFFFF none repeat scroll 0%;
  color: #FF1100;
}

#adnsearch {
  background: #EEEEEE url(images/bg_extranav_top.gif) no-repeat scroll 0pt
    15px;
  margin: 0px auto;
  overflow: hidden;
  padding-top: 15px;
  text-align: left;
  width: 176px;
  float: none;
}

#adnsearch h2 {
  background: transparent url(images/icon_magnifying.gif) no-repeat scroll
    10px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding: 5px 0px 5px 30px;
}

#adnsearch form {
  background: transparent url(images/bg_extranav_bottom_tan.gif) no-repeat
    scroll center bottom;
  display: block;
  margin: 0pt;
  padding: 10px 10px 40px;
  width: 156px;
}

#adnsearchform {
  /* background: transparent url(images/bg_extranav_center.gif) repeat-y scroll center bottom;*/
  background-color: EEEEEE;
  margin-top:10px;
}

#adn-search-input {
	height: 16px;
	margin-bottom: 4px;
	font-size: 13.3333px
}

#adn-search-input-image {
	height: 22px;
	width: 20px;
}

#adnsearch input.gsc-input,#adnsearch #q,#search #qs {
  border: 1px solid #CCCCCC;
  float: left;
  width: 80px;
}

#adnsearch .gsc-search-button {
  font-size: 11px;
  font-weight: bold;
  margin-top: 5px;
  padding-right: 0.5em;
  float: left
}

#adnsearch div.gsc-branding-text {
  font-size: 11px;
  line-height: 11px;
}

#adnsearch div.gsc-branding-text img {
  position: relative;
  top: 5px;
}

#adnsearch img.gsc-branding-img-noclear {
  margin: 4px 0pt 0pt 2px;
}

#pillarnav {
  text-align: left;
}

#auxnav {
  border-top: 1px #CCCCCC solid;
}

#adn-p-actions {
  background: #EEEEEE url(images/bg_extranav_top.gif) no-repeat scroll 0pt
    15px;
  margin: 0px auto;
  overflow: hidden;
  padding-top: 15px;
  text-align: left;
  width: 176px;
  float: none;
}

#eventform {
  font-family: Verdana, Arial;
  font-size: 11px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 100%;
  line-height: 13px;
  margin: 0px 0px 10px;
  width: 520px;
  border-width: 0px;
}

#eventform table {
  border: 0px;
  padding: 0px;
}

#eventform td {
  border: medium none;
  vertical-align: top;
  padding-left: 10px;
}

#eventform td.col1 {
  width: 250px;
}

#eventform td.col1.full-width {
  width: 500px;
}

#eventform td.col1b {
  width: 250px;
}

#eventform td.col2 {
  width: 300px;
}

#eventform td.choice,td.col2b {
  padding: 0px 0px 0px 10px;
}

#eventform label {

}

#eventform input {

}

#eventform select {

}

div#footer {
  border-bottom: none;
  border-top: none;
}

div#globalnav ul {
  margin: 8px 0px 0px 0px;
  list-style-image: none;
  padding: 0px;
}

.spacer {
  visibility: visible;
}

div#auxnav a#n-RSS {
  display:block;
  width:128px;
  padding: 3px 10px 3px 35px;
  background: transparent url("images/feed.png") no-repeat scroll 16px 2px;
  margin-bottom:4px;
}

div#auxnav a#n-RSS:hover {
  background-color:#fff;
}

div#tabnav a:hover span, a:on span {
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 3px;
  padding-left: 6px;
  margin:0px;
}
