/*
** Layout styles
*/

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	text-align: center;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #424242 url(../images/design/bg.jpg) bottom left fixed no-repeat;
}

a:link, a:visited {
	text-decoration: underline;
	color: #fff;
}

img {
	border: 0px;
}

h1, h2, h3 {
	font-weight: bold;
	color: #d7dc00;
}

h1, h2 {
	margin: 0px 0px 12px 0px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	margin: 6px 0px;
	text-transform: uppercase;
	font-size: 12px;
}

ul {
	margin: 6px 0px;
	padding: 0px;
}

li {
	margin: 2px 0px 2px 17px;
	list-style-type: none;
	list-style-image: url(../images/design/bullet.gif);
}

table {
	width: 100%;
}

table td {
	padding: 10px 0px;
}

#background {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 311px;
	background: url(../images/design/bg-shade.png) top left repeat-x;
}

#container {
	position: relative;
	z-index: 2;
	width: 960px;
	margin: 0px auto;
	text-align: left;
}

.contentYellow {
	font-weight: bold;
	color: #d7dc00;
}

.contentGrey {
	text-transform: uppercase;
	font-size: 10px;
	color: #aaa;
}

.contentSpacer {
	clear: both;
	height: 10px;
}

/*
** Header styles
*/

#GCMGLogo, #GCMGTitleIE {
	float: left;
}

#GCMGLogo {
	margin-right: 20px;
}

#GCMGTitleIE {
	width: 282px;
	height: 52px;
	margin-top: 64px;
}

/*
** Main navigation styles
*/

#navigation {
	position: relative;
	top: -116px;
	float: right;
	clear: left;
	padding-top: 17px;
}

#navigation a {
	display: block;
	float: left;
	margin-left: 32px;
	padding-right: 5px;
}

#navigation a:link, #navigation a:visited {
	padding-bottom: 6px;
	text-decoration: none;
	font-weight: bold;
}
#navigation a.navigationSelect:link, #navigation a.navigationSelect:visited, #navigation a:hover {
	padding-bottom: 3px;
	border-bottom: solid 3px #d7dc00;
}

/*
** Newsreel styles
*/

#newsreel {
	position: relative;
	top: -18px;
	clear: both;
	height: 34px;
	padding: 6px 0px;
	border-style: solid;
	border-width: 1px 0px;
	border-color: #5b5b5b;
}

#newsreelTitle, #newsreelContent {
	float: left;
	height: 14px;
	padding: 10px;
}

#newsreelTitle {
	width: 68px;
	background-color: #000;
}

#newsreelContent {
	position: relative;
	width: 852px;
	overflow: hidden;
}

#newsreelItem {
	position: absolute;
	top: 10px;
	left: 10px;
	white-space: nowrap;
}

#newsreelItem span {
	margin-right: 10px;
}

.newsreelDate {
	margin-right: 0px !important;
	color: #adadad;
}

/*
** Content styles
*/

#content {
	margin-top: 17px;
}

#content p {
	line-height: 1.5;
}

#copy {
	float: left;
	width: 688px;
	min-height: 750px;
	background: #000 url(../images/design/content.gif) top left repeat-y;
}

#contentLeft, #contentRight {
	float: left;
	padding: 16px;
}

#contentLeft {
	width: 411px;
	margin-right: 3px;
}

#contentRight {
	width: 210px;
}

#contentRight img {
	border: solid 1px #fff;
}

#contentRight a:link, #contentRight a:visited {
	color: #d7dc00;
}

/*
** Sidebar styles
*/

#sidebar {
	float: right;
	width: 249px;
	height: 300px;
}

#sideContent {
	padding: 18px;
	background: #000;
}

#sideContentTitle, #sideContentSub {
	color: #84d512;
}

#sideContentTitle {
	font-size: 16px;
}

#sideContentSub {
	font-size: 14px;
}

#sideLinks a {
	display: block;
	margin: 10px 0px;
	padding: 13px;
	font-size: 14px;
	font-weight: bold;
	background-color: #000;
	border-left-style: solid;
	border-left-color: #d7dc00;
}

#sideLinks a.telstra {
	background-color: #00349a;
	background-image: url(../images/content/home/Telstra-Logo-Small.jpg);
	background-repeat: no-repeat;
}

#sideLinks a:link, #sideLinks a:visited {
	padding-left: 13px;
	border-left-width: 5px;
	text-decoration: none;
}
#sideLinks a:hover {
	padding-left: 8px;
	border-left-width: 10px;
}

#sideLinks a.telstra:link, #sideLinks a.telstra:visited {
	padding-left: 99px;
	background-position: 5px center;
}
#sideLinks a.telstra:hover {
	padding-left: 94px;
	background-position: 0px center;
}

/*
** Footer styles
*/

#footer {
	border-bottom: solid 8px #d7dc00;
}

.sponsorsArea {
	float: left;
	width: 469px;
	height: 137px;
}

.sponsorsTitle {
	float: left;
	height: 11px;
	padding: 7px;
	background-color: #424242;
}

.sponsorsContent {
	clear: left;
}

.sponsorsLogo {
	position: relative;
	overflow: hidden;
	float: left;
	width: 230px;
	height: 112px;
	background-color: #000;
}

.sponsorsLogo * {
	position: absolute;
	top: 0px;
	left: 0px;
}

#copyright {
	margin-top: 6px;
	padding-bottom: 20px;
	text-align: right;
	font-size: 10px;
	color: #adadad;
}

#copyright a:link, #copyright a:visited {
	color: #adadad;
}
#copyright a:hover {
	color: #ddd;
}
.nominees strong{
	color:#84D512;
}