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

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(https://www.weather.com.au/images/page_bg.gif) repeat-x left top;
}

body, a {
	color: #444;
}

img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	padding: 1px;
}

.si {
	width: 30px;
	height: 30px;
}

.li {
	width: 50px;
	height: 50px;
}

#outer {
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background: #FFF url(https://www.weather.com.au/images/shadow_left.gif) no-repeat left top;
}

#inner {
	padding-top: 3px;
	padding-left: 9px;
	padding-right: 9px;
	background: url(https://www.weather.com.au/images/shadow_right.gif) no-repeat right top;
}

#header {
	height: 80px;
	position: relative;
	background: #0872C0 url(https://www.weather.com.au/images/header/01.jpg) no-repeat right;
}

#logo {
	position: absolute;
	width: 275px;
	height: 50px;
	left: 0px;
	bottom: 0px;
	background: url(https://www.weather.com.au/images/header_bl.gif) no-repeat left bottom;
}

#logo img {
	float: right;
}

#comingSoon {
	position: absolute;
	top: 10px;
	right: 7px;
	display: block;
	width: 205px;
	height: 51px;
	background: url(https://www.weather.com.au/images/header/coming_soon.png) no-repeat;
	text-indent: -5000px;
}

#inviteForm {
	border: 1px solid #CCC;
	padding: 10px;
}

#body {
	margin-right: 3px;
	margin-left: 3px;
}

#main {
	float: left;
	width: 570px;
}

#breadcrumbs {
	margin-top: 2px;
	margin-bottom: 15px;
}

#breadcrumbs, #breadcrumbs a {
	font-size: 10px;
	color: #0872C0;
}

#nav {
	float: left;
	width: 125px;
	background: #E8EEFF url(https://www.weather.com.au/images/nav_top.gif) no-repeat left top;
}

#navInner {
	padding: 5px;
	background: url(https://www.weather.com.au/images/nav_bottom.gif) no-repeat left bottom;
}

#au {
	background: url(https://www.weather.com.au/images/au.gif);
	width: 115px;
	height: 103px;
	position: relative;
}

#au a {
	display: block;
	position: absolute;
}

#au #qld {
	width: 40px;
	height: 55px;
	top: 0px;
	left: 75px;
}

#au #qld:hover {
	background: url(https://www.weather.com.au/images/au.gif) no-repeat 0px -103px;
}

#au #nsw {
	width: 35px;
	height: 30px;
	top: 53px;
	left: 79px;
}

#au #nsw:hover {
	background: url(https://www.weather.com.au/images/au.gif) no-repeat -40px -103px;
}

#au #vic {
	width: 22px;
	height: 16px;
	top: 72px;
	left: 79px;
}

#au #vic:hover {
	background: url(https://www.weather.com.au/images/au.gif) no-repeat -76px -103px;
}

#au #tas {
	width: 10px;
	height: 11px;
	top: 92px;
	left: 86px;
}
#au #tas:hover {
	background: url(https://www.weather.com.au/images/au.gif) no-repeat -98px -103px;
}

#au #sa {
	width: 33px;
	height: 34px;
	top: 49px;
	left: 45px;
}

#au #sa:hover {
	background: url(https://www.weather.com.au/images/au.gif) no-repeat 0px -158px;
}

#au #wa {
	width: 44px;
	height: 71px;
	top: 8px;
	left: 0px;
}

#au #wa:hover {
	background: url(https://www.weather.com.au/images/au.gif) no-repeat -71px -119px;
}

#au #nt {
	width: 29px;
	height: 48px;
	top: 0px;
	left: 45px;
}

#au #nt:hover {
	background: url(https://www.weather.com.au/images/au.gif) no-repeat -40px -133px;
}

#world {
	margin-top: 10px;
	width: 115px;
	height: 75px;
	background: url(https://www.weather.com.au/images/world.gif);
}

#world a {
	display: block;
	width: 115px;
	height: 75px;
}

#world a:hover {
	background: url(https://www.weather.com.au/images/world.gif) no-repeat 0px -75px;
}

#mapThumb {
	margin-top: 15px;
	width: 115px;
	height: 83px;
	background: url(https://www.weather.com.au/data/synsat/australia_115.jpeg);
}

