#Coment_Reg
{ 
  
  padding: 10px; 

}

#Comment_Head
{ 
  padding-left: 5px;
  padding-top: 10px; 
  border-top: 1px dotted #A5AEC5;
  font-family: verdana; 
  font-size: 11px;  

} 
#Comment_Link
{ 
  padding-left: 5px;
  padding-top: 10px; 
  padding-bottom: 20px; 
}

.Comment_LabelLink A:link, .Comment_LabelLink A:active, .Comment_LabelLink A:visited
{ 

  font-weight: bold;
  font-family: verdana; 
  font-size: 11px;    
  color: blue; 
}

#Comment
{ 
  
  padding-top: 10px; 


}

.CONTreeView 
{ 
  
  padding: 2px; 
  padding-left: 5px;

} 

.CONTreeNode 
{ 
  font-family: verdana; 
  font-size: 11px;   
  padding: 2px; 
  padding-left: 3px; 
  padding-right: 3px; 
  border:1px; 
  border-color:#D8D8D8; 
  border-style: solid;
  cursor:pointer;
  width: 400px;

 
} 

.CONSelectedTreeNode 
{ 
  font-family: verdana; 
  font-size: 11px; 
  padding: 2px; 
  padding-left: 3px; 
  padding-right: 3px; 
  background-color: #f0f2f6; 
  border:1px; 
  border-color:#D8D8D8; 
  border-style: solid; 
  cursor:default; 
  width: 400px;

  
} 

.CONHoverTreeNode 
{
  font-family: verdana; 
  font-size: 11px; 
  padding: 2px; 
  padding-left: 3px; 
  padding-right: 3px; 
  background-color:#dde6ed; 
  border:1px; 
  border-color:gray; 
  border-style: solid; 
  cursor:pointer;
  width: 400px;

}

.CONTreeNodeRow 
{ 
  height: 20px; 
	
}

/* Gjestebok */
.CONMessageTable
{ 
	width:  100%; 
	padding: 10px;
}
.CONMessageHolder
{ 
	width:  50%; 
	border: 1px dotted #A5AEC5;
	padding-top: 10px;
	padding-right: 10px;
	background-color: #efefef;
		
}
.CONMessagePadding
{ 
	padding: 30px;	
	width:  100%; 
}

.CONMessageHeader
{ 

	padding: 10px;
	color: #666666; 
	text-decoration: none;
	font-family: tahoma, verdana; 
  	font-size: 12px; 
  	font-weight: bold; 
	border-bottom: 1px dotted #A5AEC5;
}

.CONMessageReplay
{ 
	text-align: right;
	padding-right: 5px;
	border-bottom: 1px dotted #A5AEC5;
	
}

.CONMessageReplay A:link, .CONMessageReplay A:active, .CONMessageReplay A:visited
{ 

	color: blue; 
	width: 50%; 
	text-align: right;
	padding-right: 5px;
	font-weight: bold;	
    
}
.CONMessageText
{ 
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	font-family: tahoma, verdana; 
  	font-size: 12px; 
  	height: 100%; 
	color: #666666;
}

