﻿.button 
{
  /* normal button style */
	width: 150px;	
	background-color: #B6E769;
	min-height:20px;
}

.button:hover 
{	
	background-color: #C6F779;
}


.linkButton
{
	cursor:pointer; 
	text-decoration:underline; 
	color:Blue;
}

.linkButton:hover
{
	cursor:pointer;
	text-decoration:none;
	color:Red;	
}

.TreeViewMenu
{	
	text-align:right;
	width: 140px;	
	background-color: #B6E769;
	border-color:#92BD6E;
	border-style:solid;
	overflow:hidden;
	direction:rtl;
}