﻿BODY 
{
	font-family: Verdana, Helvetica;
	font-size: 10px;
	margin-top: 0;
	margin-left: 0;
}

TD
{
	font-family: Verdana, Helvetica;
	font-size: 10px;	
}
.SmallControl
{
	font-size: xx-small;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	color: #333333;
}
.BlueButton
{
	background-color: #6699FF;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	border: 1px;
	border: solid 1px black;
/*	border-right-color: #333333;
	border-bottom-color: #336699;*/
	cursor: hand;
	padding:1;
	
}

DIV
{
	font-family: Verdana, Helvetica;
	font-size: 10px;	
}


A.HoverTreeNode	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
	
A.HoverTreeNode:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A.HoverTreeNode:visited	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A.HoverTreeNode:active	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A.HoverTreeNode:hover	{	
	text-decoration:	underline;
	}
	
.SelectedNode 
{
	background-color: #E0E0E0;
}

.DefaultTab 
{
  color:white; 
  background-color:#3366cc;/*3366cc*/
 
 font-family: Verdana, Helvetica;
  font-size:10px; 
  cursor:default;
}

.SelectedTab 
{
	  background-color:#f5f5f5;
  color:black; 
	font-family: Verdana, Helvetica;
  font-size:10px; 
  cursor:default;
}
