body {
  background: #eeeeec url(../images/background_gradient.png) repeat-x scroll left top;
}

img {
  border:  none;
}

table {
  border: 1px;
  margin: 2em;
}

#header {
  background: transparent url(../images/header.png) no-repeat scroll 0%;
  height: 106px;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}
#header_title {
  text-align: center;
  color: darkgray;
  font-variant: normal;
  font-size: 50px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: bold;
  position: relative;
  top: 25px;
  font-style: oblique;
  font-family: Georgia,Verdana,Geneva,Arial,Helvetica,sans-serif;
}
#footer {
  background: transparent url(../images/footer.png) no-repeat scroll 0%;
  height: 36px;
  text-align: center;
  font-family: Verdana,Arial;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #777777;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}
#wrap {
  background: transparent url(../images/borders.png) repeat-y scroll 0%;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}
#navigation {
  border: 1px solid #dddddd;
  margin: 0 16px;
  background: #dddddd none repeat scroll 0%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5em;
}
#navigation a {
  padding: 0 5px;
  font-family: Verdana,Arial;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: black;
  text-decoration: none;
}
#navigation .selected {
  font-weight: bold;
}
#content {
  padding: 2em;
  font-family: Verdana,Arial;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
#content .main {
  margin: 0 0 0 220px;
}

#article {

  background: white;

  font-family: Verdana,Arial;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;

  padding: 10px;
  /*width: 100%;*/
}

#article a {
  color: #994444;
  text-decoration: none;
}

#article a:visited {
  color: #994444;
  text-decoration: none;
}


#content h1 {
  margin: 0 0 10px;
  font-family: Verdana,Arial;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}

#content hr {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

h3 {
  color: #990000;
}

#content li {
  margin: 8px 0px 10px 0;
}

#content em {
  font-family: Verdana,Arial;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}

#content a {
  color: #994444;
  text-decoration: none;
}

#content a:visited {
  color: #994444;
  text-decoration: none;
}

.center {
  text-align: center;
}

.code {
  border: 2px solid gray;
  padding: 4px;
  width: 60%;
  background-color: #e0ffe0;
  overflow: auto;
  margin-left: 1em;
  font-family: monospace;
  font-size: 10px;
}

.terminal {
  border: 2px solid gray;
  padding: 4px;
  width: 60%;
  color: lightgray;
  background-color: black;
  overflow: auto;
  margin-left: 1em;
  font-family: monospace;
  font-size: 11px;
}

.image_box {
  border: 1px solid gray;
  text-align: center;
  padding: 4px;
  width: 90%;
  margin-left: 2em;
  font-size: 10px;
 // margin-right: auto;
}

.box_title {
  text-align: center;
  font-style: italic;
}

dfn, abbr, acronym {
  /* background: yellow; */
  border-bottom: 1px dotted black;
}

textarea {
  font-family: Verdana,Arial;
  font-style: normal;
  font-variant: normal;
  font-size: 12px;
  margin: 0;
}

.initial {
  float: left;
  font-family: Verdana,Arial;
  font-size: 30px;
  font-style: bold;
}

.infobox {
  float:right;
  width: 20%;
  padding: 4px;
  border: 1px solid black;
  background: #EEEEEE;
  font-color: white;
  font-family: Verdana,Arial;
  font-size: 11px;
  padding: 1em;
  margin: 1em;
}

#screenshot_nav {
  margin: 20px 0 0;
  text-align: center;
}

.floatright {
  margin: 0 0 10px 10px;
  float: right;
}

.floatleft {
  float:left;
  margin:0 10px 10px 0;
}

a img {
  border-width: 0;
}
.thumbnail {
  margin: 10px;
  float: left;
  width: 300px;
}
.thumbnail_last {
  margin: 10px;
  float: none;
  width: 300px;
}
.screenshot {
  text-align: center;
}
#question {
  color: #aaaaaa;
  font-family: Verdana,Arial;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  text-indent: 20px;
}
#answer {
  color: #aaaaaa;
  font-family: Verdana,Arial;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  text-indent: 20px;
}
#question_text {
  padding-left: 20px;
  font-weight: bold;
}
#answer_text {
  padding-left: 20px;
}
#doc_paragraph {
  border-top: medium solid #222222;
  margin: 0 auto;
  background: #eeeeee none repeat scroll 0%;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
  width: 80%;
}
.news_date {
  font-family: Verdana,Arial;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #000000;
}
.arrowlistmenu {
  width: 180px;
  float: left;
}
.arrowlistmenu .headerbar {
  padding: 4px 0 4px 10px;
  background: #777777 none repeat scroll 0%;
  font-family: Arial;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: white;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.arrowlistmenu ul {
  margin: 0 0 8px;
  padding: 0;
  list-style-type: none;
}
.arrowlistmenu ul li {
  padding-bottom: 2px;
}
.arrowlistmenu ul li a {
  border-bottom: 1px solid #dadada;
  padding: 2px 0 2px 19px;
  color: #a70303;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 90%;
}
.arrowlistmenu ul li a:visited {
  color: #a70303;
}
.arrowlistmenu ul li a:hover {
  color: #a70303;
  background-color: #f3f3f3;
  text-decoration: none;
}
