/* the methods on this page are largely the hard work (freely given) of many people from the css-discuss list [http://www.css-discuss.org], including (but not limited to) Big John, Holly Bergevin, Douglas Livingstone, Scott Sauyet, Victor Caston, Mike Papageorge, and me, Alex Robinson [css-stuff@alex.cloudband.com] */

/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- */
/* border:nones are for NN4 */
html { 
min-width: 100%;
margin: 0; 
padding: 0; 
}

body {
margin: 0;
padding: 0;
color: #000;
background: #fff;
font: 12pt/13pt Times, serif;
}

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

h1, h2, h3 {
margin: 0;
padding: 6pt 0;
color: #000;
background: transparent;
}

h1 {
font-size: 16pt;
}

h2 {
font-size: 14pt;
text-transform: uppercase;
}

h3 {
font-size: 13pt;
}

p {
margin: 0;
padding: 4pt 0 4pt 0; 
}

img {
border: 0;
}

table {
width: 100%;
}

th {
margin: 0;
padding: 6pt;
vertical-align: bottom;
}

td {
margin: 0;
padding: 6pt;
vertical-align: top;
}

sup {
font-size: 10pt;
vertical-align: 25%;
}

sub {
font-size: 10pt;
vertical-align: -15%;
}

.clear {
clear: both;
}

.clear-l {
clear: left;
}

.clear-r {
clear: right;
}

.screen {
display: none;
}

/* IE-Win hack to keep list background images from disappearing */
ul, ul.bullets, ol, dl {
position: relative; 
}

/* Opera hack: to keep the list item prior to the li.current from inheriting the font-weight of bold. */
html > body ul, html > body ol, html > body dl {
position: inherit; 
}


/* ====================================================================
WRAPPERS
-------------------------------------------------------------------- */

div { 
margin: 0; 
padding: 0; 
}

.divclear { 
clear: both;
} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */

/*/*/ .divclear { display: none; } /* */

/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */

.box-wrap {
width: auto;
margin: 0 5%;
padding: 0;
color : #000;
background: #fff;
border: none;
}

.box-inner-wrap {
border: 0;
margin: 0;
padding: 0;
color: #000;
background: #fff;
}

/* ====================================================================
CRUMBTRAIL
-------------------------------------------------------------------- */

.box-crumbtrail {
display: none;
}

.units {
display: none;
}


/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */

.main-wrap {
float: none !important;
width: 100%;
margin: 0;
padding: 0;
color: #000;
background: transparent;
}

.main-wrap-noleft {
float: none !important;
width: 100%;
margin: 0;
padding: 0;
color: #000;
background: #fff;
}

.main {
float: none !important;
width: 100%;
margin: 0;
padding: 0;
}

.main-home {
float: none !important;
width: 100%;
margin: 0;
padding: 0;
border: none;
}

.left-nav {
display: none;
}

.right-col {
float: none !important;
width: 100%;
margin: 0;
padding: 0;
}

/* CSS HACK: position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 

/*/*/
.main-wrap, .main-wrap-noleft, .main, .main-home, .right-col { 
p\osition: static; 
}
/* */


/* ====================================================================
HEADER and HEADER-HOME
-------------------------------------------------------------------- */

.header {
width: 100%;
margin: 0;
padding: 0;
}

.header-home {
width: 100%;
margin: 0;
padding: 0;
color: #000;
background: transparent;
}

.header-home img, .left-nav-content img {
display: none;
}

.header-home .float-r {
display: none;
}

.header .l265 {
display: none;
}

.header .r333 {
display: none;
}

.header .r655 {
display: none;
}

.header .r655 img {
display: none;
}

.header h1, .header-home h1 {
border-bottom: 2pt solid #b2b2b2; 
}

.header h2 {
text-transform: none;
}

span.sm {
font-size: 10pt;
font-weight: normal;
}

/* ====================================================================
NAVIGATION - HOME PAGE only
-------------------------------------------------------------------- */

.header-home ul {
display: none;
}

.header-home ul.expanding-nav {
display: none;
}

/* ====================================================================
NAVIGATION - ALL OTHER PAGES 
-------------------------------------------------------------------- */

.left-nav-content {
display: none;
}

.left-nav-content ul {
visibility: hidden;
}

.left-nav-content ul.static {
visibility: hidden;
}

#p7TMctrl {
visibility: hidden;
}

#sondraRocksNav, #sondraRocksNav div div, #sondraRocksNav div div div {
visibility: hidden;
}

/* ====================================================================
MAIN CONTENT TOP PAGE
-------------------------------------------------------------------- */
.main-content { 
margin: 0;
padding: 0;
color: #000;
background: #fff;
}

