﻿.Button
{
	background-position:left;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: pointer;
	cursor: default;
	font-size: 10px;
	color: #ffffff;
	font-weight:bold;
}
.Button:Hover
{
	background-position:left;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: pointer;
	cursor: default;
	font-size: 10px;
	color: #333666;
	font-weight:bold;
}
.Button_DisplayNone
{
	display:none;
}


.Button_Eclipse
{
	background-position:left;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: pointer;
	cursor: default;
	font-size: 12px;
	color: #ffffff;
}
.Button_Eclipse:Hover
{
	background-position:left;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: pointer;
	cursor: default;
	font-size: 12px;
	color: #333666;
}


.Button_Menu
{
	background-position:left;
	padding-left:10px;
	font-size: 11px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: pointer;
	cursor: default;

	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
.Button_Menu:Hover
{
	background-position:left;
	padding-left:10px;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: pointer;
	cursor: default;
	background-color: transparent;
	color: #333666;
	font-weight: bold;
	text-align: left;
}
.Button_Menu_Selected
{
	background-position:left;
	padding-left:10px;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: pointer;
	cursor: default;
	background-color: transparent;
	color: #73a210;
	font-weight: bold;
	text-align: left;
}
.Button_Menu_Selected:Hover
{
	background-position:left;
	padding-left:10px;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: pointer;
	cursor: default;
	background-color: transparent;
	color: #333666;
	font-weight: bold;
	text-align: left;
}
