
/* -- Global Styles -- */
/* ------------------- */
* { margin:0; padding:0; }

html, body { height:100%; }

/* hack for Flash 1px left bug in FireFox 3.6 */
html>/**/body, x:-moz-any-link, x:default { position:relative; left:-0.1px; }

body {
	font: 78%/1.5 Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(/images_gl/back_default.jpg) center top repeat-x #757575;
}

#backImg {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.backPNG {
	behavior: url(/common_gl/iepngfix.htc);
}
#aboveBackImg {
	position: absolute;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(/images_gl/back_menu_stripe.gif) center top repeat-x;
	overflow: hidden;
}
#aboveBackImg .inner {
	margin: 0 auto;
	width: 950px;
	background-color: #FFF;
	height: 100%;
	margin-top: 14px;
}

#wrapper {
	position:relative; /* needed for footer positioning*/
	
	width:950px;
	margin:0 auto;
	z-index: 3;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/

	min-height:100%; /* real browsers */
}

a { color: #000; }
a:active { }
a:hover { text-decoration: none; }
a:visited { }

a img{ border:none; }
img { border:none; }

/* .flashContent div, .msg { padding: 12px; } */
.msg { padding: 12px; }
.flashContent { }

#header {
	padding-top: 14px;
	height: 110px;
	width: 950px;
	background:url(/images_gl/header_back.gif) transparent 0px 14px no-repeat;
	z-index: 60;
}
#headerInner {
	position: absolute;
	left: 0;
	width: 950px;
	height: 110px;
	z-index: 60;
}
#headerInner .homeLink {
	display: block;
	position: absolute;
	height: 110px;
	width: 210px;
	text-indent: -3000px;
	overflow: hidden;
}


#headerInner .topLinks {
	position: absolute;
	right: 0;
	padding: 3px 8px;
	background-color: #f570b5;
	color: #ef1e8a;
	font-size: 10px;
}
#headerInner .topLinks .sep {
	padding: 0 4px;
}
#headerInner .topLinks a {
	color: #ef1e8a;
	text-decoration: none;
}
#headerInner .topLinks a:hover {
	color: #000;
}


#headerInner #searchForm {
	position: absolute;
	right: 25px;
	top: 11px;
}
#headerInner #searchForm div {
	float: right;
}
#headerInner #searchForm #searchField {
	float: left;
	width: 160px;
	padding: 4px 2px 5px 2px;
	font-size: 12px;
	background: #FFF;
	border: 2px solid #c3c3c3;
}
#headerInner #searchForm div:hover #searchField, #headerInner #searchForm #searchField:active, #headerInner #searchForm #searchField:hover {
	border: 2px solid #000;
}
#headerInner #searchForm button {
	background: url(/images_gl/search_icon.gif) no-repeat;
	border: 0;
	width: 27px; height: 23px;
	float: left;
	text-indent: 0;
	overflow:hidden;
	margin: 2px 0 0 3px;
	cursor: pointer;
	text-transform: uppercase;
	text-indent: -330em;
	padding: 2px 6px 2px 6px;
	font-size: 11px;
	line-height: 14px;
}
#headerInner #searchForm div:hover button, #headerInner #searchForm button:hover {
	background-position: 0 -23px;
}




#content { 
	width: 950px;
	padding: 0 0 56px 0;
	z-index: 40;
	background: #FFF;
}

#footer {
	position:absolute;
	width:100%;
	bottom:0;
	background: #f1f1f1 url(/images_gl/footer_back.gif) right top no-repeat;
	height: 54px;
}

#footerInner {
	width: 920px;
	padding: 10px 15px;
	height: 31px;
}
#footerLogos {
	width: 367px;
	height: 31px;
	display: block;
	float: right;
}
#footerInner .regionFlag {
	width: 39px;
	height: 31px;
	display: block;
	float: left;
	background:url(/images_gl/footer_flag_au.gif);
}
#footerInner table {
	float: left;
}
#footerInner table td {
	height: 31px;
	vertical-align: bottom;
}
#footerInner .regionSel {
	padding: 0 24px 0 4px;
}
#footerInner table a, #footerInner table span {
	color: #000;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
}
#footerInner table .siteLinks a {
	color: #999;
}
#footerInner table span {
	color: #999;
}
#footerInner .sep {
	margin: 0 4px;
}
#footerInner table a:hover {
	color: #000;
}
#footerInner .regionSel .secText {
	color: #999;
}
#footerInner .regionSel a:hover .secText {
	color: #000;
}


