/* Styles used in common by all the pages */

body {
  width: 800px;
  margin: auto;
  margin-top: 15px;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  color: #6c6c60;
}

table.form tr td:first-child {
/*  text-align: right; */
  width: 30%;
}
table.form { width: 100%; }

#container {
  width: 800px;
  text-align: left;
}

#header {
  background: gray;
  float: left; display: inline;
  width: 800px;
  height: 100px;
  margin-bottom: 3px;
}

#leftSidebar {
  float: left; display: inline;
  width: 150px;
}

#content {
  float: left; display: inline;
  font-size: 10pt;
  width: 474px;
  margin-left: 13px;
  margin-right: 13px;
}

#rightSidebar {
  float: left; display: inline;
  width: 150px;
}

a.nav {
  font-size: 12pt;
  line-height: 20pt;
  padding-left: 15px;
  text-decoration: none;
  color: white;
  display: block;
  background: url(images/nav-button.gif);
  height: 30px;
}
a.nav:hover {
  color: #ad1021;
}

.sidePanel {
  width: 150px;
  margin-bottom: 3px;
  background: #eeedea;
  font-size: 9pt;
}
.sidePanel p {
  padding-left: 3px;
  padding-right: 3px;
}
.sidePanel h3 {
  margin: 0; padding: 0;
  font-size: 11pt; line-height: 22pt;
  font-weight: normal;
  color: white;
  padding-left: 15px;
  height: 30px;
}
.sidePanel h3.green { background: url(images/green-tab.gif); }
.sidePanel h3.red { background: url(images/red-tab.gif); }
.sidePanel h3.blue { background: url(images/blue-tab.gif); }

.sidePanel hr {
  clear: left;
  border: 0; margin: 0; padding: 0;
  height: 3px;
  width: 100%;
}

.sidePanel hr.green { background: #1d5c19; }
.sidePanel hr.blue { background: #080889; }
.sidePanel hr.red { background: #a61927; }

.overlap {
  text-align: right;
  display: block;
  margin: 0; padding: 0;
  position: relative;
  left: -6px;
  overflow: visible;
}

.overlap a {
  float: left;
}

#content hr {
  border: 0;
  border-top: 2px dotted #a6a592;
}

.section {
  font-size: 10pt;
  border-top: 2px dotted #a6a592;
  padding-top: 15px;
  clear: left;
}


h2 {
  font-weight: bold;
  font-size: 22pt;
  margin: 0; padding: 0;
}

h3 {
  font-weight: bold;
  font-size: 11pt;
  letter-spacing: -0.6pt;
  margin: 0px; padding: 0px;
}

img {
  border: 0;
}

.sidePanel img {
  display: block;
}

#header img {
  display: block;
}

a {
  color: #080889;
}
