﻿/**************************************************************************
** $Id: print.css,v 1.4 2006/10/16 08:15:47 helenf Exp $
**
** Copyright (c) 2000-2005 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:
**
**************************************************************************/
div#globalWrap {
    width:                                616px;
    padding-top:                        10px;
}
div#utilityBar, div#mainNav, img.viewOnly, div#footer, div.leftCtnt, div.midCtnt div.spotLContainer {
    display:                            none;
}
div.midCtnt {
    width:                                432px;
    margin-left:                        0px!important;
}
div.featFullImage, div.featFullImage img {
    width:                                432px;
}
div.subjectLHS, div.subjectRHS {
    width:                                212px;
}
div.faqLHS, div.faqRHS {
    width:                                298px;
}
div.homeText, div.homeNoBGText {
    background:                            none;
    padding-left:                        0px;
}
div.previewOnly {
    display:                            none;
}
div.spotlightBox h2 {
    background:                            #fff!important;
    border:                                1px solid #999;
    color:                                #000!important;
}
div.spotlightBox div.lineDivider {
    background:                            none;
    border-top:                            1px solid #999;
}
div.dottedDivider {
    background:                            none;
    border-top:                            1px solid #999;
}
/* print version of spotlight box */
div.spotlightBox {
    color:                                #000;
}
div.spotlightBox div.slCtnt {
    border-left:                        1px solid #999;
    border-right:                        1px solid #999;
    border-bottom:                        1px solid #999;
    width:                                auto!important;
}
div.spotlightBox div.slFoot {
    background:                            #fff;
}
/* end: print version of spotlight box */
th {
    background:                            #fff;
    font-weight:                        bold;
}
table, th, td {
    border-color:                        #999;
}
div#globalWrap h1, div#globalWrap h2 {
    color:                                #000;
}
h1 a {
    display:                            none!important;
}
div.backToTop {
    visibility:                            hidden!important;
}
/* lists */
ul, ol {
    padding:                            0 0 0 15px;
    margin:                                0;
}
li {
    padding-left:                        0px!important;
}
ul.bulletList li, ul.arrowList li, ul.sqreList li {
    list-style:                            disc; 
    background:                            none!important;
}
ul.sqreList li.dotDivider { 
    list-style:                            none; 
}
