/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* ie.css */
body {text-align:center;}
.container {text-align:left;}
* html .column {overflow-x:hidden;}
* html legend {margin:-18px -8px 16px 0;padding:0;}
ol {margin-left:2em;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
html>body p code {*white-space:normal;}
hr {margin:-8px auto 11px;}

/* removes margin from something */
ul.menu li {
	margin: 0px;
}
ul.menu li a {
	height: 18px;
	margin: 0;
}
ul.menu li.section, ul.menu li.current {
	height: 18px;
}
ul.menu li.section ul.space, ul.menu li.current ul.space {
	margin: 0;
	border-bottom: 18px solid white;
}
ul.menu.horizontal li {
	border-bottom: 0;
	margin-top: 0;
}

/* form fixes */
.checkBox {
	border: 0;
}
li.document.link a {
	background-image: none;
}