/**
 * Elements
 */
body {
        margin: 0px;
        padding: 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px; /*x-small;*/
        color: #404040;

        background: #F1F5F6 url('/images/widgets/bg_body.gif') repeat-y 50% 0;
}

h1 {
        /** H1 is used for headings in blue bars, optionally along with div.more for a RHS link. **/
        font-size: 1.1em;
        font-weight: bold;
        /*text-transform: capitalize;*/
        padding: 0;
        margin: 0;
        float: left;
}

h2 {
        /** H2 is used to mirror H1 in appearence while allowing SEO-firendly semantics. **/
        font-size: 1.1em;
        font-weight: bold;
        /*text-transform: capitalize;*/
        padding: 0;
        margin: 0;
        float: left;
}

h3 {
        font-size: 1.3em;
        font-weight: normal;
        padding: 0;
        margin: 0px 0px 5px 0px;
        /*vertical-align: middle;*/
}

h4 {
        font-size: 1.2em;
        font-weight: bold;
        padding: 0;
        margin: 0px 0px 5px 0px;
}

img, .imgnoborder {
        border: 0;
}

form {
        padding: 0;
        margin: 0;
}

p {
		font-size: 12px;
        margin: 0px 0px 10px 0px;
        line-height: 1.6;
}

ul {
        margin: 10px 10px 10px 20px;
}

th {
        background-color: #B8DDF7;
        color: #333333;
        font-weight: normal;
}

th.hilight {
        background-color: #A8CDE7;
        font-weight: bold;
}

th A {
        color: #2161A6;
}

acronym {
        border-bottom: 1px dashed;
        cursor: help;
}

a {
        color: #2161A6;
        text-decoration: none;
}

a:hover {
        color: #2161A6;
        text-decoration: underline;
}

a:visited {
		color: #2161A6;
}

a:visited:hover {
		color: #2161A6;
        text-decoration: underline;
}

small {
        font-size: 0.9em;
}


/**
 * Element specific classes
 */
div#system_message {
        clear: both;
        margin-bottom: 3px;
        color: gray;
}

div#user_message {
        clear: both;
        padding: 6px 3px 8px 30px;
        margin-bottom: 3px;
        font-style: italic;
        background-image: url('/images/widgets/info.png');
        background-position: 0 2px;
        background-repeat: no-repeat;
        border: 1px dashed silver;
}

div#page_info {
        clear: both;
        padding: 6px 3px 8px 30px;
        margin-bottom: 3px;
        background-image: url('/images/widgets/info.png');
        background-position: 0 2px;
        background-repeat: no-repeat;
        border: 1px dashed silver;
}

div#page_info_silver, div#page_info_member {
	    clear: both;
	    margin-bottom: 3px;
	    padding: 22px 10px 22px 114px;
        background-position: top center;
        background-repeat: no-repeat;
        color: white;
        font-weight: bold;
        cursor: pointer;
        
}

div#page_info_silver {
		background-image: url('/images/widgets/info_silver_bright_660x120.gif');
}

div#page_info_member {
		background-image: url('/images/widgets/info_member_bright_660x120.gif');
}

div#page_info_silver a, div#page_info_member a {
		color: white;
}

div#page_error {
        clear: both;
        padding: 6px 3px 8px 30px;
        margin-bottom: 3px;
        background-image: url('/images/widgets/error.png');
        background-position: 0 2px;
        background-repeat: no-repeat;
        border: 1px dashed silver;
}

div.info_inpage {
        padding: 3px 3px 3px 14px;
        background-image: url('/images/widgets/info_inpage.gif');
        background-repeat: no-repeat;
        background-position: -3px -1px;
        color: #333333;
        font-size: xx-small;
        line-height: 1.2;
}

div#seo {
	display: none;
	color: white;
}

div.clear {
	clear: both;
	height: 0;
	margin: 0;
	line-height: 0;
	font-size: 0;
}

div.spacer_v1 {
        /** 1px vertical space. **/
        clear: both;
        padding: 1px 0px 0px 0px;
        margin: 0;
        font-size: 0;
}

div.spacer_v5 {
        /** 5px vertical space. **/
        clear: both;
        padding: 5px 0px 0px 0px;
        margin: 0;
        font-size: 0;
}

div.spacer_v10 {
        /** 10px vertical space. **/
        clear: both;
        padding: 10px 0px 0px 0px;
        margin: 0;
        font-size: 0;
}

