/* Tabulka pre rucne cisla */
#right .tab1 a {
	text-decoration: none;
	color: #00f;

}
#right .tab1  a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#right .tab1 img {
	height: 120px;
	width: 80px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}

.tab1 .tr1{
	height: 150px;
}
.tab1 .trx{
	height: 15px;
}
.tab1 th  {
	color: #000000;
	font-weight: bold;
}
.tab1 .td1 {
	background-color: #5ff;
	text-align: center;
	width: 90px;
	  border-radius: 6px;  /*  -CSS3-*/
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
	-o-border-radius: 6px;
}

.tab1 .td2 {
	background-color: #5ee;
	text-align: center;
	width: 90px;
	border-radius: 6px;  /*  -CSS3-*/
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
	-o-border-radius: 6px;
}
.tab1 .td3 {
	background-color: #5dd;
	text-align: center;
	width: 90px;
	border-radius: 6px;  /*  -CSS3-*/
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
	-o-border-radius: 6px;
}

.tab1 .td4 {
	background-color: #5cc;
	text-align: center;
	width: 90px;
  border-radius: 6px;  /*  -CSS3-*/
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
	-o-border-radius: 6px;
}
.tab1 .td5 {
	background-color: #5bb;
	text-align: center;
	width: 90px;
	border-radius: 6px;  /*  -CSS3-*/
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
	-o-border-radius: 6px;
}

.tab1 .tdx{
	background-color: transparent;
	width: 10px;
}

/* Tabulka pre pocitacove cisla */
#right .tab2 a {
	text-decoration: none;
	color: #00f;
}
#right .tab2  a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#right .tab2 img {
	height: 120px;
	width: 80px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}

.tab2 .tr1{
	height: 170px;
}
.tab2 .trx{
	height: 15px;
}
.tab2 th  {
	color: #000000;
	font-weight: bold;
}
.tab2 .td1 {
	background-color: #5ff;
	text-align: center;
	width: 90px;
  border-radius: 6px;  /*  -CSS3-*/
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
	-o-border-radius: 6px;
}

.tab2 .td2 {
	background-color: #5ee;
	text-align: center;
	width: 90px;
  border-radius: 6px;  /*  -CSS3-*/
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
	-o-border-radius: 6px;
}
.tab2 .td3 {
	background-color: #5dd;
	text-align: center;
	width: 90px;
  border-radius: 6px;  /*  -CSS3-*/
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
	-o-border-radius: 6px;
}

.tab2 .td4 {
	background-color: #5cc;
	text-align: center;
	width: 90px;
  border-radius: 6px;  /*  -CSS3-*/
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
	-o-border-radius: 6px;
}
.tab2 .td5 {
	background-color: #5bb;
	text-align: center;
	width: 90px;
  border-radius: 6px;  /*  -CSS3-*/
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
	-o-border-radius: 6px;
}

.tab2 .tdx{
	background-color: transparent;
	width: 10px;
}
