
.siteSearch
{
	
}

.lead_logo
{
	
}
#purple_form_text_input
{
	/*background-image: url(/images/footer_email_input_background.gif);*/
	background-repeat: no-repeat;
	overflow:hidden;
	min-height:30px;
	height:30px;
	padding-top:5px;
	padding-left:5px;
	background-image: url(/images/home_sprites.png);
  background-position: -10px -561px;
}

#black_form_text_input
{
	/*background-image: url(/images/footer_input_field_background.gif);*/
	background-repeat: no-repeat;
	overflow:hidden;
	min-height:30px;
	height:30px;
	background-image: url(/images/home_sprites.png);
  background-position: -10px -657px;
}

#black_form_text_input input
{
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	background-color: transparent;
	margin-left:5px;
	width:150px;
	border:0px solid #ffffff;
	color:#ffffff;
}

#purple_form_text_input input
{
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	background-color: transparent;
	margin-left:5px;
	width:180px;
	border:0px solid #ffffff;
	color:#666666;
}

#searchbar {
	width: 150px;
	float: left; padding: 3px 10px 3px 10px;
	background: #ffffff;
	border: 1px solid #c7c7c7;
	border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px;
	font: normal 12px verdana, helvetica; color: #898989;
	outline: none; /*Remove Chrome and Safari glows on focus*/
}
#searchbar.active {
	background: #ffffff;
	border: 1px solid #9563ac;
}
#searchbtn {
	width: 16px; height: 16px; float: left; margin: 9px 0 0 -15px;
	/*background: url(/images/li_arrow.gif) no-repeat; text-indent: -9999px;*/
	padding: 0 0 0 0px; /*IE fix*/
	border:0px;
	cursor: pointer;
	background-image: url(/images/home_sprites.png);
  background-position: -10px -10px;
}
	#searchbtn:hover {
		
	}
	
#tools_menu_container
{
	width:233px;
	
	background-image: url(/images/my_tools_menu_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow:hidden;
	margin-bottom:15px;
}
#tools_menu
{
	border-left: 1px solid #cccccc;
	border-right:1px solid #cccccc;
	float: left;
  	margin: 0px;
	margin-top:7px;
  	padding: 0px;
  	list-style: none;
  	width: 231px;
	background-color:#efefef;
}
#tools_menu li 
{
	padding:5px;
	background-image: url(/images/li_arrow.gif);
	background-position: 210px 17px;
	background-repeat: no-repeat;
	border-bottom:1px solid #cccccc;
	overflow:hidden;
	/*background-image: url(/images/home_sprites.png);
  background-position: -10px -10px;*/
}

#tools_menu li.current, #tools_menu li:hover
{
	background-color:#dcdcdc;
}
#tools_menu li.title
{
	text-align:center;
	font-weight:bold;
	background-color:#ffffff;
	background-image:none;
}

#tools_menu li.noarrow
{
	background-color:#ffffff;
	background-image:none;
}
#tools_menu li.singleLine
{
	background-image: url(/images/li_arrow.gif);
	background-position: 210px 11px;
	background-repeat: no-repeat;
	/*background-image: url(/images/home_sprites.png);
  background-position: -10px -10px;*/
}

#tools_menu li.title p
{
	text-align:left;
	font-weight:normal;
	
} 
#tools_menu li img
{
	float:left;


}

#tools_menu span
{

	vertical-align: middle;
	float:left;
	width:180px;
	margin-top:7px;
	vertical-align: middle;
}

#tools_menu span.twoline
{
	margin-top:0px;
}

#tools_menu a
{
	color:#666666;
	text-decoration:none;

}

#cn_events_list, #my_profile
{

	width:239px;
	background-image: url(/images/private_home_right_content_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom:15px;
	overflow:hidden;
	
	
}

#cn_events_list div, #my_profile div
{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top:3px;
	padding-top:4px;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:7px;
}