div.spacer_v20 {
        /** 20px vertical space. **/
        clear: both;
        padding: 20px 0px 0px 0px;
        margin: 0;
        font-size: 0;
}

div.grey_v1 {
        /** 1px vertical grey line. **/
        background-color: #B8DDF7;
        clear: both;
        padding: 1px 0px 0px 0px;
        margin: 0;
        font-size: 0;
}

div.round_top_rhs {
        /** Used beside H1 with a 'more' link etc. **/
        float: left;
        text-align: right;
}

div.news {
}

h3.news {
		border-bottom: 1px solid #B8DDF7;
		margin: 0.8em 0.8em 0.8em 0;
}

div.news img.img {
        margin: 2px 5px 10px 0px;
        border: 1px solid black;
}

div.round_top {
        /** Rounded top appearence. **/
        color: #FFFFFF;
        background-color: #556F8A;
        margin: 0;
        padding: 0;
}

div.round_top div.round_top_inner {
        padding: 3px 4px 0px 4px;
}

div.round_top, div.round_top_inner {
        display: block;
        float: left;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
div.round_top, div.round_top_inner {
        float: none;
}
/* End IE5-Mac hack */

div.round_top A {
        color: #FFFFFF;
        text-decoration: underline;
}

div.round_top A:hover {
        color: #B8DDF7;
}

div.round_top INPUT.text {
        font-size: 1em;
        border: 1px solid white;
        /*padding: 1px 1px 1px 1px;*/
        padding: 2px 2px 1px 2px;
        margin: 0;
}

div.round_top INPUT.submit {
        font-size: 1em;
        border: 1px solid white;
        background-color: #B8DDF7;
        color: #2161A6;
        padding: 0;
        margin: 2px 0px 0px 0px;

}

div INPUT.text, div.boxed_blue_yellow INPUT.text {
        font-size: 1em;
        border: 1px solid black;
        /*padding: 1px 1px 1px 1px;*/
        padding: 2px 2px 1px 2px;
        margin: 0;
}

div INPUT.submit, div button, div.boxed_blue_yellow INPUT.submit {
        font-size: 1em;
        border: 1px solid black;
        background-color: #B8DDF7;
        color: #2161A6;
        padding: 0;
        margin: 2px 0px 0px 0px;

}

div.cyan {
        background-color: #B8DDF7;
        color: #333333;
}

div.cyan A {
        color: #2161A6;
}

div.cyan_navbar {
        background-color: #E4F1FA;
        color: #333333;
        padding: 2px 5px 1px 5px;
        margin: 1px 0px 0px 0px;
}

div.cyan_navbar A {
        color: #2161A6;
}

div.cyan_navbar input.text, div.cyan_navbar input.text_ro {
        font-size: 1em;
        border: 1px solid #556F8A;
        padding: 2px 2px 1px 2px;
        margin: 0;
}

div.cyan_navbar INPUT.text_ro {
        background-color: #EEEEEE;
}

div.cyan_navbar INPUT.submit, div.map_control INPUT.submit, div.map_control button {
        font-size: 1em;
        border: 1px solid #556F8A;
        background-color: #C1E5FF;
        color: #2161A6;
        padding: 0;
        margin: 0;
}

div.yellow, ul.yellow, ol.yellow {
        background-color: #FEFBDE;
}

div.grey {
        background-color: #EEEEEE;
}

div.yellow_local {
        background-color: #FEFBDE;
        padding: 5px 5px 5px 5px;
        margin: 1px 0px 0px 0px;
}

div.yellow_local_wfloats {
        background-color: #FEFBDE;
        border-top: 1px solid white;
}

div.yellow_local_wfloats div.inner, div.yellow_local_wfloats div.innerp {
        float: left;
}

div.yellow_local_wfloats div.innerp {
        padding: 5px 0 4px 0;
}

div.boxed_blue {
        border: 1px solid #556F8A;
        padding: 10px 10px 10px 10px;
}

div.boxed_blue_nopad, div.boxed_blue_nopad_struc {
        border: 1px solid #556F8A;
        padding: 0;
}

div.boxed_blue_yellow {
        border: 1px solid #556F8A;
        padding: 10px 10px 10px 10px;
        background-color: #FEFBDE;
        color: #000000;
}

div.boxed_blue_cyan {
        border: 1px solid #556F8A;
        padding: 10px 10px 10px 10px;
        background-color: #B8DDF7;
        color: #000000;
}

div.boxed_blue_yellow a, div.boxed_blue_cyan a, ul.popup_box li.boxed_blue_yellow a {
        color: #000000;
        text-decoration: underline;
}

div.boxed_blue_yellow a:hover, div.boxed_blue_cyan a:hover, ul.popup_box li.boxed_blue_yellow a:hover {
        color: #990000;
}

div.boxed_blue h3, div.boxed_blue_nopad h3, div.boxed_blue_yellow h3, div.boxed_blue_cyan h3, ul.popup_box li.boxed_blue_yellow h3, div.boxed_blue_struc h3, div.boxed_blue_nopad_struc h3 {
        color: #333333;
}

div.boxed_blue h4, div.boxed_blue_nopad h4, div.boxed_blue_yellow h4, div.boxed_blue_cyan h4, ul.popup_box li.boxed_blue_yellow h4 {
        color: #000000;
}

div.boxed_info {
        padding: 3px 3px 3px 3px;
        border: 1px dashed silver;
}

div.breadcrumbtrail {
        color: black;
        margin: 0px 0px 3px 0px;
}

div.breadcrumbtrail A {
        color: black;
        text-decoration: underline;
}

div.map_control {
        background-color: #B8DDF7;
        background-image: url('/images/widgets/bg_gradient_map_control.gif');
        background-repeat: repeat-x;
        background-position: top left;
        color: #333333;
}

div.map_control div.inner {
        text-align: left;
        padding: 3px;
}

p.compact {
        line-height: 1.3;
        font-size: 11px;
}

ul.typ1 {
        list-style: none;
		margin-left: 0;
		padding-left: 1em;
        text-indent: -1em;
}

a.info {
        color: #2161A6;
        text-decoration: underline;
        font-weight: bold;
        font-style: italic;
        cursor: help;
}

acronym.noul {
        border: none;
        cursor: help;
}

ul.popup_box {
        position: relative;
        display: inline;
        margin: 0;
        padding: 0;
        list-style: none;
}

ul.popup_box li {
        margin: 0;
        padding: 0;

        position: absolute;
        top: -4px;
        left: -14px;

        z-index: 99;

        display: none;
        text-align: left;
        border: 2px solid #556F8A;
        padding: 10px 10px 10px 10px;
        background-color: #7777CC;
        color: #000000;
}

a.wxpan_sel {
        background: none;
        font-weight: bold;
}

a.wxpan_roll {
        background-color: #B8DDF7;
        font-weight: normal;
}

a.wxpan_norm {
        background: none;
        font-weight: normal;
}

a.map_reg_link {
        color: white;
        font-weight: bold;
        font-size: 10px;
        margin: 2px;
        white-space: nowrap;
        text-decoration: none;
}

a.map_reg_link:HOVER {
        color: white;
        text-decoration: underline;
}

span.map_reg_box {
        background-color: white;
        border: 1px solid black;
        font-size: 9px;
        font-weight: bold;
        white-space: nowrap;
}

tr.alt, td.alt, div.alt {
        background-color: #FEFBDE;
}

tr td.hilight {
		background-color: #EFEFEF;
}

tr.alt td.hilight {
        background-color: #EEEBCE;
}

.alt_bot {
		/*border-width: 1px;
		border-color:  #FEFBDE;*/
		border-bottom: 1px solid #B8DDF7;

}

h1 a, h2 a, h3 a, h4 a {
        text-decoration: none;
}

h1 a:VISITED, h2 a:VISITED, h3 a:VISITED, h4 a:VISITED {
	text-decoration: none;
}

h3 a {
        color: #2161A6;
}

h3 a:hover {
        color: #2161A6;
}

h3 a:visited {
		color: #2161A6;
}

h3 a:visited:hover {
		color: #2161A6;
}

h1 a:HOVER, h2 a:HOVER, h3 a:HOVER, h4 a:HOVER {
        text-decoration: underline;
}

div.inset {
	background-color: #EEEEEE;
	padding: 10px;
	border-right: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC; 
	border-left: 1px solid #E3E3E3; 
	border-top: 1px solid #E3E3E3; 
	color: #0060A9;
}

div.inset a {
	color: #0060A9;
}

div.inset a.noul {
	text-decoration: none;
}

div.inset a:hover {
	color: #990000;
	text-decoration: underline;
}

div.inset h3 {
	font-weight: bold;
}

div.inset ul {
	list-style:none;
	margin: 0;
	padding-left: 10px;
}

div.inset ul li {
	font-size: 1.1em;
	margin: 5px 0 0 10px;
	list-style: url('/images/widgets/bullet_inset.gif');
}

ul.helpcat {
	margin: 0;
	padding: 20px;
	font-size: 1.1em; 
	list-style: none;
}

ul.helpcat li {
	margin: 0 0 5px 15px;
	list-style: url('/images/widgets/bullet_inset.gif');
}

ul.optionlist {
	background-color: #B8DDF7;
	color: #333333;
	/*border-top: 1px solid white;*/
	margin: 1px 0 0 0;
	text-align: right;
	list-style: none;
	text-indent: 0;
	padding: 0;
}

ul.optionlist li {
	list-style: none;
	text-indent: 0;
	display: inline;
	padding: 0;
	line-height: 2;
	white-space: nowrap;
}

ul.optionlist li.label {
	font-weight: bold;
	float: left;
	margin: 0 5px 0 5px;
	color: #404040;
}

ul.optionlist li span {
	font-weight: bold;
	color: white;
	background: #11569B url('/images/widgets/optionlist_on.png') no-repeat;
	background-position: bottom center;
	padding: 4px 5px 4px 5px;
}

ul.optionlist li a {
	color: #11569B;
	text-decoration: none;
	padding: 4px 5px 4px 5px;
}

ul.optionlist li a:hover {
	color: white;
	background: #3176BB url('/images/widgets/optionlist_hover.png') no-repeat;
	background-position: bottom center;
}

ul.relatedlinks {
	float: left;
	width: 100%;
	background-color: #E4F1FA;
	margin: 1px 0 0 0;
	padding: 0 0 3px 0;
	list-style: none;
	text-indent: 0;
}

ul.relatedlinks li {
	list-style: none;
	text-indent: 0;
	padding: 0;
	margin: 3px 0 0 3px;
	float: left;
	width: 9.2em;
	white-space: nowrap;
}

ul.relatedlinks li.compact {
	/* fit to text */
	width: auto;
}

ul.relatedlinks li span {
	font-weight: bold;
	color: #333333;
	padding: 0.4em 0.5em 0.4em 0.5em;
	display: block;
}

ul.relatedlinks li a {
	/*font-size: 1.1em;*/
	font-weight: bold;
	color: #11569B;
	background: #B8DDF7 url('/images/widgets/graphics/bg_relatedlinks_2x18.gif') repeat-x 0 0;
	text-decoration: none;
	padding: 0.4em 0.5em 0.4em 0.5em;
	display: block;
	border: 1px solid #3176BB;
	text-align: center;
}

ul.relatedlinks li a:hover, ul.relatedlinks li a:visited:hover {
	color: white;
	background: #3176BB;
	text-decoration: none;
}

/**
 * Generic classes
 */

.text_blue, .text_blue a {
        color: #333333;
}

.text_red {
        color: #990000;
}

.text_tempmax, .text_tempdb {
        color: #AA0000;
}

.text_tempmin, .text_tempdp {
        color: #0000AA;
}

.text_wind, .text_rain {
        color: #005500;
}

.text_greyed {
        color: #AAAAAA;
}

.text_uc {
        text-transform: uppercase;
}

.cell_record {
        background-color: #FFFF00;
}

.cell_cool {
        background-color: #DDDDFF;
}

.cell_warm {
        background-color: #FFDDDD;
}

.cell_cool_anom {
        color: #0000FF;
}

.cell_warm_anom {
		color: #FF0000;
}

.cell_wet {
        background-color: #DDFFDD;
}

.nobr {
        white-space: nowrap;
}

.bg_yellow {
        background-color: #FEFBDE;
}

.bg_cyan {
        background-color: #B8DDF7;

}

.bg_grey {
        background-color: #CCCCCC;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.justified {
	text-align: justify;
}

/***********
 * Weather maps thumbs for the homepage.
 **********/
div#wxmap_thumbs {
	margin-left: 10px;
}

