.TreeNode 
{ 
	font-weight: bold;
	color: #317291 !important;
	text-decoration: none !important;
	line-height: 200% !important;
	padding-left: 3px;
}


.TreeNodeOver 
{ 	
	text-decoration: underline !important; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;
}

.TreeNodeSelect 
{ 
	font-family: Tahoma; 
	font-size: 8pt; 
	color: white; 
	background: #316AC5; 	
    cursor: pointer;
	cursor: hand;
	margin-left: 3px;	
}

.TreeNodeCountry
{
	font-family: Tahoma;
	font-size: 8pt; 
	color: green;	
	padding-left: 3px;	
}

.TreeNodeContinent
{
	font-family: Tahoma;
	font-size: 8pt; 
	color: red;	
	padding-left: 3px;
}

.USASelect
{
	font-family: Tahoma; 
	font-size: 8pt; 
	color: white; 
	background: green; 	
    cursor: pointer;
	cursor: hand;
	margin-left: 3px;
}

.NYHover
{
	font-family: Tahoma; 
	font-size: 8pt; 
	text-decoration: underline; 
	background: red;
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;
}


.TreeContextItem
{ 
	font-family: Arial;
	font-size:10px;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#fdfdfd;
	background-image:url(contextMenu.gif); 
	background-repeat:repeat-y;
	width:100%; 
	text-align: left;
	border-bottom: solid 1px #e3e3e3;
}
 
.TreeContextItemOver
{
	font-family: Arial;
	font-size:10px;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#f3f3f3;
	background-image:url(contextMenu.gif); 
	background-repeat:repeat-y;
	width:100%; 
	text-align: left;
	border-bottom: solid 1px #d4d4d4;
}
 
.TreeNodeEdit 
{
	border:1px gray solid;
	font-family: tahoma; 
	font-size: 8pt;
	margin-left: 3px;  
	text-align: left;
}
