body {
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color:  #000000;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
}
a { color: #444555; text-decoration: none; }
a:hover { color: #B9AC96;text-decoration: underline; }
h1,td, body, p, input, textarea, select { color: #7F7667; font-family: Verdana,sans,sans-serif,Helvetica; font-size: 0.6em }



.buttonUp {
background-image: url(/images/button_bg.png);
background-repeat: no-repeat;
background-position: left top;
border-top: 1px #B4B4B4 solid;
border-left: 1px #B4B4B4 solid;
border-right: 1px #727272 solid;
border-bottom: 1px #727272 solid;
color: #000000;
cursor: pointer;
}

.buttonDown {
background-image: url(/images/button_bg_down.png);
background-repeat: no-repeat;
background-position: left top;
border-top: 1px #727272 solid;
border-left: 1px #727272 solid;
border-right: 1px #B4B4B4 solid;
border-bottom: 1px #727272 solid;
color: #000000;
}

.code,pre { font-family: monospace; border: 1px solid #E0E0E0; background-color: #F0F0F0; }
.in { color: #e6e6e6; }
.menu { color: #444555; text-decoration: none; font-size:1em }
.menu:hover { color: #B9AC96; text-decoration: underline; }
.diffminus { color: red; text-decoration: line-through; }
.diffplus { color: #444555; text-decoration: none; }
.tbllink { text-decoration: none; }
.tbllink:hover { text-decoration: underline; }
.blackborder { border-color: #858585; }
.noborder { border: 0px; }
.category { font-family: Verdana; font-size: 18px; color: black; text-decoration: none; white-space: nowrap; }
.categorytrash { font-family: Verdana; font-size: 18px; color: #CCCCCC; text-decoration: none; white-space: nowrap; }
.trashed { color: #CCCCCC; }
.categsmall { font-family: Verdana; font-size: 9px; color: #AAAAAA; text-decoration: none; white-space: nowrap; }
.category:hover { text-decoration: none }
.pixelborder { border: 1px solid #ffffff; white-space: nowrap; }
strong { color: #6F6FBF; }
input, textarea, select { border: 1px solid #858585; }
textarea { overflow: auto; }

