/* Globální styly pro všechny podstránky */
/* -------------------------------------------------------------------------- */
body 
{ 
    height: 100%; 
    color: black; 
    font: 9pt 'Trebuchet MS', Tahoma, Arial, sans-serif; 
    background: transparent url('/img/backgrounds/bg.gif');
    margin: 0; 
}

a 
{ 
    color: #2f83c2; 	
    text-decoration: none; 
}

a img 
{ 
    vertical-align: middle;
    border: none; 
}

a:hover
{
	color: white;
}

form 
{ 
    padding: 0; 
    margin: 0; 
}

span.info 
{ 
    cursor: help; 
}

.clear 
{ 
    clear: both; 
}


/* -------------------------------------------------------------------------- */
/* Rozbalování položek */
.collapsed 
{
    display: none;
}

.expanded 
{
    display: block;
}


/* -------------------------------------------------------------------------- */
/* Cotojátka */
.cotojatka
{
	width: 80px;
	height: 31px;
	line-height: 19px;
	color: white;
	font-size: 8.5pt;
	text-align: center;
    background: transparent url('/img/backgrounds/tooltip.png') left bottom no-repeat; 		
	padding-top: 5px;
	margin-left: -18px;
	margin-bottom: -3px;
}
