@import url( '../global.css' );

/* SCREEN CSS */

body {
    padding: 0;
    color: #000 !important;
}

form {
    display: none;
}

table {
    display: none;
}


/* MAIN CONTENT */

#page {
    margin: 0;
    width: 640px;
}

a {
    color: #000 !important;
}


/* Header */

#header {
    height: 100px;
}

#header #siteSearchBlock {
    display: none;
}

#header #paoAddress {
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    text-align: right;
}

#header .regNo {
    margin: 5px 0 0 2px;
    display: block;
}


/* Navigation */

#mainNav, #subNav {
    display: none;
}


/* Content */

#content {
    margin: 10px 1px 20px !important;
}


/* Footer */

#footer {
    border-top: 2px solid #eee;
}

#footerLinks {
    display: none;
}

/* HOME PAGE PRINT */

.categoryBlock {
    border: none !important;
    float: none !important;
    margin: 0 !important;
    width: auto !important;
}

.categoryBlock h2  {
    padding: 0 0 5px !important;
}

.categoryBlock .content {
    margin: 0 0 15px !important;
    min-height: 10px !important;
}

*html .categoryBlock .content {
    height: 10px !important;
}

.more {
    display: none;
}

/* News block */

#newsBlock {
    border: none !important;
    padding: 0 !important;
}

#news {
    float: none !important;
    width: auto !important;
    margin: 0 0 15px;
}

#newsArchive {
    float: none !important;
    width: auto !important;
}


/* Login page */

.loginLinks {
    display: none;
}


/* PAGE LITE CONTENT */

.pageLiteContent_column {
    width: 100% !important;
    text-align: left !important;
}

#printWidth .pageLiteContent_column {
    width: 250px !important;
}