#mapThumb a {
	display: block;
	width: 115px;
	height: 83px;
}

.navMenu {
	margin-top: 5px;
	font-size: 11px;
	list-style-type: none;
	overflow: hidden;
}

.navMenu li {
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #D2DEFF;
	overflow: hidden;
}

.navMenu li.first {
	border-top: 1px solid #D2DEFF;
}

.navMenu a {
	color: #054F85;
	text-decoration: none;
	white-space: nowrap;
}

.navMenu a:hover {
	text-decoration: underline;
}

#content {
	float: right;
	width: 430px;
}

#heading {
	height: 22px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DDD;
}

#heading h1 {
	float: left;
	color: #F96611;
	font-size: 18px;
	font-weight: normal;
}

#heading #rssIcon {
	float: right;
	margin-top: 7px;
}

#content h2 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}

#content p {
	margin-top: 15px;
	margin-bottom: 15px;
}

#content ul {
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: square inside;
}

#content ul.terms {
	padding-left: 2em;
	list-style: outside;
}

#summary {
  width: 100%;
	border-collapse: collapse;
}

#summary th {
	color: #0872C0;
	font-weight: normal;
}

#summary .day {
	text-align: left;
}

#summary .city {
	width: 25%;
	padding-left: 3px;
}

#summary .city a {
	color: #F96611;
}

#summary .icon {
	width: 10%;
	text-align: center;
}

#summary .forecast {
	width: 45%;
}

#summary .min, #summary .max  {
	width: 10%;
	text-align: right;
}

#summary .max {
	padding-right: 3px;
}

#summary td.min, #summary td.max {
	color: #F96611;
}

#summary th, #summary td {
	border-bottom: 1px solid #DDD;
}

#summary td {
	height: 32px;
	background: url(https://www.weather.com.au/images/row_bg.gif) repeat-x left top;
}

#summary tr.adRow td {
	background: none;
	border-top: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
	height: 38px;
}

#summary tr.adRow td.city {
	border-left: 2px solid #DDD;
	background: url(https://www.weather.com.au/images/ads/ad.gif) no-repeat 3px 2px;
}

#summary tr.adRow td.max {
	border-right: 2px solid #DDD;
}

#locationContent {
	float: left;
	margin-top: 8px;
}

#extended {
  width: 100%;
  border-collapse: collapse;
}

#extended th {
	color: #0872C0;
	font-weight: normal;
}

#extended .day {
	width: 8%;
	color: #F96611;
	padding-left: 3px;
}

#extended .icon {
	width: 8%;
	text-align: center;
}

#extended .forecast {
	width: 36%;
}

#extended .wind {
	width: 12%;
	text-align: right;
}

#extended .rain {
	width: 12%;
	text-align: right;
}

#extended .humidity {
	width: 10%;
	text-align: right;
}

#extended .min {
	width: 7%;
	text-align: right;
}

#extended td.min {
	color: #F96611;
}

#extended .max {
	width: 7%;
	text-align: right;
	padding-right: 3px;
}

#extended td.max {
	color: #F96611;
}

#extended th, #extended td {
	border-bottom: 1px solid #DDD;
}

#extended td {
	height: 32px;
	background: url(https://www.weather.com.au/images/row_bg.gif) repeat-x left top;
}

.detailed {
  width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

.detailed.last {
	margin-bottom: 0px;
}

.detailed th {
	color: #0872C0;
	font-weight: normal;
}

.detailed .day {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.detailed .time {
	color: #F96611;
	width: 15%;
	padding-left: 3px;
}

.detailed .icon {
	width: 8%;
	text-align: center;
}

.detailed .forecast {
	width: 36%;
}

.detailed .wind {
	width: 12%;
	text-align: right;
}

.detailed .rain {
	width: 12%;
	text-align: right;
}

.detailed .humidity {
	width: 10%;
	text-align: right;
}

.detailed .temp {
	width: 7%;
	text-align: right;
	padding-right: 3px;
}

.detailed td.temp {
	color: #F96611;
}

.detailed th, .detailed td {
	border-bottom: 1px solid #DDD;
}

.detailed td {
	height: 32px;
	background: url(https://www.weather.com.au/images/row_bg.gif) repeat-x left top;
}

#currentIcon {
	float: right;
	width: 110px;
	border: 1px solid #DDD;
	text-align: center;
}

#currentIcon #temp {
	font-size: 24px;
	font-weight: bold;
	color: #0872C0;
	margin-top: 20px;
	margin-bottom: 20px;
}

#current {
	float: left;
	width: 310px;
	border-collapse: collapse;
}

