html {
  scrollbar-base-color: #EEDFCC;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: silver;
  scrollbar-lightshadow-color: silver; 
  scrollbar-darkshadow-color: #EDE8E5;
  scrollbar-highlight-color: white;
  scrollbar-3dlight-color: black; }

.cwKCR { border:1px solid black; }
.cwKCR_1 { border:1px solid black; width:200px; }
.cwKCR_2 { border:1px solid black; width:440px; }
// .cwKCR TD { background-color: white; }

.ourlink:link { font-family: Verdana; font-size: 10px; color: #000000; font-weight: bold; text-decoration: none }
.ourlink:hover { font-family: Verdana; font-size: 10px; color: #FF6600; font-weight: bold; text-decoration: none }
.ourlink:active { font-family: Verdana; font-size: 10px; color: #FF6600; font-weight: bold; text-decoration: none }
.ourlink:visited { font-family: Verdana; font-size: 10px; font-weight: bold; text-decoration: none }

.box_header { font-family: Arial; font-size:16px; color:gray; }
.box_header_sm { font-family: Arial; font-size:12px; color:black; }
.box_fill { 
  font-family: Arial; 
  font-size: 12px; 
  padding: 1px; 
  background-color: #EDE8E5; 
}

.box_fill_hdr { 
  font-family: Arial; 
  font-size: 12px; 
  padding: 1px; 
  background-color: #EEDFCC; 
}

.l_pane_text {
  font-family: Tahoma;
  font-size: 11;
  color: black;
}

.r_pane_text {
  font-family: Trebuchet MS,Arial;
  font-size: 14;
  color: black;
}

.r_pane_text_small {
  font-family: Trebuchet MS,Arial;
  font-size: 12;
  color: black;
}

.r_pane_text_medium {
  font-family: Trebuchet MS,Arial;
  font-size: 13;
  color: black;
}

#dropmenudiv {
position:absolute;
border:1px solid silver;
border-bottom-width: 0;
font:normal 10px Arial;
line-height:18px;
z-index:100; }

#dropmenudiv a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-family: Arial;
color: black;
font-weight: bold;
// background-color: #F0F0F0;
background-image: url('../graphics/menu_hdr.jpg'); }

#dropmenudiv a:hover { /*hover background color*/ color: #FF6600; }

#layer1 {
	position: absolute;
	visibility: hidden;
	width: 510px;
	height: 230px;
	left: 25px;
	top: 5px;
	background-color: #D3D3D3;
	border: 1px solid gray;
	padding: 10px;
}

#close {
	float: right;
}

.new {
  font-family: Trebuchet MS;
  font-size: 12px; }
.new-align {
  font-family: Trebuchet MS;
  font-size: 12px;
  text-align: center; }
.new-align-title {
  font-family: Trebuchet MS;
  font-size: 10px;
  text-align: center; 
  background-image: url('graphics/menu_hdr.jpg'); }
.new-align-row {
  font-family: Trebuchet MS;
  font-size: 12px;
  font-weight: bold;
  color: brown; 
  text-align: center; }

.pep-align {
  font-family: Trebuchet MS;
  font-size: 14px;
  text-align: center; }

#dot-spacer {
  position:relative;
  clear:both;
  color:#333;
  font-size:.95em;
  text-align:center;
  display:block;
  overflow:auto;
  white-space:normal;
  border-color:#999;
  border-style:dotted none none;
  border-width:1px;
  margin:0;
  padding:2px 0 2px; }