body
{
	background-image:url(../images/backgrounds/bg_red.gif);
	background-repeat:repeat-x;
}

h1.contentHdr 
{
	font-size: 24px;
	font-weight: normal;	
	line-height: 36px;
	color:#d21241;
}


/* component art tree menu CSS */


.TreeView
 { 
   cursor:pointer;
   background-color:#fbe8ec;
 } 
 
.TreeNode
{
  font-family: verdana;
  font-size: 11px;
  cursor:pointer;
} 

.TreeNodeRow
{
  height: 24px;  
  padding: 3px;
  cursor:pointer;
  border-bottom:1px solid #fff;
}

.HoverTreeNodeRow
{
  background-color: #eda0b4;
  height: 24px;  
  padding: 3px; 
  cursor:pointer;
  border-bottom:1px solid #fff;
}

.SelectedTreeNodeRow
{
  background-color: #d21241;
  height: 24px;  
  padding: 3px; 
  color: #fff;
  cursor:pointer;
}



