/********** BASE FONT & SIZE */
/** {
    padding: 0px;
    margin: 0px;
}*/
body {
    font-family: Verdana, 'Geneva CE', lucida, sans-serif;
    font-size: 0.9em;
    _font-size: 12px;
    line-height: 1.2;
    color: #111111;
}


a {
    color: #0fa5ff;
    cursor: hand;
    padding: 1px 0;
}
a[href*="msn:"] {
    padding-right: 16px !important;
    background: url('../img/link-msn.gif') right center no-repeat;
}
a[href*="facebook.com/romansklenar"] {
    padding-right: 18px !important;
    background: url('../img/link-facebook.gif') right center no-repeat;
}
a[href*="mailto:"] {
    padding-right: 16px !important;
    background: url('../img/link-mail.gif') right center no-repeat;
}
a[href*=".zip"] {
    padding-right: 16px !important;
    background: url('../img/link-zip.gif') right center no-repeat;
}
a[href*=".pdf"] {
    padding-right: 16px !important;
    background: url('../img/link-pdf.gif') right center no-repeat;
}
a[href^="error:"] {
    background: red !important;
    color: white !important;
    text-decoration: blink;
}
a.ext {
    padding-right: 10px !important;
    background: url('../img/link-ext.gif') right center no-repeat;
}
a:hover, a:active, a:focus, a.ext:hover {
    /* background-color: #0fa5ff; */
    color: black;
}
a img, a img:hover { 
    border: none;
    text-decoration: none;
    color: #3f3f3f;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
img { 
    border: none; 
}


p {
    margin: 1em 0;
    padding: 0;
    text-indent: 1em;
}
h1, h2, h3, h4 {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', arial, Verdana, sans-serif;
    text-indent: 0px;
    margin: 1.2em 0 0.7em;
    color: #3e3e3e;
}
h2 {
    font-size: 1.7em;
    font-weight: bold;
    color: #3e3e3e;
    border-bottom: 1px solid #cccccc;
}
h3 {
    font-size: 1.3em;
    font-weight: normal;
}
h4 {
    font-size: 1.1em;
    font-weight: normal;
}
h5 {
    font-size: 1em;
    font-weight: bold;
    color: gray;
}
ul li {
    list-style: circle outside url('../img/odrazka-li-hover.gif');
    margin: 3px;
}
ol li {
    list-style: upper-roman outside;
    margin: 3px;
}
dl dt {
    font-variant: small-caps;
    margin-top: 3px;
}
dl dd {
    font-style: italic;
    margin-bottom: 3px;
}


acronym, abbr {
    cursor: help;
    border-bottom: 1px dotted #000
}
cite, code { 
    background: whitesmoke;
    padding: 0.1em 0.2em 0.1em 0.2em;
    display: inline;
}
dfn  {
    padding: 0.1em 0.2em 0.1em 0.2em;
}
sub, sup {
    vertical-align: baseline;
    position: relative
}
sub {
    top: .4em
}
sup {
    bottom: .4em
}
i, em {
    margin-right: 0.1em
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
ins {
    color: #5fd55f;
    text-decoration: underline;
}
del {
    color: #d6cd52
}
blockquote {
    margin: 1.4em 1.75em 1.4em 0.9em;
    padding-left: 1.75em;
    border-left: 3px solid #eeeeee;
    color: #777
}
blockquote cite {
    margin: 5px 0 0
}
pre {
    background: #f9f9f9;
    border: 1px dashed #b4b4b4;
    border-bottom-color: #ededed;
    border-right-color: #ededed;
    padding: 7px;
    overflow: auto;
}
hr {
    clear: both;
    height: 3px;
    background-color: #dddddd;
    border: none;
    margin: 10px;
}


table {
    font-family: Verdana, 'Geneva CE', lucida, sans-serif;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-left: 5px;
}
th, td, tr, caption {
	border: 1px solid #8cacbb;
	background-color: #dee7ec;
    font-size: 0.9em;
	text-align: left;
}
th {
    text-align: right;
    vertical-align: top;
    padding: 0.3em;
}
td {
	border: 1px solid #8cacbb;
	background-color: #FFFFFF; /* #FCFCFC; */
	padding: 3px
}
caption { 
    font-weight: normal;
    font-style: normal;
    font-variant: small-caps;
    font-size: 1em;
}
table.grid {
    border-collapse: collapse;
    background-color: #f7f7f7;
    width: 100%
}
table.grid td, table.grid th {
    border: 1px solid #cccccc;
	padding-left: 0;
	padding-right: 0;
	border: 0
}
table.grid th {
    background-color: #f0f0f0;
    text-align: center;
}
table.indexes {
    border-collapse: collapse;
    border: 1px solid #DDD;
    background: #F5F5F5;
    margin: 18px 0;
    width: 100%;
}
table.indexes td {
    padding: 8px;
    vertical-align: top; 
    text-align: center;
    width: 120px;
    word-wrap: break-word;
}
table.indexes a {
    text-decoration: none;
}





/* Classes */
.noident {
    text-indent: 0em;
}
.fleft {
    float: left !important;
    text-align: left !important;
}
.fright {
    float: right !important;
    text-align: right !important;
}
.fcenter {
    float: none !important;
    text-align: center !important;
    margin: 0 auto;
}
img.fleft, img.fright {
    padding: 5px !important;
}
img.noborder {
    padding: 0 !important;
    border: none !important;
}
.marginleft50px {
    margin-left: 50px;
}
.info {
    background-color: #FFFFCC;
    border: 1px solid #CCCCCC;
    padding: 1em;
    margin: 1em 0
}
.capitals {
    font-variant: small-caps;
}
.hidden {
    display: none !important;
}
.square-list {
    list-style: square outside none;
}
.no-border {
    border: 0 none !important;
}
.margin-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.error {
    color: red;
}