#siteLinks {
	position: fixed;
	top: 110px;
	left: 0;
	width: 40px;
}
#siteLinks .top, #siteLinks .btm {
	font-size: 0;
	height: 4px;
	width: 40px;
	background: url(/images_gl/site_links_top_btm.png);
	behavior: url(/common_gl/iepngfix.htc);
}
#siteLinks .btm {
	background-position: 0 -4px;
}
#siteLinks a {
	display: block;
	width: 40px;
	height: 33px;
	padding: 0 0 1px 0;
	text-indent: -300em;
	overflow: hidden;
	background: url(/images_gl/site_links_btns.jpg);
}
#siteLinks a.contact {
	background-position: 0px 0px;
}
#siteLinks a.contact:hover {
	background-position: -40px 0px;
}
#siteLinks a.facebook {
	background-position: 0px -33px;
}
#siteLinks a.facebook:hover {
	background-position: -40px -33px;
}
#siteLinks a.twitter {
	background-position: 0px -66px;
}
#siteLinks a.twitter:hover {
	background-position: -40px -66px;
}
#siteLinks a.youTube {
	background-position: 0px -99px;
}
#siteLinks a.youTube:hover {
	background-position: -40px -99px;
}
#siteLinks a.mySpace {
	background-position: 0px -132px;
}
#siteLinks a.mySpace:hover {
	background-position: -40px -132px;
}
#siteLinks a.vimeo {
	background-position: 0px -165px;
}
#siteLinks a.vimeo:hover {
	background-position: -40px -165px;
}
#siteLinks a.rss {
	background-position: 0px -198px;
}
#siteLinks a.rss:hover {
	background-position: -40px -198px;
}
#siteLinks a.flickr {
	background-position: 0px -231px;
}
#siteLinks a.flickr:hover {
	background-position: -40px -231px;
}

#mainBanner { background: #FFF; }
#mainBanner, #mainBanner .banner { height: 380px; }

#smMainPanel {
	float: left;
	display: inline;
	padding: 9px 0 0 9px;
	width: 613px;
}
#lgSidePanel {
	float: left;
	display: inline;
	padding: 9px 0 0 9px;
	width: 308px;
}

#xlMainPanel {
	float: left;
	display: inline;
	margin: 9px 0 0 9px;
	width: 933px;
}

#lgMainPanel {
	float: left;
	display: inline;
	padding: 9px 0 0 9px;
	width: 712px;
}
#smSidePanel {
	float: left;
	display: inline;
	padding: 9px 0 0 7px;
	width: 214px;
}


td {
	margin:0px;
	padding:0px;
}

table {
	text-align:left;
	border:0px;
	padding:0px;
	border-collapse: collapse;
	border-spacing:0px;
}

.iconDigg, 
.iconFace,  
.iconMySp, 
.iconDeli, 
.iconPerm, 
.iconEmail {
	padding: 0 0 0 15px;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #666;
	font-size: 11px;
	text-decoration: none;
}

.iconDigg { background-image: url(/images_gl/icon_digg.gif); }
.iconFace { background-image: url(/images_gl/icon_facebook.gif); }
.iconMySp { background-image: url(/images_gl/icon_myspace.gif); }
.iconDeli { background-image: url(/images_gl/icon_delicious.gif); }
.iconPerm { background-image: url(/images_gl/icon_permalink.gif); }
.iconEmail { background-image: url(/images_gl/icon_email.gif); }


/* -- Accessibility -- */
/* ------------------- */
.hide{ display:none; }



#shareLinksGroup {
	position: absolute;
	margin: 0 0 8px 0;
	padding: 2px 4px 4px 0;
	border: 1px solid #ccc;
	background: #fff;
	z-index: 10000;
}
#shareLinksGroup .ltCol {
	float: left;
	margin: 0 0 0 6px;
}
#shareLinksGroup .rtCol {
	float: left;
	margin: 0 0 0 10px;
}




