/**
 * Basic CSS classes
 * 
 * @copyright   Svist21 s.r.o.
 * @link        classes.css
 * @version     2006/11/10
 */
 

/* Prepare document */
html, body, div { margin: 0; padding: 0; }
h1, h2 { margin: 2em 0 1em 0; padding: 0; }
p { margin: 1em 0 0 0; }
a img { border: none; }
th, td { font-size: 1em; }
fieldset { margin: 0; padding: 0; border: none; } 

/* external link */
.external { background: transparent url('../_img/external_link.gif') 100% 20% no-repeat; padding: 0 10px 0 0; }

/* align */
.aleft { text-align: left !important; }
.acenter { text-align: center !important; }
.aright { text-align: right !important; }
.atop { vertical-align: top !important; }
 
/* float */
.left { float: left !important; }
.right { float: right !important; }
.center { margin-left: auto !important; margin-right: auto !important; }

/* color */
.black { color: #000 !important; }
.white { color: #FFF !important; }

/* border */
.border0 { border: none !important; }

/* font */
.italic { font-style: italic !important; }
.bold { font-weight: bold !important; }
.cour { font-family: 'Courier New' !important; }
.small {font-size: 90%;}
.smallest {font-size: 80%;}
.big {font-size: 110%;}

/* text */
.uline { text-decoration: underline !important; }
.uppercase { text-transform: uppercase !important; }
.lowercase { text-transform: lowercase !important; }
.nowrap { white-space: nowrap !important; }

/* viewing */
.hidden { visibility: hidden !important; }
.hide { display: none !important; }
.inline { display: inline !important; }
.block { display: block !important; }

/* clearing */
.cleaner { clear: both !important; display: none !important; }
.clear { clear: both !important; }
.clearl { clear: left !important; }
.clearr { clear: right !important; }
.noclear { clear: none !important; }

/* width */
.half { width: 50%; }
.wauto { width: auto !important; }

/* position */
.absolute { position: absolute; }
.relative { position: relative; }

/* margin & padding */
.reset { margin: 0 !important; padding: 0 !important; }