div#wxmap_thumbs img {
	width: 116px;
	height: 87px;
	margin: 0;
	border: 0;
}

div#wxmap_thumbs img#synoptic {
	margin: 0 5px 0 0;
	float: left;
}

div#wxmap_thumbs img#satellite {
	margin: 0 5px 0 0;
	float: left;
}

div#wxmap_thumbs div#radar {
	margin: 0;
	float: left;
	width: 116px;
	height: 87px;
	background-image: url('/images/layers/wz_layer_map_wzcountry_aus_116.jpg');
	position: relative;
}

div#wxmap_thumbs div#radar img {
	position: absolute;
	top: 0px;
	left: 0px;
}

/**
* List of services on the home page 
*/

ul.service_list {
	list-style: none; 
	text-align: center;
	padding: 0px; 
	margin: 0px; 
	text-indent: 0;
}	

ul.service_list li {
    float:left; 
    width: 19%;   
}

ul.service_list li a {
	text-decoration: none; 
	font-weight: bold;
}

/**
 * Local wx search
 */
div#localsearch {
	padding: 4px 0 8px 8px;
	
}

div#localsearch input.btn {
	border: 0;
	padding: 0;
	margin: 2px 0 0 0;
}


/**
 * Help dash
 */
div#dash {
}

div#dash a {
	display: block;
	float: left;
	width: 50%;
	text-decoration: none;
}