#potd {
	float: right;
	width: 256px;
}
#potd .heading {
}
#potd .heading a {
	padding: 6px 8px 6px;
	font-size: 14px;
	line-height: 16px;
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	display: block;
	text-decoration: none;
}
#potd .heading a:hover {
	color: #CCC;
}
#potd .item {
	border: 1px solid #cbcbcb;
	padding: 10px;
	width: 234px;
	height: 289px;
	position: relative;
}
#potd .item .inner {
	width: 234px; /* #potd.width - 12 */
}
#potd .item .inner a {
	display: block;
	text-align: center;
}
#potd .item .title {
	margin: 0 0 6px 0;
	position: absolute;
	bottom: 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	width: 208px;
}
#potd .item .title a {
	text-decoration: none;
}
#potd .item .rss {
	margin: 0 6px 6px 0;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -300em;
	overflow: hidden;
	background: url(/images_gl/icon_rss.gif);
}
#potd .item .MSlinks a.showOnRO {
	display: none;
}
#potd .item.sfhover .MSlinks a.showOnRO {
	display: block;
}
#potd .share {
	background: #000;
	font-size: 12px;
	line-heith: 14px;
	color: #CCC;
	float: right;
	padding: 0 6px 0 10px;
}



.MSlinks {
	width: 234px;
	text-align: right;
	position: absolute;
	z-index: 20;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 13px;
	color: #FFF;
}
.MSlinks .LK {
	font-size: 11px;
	line-height: 15px;
}
.MSlinks a {
	color: #FFF;
	text-decoration: none;
}
.MSlinks .MS, .MSlinks .LK {
	display: block;
	float: right;
	text-align: center;
	width: 40px;
	background: #000;
	overflow: hidden;
}
.MSlinks .MS {
	clear:both;
}
.MSlinks .LK {
	background: #eb037c;
}
.MSlinks .LK a {
	display: block;
	background: url(/images_gl/heart_white_on_pink.gif) no-repeat center 4px;
	padding-top: 18px;
}
.MSlinks .LK a:hover {
	display: block;
	background: url(/images_gl/heart_white_on_pink.gif) no-repeat center -43px;
	padding-top: 18px;
}
.MSlinks .LK .done {
	display: block;
	background: url(/images_gl/heart_white_on_pink.gif) no-repeat center 4px;
	padding-top: 18px;
}
.MSlinks span, .MSlinks a {
	padding: 3px 2px;
}
.MSlinks .icn {
	padding: 0;
}
.MSlinks a:hover {
	color: #CCC;
}
.MSlinks .LK a:hover {
	color: #000;
}

.MSlinks .MS a {
	font-weight: bold;
	letter-spacing: -1px;
}

.MSlinks a, .MSlinks span {
	display: block;
}
.MSlinks a span {
	display: inline;
}
.MSlinks a.showOnRO {
	display: none;
}
/*
.MSlinks .LK, .MSlinks .MS {
	visibility: hidden;
}
*/



#searchForm {
	padding: 4px;
	margin: 0 0 6px 0;
}
#lgSidePanel #searchForm {
	padding: 0;
	margin: 0 0 10px 0;
	width: 308px;
}
#searchForm .head {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 2px 0 4px 0;
}
#searchField {
	padding: 5px 5px 6px 5px;
	font-size: 12px;
	width: 225px;
	border: 1px solid #ccc;
	background: #fff url(/images_gl/field_back.gif);
}
#searchForm button {
	border: 0;
	display: block;
	float: left;
	text-indent: -300px;
	overflow: hidden;
	width: 67px;
	height: 29px;
	background: #666 url(/images_gl/button_search.gif);
	cursor: pointer;
}
#smSidePanel #searchForm {
	background: #fff;
}
#smSidePanel #searchField {
	width: 194px;
	margin: 0 0 2px 0;
}
#searchForm .options {
	float: left;
	padding: 6px 0 0 0;
	width: 130px;
}
#searchForm .options input {
	float: left;
	background: none;
}
#searchForm .options label {
	float: left;
	padding: 0 8px 0 3px;
	font-size: 11px;
	line-height: 13px;
	color: #fff;
}
#searchForm .options label.eI {
	padding: 0 0 0 3px;
}
#searchForm .belowField {
	width: 206px;
}
#smSidePanel #searchForm button {
	float: right;
}
#lgSidePanel #searchField {
	float: left;
	margin: 1px 3px 0 0;
}



#blogHilites {
	width: 308px;
	background-color: #fff;
	color: #000;
	font-size: 11px;
	line-height: 13px;
}
#blogHilites a {
	color: #000;
	text-decoration: none;
}
#blogHilites .headContain {
	background: url(/images_gl/blog_hilite_header_back.gif) #fff;
	padding: 8px 6px 8px 8px;
	width: 294px;
}
#blogHilites .contain {
	background: url(/images_gl/blog_hilite_back.jpg);
	padding: 8px 0 0 0;
	width: 308px;
}
#blogHilites .headContain .head {
	font-size: 15px;
	line-height: 14px;
	float: left;
	padding: 4px 0;
	color: #999;
}
#blogHilites .headContain .subHead {
	font-size: 12px;
	color: #999;
}
#blogHilites .headContain .bblogo {
	float: right;
	display: block;
	width: 31px; height: 22px;
	background: url(/images_gl/blog_hilite_bblogo.png);
	behavior: url(/common_gl/iepngfix.htc);
}

