/*
 * CSS 2.1 for nandox.com written with GNU/Emacs by Hernando Furlan
 */

body {
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 140%;
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px;
  padding: 5px;
}

cite {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #79818b;
  line-height: 1.2em;
}

li {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #0063c8;
  padding: 4px;
  line-height: 1.2em;
}

label {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #79818b;
  cursor: pointer;
  text-align: right;
  display: block;
}

input, textarea {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  border: 2px #ffffff dotted;
  border-bottom: 2px #c0c0c0 dotted;
  border-left: 2px #c0c0c0 dotted;
  margin: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

input:hover, textarea:hover { 
  border: 2px dotted #0063c8;
}

input:active, textarea:active, input:focus, textarea:focus {
  border: 2px solid #0063c8;
}

button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #ffffff;
  background-color: #0063c8;
  border: 2px solid #0063c8;
  cursor: pointer;
}

button:hover {
  background-color: #ff0084;
  border: 2px dotted #ff0084;
}

a:link, a:visited, a:active {
  color: #007be9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#page { 
  text-align: center;
}

#wrapper {
  margin: 0px auto;
  position: relative;
  width: 770px;
  text-align: left;
  background: url(images/bdr_left_fill.png) repeat-y top left;  
  background-color: #ffffff;
}

#top {
  overflow: hidden;
  background: url(images/bdr_top_fill.png) repeat-x top;
  height: 28px;
}

#top-left {
  float: left;
  width: 32px;
  height: 28px;
  background: url(images/bdr_top_left.png) no-repeat top left;
}

#top-right {
  float: right;
  width: 33px;
  height: 28px;
  background: url(images/bdr_top_right.png) no-repeat top right;
}

#header {
  overflow: hidden;
  padding-left: 35px;
  padding-right: 35px;
  background: url(images/bdr_right_fill.png) repeat-y top right;
  height: 50px;
}

#header-left {
  float: left;
  width: 140px;
  height: 32px;
}

#header-right {
  float: right;
  width: 550px;
  height: 50px;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-style: italic;
  color: #79818b;
}

#middle {
  /* Fuck you IE6 */
  //height: 100%;
  overflow: hidden;
  background: url(images/bdr_right_fill.png) repeat-y top right;
  padding-left: 35px;
  padding-right: 45px;
}

#looksharp {
  position: absolute;
  top: 80px;
  right: 0px;
  height: 81px;
  width: 110px;
}

#looksharp img {
  padding: 0px;
}

#middle-left {
  float: left;
  width: 150px;
}

#middle-left-menu {
  background-color: #f8f8f8;
  /*background-color: #ECECEC;
  background-color: #E0E8EF;*/
  -moz-border-radius: 5px 5px 5px 5px;
}

#middle-left-menu ul {
  text-align: right;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#middle-left-menu li a {
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #0063c8;
  padding: 0px;
  padding-right: 4px;
  line-height: 1.8em;
}

#middle-left-menu li a:hover {
  color: #ffffff;
  background-color: #116DCC;
}

#middle-left-links {
  padding: 4px;
  padding-top: 15px;
  text-align: center;
}

#middle-left-links p {
  marging: 0px;
  text-align: right;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ff0084;
  margin: 0px;
  padding: 0px;
}

#middle-left-links ul {
  text-align: right;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#middle-left-links li a {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  text-decoration: none;
  color: #0063c8;
  padding: 0px;
  line-height: 0.8em;
}

#middle-left-links li a:hover {
  text-decoration: underline;
}

#middle-right {
  float: right;
  width: 530px;
}

#middle-right p {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #000000;
  padding-left: 20px;
  text-align: justify;
  line-height: 1.4em;
}

#middle-right h3 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ff0084;
}

#middle-right h4 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ff0084;
  padding-left: 20px;
}

#bottom {
  height: 30px;
  overflow: hidden;
  padding-left: 35px;
  padding-right: 35px;
  background: url(images/bdr_right_fill.png) repeat-y top right;
}

#bottom-left {
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  color: #79818b;
  line-height: 1.2em;
}

#bottom-right {
  float: right;
  text-align: right;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  color: #79818b;
  line-height: 1.2em;
}

#end {
  overflow: hidden;
  background: url(images/bdr_bottom_fill.png) repeat-x bottom;
  height: 30px;
}

#end-left {
  float: left;
  width: 32px;
  height: 30px;
  background: url(images/bdr_bottom_left.png) no-repeat top left;
}

#end-right {
  float: right;
  width: 33px;
  height: 30px;
  background: url(images/bdr_bottom_right.png) no-repeat top right;
}

.line-through {
  text-decoration: line-through;
  color: #79818b;
}

/* Timeline classes */

.timelinebodydotted {
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
  border: 0px solid;
  border-left: 5px dotted #116DCC;
}

.timelinebodysolid {
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
  border: 0px solid;
  border-left: 5px solid #116DCC;
}

.timelinetitle {
  margin: 0px;
  padding: 0px;
}

.timelinetitle span {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #ffffff;
  background-color: #116DCC;
  padding: 2px;
  padding-left: 60px;
  padding-right: 20px;
  margin: 0px;

}

.timelinequote p {
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
}

.timelinecode {
  font-family: courier;
  font-size: 12px;
  line-height: 1.2em;
  padding: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-left: 20px;
  color: #000000;
  background-color: #efefef;
  border: 1px dashed #c0c0c0;
}

