td
{
	text-align: left;
}

.error_bar
{
	width:235px;
	color:red;
	display:none;
	margin: 0;
}

.AutoFillDDn {
     	z-index: 97;
	position:absolute;
     	width: 235px;
     	visibility: hidden; 
     	background-color: #FFF;
     	border-left: 1px solid black;
     	border-right: 1px solid black;
     	border-bottom: 1px solid black;
	margin-bottom:0px;
	clear:both;
	overflow:hidden;
  }
 
.ListDiv 
{
     	visibility: hidden;
}

#WhoToD{
	/*background:#104a91;*/
	color:white;
	-moz-border-radius:1ex;
  	-webkit-border-radius:1ex;
	float:left;
	
}

#WhoToD a{
	color:white;
}

.sharing_wrapper{
	float:left;
	overflow:hidden;
}

.dropdown_wrapper
{
	z-index: 97;
	position: absolute;
	float:left;
}

.dropdown_wrapper_a { color: blue; text-decoration: none; cursor: pointer; }
.dropdown_wrapper_a:hover { text-decoration: underline; }

.ajax_dropdown_select
{
	width:100%;
	border: none;
}

.results_table
{
	width:100%;
	cursor: pointer;
	font-weight:bold;
}

/* NEED TO CHANGE DETAIL_ROW WIDTH */

.detail_row_input
{
        width:235px;
        float:left;
        overflow:hidden;
        clear:right;
}

.detail_row_input input
{
        width: 235px;
}

#related_goals_wrapper {
	width: 325px 
}

