/*************************************
    MIRANDA Code
    ------------------
    M_print.css - This file is for print version.
*************************************/



body {
    margin: 0;
    padding: 0;
}


h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
form {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

hr {
    display: none;
}


.hidden {
    display: none;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}


/*----------------------
start editable zone*/

#rasp_page {
    padding: 0;
    clear: both;
    width: 900px;
}


#rasp_header {
    margin: 0;
    padding: 0;
    clear: both;
    float: left;
    width: 99%;
    height: 100px;
    border-bottom: 2px solid #999;
}

#rasp_navbar {
    display: none;
}

#rasp_content {
    margin: 0;
    padding: 10px 0;
    clear: both;
    float: left;
    width: 99%;
}

#rasp_left {
    display: none;
}

#rasp_right {
    display: none;
}

#rasp_center {
    margin: 0 8px;
    padding: 8px;
    width: 100%;
    float: left;
}

#rasp_footer {
    width: 100%;
    clear: both;
    float: left;
    border-top: 1px solid #CCC;
}


table {
    margin: 0;
    padding: 0;
}

table#rasp_table {
    border: 1px solid;
}


table#rasp_table caption {
    width: 40%;
    margin-bottom: 6px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    color: #CCC;
}

table#rasp_table th{
    background: #CCC;
    vertical-align: top;
    color: #666;
    font-size: 90%;
}

table#rasp_table tr{
    background: #EEE;
    vertical-align: top;
}
table#rasp_table td{
    padding: 5px;
}

/* hide all buttons */
.rasp_button, .stylebuttons {
    display: none;    
}

/*----------------------
end editable zone*/
