/* Print!*/

body {
	color: #000;
	background: #fff;	
	-moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    border: 0 none;
    font-family: inherit;
    font-size: 90%;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

a {
	text-decoration: none;
	color: #06c;
}

p { line-height: 1.2em; }

ul li, ol li {
margin: 0.5em 0;
}

ul, ol { margin-top: 0;  }

h2 { margin-bottom: 0; font-weight: lighter;}

img { border: 0 none; }

dl, dd { margin-bottom: 1.5em; }

kbd { font-size: 14px; font-weight: bold;}

/*** Boxes and Warnings ***/

pre {
	color: #358ccb;
    border: 1px solid #358ccb;
    padding: 2px;
}

span.notary {
    color: #000;
    font-weight: bold;
    margin: inherit;
    padding: inherit;
}

.warning, .tip, .updatedoc {
    border: 1px solid #000;
    padding: 2px;
}

.warning span, .tip span, .updatedoc span { font-weight: bold; }


.glossaryItem {
	color: inherit;
}

#skiplinks, #toplinks, #TopNav, #topmenu, .login, #hecchomenews, #floatyimage, #Search, .sidebox, #tagline p,  #Bottom,  .ui-selectmenu-menu li, #BottomNav, #Footer, #footernav, #nasablock, .crumbnav, #Feature, .featureimage, #Subordinate, .webinarblurb img, .menuBlock, .leftBlock, .fright, .navigation, .abbBlock, .footer_info,  .colorInput, input, select, .bpPageNavCurrent, .bpPageNav, .bpPrevNextCurrent, .bpPrevNext{
	display: none;
}

#toTop {
	display: none;
	visibility: hidden;
}

.contentMain {
	display: block;
}


#logo img {
	border: 0 none;
	float: left;
	margin: 0 10px 0 0;
	position: relative;	
}


#tagline h1, h1 a {
	color: #FBB03B;
    letter-spacing: 0.02em;
    text-transform: uppercase;
	font-size: 20pt; 
	padding-top: 10px;	
}

.articleTitle {
	font-weight: bold;
}

.articleContainer {
	margin: 0;
	padding: 0;
}

#Main p a:after {
	content: " ("attr(href)") ";
	font-size: 9pt;
	font-weight: normal;
	color: #000;
}

#Main ul li a:after {
	content: " ("attr(href)") ";
	font-size: 9pt;
	font-weight: normal;
	color: #000;	
}

#HomeMain .homebox p a:after {
	content: " ("attr(href)") ";
	font-size: 9pt;
	font-weight: normal;
	color: #000;	
}



img.right
{
	float: right;
	margin: 5px 7px 5px 0;
	position: relative;
}

div.captionedimage a
{
	float: right;
	margin: 5px 7px 5px 0;
	position: relative;
}

div.leftcaptionedimage a
{
	float: left;
	margin: 5px 7px 5px 0;
	position: relative;
}

div.captionedimage img, div.leftcaptionedimage img
{
	border: 1px solid #0081CA;
	margin: 5px;
	padding: 8px;
}

#urlpage
{
	color: #06c;
	margin-top: 30px;
}




/*** Table ***/

table {
width: 100% }


/*** Webinar Page ***/

#nextwebinar {
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px 10px 0;
    text-align: left;
    width: 90%;
}













/**** Data Table Styles ***/

#kbp_article_body table {
  border-collapse: collapse;
  border: 1px solid #666;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #333;
  background: #fff;
  }
  
#kbp_article_body td, #kbp_article_body th {
  border: 1px dotted #ccc;
  padding: .5em 1.2em;
  color: #333;
  }

#kbp_article_body tbody th, #kbp_article_body th {
  background-color: #666;
  color: #fffffd;
  border: 1px solid #666;
  vertical-align: top;
  text-align: center;
  }
  
#kbp_article_body tbody td, #kbp_article_body td {
 text-align: left;
 }
#kbp_article_body .center tbody td, #kbp_article_body .center td {
 text-align: center;
 }

#kbp_article_body .zebra tbody tr:nth-of-type(2n+1) :not(th), #kbp_article_body .zebra tr:nth-of-type(2n+1) :not(th)  {
	background-color: #f5f5f5;
}
#kbp_article_body .rollover tbody tr:hover :not(th), #kbp_article_body .rollover tr:hover :not(th) {
	background-color:#c6e2ff;
}

.tdFormCaption {
	vertical-align:top;
}



