/*
    MIRANDA CODE ver 1.5 - M_print.css
    Author: Raffaele Adinolfi for HRX Pty Ltd
    Last update: 26/07/2010
*/

body {margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6 {margin: 0;padding: 0;}
ul {margin: 0;padding: 4px 20px;}
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;    
}

}

/*Menu*/
.bottom-nav.navbar-fixed-top {
    display:none;
}

/*Search and login box*/
#widget-sidebar{
	display:none;
}

/*Social icons*/
.home-footer-social.pull-right{
	display:none;
}

/*Remove the Print, email a friend etc. menu */
.clearfix.block.key.bottom{
	display:none;
}

/*Remove the apply now button*/
.form-group .controls{
	display:none;
}

/*Remove the url*/
a[href]::after {
    content: none !important;
}

/*Login box and register box*/
#top-nav{
	display:none;
}

/*Menu wording*/
.bottom-nav.clearfix{
	display:none;
}

/*Main hero image*/
.container-fluid.widget-banner{
	display:none;
}
/*----------------------
end editable zone*/
