/* Colorscheme-silverish
   Black/grey, red, blue, uniform background, framed main content
*/
body {
  background: rgb(250,250,250);
  padding:10px;
}
#header0 {
  background: transparent;
  margin-bottom: 0px;
}

#header, #header2, .hbar, #bottom { width: 768px;  border: 1px solid rgb(204,204,204); }
#header, #header2 {  border-bottom: none; }
#header {
  background: rgb(234,234,234);
}
#servername {
  color: rgb(51,51,51);
}
#header20 {
  background: transparent;
}
#header2 {
  background: rgb(224,224,224);
}
#servertitle {
  color: rgb(0,0,102);
}
#slogan {
  color: rgb(102,102,153);
}
.hbar0 {
  background: transparent;
}
.hbar {
  background: rgb(214,214,214);
  color: rgb(102,102,102);
}
.leaderbox0  {
  background-color: white;
  border-bottom:  1px solid rgb(204,202,204);
}
.leaderbox  {
  border-left:  1px solid rgb(204,204,204);
  border-right: 1px solid rgb(204,204,204);
  
}
#wrapper0 {
  background: transparent;
}
#wrapper                { background: white url("imgsys/bgwrap-770-left.png") repeat-y left top; }
body.rightmenu #wrapper { background: white url("imgsys/bgwrap-770-right.png") repeat-y right top; }
body.w960px #wrapper    { background: white url("imgsys/bgwrap-960-left.png") repeat-y left top; }
body.cols2 #wrapper     { background: white url("imgsys/bgwrap-960-2c-left.png") repeat-y left top; }
body.rightmenu div.w960px #wrapper  { background: white url("imgsys/bgwrap-960-right.png") repeat-y right top; }
body.cols2 div.rightmenu  #wrapper  { background: white url("imgsys/bgwrap-960-2c-right.png") repeat-y right top; }

body.w960px #header, body.w960px #header2, body.w960px .hbar, body.w960px #bottom { 
  width: 958px;   }


.sidebox1 .container {
  background: transparent;
}
.sidebox2 .container {
  background: transparent;
}

.menubox {
  background-color: white;
  border: 1px solid rgb(204,204,204);
}
.menubox h3 {
  background: rgb(204,204,204);
}
.active h3 {
  color: rgb(153,0,0);
  background: rgb(204,204,204);
}
.menubox h4 {
  color: rgb(80,80,80);
  background: rgb(232,232,232);
}
.menubox h4.strong {
  color: rgb(20,40,80);
  background: rgb(244,226,240);
}
.menubox ul.bottomborder {
  border-bottom: 2px solid rgb(232,232,232);
}
.menubox ul.topborder {
  border-top: 2px solid rgb(232,232,232);
}
.whitebox h3 {
  border-bottom: 3px double silver;
}
.whitebox h4 {
  border-bottom: 1px solid silver;
}
#bottom0 {
  background: transparent;
}
#bottom {
  background: rgb(214,214,214);
}
#footer {
  border-top: 1px dotted rgb(153,153,153);
}
table.advdouble th {
  border-right: 1px dotted silver;
}
a:link    { color: rgb(0,51,204); }
a:visited { color: rgb(0,51,204); }
a:hover   { color: rgb(204,17,0); }
a:active, 
a:focus   { color: rgb(255,102,0); }

.hbar a:link    { color: rgb(0,51,204);  text-decoration: none; }
.hbar a:visited { color: rgb(0,51,204);  text-decoration: none; }
.hbar a:hover   { color: rgb(204,17,0);  text-decoration: underline; }
.hbar a:active, 
.hbar a:focus   { color: rgb(255,102,0); text-decoration: underline; }

#bottom a:link    { color: rgb(51,51,102); }
#bottom a:visited { color: rgb(51,51,102); }
#bottom a:hover   { color: rgb(204,17,0); }
#bottom a:active, 
#bottom a:focus   { color: rgb(204,17,0); }

#bottom #footer a:link    { color: rgb(80,80,80); text-decoration: none; }
#bottom #footer a:visited { color: rgb(80,80,80); text-decoration: none; }
#bottom #footer a:hover   { color: rgb(204,17,0); text-decoration: underline; }
#bottom #footer a:active, 
#bottom #footer a:focus   { color: rgb(204,17,0); text-decoration: underline; }

.graylinks a:link    { color: rgb(80,80,80); }
.graylinks a:visited { color: rgb(80,80,80); }
.graylinks a:hover   { color: rgb(204,17,0); }
.graylinks a:active, 
.graylinks a:focus   { color: rgb(204,17,0); }



