
a.red {
  color: #007CC2;  
}
a.red:hover {
  color: #2f2f2f;  
}

.clickablePanel
{
	cursor:pointer;	
	color: #007CC2;
	text-decoration: underline;	
}

.title_red {
  color: #d90000;
  font-weight: normal;
}

.block_red {
  background: #f9c8bd url('/Custom/Images/block_bg_red.gif') repeat-x;
  margin: 0px 0px 10px 0px;    
}

.block_title .left_red {
  float: left;
  width: 5px;
  height: 5px;
  background-image: url('/Custom/Images/block_cl_red.gif');
  overflow: hidden;
}

.block_title .right_red {
  float: right;
  width: 7px;
  height: 7px;
  background-image: url('/Custom/Images/block_cr_red.gif');
  overflow: hidden;
}

