﻿body 
{
	background-color: Black;
	margin: 0px;
}

.divTopGray
{
	background-color: #1f1f1f;
	width:100%;
	height: 60px;
	color: #000000;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;	
	border-bottom: 2px solid #444444;
	box-shadow: 0px -6px 10px 1px #333333 INSET;
}

.divMenuBar
{
	background-color: #1f1f1f;
	width: 150px;
	padding: 8px;
	border-bottom-right-radius: 20px;
	box-shadow: 0px -5px 5px 1px #2E2E2E INSET;
}

.btnMenu
{
	background-color: Transparent;
	color: #C0C0C0;
	font-family: Arial;
	font-size: 14px;
	border: 1px solid #000000;
	padding: 2px;
	border-radius: 4px;
	box-shadow: 0px 0px 3px 1px #444444 INSET;
}

.btnMenu:hover
{
	background-color: Transparent;
	color: #E0E0E0;
	font-family: Arial;
	font-size: 14px;
	border: 1px solid #000000;
	padding: 2px;
	border-radius: 4px;
	box-shadow: 0px 0px 3px 1px #4f4f6f INSET;
}
