body {
background-color: #fff;
}

body {
  scrollbar-arrow-color:000000;
  scrollbar-track-color:CCCCCC;
  scrollbar-shadow-color:555555;
  scrollbar-face-color:BBBBBB;
  scrollbar-highlight-color:EEEEEE;
  scrollbar-darkshadow-color:333333;
  scrollbar-3dlight-color:DDDDDD;
}

h2 {background-color: #ccc; color:#000;}

a:link {
color:#cc4433;
}

a:link:hover {
color:#993300;
}

a:visited {
color:#993300;
}

pre {
border: 1px solid #999;
background-color: #eee;
}
code, .code {
background-color: #efefef;
}


/* Start header on every page */
.headerbox {
background-color: #eee;
border-bottom: 1px solid #999;
}
.headerbox h1 {
color: #555;
}
.menubox {
background-color: #ccc;
}
.menubox {
background-color: #ccc;
border-bottom: 1px solid #999;
}
.menubox a {
color: #444;
}
.menubox a:visited {
color: #444;
}
.menubox a:hover {
color: #000;
background-color: #ccc;
}
.menubox a.user {
color: #c30;
}
.menubox a.user:hover {
color: #000;
background-color: #ccc;
}


.searchbox input {
background-color: #ccc;
}
.helpbox {
color: #444;
}

/* End header on every page */

div.hbar {
background-color: #ccc;
border-top: 1px solid #fff;
border-bottom: 1px solid #999;
}

.widget {
border: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
background-color: #fff;
}


.widget .boxtitle {
color: #777;
background-color: #fff;
border: 1px solid #ccc;
}


td.tableheader {
background-color: #ccc;
border-bottom: 1px solid #999;
}
td.tablecol0 {
border-bottom: 1px solid #ccc;
background-color: #eee;
}
td.tablecol1 {
border-bottom: 1px solid #ccc;
background-color: #ddd;
}

div.tablecolheader a {
color: #006699;
}
div.tableheader {
background-color: #ccc;
border-bottom: 1px solid #999;
}
div.tablecol0 a {
color: #006699;
}
div.tablecol1 a {
color: #006699;
}

/* The copyright, privacy, etc box */
#boringbox {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background-color: #eee;
}

.submitButton {background-color: #eee;}
