/*
  SM 17/06/2010 2:17:54 PM
  
  SM Wed Jul 07 08:42:45 EST 2010 @988 /Internet Time/
  
  http://progtuts.info/downloads/AJAXgooglesearchresults/style.css
*/

td {
  border: 0;
}

.throbbing {
	background: url('http://images.regional.org.au/icons/throbber.gif') no-repeat top right;
}

#googlesearchbox {	 
}

#googlesearchinput {
	font-family:Georgia;
	font-weight:bold;
	font-style:italic;
	padding:5px;
	border: 1px solid #ccc;
	width:90%;
}

#googlesearchsiteoptions {
	margin-top: 5px;
	font-size: 0.8em;
}

.googlesearchsiteoption {
	margin-right: 5px;
}

.googlesearchsiteoption input {
	vertical-align: middle;
	border: 0;
}

#googlesearchresults {

	background:#fff;
	width:100%;
	margin-top:5px;
	color:#000;
	display: block;
	position: absolute;
	width: 250px;
	border: 1px solid #ccc;
}

#googlesearchresults ul {
	/* padding: 5px; */
	/* margin: 5px 0px 0px 5px; */
	/* margin: 5px 0px 0px 0px; */
	margin: 0;
	padding: 0;
}

#googlesearchresults ul li {
	list-style-type: none;
	/* margin-bottom: 10px; */
	font-size: 0.9em;	
}

#googlesearchresults ul li b {
	display: inline;
	color: #000;
}

.gs_results_title {
	padding: 5px;
}

.gs_results_content {
	font-style: italic;
	padding: 5px 5px 15px;
	font-size: 0.9em;
	border-bottom:1px solid #ccc;
}

.gs_results_footer {
	background: url("http://images.regional.org.au/shared/images/greybar.gif") repeat-x scroll 0 -18px #DFDFDF;
	padding: 2px;
	font-size: 0.8em;
	text-align: right;
	border:1px solid #DDDDDD;
	color: #333;
}

.gs_results_footer .results_info {
  float: left;
}

/* SM 23Mar11: Powered by google */
.gs_results_footer .powered_by_google {
  float: left;
}

ul.publishing_block_links {
	margin-left:0px;
	padding-left:0px;
}



ul.publishing_block_links li {
	list-style:none;
}

ul.publishing_block_links li a {
	margin-bottom:5px;

}

