body
{
	margin:			0px;
	background-color:	#ffffff;
	color:			#000000;
	font-family:		Verdana;
	font-size:		12px;
}

h1
{
	font-family:	Arial;
	text-align:	center;
}

h2
{
	font-family:	Arial;
	clear:		both;
}

hr
{
	height:			1px;
	background-color:	#878681;
	border:			none;
	margin:			0px;
}

p
{
	text-align:	justify;
	text-indent:	25px;
}

a
{
	color:			#000000;
	text-decoration:	underline;
}

a:hover
{
	color:			gray;
	text-decoration:	underline;
}

div#container
{
	width:	740px;
	margin:	15px auto;
	position: relative;
}

div#top
{
	height:			98px;
	background-image:	url('images/top.jpg');
}

div#v_menu
{
	height: 164px;
	background-image: url('images/meniu.jpg');
}

#v_menu ul
{
	margin:		0px;
	padding:	5px 80px;
}

#v_menu li
{
	margin:		5px;
	font-size:	10px;
}

#v_menu a
{
	text-decoration:	none;
}

div#h_menu
{
	height: 18px;
	background-image: url('images/first.jpg');
	text-align:	right;
}

#h_menu a
{
	font-size: 9px;
	color: #808080;
	text-decoration: none;
}

#h_menu a:hover
{
	text-decoration:	underline;
}

#h_menu ul
{
	margin:	0px;
}

#h_menu li
{
	display:		inline;
	list-style-type:	none;
	padding-right:		20px;
}

div#main
{
	border:		1px solid #878681;
	border-top:	none;
	border-bottom:	none;
	padding:	5px 15px;
}

div#footer
{
	background-image:	url('images/bottom.jpg');
	height:			18px;
	line-height:		18px;
	text-align:		center;
	vertical-align:		middle;
	font-size:		10px;
}

table.old
{
	border-collapse: collapse;
	text-align: center;
}

table.old td
{
	border: 1px #000000 solid;
}

pre.console
{
	background-color:	#000000;
	color:			#ffffff;
	font-size:		10px;
	padding:		10px;
}

pre.code
{
	border: solid 1px #000000;
	padding: 10px;
	background-color: #eeeeee;
}

a.head
{
	font-size: 9px;
	color: #808080;
	text-decoration: none;
}

a.head:hover
{
	text-decoration: underline;
}

span.comment
{
	font-style:	italic;
	color:		navy;
}

p.unimportant
{
	color: #444444;
	font-size:	11px;
}

#addr_help_mark
{
	margin-left: 10px;
	margin-right: 5px;
	font-weight: bold;
	text-decoration: underline;
}

#addr_help_mark:hover
{
	cursor: pointer;
}

#addr_help
{
	display: none;
	position: absolute;
	border: 1px solid #878681;
	bottom: 23px;
	right: 5px;
	width: 230px;
	background-color: #eeeeee;
	padding: 5px;
	font-size: 10px;
}

#addr_help h4
{
	margin-top: 0px;
	text-align: center;
}

#addr_help p
{
	text-indent: 0px;
}

.bg_grey { background-color: #D3D3D3; }
.bg_green { background-color: #54FF54; }
.bg_red { background-color: #FF5454; }
.bg_yellow { background-color: #FFFF54; }

table.top_stats {
	font-size: 10px;
}

table.top_stats a:hover {
	color: #000000;
}

