body
{
	margin-left:      10px;
	margin-top:       10px;
	margin-right:     10px;
	margin-bottom:    10px;
	background-image: url(gfx/LegnoMenu.jpg);
	background-color: #FFFFAE;
	font-family:      sans-serif;
}

th
{
	background-color: Navy;
	font-family:      sans-serif;
	color:            White;
	font-weight:      bold;
	text-align:       Left;
}

DIV.menu
{
	display: block;
	padding-left:   2px;
	padding-top:    2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 10px;
	width: 128px;
	color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: lightsteelblue;
	text-decoration: none;
	cursor: hand;
}

DIV.menu:hover
{
	color: #003300;
	background-color: #5ebe85;
	text-decoration: none;
}

.menu_selected
{
	border-right: 1px solid navy;
	border-top:   1px solid navy;
	background-color: navy;
	width: 128px;
	color: LightSteelBlue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

.menu_over
{
	border-right: 1px solid navy;
	border-top:   1px solid navy;
	background-color: green;
}

.menu_out
{
	border-right: 1px solid navy;
	border-top:   1px solid navy;
	background-color: blue;
}

.menu_initial
{
	border-right: 1px solid navy;
}

.alert
{
	font-family: arial, sans-serif;
	font-size:   12px;
	font-weight: bold;
	color:       red;
	text-align:  center;
	margin:      0px 0px 0px 0px;
	padding:     1px 1px 1px 1px;
}

.content
{
	margin-left:      0px;
	margin-top:       0px;
	margin-right:     0px;
	margin-bottom:    0px;
	background-image: url(gfx/graphpaper.png);
	background-color: White;
	font-family:      sans-serif;
	border:           1px solid Navy;
}

.legenda
{
	color:       Navy;
	font-family: sans-serif;
	font-size:   12px;
}

.home
{
	color:       Black;
	font-family: sans-serif;
	font-size:   18px;
	font-weight: bold;
}

.hilight
{
	background-color: Black;
	color:            White;
	font-family:      sans-serif;
	font-weight:      bold;
	text-align:       Center;
}

.footer
{
	color:      Navy;
	font-size:  10px;
	text-align: Center;
}

.shadow
{
	border: 1px solid black;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=4);
}

