﻿/**************************************************************************
** $Id: print.css,v 1.1 2007/06/15 02:29:19 helenf Exp $
**
** Copyright (c) 2000-2007 MassMedia Studios Pty Ltd.
** 68-72 Wentworth Ave, Surry Hills, NSW 2010, Australia.
** All rights reserved.
**
** This software is the confidential and proprietary information of 
** MassMedia Studios Pty Ltd. ("Confidential Information").  You shall not
** disclose such Confidential Information and shall use it only in
** accordance with the terms of the license agreement you entered into
** with MassMedia Studios Pty Ltd.
** ------------------------------------------------------------------------
** 
** Author: Helen Fu
** Release notes:
**
**************************************************************************/
/*-------------------------- GLOBAL --------------------------*/
body {
    background-image:                    none; 
}
#utility, #mainNav {
    /* hide utility bar and navigation */
    display:                            none; 
}
#globalWrap, #header, #header img.bannerImg, body.narrow #globalWrap, body.narrow #header, body.narrow #header img.bannerImg {
    width:                                600px;
}
#header {
    height:                                auto;
    background:                            none; 
    overflow:                             visible!important;
}
#mainContent, body.narrow #mainContent {
    width:                                600px; 
    padding:                            15px 0px 30px;
    overflow:                             visible!important;
    float:                                 none!important; 
}
.fullWidth, body.narrow .fullWidth {
    width:                                600px; 
}
.leftSide, body.narrow .leftSide {
    width:                                395px; 
}
.rightSide, body.narrow .rightSide {
    width:                                185px;
}
.fullWidth .rightSide, body.narrow .fullWidth .rightSide {
    width:                                165px;
}
.singleCol, body.narrow .singleCol {
    width:                                197px;
    margin-right:                        15px;
}
.singleCol div.imageSet img {
    float:                                none;
}
div.custIcons {
    display:                            none;
}
div.city {
    margin-right:                        5px;
}
h2.icon {
    background-image:                    none;
}
h2.icon, div.imageSet a.icon {
    padding-left:                        0px;
    background-image:                    none;
}
div.divider {
    height:                                2px;
    font-size:                            2px;
    background:                            none;
    border-top:                            2px solid #aaa;
    margin:                                15px 0px 13px;
}
div.rightSide div.divider {
    margin:                                0px 0px 13px;
}
