/* Movement stuff */

div.movement {
    border: 1px solid #666666; 
    border-radius: 3px; 
    display: block; 
    margin-bottom: 15px; 
    overflow: hidden; 
    padding: 9px 0px 4px 0px; 
    position: relative; 
    z-index: 1; 
    zoom: 1; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px;
    
    background: url('ico_attention.png') 2px 0px no-repeat #FFFAC6; 
    border-color: #D3C200;
}
div.movement p	{
    color: #333333;
    line-height: 16px;
    padding: 0px 25px 5px 42px !important;
}

/* Additional stylesheet for code listings */
pre.listing {
    background-color: black;
    color: silver;
    line-height: 1.1em !important;
    font-family: monospace;
    padding: 5px;
}

pre.listing span.startup {
    color: rgb(56, 101, 98);
}

pre.listing span.grep {
    background-color: rgb(134, 139, 19);
    color: black;
}

pre.listing span.command {
    color: white;
}

pre.listing span.bold {
    font-weight: bolder;
    color: white;
}

table.listing {
    border: 1px solid gray;
    width: 100%;
    border-collapse: collapse;
}

table.listing td {
    border: 1px solid gray;
    padding: 2px;
}
