/* gpage styles */
.link {
	color:#ffffff;
	font-weight:bold;
	padding:20px 0px 0px 30px;
}
.button{
	background:url(images/intro_bg.jpg) no-repeat center;
	width:200px;
	height:130px;
}
/* /////////////////////////*/

/*/////////////////////////////////////////////////////
/  styles for EWOMBAT & ASX pricelookup Search  //
/////////////////////////////////////////////////////*/
#input{
	border:none;
	width:100px;
	height:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	background-color:transparent;
}
#eWomHelp{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#eWomE{
	color:#FF0000;
	font-size:12px;
}
#priceLookup{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#goButton{
	border:none;
	width:28px;
	height:18px;
	margin:0;
 	padding-top:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	background-color:transparent;
	cursor:pointer;
}

/* Styles for news summary blocks used on home page */
.news_summary {
	font-size:9pt;
	line-height:12px;
	width:215px;

}
.news_summary A:LINK, .news_summary A:VISITED {
	color:black;
	text-decoration:none;
}
.news_summary A:LINK strong, .news_summary A:VISITED strong {
	color:black;
	text-decoration:none;
}
.news_summary A:HOVER {
	color:orange;
	text-decoration:none;
}
.news_summary A:HOVER strong {
	color:orange;
	text-decoration:none;
}
.news_summary_heading {
 	color: #ffffff;
 	font-size:11px;
 	font-weight:bold;
	width:220px;
	text-align:center;
	padding:8px 0px 10px 0px;
	background:#993366;
}
.news_summary ul {
	padding-top:0px;
	font-size:11px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: square;
}
.news_summary li {
	font-weight:normal;
	padding-bottom:2px;
	margin-left:-10px;
}

/* Page Heading Styles */
.pagehead {
	padding: 20px 0px 0px 10px;
	font-family:verdana,arial,san-serif;
	font-size:16px;
	font-weight:bold;
	color:#993366;
}
a{
	color:#41535d;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#666666;
	text-decoration:none;
	font-weight:bold
}
/* padding within content section */
.content_section {
	color:#000000;
	padding-left:35px;
	padding-right:40px;
	padding-top:15px;
}
/* page footer styling */
.pagefooter{ 
	font-size:10pt;
	color:#999999;
}	
/*#### SoW Styles ####*/

.major_sow .article_box{
	width:550px;
	border-left:1px #dddddd solid;
}
.major_sow .listing_table{
	width:200px;
	padding:none;
	vertical-align:top;
}
.major_sow .archive_table{
	background-color:#fafafa;
	padding:none;
}
.major_sow .listing{
	background:url(images/arrow_sow.gif) no-repeat top left;
	padding-left:10px;
	border-bottom:1px #dddddd dotted;
}
.major_sow .listing a, .major_sow .listing a:visited {
	font-size:11px;
	padding-left:0px;
	text-align:left;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
.major_sow .listing a:hover{
	color:#999999;
}
.basic_sow{
	font-size:11px;
}
		
/* ---------------------------------------*/
.listing_table { /* dont set width here - set in .listing */
	position:relative;
	vertical-align:top;
}
/* sets width of box that article is displayed in */
.article_box, .article_box p, .article_box ul, .article_box li,{
	font-size:11px; 
}

.archive_table{
	width:200px;
}
.listing {
	width:200px;
	height:20px;
	border-bottom:1px #eeeeee solid;
}
.listing a, .listing a:visited {
	font-size:11px;
	
	font-weight:normal;
	text-align:left;
	color:#333333;
	text-decoration:none;
}
.listing a:hover{
	color:#999999;
}		
/* bullet formatting for article list */	
.bullet{
	background:url(templates/wwwwininvestmentcomaumainindexphp/images/dot.gif) no-repeat left;
 	width:10px;
 	height:25px;
}
/* styling for sow block headings */
.subhead0,.subhead1, .subhead2, .subhead3 /* hot issues */{
	margin-top:10px;
	font-weight:bold;	
	font-size:16px; 
	padding-left:5px;
	color: #333333;
	width:210px; /* set to at least width of .bullet and .listing*/
}
/* Styling for sow search form */
.findform {
	padding:4px;
	background:#cccccc;
}
.articlehead {
	height:40px;
	text-align: left;
	font-weight:bold;
	font-size:16px;
	color: #313177;
	vertical-align:middle;
	border-bottom:1px #333333 solid;
}
.articleheaddate {
	text-align: left;
	text-indent:0px;
	font-size:small;
	font-weight:normal;
	vertical-align:top;
	padding-top:0px;
	padding-bottom:0px;
}
.article {
	vertical-align:top;
	padding-top:0px;
	padding-bottom:0px;
	color:#000000;
}	
.articleheaddescription {
	vertical-align:top;
	padding-top:0px;
	padding-bottom:0px;
	font-style:italic;
	color:#444;
}
html{
    margin:0;
    padding:0;
    border:none;
 }	
/* primary site styles  // 27/04/2007 Dean Johnston */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	font-size:11px;
}
#menuButton a{
	text-align:center; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#menuButton a:hover{ 
	color:#eeeeee;
}
#address{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}
.subHeading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#41535d;
	padding:0px 0px 0px 10px;
	font-size:12px;
	font-weight:bold;
	height:25px;
	background-color:#dfdfdf;
	border-bottom:solid #a29889 1px;
	border-top:solid #a29889 1px;
}
.homeTextHeading a{
	width:100%;
	height:40px;
	text-align:center;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	padding:13px 0px 0px 0px;
}
.homeTextHeading a:hover{
	color:#ff6600;
}


