

.maintable 
{
	width:800px;
	height:500px;
	background-color:Black;
	background-image: url("saldonsoft_images/maintable.jpg");
	background-repeat: no-repeat;
	
	ascrollbar-face-color: #00FF80;
	ascrollbar-shadow-color: #616161;
	ascrollbar-highlight-color: #FFFFFF;
	ascrollbar-3dlight-color: #00FF80;
	ascrollbar-darkshadow-color: #00FF80;
	ascrollbar-track-color: #00FF80;
	ascrollbar-arrow-color: #000000



scrollbar-arrow-color: #464646;
scrollbar-3dlight-color: #c8c8c8;
scrollbar-darkshadow-color: #c8c8c8;
scrollbar-face-color: #fcfcfc;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #c8c8c8;
scrollbar-track-color: #c8c8c8;

}

.topspace 
{
	height:80px;
}
.buttonspace 
{
	height:100%;
}



.TopMenuGroup
{
  background-image:url(saldonsoft_images/top_group_background.gif);
  background-color:#DBD7D0;
  border:1px solid black; 
}

.TopMenuItem
{
	font-variant: small-caps;
  color:white;
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;
  border:1px solid black; 
  border-left-color:#737373;
  border-top-color:#4C4C4C;
  border-bottom-color:#131413;
	cursor: pointer; 
	cursor: hand;
  
}

.TopMenuItemHover 
{
	font-variant: small-caps;
  color:white;
  background-color:#3D3D3D; 
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;
  border:1px solid black; 
  border-bottom-color:#AAAAAA;
	cursor: pointer; 
	cursor: hand;
}


.MenuGroup
{
  background-image:url(saldonsoft_images/group_background.gif);
  background-color:#DBD7D0;
  border:1px solid black; 
}

.MenuItem
{
	font-variant: small-caps;
	height:30px;
  color:black;
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;
  margin:0px;
	cursor: pointer; 
	cursor: hand;
}

.MenuItemHover 
{
  margin:0px;
height:30px;
  abackground-color:gold;
  abackground-color:#729e3c;
  color:black; 
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;
	font-variant: small-caps;
  aborder:1px solid #83a825;
cursor: pointer; 
	cursor: hand;
  background-image:url(saldonsoft_images/group_background_hover.gif);

	}

.MenuBreak
{
  background-image:url(saldonsoft_images/break.gif);
  width:100%;
  height:1px;
}