/* Some based on http://www.eits.uga.edu/webhelp/wai/stylep.css */


a {
    font-weight: normal;
    text-decoration: none;
    color: black;
}

body,
table.booktabs,
table.booktabs th {
    font-size: 12pt;
    /* font-size: 28px; */
    color: black;
    background-color: white;
    line-height: 1.2;
}

pre {
    /* font-family: courier, monospace; */
    text-decoration: none;
    background-color: white;
    color: black;
    font-size: 12pt;
    line-height: 1.2;
}

tt {
    /* font-family: courier, monospace; */
    text-decoration: none;
    background-color: white;
    color: black;
    font-size: 12pt;
    line-height: 1.2;
}

h1 {
    font-size: 18pt;
    padding-left: 0pt
    margin-left: 0pt;
}

h2 a,
h2 {
    font-size: 16pt;
    font-weight: bold;
    color: black;
    margin-left: 0pt;
    padding-left: 0pt
}

h3 a,
h3 {
    font-size: 14pt;
    font-weight: bold;
    color: black;
    margin-left: 0pt;
    padding-left: 0pt
}

h3, h4, h5, h6 {
    font-size: 12pt;
    font-weight: bold;
    margin-left: 0pt;
    padding-left: 0pt
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    background-color: white;
    color: black;
    border: 0;
    margin: 0em;
}

/* The form of the anchor selector is A:state.  LINK is normal state. */
/* VISITED for a link that has been visited. ACTIVE for when the link */
/* is clicked and HOVER for when the cursor is over the link.         */
/* Notice that they are all identical with the exception of the color */
/* for HOVER.  It is set to red; however, the effect is only seen by  */
/* IE users.                                                          */

a:link,
a:visited,
a:active { 
    text-decoration: none;
    color: #0011C8;
}

a:hover { 
    text-decoration: none;
    color: #ad080a;
}

h1 span,
#bottom,
#panel,
#menu,
#menu * {
    display: none;
}

/* See  http://www.alistapart.com/stories/goingtoprint/ */

#base {
    position: static;
    width: auto;
}

#main {
    margin: 0 8% 0 5%;
    padding: 0; 
    border: 0;
    float: none !important;
    color: black; 
    background: transparent;
    position: static;
    width: auto;
    /* margin-left: 20px; */
    /* margin-top: 0; */
}

/* #base a:link:after, */
/* #base a:visited:after { */
/*    base: " (" attr(href) ") "; */
/*    font-size: 90%; */
/* } */

h1 {
    height: auto;
    width: auto;
    overflow: visible;
    margin: 0 8% 0 5%;
}

div.addComment {
    display: none;
}

p.commPoster input {
    display: none;
}

div.threadlevel1,
div.threadlevel2,
div.threadlevel3,
div.threadlevel4,
div.threadlevel5,
div.threadlevel6,
div.threadlevel7,
div.threadlevel8,
div.threadlevel9,
div.threadlevel10 {
    border: 0px;
    border-style: none
    background-color: white;
    padding: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
}

p.commentTitle {
    background-color: white;
    padding: 0px;
    border: 0px;
}