.main-content blockquote {
margin: 4pt 16pt 8pt 16pt;
padding: 0;
}

.main-content ul {
margin: 0 0 8pt 24pt;
padding: 0;
}

.main-content ul li {
line-height: 14pt;
}

.main-content dl {
margin: 0;
padding: 0;
}

.main-content dl dt {
font-weight: bold;
}

.main-content dl dd {
padding-bottom: .5em;
line-height: 1.5em;
}

.main-content .center {
margin: 0 auto;
padding: 0;
width: 90%;
text-align: center;
}

.main-content .center .float-l {
float: none;
width: 45%;
margin-bottom: 4em;
}

.main-content .center .float-r {
float: none;
width: 45%;
margin-bottom: 10px;
}

.main-content .left {
text-align: left;
}

.footnote {
margin: 0;
padding: 8pt 0;
font-size: 10pt;
}

.top {
display: none;
}

/* ====================================================================
												Home page formatting
-------------------------------------------------------------------- */

table.reviews {
margin: 0 0 12pt 0;
padding: 0;
width: 99%;
}

table.reviews td {
margin: 0;
padding: 6pt 6pt 0 0;
}

table.reviews td.detailed, table.reviews td.detailed h3 {
color: #000;
background: #fff;
}

table.reviews td.brief {
color: #000;
background: #fff;
width: 37%;
}

table.reviews td.brief h3 {
color: #000;
background: #fff;
}

/* ====================================================================
													Image formatting
-------------------------------------------------------------------- */
.img-caption {
position: static;
margin: 0;
padding: 0 8pt 8pt 0;
text-align: center;
}

.img-caption p {
margin: 0;
padding: 8pt 12pt;
font-size: 10pt;
line-height: 12pt;
text-align: left;
}

p.equation img {
margin: 0;
padding: 0 8pt 0 0;
vertical-align: bottom;
}


.l45, .l75, .l100, .l110, .l125, .l130, .l150, .l175, 
.l200, .l215, .l220, .l225, .r235, .l250, .l255, .l275, 
.l300, .l325, .l330, .l350, .l375, 
.l400, .l425, .l450,
.l500, .l525, .l555, .l575, 
.l600, .l625 {
display: none;
}

.r45, .r75, .r100, .r110, .r125, .r130, .r150, .r175, 
.r200, .r215, .r220, .r225, .r235, .r250, .r255, .r275, 
.r300, .r325, .r350, .r375, 
.r400, .r425, .r450,
.r500, .r525, .r575,
.r600, .r625 {
display: none;
}


.c400 {
display: none;
}



/* ====================================================================
													Table formatting
-------------------------------------------------------------------- */

thead {
display: table-header-group;
}

tr {
page-break-inside: avoid;
}

.table-caption p {
margin: 0;
padding: 8pt 0;
font-size: 10pt;
line-height: 12pt;
text-align: left;
}

.content table {
width: 100%;
margin-bottom: 12pt;
padding: 0;
line-height: 13pt;
}

.content table td {
margin: 0;
padding: 3pt;
vertical-align: top;
}

.numeric {
text-align: center;
}

.align-left {
text-align: left;
}

.downloads tr td {
margin: 0;
padding: 3pt 0;
text-align: left;
border-bottom: 1pt solid #666;
}

.border td, .border th {
border-top: 1pt solid #000;
border-left: 1pt solid #000;
}

.border td.last-col, .border th.last-col {
border-right: 1pt solid #000;
}

.border tr.last-row td {
border-bottom: 1pt solid #000;
}

.border td.last-row {
border-bottom: 1pt solid #000;
}

/* ====================================================================
RIGHT COLUMN
-------------------------------------------------------------------- */
.right-col img {
display: none;
}

/* ====================================================================
FOOTER
-------------------------------------------------------------------- */

/* Needed to keep .main-wrap-no-left and .right-col within .box-inner-wrap */

.wrapper-clear {
display: none;
}

/* Actual footer */

.footer {
width: auto;
margin: 0 5%;
padding: 12pt 0 0 0;
font: 12pt/13pt Times, serif;
color: #000;
background: #fff;
text-align: left;
border-top: 2pt solid #b2b2b2;
}

.footer p.comment {
margin: 0;
padding: 0;
color: #000;
background: transparent;
}

.footer .highlight {
text-transform: uppercase;
}

.footer-right {
display: none;
}

.footer ul.print {
margin: 12pt 0 0 0;
padding: 0;
list-style: none;
}

.footer ul.print a {
text-decoration: none;
}


.footer ul.print a:link:after, .footer ul.print a:visited:after {
content: " [" attr(href) "] ";
color: #00f;
background: transparent;
font-size: 10pt;
text-decoration: none;
}


