#ev_table_bg {  	background:#e4dfc1;
  	width: 980px;
  	margin: 0 auto;
  	padding-left:0;
  	padding-top:5px;
  	padding-bottom:5px;
}

#ev_table {
	background:#a19b77;
	margin: 0 auto;
}

a.nodec {  text-decoration: none;
}

#ev_table td {	width: 500px;
  background: #e4dfc1;
 }

#ev_table th {
	background:#d4da8d;
	width: 130px;
	height: 10px;
}

#ev_table th .we {
	background:#658106;
	width:200px;
}

#ev_table .we {
	background:#bac277;
}

.ev_wrapper1 {
	position:absolute;
	height:19px;
	background:#f4d33e;
}
.ev_wrapper2 {
	position:absolute;
	height:19px;
	background:#8dc73f;
}
.ev_wrapper3 {
	position:absolute;
	height:19px;
	background:#00a4e3;
}
.ev_left {	float:left;
	width:3px;
	height:19px;
	background:url(images/ev_left.gif);
	backround-repeat:no-repeat;
}
.ev_right {	float:left;
	width:3px;
	height:19px;
	background:url(images/ev_right.gif);
	backround-repeat:no-repeat;
}
.ev_top {  width:187px;
  height:3px;
  background:url(images/ev_top_187.gif);
	backround-repeat:no-repeat;
}
.ev_bottom {
  width:187px;
  height:3px;
  background:url(images/ev_bottom_187.gif);
	backround-repeat:no-repeat;
}
.ev_middle {  float:left;
  text-align:left;
  padding-left:0px;
	font-family:arial;
	font-size:8pt;
	color:black;
	height:16px;
	padding-top:1px;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

.ev_middle:hover {	text-decoration:underline;
}

/* --------- New styles for boxes which can be different heights -------------- */

.ev_wrapper1 {
	position:absolute;
	width:191px;
	background:#f4d33e;
	margin-left:1px;
}
.ev_wrapper1 .ev_middle_new {		background:#f4d33e;
}
.ev_wrapper2 {
	position:absolute;
	width:191px;
	background:#8dc73f;
	margin-left:1px;
}
.ev_wrapper2 .ev_middle_new {
		background:#8dc73f;
}
.ev_wrapper3 {
	position:absolute;
	width:191px;
	background:#00a4e3;
	margin-left:1px;
}
.ev_wrapper3 .ev_middle_new {
		background:#00a4e3;
}

.ev_top {
  width:191px;
  height:3px;
  background:url(images/ev_top_187.gif);
	backround-repeat:no-repeat;
	clear:both;
}
.ev_bottom {
  width:191px;
  height:3px;
  background:url(images/ev_bottom_187.gif);
	backround-repeat:no-repeat;
	clear:both;
}
.ev_middle_new {
  text-align:left;
  padding-left:0px;
	font-family:arial;
	font-size:8pt;
	color:black;
	width:187px;
	padding-top:1px;
	border-left:1px solid black;
	border-right:1px solid black;
	clear:both;
	padding-left:2px;
	padding-bottom:5px;
	margin-bottom:-3px;
	z-index:4;
	vertical-align:center;
	height:40px;
}

.ev_middle_new:hover {
	text-decoration:underline;
}

