/* Search start */
div#page_header_container div#search
{
	float:right;		
	height:5em;	
	width:15em;	
	padding-bottom:0;
	margin-bottom:0;
	background-color:#fff;
}

div#search form div#SearchFormControls 
{
	height:5em !important;
	height:100%;	
	border:solid 0.06em #DDDCDD;		
}
div#search form div#SearchFormControls input#searchtext
{
	width:92%;
	margin:0.5em 0.5em 0 0.5em;
}
div#search form div#SearchFormControls label
{	
	width:70%;
	margin:0 0 0 0.1em;
}

div#search form input#searchgo
{
	float:right;
	margin:1em 0.5em 0 0;
}
/* Search end */

/* Search Autocomplete start */

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	text-align: left;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 0.16em 0.4em;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}


/* Search Autocomplete end */


div#page_footer_container div#SiteListForm
{	
	margin:0.5em 0 0 0;
	width:13.92em;
	float:left;
}

div#page_footer_container div#SiteListForm select
{
	width:12em;
	vertical-align:middle;
}
div#page_footer_container div#SiteListForm div
{

}
div#page_footer_container div#SiteListForm input#GroupSiteGoButton
{
	/* float:right; */
	vertical-align:middle;
	/* margin:-1.6em 0 0 0; */
}

/*Sustainability report nav flyout search form */
div#societyhub_search form#SearchPanel_search_widget_form
{
	margin:0;
	padding:0;
	height:1.5em;
}

	div.menu_panel div#societyhub_search 
	{
		float: left;
		width: 25em;
		height:4.2em;				
		margin:0.4em 0 0 1em;
		padding:0.5em;		
		background-color:#DDDCDD; 
	}
	
	div.menu_panel div#societyhub_search span
	{
		margin:0 0 0.5em 0;		
		font-size:0.9em;
		font-weight:bold;
	}
	
	div.menu_panel div#societyhub_search p
	{
		margin:1em 0 0 0 !important;
		margin:0.5em 0 0 0;
		padding:0;
		width:8em;
		height:1em;
	}
	div.menu_panel div#societyhub_search  img
	{
		border:0;
	}
	
	div.menu_panel div#societyhub_search  input
	{
		width:80%;
		border:solid black 0.13em;
		*border:solid black 0.06em;
		margin:0.5em 0 0 0;
	}


	
	#InCommentTitle, #InCommentFormTitle
	{
	   width:80%;
	   background-color:#64379b;
	   color:white;
	   display:block;
	   margin-bottom:0.6em;
	}

	#InCommentTitleAdmin
	{
	   width:100%;
	   background-color:#64379b;
	   color:white;
	   display:block;
	   margin-bottom:0.6em;
	}
	
	#InCommentTitle span, #InCommentFormTitle span, #InCommentTitleAdmin span
	{
	   margin:0.3em;
	   margin-left:0.5em;
	   display:block;
	   font-weight:bold;
	   font-size:1.2em;
	}
	
	.InCommentBox
	{
	   width:80%;
	   border-bottom:2px solid #ccc;
	}
	.InCommentBox_left
	{
	   float:left;
	   width:10%;
	   height:4.1em;
	   background:url("/templates/images08/speachbubble.jpg");
	   background-repeat:no-repeat;

	}
	.InCommentBox_right
	{
       width:70%;
	}
	
	.InCommentBox_namedate
	{
	   color:#777;
	}
	.InCommentBox_comment
	{
	   margin-top:0.3em;
	   width:auto;
	}
	
	#InCommentForm label
	{
	    font-size:0.9em;
	}
	
	#InCommentFormName
	{
	   float:left;
	   margin-right:1%;
	}
	#InCommentFormCity
	{
	}
	#InCommentFormName input, #InCommentFormCity input
	{
	   width:38%;
	}
	
	#InCommentFormEmail input
	{
	   width:78%;
	}
	
	#InCommentsubmitbutton
	{
	  color:white;
	  background:#64379b;
	  margin-top:0.5em;
	}