/**
 * Event forecast.
 */
div#fcast_evt_capcities {
	position: relative;
	width: 660px;
	height: 471px;
	border: 0;
	background: #C9A6A6 url('/images/widgets/graphics/bg_fcast_christmas_660x471.jpg') no-repeat;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

div#fcast_evt_capcities.newyear {
	background: #C9A6A6 url('/images/widgets/graphics/bg_fcast_newyear_660x471.jpg') no-repeat;
}

div#fcast_evt_capcities h1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 328px;
	height: 173px;
	text-indent: -9999px;
	background: #C9A6A6 url('/images/widgets/graphics/bg_fcast_h1_christmas_328x173.jpg') no-repeat;
}

div#fcast_evt_capcities.newyear h1 {
	height: 112px;
	background: #C9A6A6 url('/images/widgets/graphics/bg_fcast_h1_newyear_328x112.jpg') no-repeat;
}

div#fcast_evt_capcities div#descriptions {
	margin: 42px 0 0 342px;
}

div#fcast_evt_capcities div#forecasts {
	margin: 42px 0 0 342px;
}

div#fcast_evt_capcities div#forecasts div.descriptions {
	float: left;
	width: 276px;
	padding: 0;
	margin-bottom: 0.3em;
	text-transform: lowercase;
	line-height: 1;
	text-align: center;
}

