/* Style for sections with some code (java, html, xml, etc..)
 *
 * Assumes that sections are marked-up like this:
 *
 *   <div class="code">
        <pre>
        some preformated colored code here..
        </pre>
 *   </div>
 * Version: $Id: main.css 3767 2005-07-25 23:42:59Z nthx $
 */

BODY {
    /* SZEROKOSC TEKSTU */
    width: 65%;
}
@media print {
BODY {
    width: 95%;
}
}

.code PRE {
  background: #eeeeff;
  font-family: courier;
  margin: 10px 0px 10px 0px;
  padding: 10px 10px 10px 10px;
  border-left: 8px solid #CBCBCB;
  text-align: left;
}
/* Moved from css/main.css
 */
DIV.endmatter { 
  margin-right: -6em; 
  border-top: thin solid 
}
DIV.endmatter HR { 
  /*display: none */
}

.VERSION, .ADDRESS { 
  font-size: small; 
}

/* For private/cd_list.html
 */
.cd_row_name { 
    background-color: #dddddd;
    text-align: left;
    font-size: large;
}
.cd_row_additional { 
    background-color: #d4d4dd;
    text-align: right;
    font-size: xx-small;
    color: red
}
.cd_col_cd { 
    color: blue
}
.cd_col_other { 
    color: red
}
.cd_col_no { 
    color: white
}

/* general customization */

DL DT {
    color: blue; 
    font-weight: bold; 
    margin-top: 20px;
} 

UL.toc {
  list-style: none ;
  list-style-type: none ;
}

A:hover {
  background: orange;
}

IMG {
    border-style: none;
}

.cv_txt {
    font-family: Arial, Helvetica, sans-serif;
}
.cv_head1 {
    text-decoration : none; 
    text-transform : uppercase; 
    font-family : Arial, Helvetica, sans-serif;
    font-size : medium;
    font-weight : bolder;
}
.cv_head2 {
    text-decoration : none; 
    font-family : Arial, Geneva, sans-serif;
    font-size : medium;
    font-weight : bold;
}

/* Table for hitchhiking .. */
table.hitchhiking {    
    color:    black;
    background: #ddddff;
    text-decoration:    none;
    text-align: left;
    border-color:    #bbbbee;
    border-style:    solid;
}    


.object {
    color: green;
    font-weight: bold; 
}
.method {
    color: blue;
    font-weight: bold; 
}

.first_letter {
    font-size: 150%; 
    font-weight: bold;
    font-family: sans-serif;
}

@media screen {
.feedback 
{
    background: #eeeeee;
    margin-top: 40px;
    padding: 5px 5px 5px 5px;
    border-top: solid;
}
}

@media print {
.feedback 
{
    visibility: hidden;
}
.banner 
{
    visibility: hidden;
}
.button 
{
    visibility: hidden;
}
}

.update
{
    font-style: italic;
    background: #aaffff;
    margin-top: 10px;
    padding: 5px 5px 5px 5px;
    border-left: dashed;
    border-top: solid;
    border-bottom: solid;
    border-width: 1px;
}
.feedback-comment
{
    font-style: italic;
    background: #eeffaa;
    margin-top: 10px;
    margin-left: 30px;
    padding: 5px 5px 5px 5px;
    border-left: dashed;
    border-top: solid;
    border-bottom: solid;
    border-width: 1px;
}

.feedback-comment-reply
{
    background: #eeffcc;
    margin-top: 5px;
    margin-left: 50px;
    padding: 5px 5px 5px 5px;
    border-left: dashed;
    //border-top: solid;
    //border-bottom: solid;
    border-width: 1px;
}

.filename
{
    font-family: monospace;
    font-style: italic;
    border-style: solid;
    border-width: 1px;
    padding: 1px 10px 1px 10px;
    float: none;
}
.note 
{
    font-style: italic;
    font-size: smaller;
}