#homeTextBody{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	padding:0px 0px 0px 10px;
	text-align:left;
}
#footerMenu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}
#acctweb{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}
#mainTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#056687;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	padding: 0px 0px 0px 10px;
}
#extlinks{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}
#sublinks{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin-top:-210px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	align:center;
}
#sublinks:hover{
	color:#cccccc;
}
#disclaimer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	align:center;
}

/*/////////////////////////////////////////////////////
/  styles for calculator page  //
/////////////////////////////////////////////////////*/
#cal_row{
	width:100%;
	float:right;
}
#cal_item{
	float:left;
	width:22%;
	height:180px;
	text-align:center;
	padding:5px;
	background-color:#fbfaf8;
	border:dotted #cccccc 1px;
}
#cal_img{
	border:solid #000000 1px;
}
#cal_link{
	font-size:11px;
	padding:5px;
	text-align:center;
}
#cal_spacer{
	float:left;
	width:1%;
}
#cal_spacer_row{
	padding:2px;
}
/*/////////////////////////////////////////////////////
/  styles for links page  //
/////////////////////////////////////////////////////*/

#link_row{
	float:left;
}
#link_col{
	float:left;
	width:200px;
	height:300px;
}
#link_item_1{
	float:left;
	padding:5px;
	width:120%;
	height:96%;
	background-color:#ececec;
	border:dotted #cccccc 1px;
}
#link_item_2{
	float:left;
	width:100%;
	height:45%;
	padding:5px;
	background-color:#ececec;
	border:dotted #cccccc 1px;
}
#link_head{
	font-size:11px;
	padding:5px 5px 5px 20px;
	font-weight:bold;
	text-align:left;
	color:#444444;
}
#link_links a{
	line-height:20px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#link_links a:hover{
	color:#ff6600;
	font-weight:bold;
	text-decoration:none;
}
#link_links ul{
	margin:0px;
	margin-left:20px;
	margin-top:8px;
	margin-bottom:0px;
	list-style-type:disc;
	font-size:11px;
	text-align:left;
}
#link_spacer_col{
	float:left;
	padding:5px;
}
#link_spacer_row{
	padding:5px;
}

/* end primary site styles  // 27/04/2007 Dean Johnston */
/****************************************************/
/* The styles below are for the AIO Internet Wombat */
/****************************************************/

/******************************/
/* WOMBAT SEARCH FORM STYLING */
/******************************/

/* styling for the table cell containing the wombat form */
.wombat_cell {
	background:#cccccc;
	padding-left:100px;
	border-bottom:1px solid #666666;
}

/* style for the form container */
.aio_table {
 background:#94a5b6;
 border:1px solid #cccccc;
 padding:2px;
 }
 
.aio_wombat  A:link, .aio_table A:Visited {
	color:#606060;
	font-family:arial;
	text-decoration: none;
}

.aio_wombat A:Hover {
	color:#ff0000;
	font-family:arial;
	text-decoration: underline;
}

/* styles the input box for the search term */
.aio_q_input {
	background:#ffffff;
	border:1px solid inset #666666;
	padding:3px;
}
/* styles the quicklinks */
.aio_wombat_link A:link, .aio_wombat_link A:visited{		
	color:#404040;
	font-size:80%;
	text-decoration:none;	
}
.aio_wombat_link A:Hover{		
	color:#ff6060;
  font-size:80%;
	text-decoration:none	
}


/************************/
/* RESULTS PAGE STYLING */
/************************/

/* HEADER container for  wombat image and search summary */
.aio_header {
	background:white;
	width:100%;
}

/*  SEARCH RESULTS SUMMARY */
/* two styles for Search results summary at top of results list */
.aio_sub_head {
	color:#000000;
	font-size:110%;
	background:white;
}
.aio_sub_head .aio_status {
	font-size:90%;
	color:#000060;
	background:white;
}

/* RESULTS TABLE STYLING */
.aio_results_table {
	width:100%;
	padding-left:20px;
	padding-right:20px;
	background:white;	
}	

/*////////////////////////////////////////////////
 I N T E R N E T RESOURCES LIST STYLES
////////////////////////////////////////////////*/

/* style for Internet Resources results heading */
.aio_sub_head3 {
	color:#ffffff;
	background:#208020;
	font-size:90%;
	height:15pt;
	padding-left:5px;
}

/* styles for the Internet Resources results list 
.aio_aio_resource_list {border-left:1px dashed black;font-size:80%;padding-left:5px;}
.aio_aio_resource_list A:link,.aio_aio_resource_list A:visited {color:darkblue;text-decoration:underline;}
.aio_aio_resource_list A:hover {color:orange;}*/

/* styles alternating Internet results list items */
.aio_row0 {	background:#E8f9D8;padding-top:5px;}
.aio_row1 { background:#ffffff;padding-top:5px;}

/*////////////////////////////////////////////////
//////////////A T O LIST STYLES
////////////////////////////////////////////////*/
/* style for ATO Assist results heading */
.aio_sub_head2 {
	color:#ffffff;
	background:#4040ff;
	font-size:11px;
	height:15pt;
	padding-left:5px;
}

/* styles the description for ato result item */
.aio_ato_results {
	color:green;
	font-size:11px;
	padding-left:0px;
}
/* styles the ato results list title links */	
.aio_ato_results A:hover{
	color:orange;
	text-decoration:underline;
}
.aio_ato_results .aio_desc{	
	font-size:11px;
	padding-left:20px;
}
/* styling for sub heading that sits between ato and local_ato results list */	
.aio_ato_local_results_header {
	background:darkblue;
	color:white;
}
/* styling for SPACER between ato results */
.aio_spacer{
	width:100%;
	border-bottom:2px solid black;
	}
.aio_url A:Link, .aio_url .aio_A:visited {
	color:blue;	
	font-size:11px;
	text-decoration:underline;
}

