/* tribe.net Print Stylesheet */
/* $Id: print.css 26689 2005-12-17 18:00:08Z brian $ */

html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	width: 90%;
  	 }

#globalNav, #changeLocation, #subnav, #breadcrumbs, #ad, #messages, #tabs, #unsupportedBrowsers, #footer, td.them, .hide {
	display: none !important;
}

#main	{
	}	


#content {
}


/* UNFLOAT: We have to turn off floats or else Firefox crashes on printing the new profiles */
#tribe:lang(en) {
  width: 100%;
}

#columns:lang(en) {
  float: none;
}

.two-column #columns:lang(en) {
  padding: 5px;
}

#col-a:lang(en) {
  width: 100%;
  margin: 0;
  float: none;
}

#col-b:lang(en) {
  height: 1%; /* [4] keeps this column from extending below container */
  float: none;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
/* END UNFLOAT */

a:link, a:visited {
   color: #566;
   background: transparent;
   text-decoration: underline;
}

#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks	{
	display: none;
	}
body.docs div.docs	{
	margin: 0 !important;
	border: none !important
	}
