/**************************************************************************
** $Id: print.css,v 1.2 2007/01/02 06:11:30 helenf Exp $
**
** Copyright (c) 2000-2006 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:                            none;
    font:                                normal 0.8em arial,helvetica,sans-serif;
    text-align: left;
}
div#globalWrap {
    width:                                600px; 
    margin-left:                          0px;
}
div#header {
    width:                                600px;
    height:                                70px;
    padding:                            0px;
    background:                            none!important; 
}
div#content{
    background:                            none;
    padding-top:                        10px;
}
div.siteTitle {
    display: none;
}
div.innerRight
{
    display: block;
    float: left;
}
div#header a, div#mainNav, div#utilities, div.homeLeft, div.innerLeft, div#footer, a.rtt, a.imgPreview, div.secHdrL, div.secHdrR, div.secFooterL, div.secFooterR, div.tabs {
    display:                            none;
}
div.homeRight, div.innerMid, div.innerMR, #extContent {
    width:                                800px;
    display:                             block;
    margin:                                0px;
    text-align: left;
    clear: left;   
}
div.homeRight div.secCtnt, div.innerMid div.secCtnt, div.innerMR div.secCtnt { 
    float:                                none;
    width:                                 800px;
}
img.homeMainImg {
    margin:                             10px 10px 5px 0px; 
}
div.innerTextCol {
    width:                                272px;
}
div.dottedDivider, div.dottedDivWithPad {
    background:                            #ccc;
}
/* image elements */
div.homeImg, div.smallImg, div.medImg, div.largeImg {
    background:                            #fff;
    border:                                none; /*1px solid #ccc;*/
}
div.smallImg img {
    width:                                192px;
}
div.medImg img {
    width:                                409px;
}
div.largeImg {
    width:                                578px;
    widt\h:                                568px;
    padding-bottom:                     5px;
    margin-bottom:                         10px;
}
div.largeImg img {
    width:                                568px;
}
/* search divs */
div.searchDiv {
    background:                            #fff;
    border:                                1px solid #ccc;
    padding:                            10px 0px;
}
div.searchCols {
    padding-bottom:                     10px; 
    margin-top:                         0px;
    border-top:                         0px;
}
div.searchDiv div.searchTop {
    display:                            none;
}
div.searchDiv div.searchTitle {
    width:                                170px;
    widt\h:                                150px;
}
div.searchDiv div.searchDesc {
    width:                                277px; 
    widt\h:                                257px; 
}
/* department divs */
div.deptDiv {
    background:                            none;
    padding-left:                        0px;
    padding-right:                        0px;
}
div.deptDiv div.deptTop, div.deptDiv div.floatRight {
    display:                            none;
}
div.webOnly {
    display:                            none!important;
}
.hide {
    display:                            block!important;
    border-bottom:                        1px solid #ccc;
    padding-bottom:                        10px;
}
img.printOnly {
    display:                            block!important;
}