/* CSS stylesheet for daniele.angeljoke.com */

* {
  padding: 0px;
  margin: 0px;
}

body {
  background-color:#0A7B9D;
  padding: 20px 0px 20px 0px;
  font-family: "Verdana", "Arial";
  font-size: 10pt;
}

p {
  text-align: justify;
  margin-bottom: 2px;
  text-indent: 12px;
}

a:link,
a:visited {
  text-decoration: none;
  font-weight: 700;
  color: #0A7B9D;
}

a:hover {
  color: #FFA000;
}

hr {
  border: solid 1px #cfdfff;
}

img {
  border: 0px;
}

img.picture {
  margin: 4px;
}

img.blogtag {
  margin-bottom: 6px;
}

table.cite_table {
  width: 100%;
  background-color: #CFDFFF;
  border: 1px solid #0A7B9D;
}

td.cite_td {
  padding-top: 4px;
  vertical-align: top;
}

h2 {
  text-align: center;
  font-size: 14pt;
  font-weight: 700;
  margin-bottom: 32px;
  margin-top: 4px;
}

h4 {
  font-weight: 700;
  margin-top: 2px;
  margin-bottom: 8px;
}

.input_text {
  border: 1px solid #0a7b9d;
  color: #101020;
  background-color: #cfdfff;
  font-family: "Arial";
  font-size: 10pt;
}

.input_text:hover {
  background-color: #ffffff;
}

#back_up {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  background: #0A7B9D url("../img/back_up.gif") repeat-x;
  z-index: 0;
}

#main_div {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 2px;
  background: #101020;
}

#main_table {
  position: relative;
  width: 100%;
  z-index: 1;
}

#main_td_up {
  height: 10px;
  background: #ffffff url("../img/body_up.gif");
}

#main_td {
  background: #ffffff url("../img/body_back.gif");
}

#main_td_footer {
  height: 10px;
  background: #ffffff url("../img/body_down.gif");
}


#header_table {
  width: 100%;
  height: 200px;
  background: url("../img/header_back.jpg");
}

#header_td {
  height: 198px;
  text-align: center;
  color: #1A8BAD;
}

#body_table {
  width: 100%;
}

#body_td_left {
  width: 170px;
  vertical-align: top;
}

#body_td_center {
  vertical-align: top;
  padding: 20px 8px;
}

#body_td_right {
  width: 180px;
  vertical-align: top;
  padding: 20px 4px;
}

#archive_table {
  width: 100%;
}

.archive_td_title1 {
  font-weight: 700;
  font-size: 12pt;
  border-bottom: 2px solid #afbfff;
}

.archive_td_title2 {
  font-weight: 700;
  font-size: 12pt;
  border-bottom: 2px solid #dfefff;
}

.archive_td1 {
  background-color: #cfdfff;
  border-bottom: 1px solid #0a7b9d;
  border-right: 1px solid #0a7b9d;
}

.archive_td2 {
  background-color: #bfcfff;
  border-left: 1px solid #0a7b9d;
  border-bottom: 1px solid #0a7b9d;
}

