.main {
	color: #000000;
	background-color: #800000;
}

A.subdued, A.subdued:visited, A.subdued:active {
   color: black;
   font-weight: bold;
   text-decoration: underlined;
}

.prob{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: sans-serif;
  background-color: #FFE5CE;
  color: #A50000; 
}

.com{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: monospace;
  /* background-color: #F5F5F5; */
  background-color: #E5E5E5; 
  color: #A50000; 
}

.res{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: monospace;
  /* background-color: #F5F5F5; */
  background-color: #E5E5FF; 
  color: #0000A5; 
}

.pad{
  padding-left: 30px;
  padding-right: 30px;
}

.lightp {
    padding-left: 30px;
    padding-right: 30px;
    font-family: monospace;
    background-color: #FFFFFF;
}

A, A:visited, A:active {
   color: #800000;
   font-weight: bold;
   text-decoration: underlined;
}

#bigWrapper {
background-color: #F0ECEC; 
/* background-color: #8c2633; */
text-align: left;
padding: 20px;
color: #000000;
}

#lightBox {
/* background-color: #FDF3F3; */
background-color: #FFFFFF;
color: #000000;
/* width: 90%; */
text-align: left;
padding: 30px;
}

.description {
background-color: #F0ECEC;
width: 80%;
padding: 10px;
border-style: solid;
border-width: 1px;
border-color: black;
}

#rightSide {
float: right; 
/* float: left; */
background-color: #F0ECEC; /* FDF3F3 */
width: 120px;
padding: 10px;
margin-left: 10px;
margin-right: 30px;
border-style: solid;
border-width: 1px;
border-color: black;
}

#title {
  text-align: center;
}

#footer {
background-color: #F0ECEC;
color: #000000;
margin-left: 10px;
margin-right: 10px;
padding: 10px;
border-style: solid;
border-width: 2px;
border-color: black;
}

span.command {
font-style: italic;
font-weight: bold;
}

.figure{
float: right;
padding: 10px;
margin: 10px;
}


/* From bioconductor.css */

code { color:#87b13f; font-family: 'Lucida Console',monaco,monospace; }

/* here is the styling for code boxes. grey background, code (tt) font,
   and overflow is scroll so long lines don't push the main content area
   too far out and destroying the design.

   use like this:

      <p class="code_box">
         text here
      </p>

   */
.code_box {
  background-color: #e3e3e3;
  padding:1em;
  border:1px #aaaaaa dashed;
  font-family:'Lucida Console',monaco,monospace;
  margin-top:1em;
  margin-bottom:1em;
  overflow-x: auto;
  white-space:pre;
}

pre {
  background-color: #303030;
  color:#e3e3e3;
  padding:1em;
  border:1px #aaaaaa dashed;
  font-family:'Lucida Console',monaco,monospace;
  margin-top:0;
  margin-bottom:1em;
  overflow-x: auto;
  white-space:pre;
}
pre code {
  color:#000000;
  font-family:'Lucida Console',monaco,monospace;
}

