.IslandClass
{
	Cursor: default;
	border-width: 15px;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	border-style: None;
	color: White;
	background-color: #bfbfbf;
}
.SubClass
{
	Cursor: default;
	border-width: 15px;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	border-style: None;
	color:  white;
	background-color: #595959;
}
.HoverClass
{
	Cursor: hand;
	color: White;
	background-color:#787878;
	border : solid 10px red;
}
.HoverSubClass
{
	Cursor: hand;
	color: white;
	background-color: black;
	border : solid 10px red;
}
.TopHover
{
	Cursor: hand;
	color: White;
	background-color: #5d5d5d;
}
.TopClass
{
	color: White;
	background-color: #701A30;

}
.TopSelected
{
	color: White;
	background-color: #701A30;
}
.DisabledClass
{
	color: LightGray;
}
.ButtonDefaultMenu
{
	background-color: #990000;
	border-style: solid;
	border-width: 0px;
	border-color: #c0c0c0;
	font-family: Arial;
	font-size: 9pt;
	text-align:left;
	font-weight: bold;
	color: white;
	height: 18px;
	cursor: hand;
	margin:   0 0 0 0;
	width: 102px;
}
.ButtonHoverMenu
{
	background-color: #CC0000;
	border-style: solid;
	border-width: 0px;
	border-color: #c0c0c0;
	font-family: Arial;
	font-size: 9pt;
	text-align: left;
	font-weight: bolder;
	color: white;
	height: 18px;
	cursor: hand;
	margin: 0 0 0 0;
	width: 102px;
}

.ButtonHoverStaff
{
	background-color: #505051;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	font-family: Arial;
	font-size: 7pt;
	text-align: center;
	font-weight: bolder;
	color: white;
	height: 15px;
	cursor: hand;
	
	text-align: center;
}
.ButtonDefaultStaff
{
	background-color: #bfbfbf;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	font-family: Arial;
	font-size: 7pt;
	text-align: center;
	font-weight: bold;
	color: white;
	height: 15px;
	cursor: hand;
	text-align: center;
	
	text-align: center;
}
.ButtonHidden
{
	background-color: #bfbfbf;
	border-style: solid;
	border-width: 0px;
	border-color: #c0c0c0;
	font-family: Arial;
	font-size: 7pt;
	text-align: center;
	font-weight: bolder;
	color: white;
	height: 0px;
	cursor: default;
	margin: 0 25 0 0;
}