﻿.LocalToolbar
{
	border: #cedff6 1px solid; 
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#CEDFF6', endColorStr='white', gradientType='0'); 
	background-color: #e6e6fa; /*#CEDFF6;*/
	font-family: verdana; 
	font-size: 8pt; 
	width: 100%;
	cursor: default;
}
.LocalToolbar2
{
	border: #cedff6 1px solid; 
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='white', endColorStr='#CEDFF6', gradientType='0'); 
	font-family: verdana; 
	font-size: 8pt; 
	width: 100%;
}
.LocalToolbar-Grey
{
	border: gainsboro 1px solid; 
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='gainsboro', endColorStr='white', gradientType='0'); 
	font-family: verdana; 
	font-size: 8pt; 
	width: 100%;
	cursor: default;
}
.LocalToolbar TABLE
{
	font-family: verdana; 
	font-size: 8pt; 
	width: 100%;
}
.LocalToolbar SELECT
{
	font-family: verdana; 
	font-size: 8pt;
	background-color: #CEDFF6;
}
.LocalToolbar2 SELECT
{
	font-family: verdana; 
	font-size: 8pt;
	background-color: #CEDFF6;
}
.LocalToolbar-LinkButton
{
	font-family: Arial; 
	font-size: 8pt;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
	cursor: hand;
	border: none 0px white;
	padding:3px;
}
.LocalToolbar-LinkButton-MouseOver
{
	background-color: #CEDFF6;
	font-family: Arial; 
	font-size: 8pt;
	font-weight: normal;
	color: red;
	text-decoration: none;
	cursor: hand;
	border-left: solid 1px white;
	border-top: solid 1px white;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	padding:2px;
}
.LocalToolbar-LinkButton-MouseDown
{
	background-color: #CEDFF6;
	font-family: Arial; 
	font-size: 8pt;
	font-weight: normal;
	color: red;
	text-decoration: none;
	cursor: hand;
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	padding:2px;
}
.LocalToolbar-ToggleButton-Off
{
	background-color: #CEDFF6;
	font-family: Arial; 
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #003399;
	cursor: hand;
	border-left: solid 1px white;
	border-top: solid 1px white;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	padding:2px;
}
.LocalToolbar-ToggleButton-On
{
	background-color: #CEDFF6;
	font-family: Arial; 
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #003399;
	cursor: hand;
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	padding:2px;
}
.LocalToolbar-ToggleButton-On-MouseOver
{
	background-color: #CEDFF6;
	font-family: Arial; 
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: red;
	cursor: hand;
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	padding:2px;
}
