body
{
	background: white;
}

.line 
{
	padding: 2px;
	margin-bottom: 40px;
}

.logged
{
	float:right;
	margin-right: 5%;
}

.main .line
{
	width: 95%;
	color: white;
	height: 20px;
}

.main .line ul
{
	margin-top: 10px;
}

.main .line a
{
	color: white;
	text-decoration: none;
}

div.content
{
	margin-left: 42px;
	margin-right: 5%;
}



.login_error
{
	color: red;
}

table
{
	border-spacing:0;
  border-collapse:collapse;
	font-size: small;
}

table.vyber
{
	border-spacing:0;
  border-collapse:collapse;
	font-size: large;
	margin-left: 40px;
}

table.vyber td
{
	padding: 7px;
}

table tr:nth-child(3n+1) {background: #fff;}
table tr:nth-child(3n+2) {background: #eee;}
table tr:nth-child(3n) {background: #ddd;}
table tr:nth-child(1) th {background: #aaf;}
table tr:hover {background: #faa; }

th
{
	
}

.fr
{
	float: right;
	margin: 20px;
}

.fl
{
	float: left;
	margin-right: 40px;
	margin-top: 10px;
}

.graph_caption
{
	width: 45%;
	float: left;
}

.graph
{
	width: 45%;
	height: 400px;
	float: left;
	margin: 20px;
}

.graph_full
{
	width: 95%;
	height: 500px;
	float: left;
	margin: 20px;
}

.menu ul
{
	list-style-type: none;
	font-weight: bold;
	margin-right: 20px;
}

.menu li
{
	display: inline;
	margin-right: 20px;
}

ul.vyber li
{
	list-style-type: none;
	display: inline;
	margin: 15px;
	padding: 10px;
	border: 1px solid black;
	background-color: #ccc;
	border-radius: 0px;
}

ul.vyber a
{
	text-decoration: none;
	color: black;
}

ul.vyber a:hover
{
	text-decoration: none;
}

ul.vyber li:hover
{
	background-color: #eee; 
	xborder-radius: 17px;
}

img.export
{
	float: right;
	width: 21px;
	margin: 5px;
	border: 0px;
}

form
{
	border: 0px solid black;
	padding: 20px;
	width: auto;
	float: left;
}

form label input, form label select
{
	margin-right: 30px;
	display: block; 
	min-width: 100px;
}

form label
{
	display: block;
	float: left;
}
	


.logo
{
	width: 95%;
	text-align: right;
}

.clear
{
	clear: both;
}

.right
{
	float: right;
}

.footer
{
	text-align: center;
	margin-right: 5%;
}

a
{
	color: black;
}


table.vyuctovani
{
	width: 100%;
	text-align: center;
	border: 1px solid black;
}

table.vyuctovani td, table.vyuctovani th
{
	border: 1px solid black;
	font-size: large;
}













p 
{
	margin: 0px;
}


div.intcases 
{
	font-family: arial; 
	font-size: 12px; 
	border:1px solid #666666; 
	background:#DDDDDD none repeat scroll 0% 0%; 
	z-index:9999; 
	visibility:hidden; 
	position:absolute; 
	padding:5px;
}

div.intcaselink
{
	cursor: pointer;
}

div.annnoteimage
{
	position: absolute;
	font-size: 0px;
	width: 16px;
	height: 12px;
	cursor: help;
	background-image: url(images/note.gif);
	background-repeat: no-repeat;
}

div.annnotelabel
{
	position: absolute;
	font-family: Arial;
	font-size: 10px;
	border: 1px solid #666666;
	cursor: help;
	background:#DDDD00 none repeat scroll 0% 0%; 
	padding-left:3px; 
	padding-right:3px;
	white-space: nowrap;
}
 
.annotationName 
{
	font-size: .7em;
	font-weight: bold;
	margin-bottom: .2em;
	white-space: nowrap;
}

.annotation 
{
	font-size: .7em;
	padding-left: .2em;
	margin-bottom: 1em;
}

/* this is a fix for the issue where dialogs jump around and takes the text-align from the body */
.dialogFix 
{
    position:absolute;
    text-align:left;
}

.raw_image {
    width: 100%;
    height: 100%;
}