

/* Shell Structure
******************************************************/


body {
	background: url(../images/body_bg6.jpg) top left repeat-x;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.3em;
}


textarea, input{
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.3em;
}

#main_990{
	width: 990px;
	margin: 0 auto;
}

#headerSection{
	width: 991px;
	height: 220px;
	/*background: url(../images/header_bg3.jpg) no-repeat;*/
	background: url(../images/header_bg4.jpg) no-repeat;
	overflow: hidden;		/***travo: IE6 fix */
}


#bodySection{
	width: 971px;
	background: url(../images/content_bg.jpg) no-repeat;
	padding:0 10px 0 10px;
	position:relative;
}

* html #bodySection
{
    width:975px;
}


#footerSection{
	width: 100%;
	height: 192px;
	background: url(../images/footer_bg.jpg) top center no-repeat;
}




/* Sub-layer div within #bodySection
******************************************************/

#bodySection #navigationBar{
	width: 991px;
	height: 80px;
}


#bodySection #rightPanel{
	width: 230px;
	float: right;
}

* html #bodySection #rightPanel{
	position:relative;
	left:-10px;
}


#bodySection #contentSection{
	float: left;
	width: 735px;
}






/* Sub-sub-layer div within #bodySection
******************************************************/

#bodySection #contentSection #leftPanel{
	float: left;
	width: 235px;
}

#bodySection #contentSection #centerPanel{
	float: right;
	width: 480px;
	margin: 0px 10px;
}




/* Telstra Logo
******************************************************/

#headerSection .telstraConnected {
	width: 300px;
	height: 30px;
	position: absolute;
	top: 126px; /*48*/
	left: 25px; /*30*/
}/* ***travo 3/10/2007*/

/* Text Areas and Decorations for #headerSection
******************************************************/




#headerSection {
	position:relative;
}

#headerSection .mobiliseTheTeam {
	width: 400px;
	height: 50px;
	position: absolute;
	top: 85px;
	left: 50px;
	color: #FFFFFF;
	text-indent:-9999px;
}

/* Font-size set to zero to hide on screen but display when styles turned off */
#headerSection .mobiliseTheTeam h2 {
	font-size:0;
}

#headerSection .topMenu{
	width: 800px;
	height: 20px;
	position: absolute;
	top: 17px;
	left: 175px;
	text-align: right;
	font-size: 1.1em;	
}


#headerSection .topMenu li{
	display: inline;
	color:#fff;
}


#headerSection .topMenu li a:link, 
#headerSection .topMenu li a:visited{
	color: #fff;
	text-decoration: underline;
}


#headerSection .topMenu li a:hover{
	text-decoration: none;
}


#headerSection .topMenu strong{
	font-weight: bolder;
}


#headerSection .loginBox{
	width: 290px;
	height: 140px;
	position: absolute;
	top: 55px;
	left: 680px;
}

#headerSection .loginBox span.memberLogin
{
    margin-bottom:10px;
}

#headerSection .loginBox span 
{
    color:#ffffff;
    margin:0 5px 0 0;
    line-height:18px;
    font-size:13px;
}

#headerSection .loginBox span.subTitle a 
{
    font-size:12px;
}

#headerSection .loginBox table 
{
    margin:5px;
    margin-left:0;
}


#headerSection .loginBox .forgotPassword 
{
    float:left;
    margin-right:10px;
}


#headerSection .loginBox input.register, #headerSection .loginBox input.signIn
{
    position:absolute;
    top:5px;
    right:-5px;
}


#headerSection .loginBox .memberLogin{
	color: #ffa846;
	font-size: 15px;
	line-height:17px;
	font-weight:bold;
	display: block;
}

#headerSection .loginBox label{
	color: #FFFFFF;
	margin-right: 9px;
	font-size: 14px;
}

.loginBox .textinput{
	margin: 2px 0px;
	border: 0;
	color: #003f98; /*#999999;*/
	font-size: 11px;
	padding: 2px;
	width:195px;
}

#headerSection .loginBox p{
	margin: 5px 0px;
	color: #8babe6;
	font-size: 11px;
}


#headerSection .loginBox a:link, 
#headerSection .loginBox a:visited{
	color: #ffa846;
	text-decoration: underline;
	font-size:1.1em;
}


#headerSection .loginBox a:hover {
	text-decoration: none;
}


#headerSection .loginBox .loginMember {
	width: 200px;
	border-bottom: solid 1px #155ab7;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #ffffff;
}

#headerSection .loginBox .becomeMember 
{
    margin-top:10px;
}

* html #headerSection .loginBox .becomeMember 
{
    margin-bottom:0;
}

#headerSection .loginBox .loginBottom 
{
    position:relative;
    margin-top:10px;
}





/* Text Areas and Decorations for #footerSection
******************************************************/

ul.footerMenu {
	text-align: center;
	font-size: 1.1em;
	color: #598edb;
	height: 40px;
	position: relative;
	top:170px;
}

.footerMenu li{
	display: inline;
}

ul.footerMenu li a:link, 
ul.footerMenu li a:visited{
	text-decoration:underline;
	color: #003366;
}


ul.footerMenu li a:hover{
	text-decoration: none;
}


/* ------------------------------------ */

.footerLogo{
	margin-top: 155px;
	text-align: center;
	padding-bottom: 10px;
}


.headerLogo{
	margin-left: 10px;
	margin-top: 10px;
}

