/*
   This CSS file (c) 2004-2006 David Grudl; http://davidgrudl.com; All rights reserved.
*/

/*******************d*g*x***************************** BASE FONT & SIZE */

body, td, th {
  line-height: 1.4em;
}


/*******************d*g*x***************************** BASE FORMATTING */

i, em { margin-right: 0.1em }

ul { margin: 0 0 1.5em 1.5em; padding: 0 }
ul li { margin: 0 0 0 1.5em; padding: 0 }

hr { border: 0; height: 1px; } /* single line */

q { font-style: italic; }

table img { vertical-align: middle }

th, td { vertical-align: top }

fieldset, input, select, textarea { display: none }





/*******************d*g*x***************************** BASE CLASSES */

.hidden { display: none }
.noprint { display: none }

.right  { text-align: right !important }
.left   { text-align: left !important }
.center { text-align: center !important }

.noindent { text-indent: 0 !important }
.nodots   { list-style-type: none; list-style-image: none }
.error    { color: red; font-weight: bold; }
.clear    { clear: both }

td.number, th.number { text-align: right; white-space: nowrap }

table.wide { width: 100% }



/*******************d*g*x***************************** LAYOUT */

#menu, #header, #side-panel, #footer, #breadcrumbs { display: none }
