body{
  background-color: white;
  color: black;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

img{
  border-width: 0px;
}
img.visual_changes{
  border-color: #333333;
  border-width: 2px;
}


/*regular links*/
a:link{
  color: #333333;
  text-decoration: none;
}
a:visited{
  color: #000000;
  text-decoration: none;
}
a:hover{
  color: #000000;
  text-decoration: underline;
}
a:active{
  color: #000000;
  text-decoration: underline;
}

/*intro text links*/
a.u_:link{
  color: #333333;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
a.u_:visited{
  color: #000000;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
a.u_:hover{
  color: #000000;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
a.u_:active{
  color: #000000;
  text-decoration: underline;
}

/*no underline*/
a.nu:link{
  color: #333333;
  text-decoration: none;
}
a.nu:visited{
  color: #333333;
  text-decoration: none;
}
a.nu:hover{
  color: #000000;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
a.nu:active{
  color: #000000;
  text-decoration: underline;
}

/*icons in graph bars*/
a.bz{
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%
}

a.visualchanges_message:link{
  color: #8cb1d8;
  text-decoration: none;
}
a.visualchanges_message:visited{
  color: #333333;
  text-decoration: none;
}
a.visualchanges_message:hover{
  color: #333333;
  text-decoration: underline;
}
a.visualchanges_message:active{
  color: #333333;
  text-decoration: underline;
}

/* topbar (reworked) */
div.topbar{
  background: url(/images/standard/topbar.png) repeat-x;
}

div.topbar > div{
  height:115px;
  width: 510px;
  text-align: right;
  background: url(/images/standard/logo.png) no-repeat white;
}

div.topbar > div > a{
  display: block;
  height: 90px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1em;
  color: #8cb1d8;
}

/* sidebar (reworked) */
div.sidebar{
  width: 167px;
  padding: 0 0 49px;
  background: url(/images/standard/leftfade.png) bottom no-repeat;
  float: left;
}

div.donate{
  width: 167px;
  margin-top: 355px;
  margin-left: 27px;
  position: absolute;
  float: left;
}

div.sidebar > ul{
  background: url(/images/standard/leftbar.png) repeat-y;
  color: #ffffff;
  font-family: sans-serif;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 0 0.7em;
}

div.sidebar > ul > li{
  padding: 1em 0;
}

div.sidebar > ul > li > a{
  font-size: 1.1em;
}

div.sidebar > ul > li > ul{
  list-style-type: none;
  padding: 0 0 0 1em;
}

/*links in the sidebar*/
div.sidebar a:link{
  color: #ffffff;
  text-decoration: none;
}
div.sidebar a:visited{
  color: #ffffff;
  text-decoration: none;
}
div.sidebar a:hover{
  color: #ffffff;
  text-decoration: underline;
}
div.sidebar a:active{
  color: #ffffff;
  text-decoration: underline;
}

#a_latestissue {
  display: none;
}


div.thanks{
  padding: 1.5em;
  text-align: center;
}
div.bottombar{
  background: #8cb1d8;
  border-top: solid 2px #6b97c4;
  clear: both;
  color: #d9e3ec;
  font-size: 1.1em;
  font-weight: bold;
  font-family: sans-serif;
  padding: 0.6em;
  text-align: center;
}

/*links in the bottombar*/
div.bottombar a:link{
  color: #d9e3ec;
  text-decoration: none;
}
div.bottombar a:visited{
  color: #d9e3ec;
  text-decoration: none;
}
div.bottombar a:hover{
  color: #ffffff;
  text-decoration: underline;
}
div.bottombar a:active{
  color: #ffffff;
  text-decoration: underline;
}

div.contents{
  margin-left: 180px;
}

h1{
  font-size: 2em;
  font-weight: bold;
  font-family: sans-serif;
  color: #333333;
  margin: 0 1em 0.1em 0;
}
h2{
  font-size: 1.3em;
  font-weight: bold;
  font-family: sans-serif;
  color: #333333;
  margin: 1.7em 1em 0.1em 0;
}
p{
  font-size: 1.1em;
  font-weight: normal;
  font-family: sans-serif;
  color: #333333;
  margin: 0.2em 1em 0.6em 0;
}

div.two_columns{
  display: table;
  width: 100%;
  table-layout: fixed;
}
div.two_columns > div{
  display: table-cell;
}
div.two_columns > div > h2:first-child{
  margin-top: 0.3em;
}
div.buttons{
  text-align: right;
  margin-right: 1em;
}


/* text */
.content_title{
  font-size: 2em;
  font-weight: bold;
  font-family: sans-serif;
  color: #333333;
}
.content_subtitle{
  font-size: 1.3em;
  font-weight: bold;
  font-family: sans-serif;
  color: #333333;
}
.content_body{
  font-size: 1.1em;
  font-weight: normal;
  font-family: sans-serif;
  color: #333333;
}
.quote_italic{
  font-size: 1.1em;
  font-style: italic;
  font-family: sans-serif;
  color: #333333;
}
.quote_normal{
  font-size: 1.1em;
  font-style: normal;
  font-family: sans-serif;
  color: #333333;
}
.diffbox_text{
  font-size: 1em;
  font-style: normal;
  font-family: sans-serif;
  color: #333333;
}
.visualchanges_before{
  font-size: 1.3em;
  font-weight: normal;
  font-family: sans-serif;
  color: #333333;
}
.visualchanges_now{
  font-size: 1.3em;
  font-weight: bold;
  font-family: sans-serif;
  color: #333333;
}
.visualchanges_message{
  color: #8cb1d8;
  font-family: sans-serif;
}
.cel_heading{
  font-size: 1.1em;
  font-weight: bold;
  font-family: sans-serif;
  color: #333333;
}
.contents_cell{
  font-size: 1.1em;
  font-weight: normal;
  font-family: sans-serif;
  color: #333333;
}

/*text in the top "issue" box*/
.issue_number{
  font-size: 2.2em;
  font-weight: bold;
  font-family: sans-serif;
  color: #333333;
}
.issue_date{
  font-size: 2.2em;
  font-weight: normal;
  font-family: sans-serif;
  color: #333333;
}
.issue_author{
  font-size: 1.5em;
  font-weight: bold;
  font-family: sans-serif;
  color: #333333;
}

/*tables*/
table.filled{
  background-color: #e1eaf3;
}
td.quote_italic{
  background-color: #e1eaf3;
}
td.quote_normal{
  background-color: #e1eaf3;
}
td.highlight_cell{
  background-color: #e1eaf3;
}
td.graph_bar{
  empty-cells: show;
  background-color: #e1eaf3;
}
td.topbar{
  background-color: #8cb1d8;
}
td.diffbox{
  border-color: #e1eaf3;
  border-style: solid;
}

td.cel_heading{
  border-width: 0px;
  background-color: white;
  border-color: #333333;
  border-style: solid;
}
td.contents_cell{
  border-width: 0px;
}
tr.contents_row{
  border-bottom: solid 1px #cccccc;
}
tr.highlight_row{
  background-color: #e1eaf3;
  border-bottom: solid #cccccc;
}

/*make images have no border by default*/


/*page .inc frame*/
.contents{
  padding: 12px;
  padding-top: 0px;
  padding-bottom: 12px;
}


/*error pages*/
div.e404{
  background: #8cb1d8 url(/images/standard/404.png) center no-repeat;
  height: 300px;
}
div.e403{
  background: #8cb1d8 url(/images/standard/403.png) center no-repeat;
  height: 300px;
}
div.e401{
  background: #8cb1d8 url(/images/standard/401.png) center no-repeat;
  height: 300px;
}
div.eFuture{
  background: #8cb1d8 url(/images/standard/future.png) center no-repeat;
  height: 300px;
}
div.topbar_error{
  background: url(/images/standard/error_strip.png) repeat-x;
  height: 109px;
}
div.topbar_error div{
  background: url(/images/standard/error_logo.png) no-repeat center;
}
div.topbar_error a{
  display: block;
  height: 109px
}
div.error_message{
  font-size: 2em;
  font-weight: bold;
  font-family: sans-serif;
  color: #333333;
  text-align: center;
}