@charset "iso-8859-1";
@import url(../../base/css/groups.css);


.group_edit_table tr td.group_edit_td_label
{
	text-align:right;
	font-weight:normal;
	vertical-align:top;
	padding-top:7px;


}

.group_info_row
{
	left:10px;
	position: relative;
	/*width:470px;*/
	width:700px;
	overflow:hidden;
font-weight:normal;

}

a.actions
{
	font-weight:bold;
	font-size:12px;
}


/**************************************************/

	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:275px;	/* Width of box */
		height:50px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:10px;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	/*polls_from_index*/

div.pollBlock {

	margin-top:3px;

	width:285px;

}



div.pollBody {

	left:0px;

	margin:5px 0px 0px;

	width:285px;

	float:left;

	position:relative;

}



div.featured_nickname {

	color:#000000;

	line-height:20px;

	text-align:left;

}



div.featured_info {

	font-weight:normal;

	border:0px solid red;

	float:left;

	font-weight:bold;

	position:relative;

	width:130px;

	left:10px;

	top:0px;

}