/*	
================================
CSS by the XD Design team - http://www.xd.com.au
================================
*/

/* background color for the content part of the pages */
body
{
    margin-top: 1px;
    /*background-color:#000; */
}
.pagemaster
{
    height: 100%;
    background-color: #000;
}
.master
{
    background-color: #000;
}
/* Control Panel Colors */
.controlpanel
{
    background: #EAEAEA;
}

/* --  Classes for the top of the montage & to allow everything to line up nicely when not logged in  -- */
/* -- Start classes for Site Montage --*/
.siteheadertab
{
    background: url(pix/PortalSiteBanner.jpg) no-repeat;
    width: 930px;
    height: 120px;
}
.montage01
{
    background: url(pix/montage01.jpg) no-repeat;
    width: 930px;
    height: 120px;
}
.montage02
{
    /*background: url(pix/back.png) no-repeat;*/
    background-position: right bottom;
    width: 930px;
    height: 120px;
    padding: 30px 0px 0px 35px;
}

/* -- End rest of site Montage --*/
.maintable
{

 border-right:solid 1px #fff;
  border-left:solid 1px #fff;
  border-bottom:solid 1px #fff;
  width:930px; 

}
.contTable
{
    background-color: #000; /*border: solid 1px #AE0905;*/
}
.menu01
{
    background: url(pix/menu_active.gif);
    width: 930px;
    height: 40px;
    padding-top: 8px;
 
}
.menu02
{
    background: url(pix/menu02.jpg) no-repeat;
    width: 930px;
    height: 30px;
    padding-top: 4px;
}

.panTop
{
    background-color: #fff;
}
.panetop
{
    padding: 6px;
}
.panetopintro
{
    width: 450px;
    margin-top: 4px;
    margin-left: 2px;
}
.paneleft
{
    width: 200px;
    padding: 6px;
}
.paneright
{
    width: 200px;
    padding: 6px;
}
.paneintro
{
    width: 459px;
    padding: 130px 0 6px 6px; /*height:130px;*/
}
.panetopintro
{
    padding: 6px 465px 6px 6px;
}

.intro
{
    width: 465px;
    height: 150px;
    padding: 125px 0 0 2px;
}
.logo
{
    height: 120px;
    padding: 0 0 0 0;
}


/* -- Change the main pictures here - l01  Left hand Image, r01 - Right Hand image -- */
.panTop
{
    height: 288px;
}

.intropane_l01
{
    background: url(pix/intropane_l01.jpg) no-repeat;
    width: 465px;
    height: 120px;
}
.intropane_r01
{
    background: url(pix/intropane_r01.jpg) no-repeat right;
    width: 465px;
    height: 120px;
}
.intropane_l02
{
    background: url(pix/intropane_l02.jpg) no-repeat;
    width: 465px;
    height: 120px;
}
.intropane_r02
{
    background: url(pix/intropane_r02.jpg) no-repeat right;
    width: 465px;
    height: 120px;
}

/* Generic Spacing for all Panes */
.panes
{
    padding: 6px;
    width: 25%;
}

.head
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}
.breadcrumbs
{
    color: #000000;
}
.block
{
    width: 13px;
}
.login
{
    color: #333333;
    font-family: Trebuchet MS, Tahoma, Verdana;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
}

.small
{
    color: #FFFFFF;
    font-family: Verdana, Trebuchet MS, Tahoma, Verdana;
    font-size: 9px;
    font-weight: normal;
    font-style: normal;
    height: 13px;
    padding-left: 1px;
    padding-right: 1px;
}
.smalld
{
    color: #fff;
    font-family: Verdana, Trebuchet MS, Tahoma, Verdana;
    font-size: 9px;
    font-weight: normal;
    font-style: normal;
    height: 13px;
    padding-left: 3px;
    padding-right: 3px;
}

.footer
{
    background-image: url(pix/FooterPane.jpg);
    height: 55px;
    background-repeat: repeat-x;
}
.footertext
{
    color: #FFFFFF;
    font-family: Trebuchet MS, Tahoma, Verdana;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
}
.MainMenu_MenuContainer TD
{
    background-color: transparent; ;/* height: 25px;*/padding-left:2px;padding-right:0px;padding-top:0px;padding-bottom:1px;}

.Normal
{
    font-family: Trebuchet MS, Tahoma, Verdana;
    font-size: 11px;
}

/* hyperlink style for the DarkBackground tabs */
a.small:link
{
    color: white;
    text-decoration: none;
}
a.small:hover
{
    color: white;
    text-decoration: none;
}
a.small:active
{
    color: white;
    text-decoration: none;
}
a.small:visited
{
    color: #fff;
    text-decoration: underline;
}
a.smalld:link
{
    color:#555555;
    text-decoration: none;
}
a.smalld:hover
{
    color: #fff;
    text-decoration: none;
}
a.smalld:active
{
    color: black;
    text-decoration: none;
}
a.smalld:visited
{
    color: #404040;
    text-decoration: underline;
}
.styleiconbackcolor
{
    background: transparent;
}
.popup
{
    background-color: #fff;
    border: 1px outset black;
    padding:5px;
    font-size:0.8em;  
    width:300px; 
}
