/*
ARC BRATISLAVA
© BRANISLAV STRECANSKY - KIBO, July 2007
*/

BODY {}
BODY { margin: 0; font-family: arial; }

A:link    { color: #FF6600; text-decoration: none; font-size: 8pt }
A:visited { color: #FF6600; text-decoration: none; font-size: 8pt }
A:hover   { color: #999999; text-decoration: none; font-size: 8pt }



TD.OutItem
{

	cursor: hand;
	height: 25;
	width: 110;
	text-align: center;
	vertical-align: middle;
	border-color: #999999;
	background-color: rgb(102,153,102);
	border-style: solid;
	border-width: 1;
	color: yellow;
	font-size: 13;

}

TD.OutItemK
{

	cursor: hand;
   	cursor: pointer;
	height: 25;
	width: 110;
	text-align: center;
	vertical-align: middle;
	border-color: #999999;
	background-color: rgb(102,153,102);
	border-style: solid;
	border-width: 1;
	color: yellow;
	font-size: 11;

}


TD.OverItem
{

	cursor: hand;
   	cursor: pointer;
	height: 25;
	width: 110;
	text-align: center;
	vertical-align: middle;
	border-color: #999999;
	background-color: orange;
	border-style: solid;
	border-width: 1;
	color: black;
	font-size: 13;

}

TD.ClickedItem
{

	cursor: hand;
   	cursor: pointer;
	height: 25;
	width: 110;
	text-align: center;
	vertical-align: middle;
	border-color: #999999;
	background-color: rgb(102,153,102);
	border-style: solid;
	border-width: 1;
	color: red;
	font-size: 13;

}