#current .var {
	width: 75%;
	padding-left: 3px;
	color: #0872C0;
}

#current .val {
	width: 25%;
}

#current th, #current td {
	border-bottom: 1px solid #DDD;
}

#current td {
	height: 32px;
	background: url(https://www.weather.com.au/images/row_bg.gif) repeat-x left top;
}

#nodata {
	margin-top: 15px;
	height: 32px;
	border: 1px solid #DDD;
	background: url(https://www.weather.com.au/images/row_bg.gif) repeat-x left top;
	line-height: 32px;
	text-align: center;
}

.browseCol {
  width: 32%;
	float: left;
	margin-top: 10px;
}

.browseCol a {
	color: #0872C0;
	text-decoration: none;
}

.browseCol a:hover {
	text-decoration: underline;
}

ul.tabs li {
	display: inline;
	margin-right: 6px;
	list-style-type: none;
}

ul.tabs a {
	border: 1px solid #0872C0;
	padding: 5px;
	color: #0872C0;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

ul.tabs a:hover {
	background: #E3F1FB;
}

ul.tabs li.current a, ul.tabs li.current a:hover {
	color: #FFF;
	background-color: #0872C0;
}

ul.browseTabs li {
	margin-right: 3px;
}

.subTab {
	color: #0872C0;
}

.subTab a {
	color: #0872C0;
	font-size: 11px;
	text-decoration: none;
}

.subTab a.current {
	font-weight: bold;
}

.subTab a:hover {
	text-decoration: underline;
}

.subText, .subText a {
	font-size: 10px;
	font-weight: bold;
	color: #0872C0;
}

a.more {
	float: right;
	margin-top: 6px;
	border: 1px solid #0872C0;
	padding: 3px;
	color: 	#0872C0;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.more:hover {
	background: #E3F1FB;
	text-decoration: none;
}

a.next {
	float: left;
}

#quicklinks, #quicklinks a {
	color: #0C0;
	font-size: 11px;
	text-decoration: none;
	/*margin-bottom: 10px;*/
	height: 1em;
}

#quicklinks a {
	font-weight: bold;
}

#quicklinks a:hover {
	text-decoration: underline;
}

form {
	color: #0872C0;
}

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

label {
	display: block;
	float: left;
	width: 20%;
	font-weight: bold;
}

.formRow {
	padding-top: 3px;
	padding-bottom: 3px;
}

.captcha {
	width: 80%;
	float: left;
}

#worldForm {
	border: 1px solid #0872C0;
	padding: 5px;
	margin-bottom: 15px;
}

#worldForm select {
	width: 60%;
}

#error {
  border: 1px solid #F00;
  padding: 5px;
  color: #F00;
  margin-bottom: 10px;
}

#adSky {
	float: right;
	width: 160px;
	height: 600px;
}

#adIsland {
	float: left;
	width: 300px;
	height: 250px;
	margin-top: 15px;
}

#adSmallBanner {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 320px;
	height: 50px;
}

#footer {
	height: 2em;
	margin-top: 30px;
	border-top: 1px solid #CCC;
	font-size: 10px;
	color: #999;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#adText {
	margin-top: 15px;
	width: 300px;
	height: 250px;
	border: 0px;
	overflow: hidden;
}

body#adTextFrame {
	font: 11px Arial, Helvetica, sans-serif;
	background: none;
	color: #444;
}

#adTextFrame h2 a {
	font: bold 11px Verdana, Helvetica, sans-serif;
	color: #0872C0;
}

#adTextFrame p a {
	text-decoration: none;
}

#adTextFrame a.url {
	color: #F96611;
}

#adTextFrame .adTextUnit {
	margin-bottom: .8em;
}
