body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  /*line-height: 160%;*/
  color: #3e3e3e;
  background: white;
}

a {
  color: #3e3e3e;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
  margin: 2px;
}

#centering {
  margin-top: 20px;
  margin-bottom: 20px;
}

#top-header {
  background: url("images/bg_header.gif");
  background-repeat: repeat-x;
  height: 22px;
  width: 100%;
}

/* main container shadows */
.corner {
  width: 10px;
  height: 10px;
}
.corner#tl { background: url("images/corner_tl.jpg") no-repeat; }
.corner#tr { background: url("images/corner_tr.jpg") no-repeat; }
.corner#br { background: url("images/corner_br.jpg") no-repeat; }
.corner#bl { background: url("images/corner_bl.jpg") no-repeat; }

#main-border-top { 
  background: url("images/side_t.jpg") repeat-x;
  height: 10px;
  width: 880px;
}

#main-border-bottom {
  background: url("images/side_b.jpg") repeat-x;
  height: 10px;
  width: 880px;
}

#main-border-left {
  background: url("images/side_l.jpg") repeat-y;
  width: 10px;
}

#main-border-right {
  background: url("images/side_r.jpg") repeat-y;
  width: 10px;
}

table#container {
  background: white;
  width: 100%;
}

td#company-logo {
  background-image: url("images/logo_small.jpg");
  background-repeat: no-repeat;
  height: 77px;
  width: 200px;
}

td#company-name {
  text-align: right;
  color: black;
  width: *;
}

h1.company-name {
  color: #369;
  font-size: 18px;
  text-align: right;
}

h2.company-name {
  font-size: 13px;
  text-align: right;
}

p.switch-language {
  text-align: right;
  font-size: 9px;
}

td#company-moto {
  width: *;
  height: 20px;
  text-align:center;
  color: white;
  background-color: #336699;
}

h1#company-moto{
  margin:0; 
  padding:0;
  color: white;
  font-style: italic;
  font-size: 19px;
}

td#sidebar {
  width: 244px;
  background-color: #d1dde9;
  height: *;
  padding: 5px;
}

td.copper-price-title {
  /*background-color: #6e92b7;*/
  background-color: #6de04e;
  width: 100%;
  height: 16px;
}

p.copper-price-title {
  margin:0;
  padding:0;
  font-weight: bold;
  font-size: 11px;
}

p#copper-price {
  margin: 0;
  padding: 5px;
  padding-left: 15px;
  background-color: #8cf071;
}

p#copper-price span#title {
  font-size: 16px;
  font-weight: bold;
}



div#page-download {
  /*background-color: #6e92b7;*/
  background-color: #6de04e;
  width: 93%;
}

div#page-download-header {
  height: 16px;
  margin:0;
  padding:0;
}

div#page-download-header p {
  font-size: 11px;
  font-weight: bold;
}

div#page-download-content {
  margin:0;
  padding:5px;
  padding-left: 15px;
  background-color: #8cf071;
}

div#menu-header {
  margin-top: 20px;
  font-size: 11px;
  height: 17px;
  width: 100%;
  background-color: #6e92b7;
  font-weight: bold;
}


td#content {
  /*margin-top: 10px;
  margin-bottom: 50px;*/
  width: *;
  padding: 10px;
  /*border: 1px solid black;*/
}

#content h1 {
  /*margin-left: 5px;*/
  font-size: 22px;
  font-weight: bold;
}

#content h1:first-letter {
  font-size: 30px;
  color: #369;
}

a.download {
  color: #369;
}

#content h2 {
  /*margin-left: 20px;*/
  font-size: 18px;
  font-weight: bold;
}

#content h2 .right-aligned {
  margin-left: 0px;
}

#content p{
  overflow: auto;
}

div#content-admin-options {
  margin-top: 0px;
  background: #ff7575;
  border: solid 2px #ff3d3d;
  width: 90%;
  color: white;
  padding: 4px;
  margin-bottom: 10px;
}

div#content-admin-options a {
  color: white;

}

td#top-header {
  background: #336699;
  padding-top: 5px;
  height: 20px;
  text-align: right;
}

td.footer {
  background: #336699;
  padding-top: 5px;
  height: 40px;
  text-align: center;
}

td.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

td.footer li {
  display: inline;
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
}

td.footer a {
  color: white;
}


td#sidebar ul {
  margin:0;
  padding:0;
}

td#sidebar li {
  list-style: none;
}

td#sidebar li.menu {
  list-style: none;
  font-weight: bold;
  background-color: #d1dde9;
}

td#sidebar ul.menu-hidden {
  display: none;
}

td#sidebar ul.menu-visible {
  display: block;
}

td#sidebar li p.menu-name {
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
  border-bottom: 1px solid #888;
}

td#sidebar li p.menu-name:hover {
  border-bottom: 1px solid #369;
  color: #369;
}

td#sidebar li.menuitem {
  background-color: #d1dde9;
}

td#sidebar li.menuitem-active {
  color: white;
  background-color: #369;
}

td#sidebar li.menuitem-active p.menu-name:hover {
  color: white;
  background-color: #369; 
}

td#sidebar li.menuitem-active a{
  font-weight: normal;
  color: white;
}

td#sidebar li.menuitem a {
  font-weight: normal;
  font-size: 13px;
}

/*toplevel menu item should be in bold*/
td#sidebar li.menuitem-level-0 a {
  font-weight: bold;
  font-size: 15px;
}

td#sidebar li ul {
  padding-left:0px;
  margin-left:15px;
}

td#sidebar li table,td,tr {
  border: 0;
  margin: 0;
  padding: 0;
}


td#sidebar a {
  text-decoration: none;
  color: #333; 
  font-weight: bold;
  font-size: 15px;
}

td#sidebar a:hover {
  /*text-decoration: underline;*/
  color: black;
}


