/* Base CSS, Robert 2006 */

body, p, .text, .textBlue, table, tr, td, ul, ol, li {
 font: normal 10px/12px Verdana;
 color: #000000;
}

/* Hedares and text content definition, Robert 2006 */

.text, .textBlue, p, .nadpis1, .nadpis2, h1, h2, h3, h4 {
 margin: 0px;
 padding: 0px;
}
.nadpis1, h1, h1.align-left, h1.align-center, h1.align-right {
 font: bold 12px/14px Verdana;
 color: #00086f;
 padding-bottom: 10px;
}
.nadpis2, h2, h2.align-left, h2.align-center, h2.align-right {
 font: bold 12px/14px Verdana;
 color: #00086f;
 padding-bottom: 10px;
}

.nadpis3, h3, h3.align-left, h3.align-center, h3.align-right,
.nadpis4, h4, h4.align-left, h4.align-center, h4.align-right {
 font: bold 20px/22px Verdana;
 color: #00086f;
 padding-top: 15px;
 padding-bottom: 15px;
}
.nadpis4, h4, h4.align-left, h4.align-center, h4.align-right {
 font: bold 16px/18px Verdana;
}


.textBlue {
 color: #00086f;
 font-weight: bold;
}
a, a:link {
 color: #00086f;
 text-decoration: none;
}

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
/* Robert 2006 */
p.csc-frame-frame1, table.csc-frame-frame1 {
 font: normal 10px/12px Verdana;
 border-collapse: collapse;
 background-color: #ffffff;
 border: 1px solid #dddddd; 
 color: #000000;
}
table.csc-frame-frame1 td {
 padding: 3px 5px 3px 5px;
 margin: 0px;
 border: solid 1px #dddddd;
}

p.csc-frame-frame2, table.csc-frame-frame2 {
 background-color: #8888a1; 
 padding: 2px 4px 2px 4px;
 border: none; 
}

img.center_image {
 text-align: center;
}

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}