#blogHilites .blogHilite, #blogHilites .blogFtHilite {
	border-bottom: 1px solid #e8e8e8;
	width: 292px;
	padding: 0 2px 6px 2px;
}

#blogHilites .blogFtHilite {
	margin: 0 0 0 6px;
}

#blogHilites .blogHilite {
	margin: 6px 0 0 6px;
}

#blogHilites .blogFtHilite .keyImg {
	display: block;
	width: 292px;
	height: 84px;
	padding: 0 0 2px 0;
}
#blogHilites .blogFtHilite img {
	width: 292px;
	height: 84px;
}
#blogHilites .blogFtHilite .date {
	color: #999;
}
#blogHilites .blogFtHilite .head {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
#blogHilites .blogFtHilite .head a {
	color: #ef3f9a;
}
#blogHilites .blogFtHilite .head a:hover {
	color: #666;
}
#blogHilites .blogFtHilite .content {
	font-size: 11px;
	line-height: 13px;
}

#blogHilites .blogHilite .date {
	vertical-align: top;
	white-space: nowrap;
}
#blogHilites .blogHilite .head {
	vertical-align: top;
}
#blogHilites .blogHilite .head a {
	height: 14px;
	display: block;
	overflow: hidden;
}
#blogHilites .blogHilite .head a:hover {
	color: #666;
}

#blogHilites a.blogBtn {
	display: block;
	cursor: pointer;
}
#blogHilites a.blogBtn div {
	behavior: url(/common_gl/iepngfix.htc);
	font-size: 0; line-height: 0;
	height: 10px;
	width: 308px;
}
#blogHilites a.blogBtn .top {
	background: url(/images_gl/blog_hilite_btn_top.png);
}
#blogHilites a.blogBtn .mid {
	color: #fff;
	font-size: 12px; line-height: 14px;
	text-align: center;
	height: auto;
	background: url(/images_gl/blog_hilite_btn_mid.png);
	padding: 6px 0;
}
#blogHilites a.blogBtn:hover .mid {
	color: #ccc;
}
#blogHilites a.blogBtn .btm {
	background: url(/images_gl/blog_hilite_btn_btm.png);
}




#shareLinksGroup {
	position: absolute;
	margin: 0 0 8px 0;
	padding: 2px 4px 4px 0;
	border: 1px solid #ccc;
	background: #fff;
	z-index: 10000;
}
#shareLinksGroup .ltCol {
	float: left;
	margin: 0 0 0 6px;
}
#shareLinksGroup .rtCol {
	float: left;
	margin: 0 0 0 10px;
}





.subHead, .mainHead {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.mainHead { text-transform:uppercase; }

.alert {
	color: #FFCC00;
}

.stdContent .date {
	font-size: 9px;
	padding: 0;
	margin: 0;
	color: #999999;
}

.stdContent {
	color: #fff;
	font-size: 12px;
	width: 600px;
	padding: 20px;
}
.stdContent ul {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	list-style-type: disc;
	padding-bottom: 12px;
}
.stdContent li {
	margin: 0;
	padding: 0;
	padding-left: -2px;
	padding-bottom: 0px;
	list-style-type: disc;
}
.stdContent p {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	line-height: 16px;
}
.stdContent a {
	color: #ccc;
	text-decoration: underline;
}
.stdContent a:hover {
	color: #fff;
}




form {
	margin: 0;
	padding: 0;
}

textarea, input {
	color:#000000;
	background-color:#FFFFFF;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	padding: 2px;
}

select, input
{
	font-size: 11px;
}

.smlBtn {
	font-weight: bold;
	background-color: #CCCCCC; 
	cursor:hand; 
	color:#000000;
	padding: 4px 8px;
	text-transform: uppercase;
	border: 1px solid #666;
}

label {
	display:block;
	padding: 2px 0 1px 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0 12px 6px 0;
	float: left;
}
.formBlock {
}

.formGroup {
	background-color: #333333;
	padding: 6px 0 6px 8px;
	margin: 0 0 10px 0;
}









.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.cF:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.cF {display: inline-table;}

/* Hides from IE-mac \*/
* html .cF {height: 1%;}
.cF {display: block;}
/* End hide from IE-mac */