div#fcast_evt_capcities div#forecasts div.descriptions div.tmin {
	float: right;
	width: 20%;
}

div#fcast_evt_capcities div#forecasts div.descriptions div.tmax {
	float: right;
	width: 20%;
}

div#fcast_evt_capcities div#forecasts div.descriptions div.icon {
	float: right;
	width: 15%;
}

div#fcast_evt_capcities div#forecasts div.forecast {
	float: left;
	width: 276px;
	padding: 0;
	margin-bottom: 0.3em;
}

div#fcast_evt_capcities.newyear div#forecasts div.forecast {
	margin-bottom: 0.1em;
}

div#fcast_evt_capcities div#forecasts div.forecast div.screenname {
	float: left;
	width: 45%;
}

div#fcast_evt_capcities div#forecasts div.forecast div.screenname a {
	font-size: 2em;
	text-decoration: none;
}

div#fcast_evt_capcities div#forecasts div.forecast div.icon {
	float: left;
	width: 15%;
	text-align: right;
}

div#fcast_evt_capcities div#forecasts div.forecast div.tmin {
	float: left;
	width: 20%;
	color: #000077;
	font-size: 2em;
	display: none;
}

div#fcast_evt_capcities.newyear div#forecasts div.forecast div.tmin {
	display: block;
}

div#fcast_evt_capcities div#forecasts div.forecast div.tmax {
	float: left;
	width: 20%;
	color: #770000;
	font-size: 2em;
}

div#fcast_evt_capcities div#forecasts div.forecast div.precis {
	clear: both;
	font-style: italic;
}

/** NineMSN footer **/
div#twcft {
	background-color: #EAEBEC;
	color: #BABABD;
}

div#twcft div#attrib {
	float: left;
	width: 15%;
	padding: 14px 14px 12px 14px;
}

div#twcft div#links {
	float: left;
	width: 45%;
	padding: 14px 14px 12px 14px;
}

div#twcft div#links a {
	margin: 0 .5em 0 0;
}

div#twcft div#logo {
	float: right;
	width: 15%;
	padding-top: 13px;
}

div#twcft div#text {
	float: right;
	width: 15%;
	font-size: 0.8em;
	padding-top: 2px;
}

ul.propagatedlinks {
	list-style: disc;
	margin: 5px 0 10px 20px;
	padding: 0;
}

ul.propagatedlinks li {
	padding: 0 1px 2px 0;
}
