/* 
    Document   : layout.css
    Created on : Dec 28, 2011, 11:38:11 AM
    Copyright  : David Obdržálek, dayvee.cz
*/

@import 'common.css';

body { margin:12px; }
h2 { margin-top:24px; }

table.border {
 border-collapse:collapse;
}

table.border td, table.border th {
 border:1px solid #999;
 padding:2px 3px;
}

table.list { white-space: nowrap; }
table.list tr { background-color:#fff; }
table.list tr:nth-child(odd) { background-color:#eee; }
table.list tr:hover { background-color:#ddd; }

.hovertext {
 position:absolute;
 white-space:normal;
 border:1px solid #666;
 background-color:#ffe;
 width:300px;
 margin:-16px 0px 0px -176px;
 padding:6px;
 display:none;
}

td:hover .hovertext { display:block; }

table.print { width:23cm; white-space:normal; }
table.print td { padding:0px; }
table.print td div { page-break-inside:avoid !important;  padding:2px 3px; }

@media print {
	body { width:19cm; height:27cm; }
}