/* CSS Actions Menu 
----------------------------------------------- */

.actions_menu {
	width:200px;
	height:50px;
	font-size:16px;
	display:block;
	position:relative;
	z-index:1200;
	padding:0px 0px;
}

.actions_menu_languages {
	position:relative;
	top:-12px;
}

.actions_menu body {
	background:#eee;
}

.actions_menu ul,
.actions_menu li {
	margin:0; 
	padding:0; 
	list-style:none;
}


/* Menu head style
----------------------------------------------- */

.actions_head_left {
	width:35px;
	height:40px;
	float:left;
}

.actions_head_center {
	background-repeat: repeat-x;
	width:134px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-weight:bold;
	color:#fff;
	float:left;
}
.actions_head_center_greyText{
    color:#666;
    }

.actions_head_center div {
	position:relative; 
	top:9px; 
	left:7px;
}

.actions_head_right {
	width:31px;
	height:40px;
	float:left;
	cursor:pointer;
}


/* Menu body style
----------------------------------------------- */

.actions_body {
	display:none;
	clear:left;
	position:absolute;
	top:40px;
}

.actions_body ul {
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	background-color:#fff;
	width:198px;
}

.actions_body li {
	height:39px;
	width:194px;
	border-top:1px solid #999999;
	margin-left:2px;
	padding-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-weight:bold;
	color:#666666;
}

.actions_body li a {
	text-decoration:none; 
	padding: 7px 0px 6px 7px;
	display:block;
	color:#666666;
}

.actions_body li a:hover {
	background-color:#c6d6e8;
}
.actions_body li span {
	position: relative; 
	left: 5px;
	padding:0px;
	display:inline;
}


/* Bottom style
----------------------------------------------- */
.actions_bottom_left {
	background:transparent url('../images/actions_bottom_left.png') no-repeat;
	width:8px;
	height:6px;
	float:left;
}

.actions_bottom_center {
	background:transparent url('../images/actions_bottom_center.png');
	background-repeat:repeat-x;
	width:184px;
	height:6px;
	float:left;
}

.actions_bottom_right {
	background:transparent url('../images/actions_bottom_right.png') no-repeat;
	width:8px;
	height:6px;
	float:left;
}


/* Individual icon placements
----------------------------------------------- */

.follow_author, .follow_location, .mark_spam, 
.send_message, .favorite, .stop_following {
	background-position: 0px 0px;
	height:24px;
	vertical-align:middle;
	border:none;
}
.InviteProvider {
	height:16px;
	vertical-align:middle;
	border:none;
}
.service_image {
	background-position: -4px 0px;
	/*height:24px;*/
	vertical-align:middle;
	padding:4px 2px 4px 4px;
	border:none;
}


/* Alternative styles
----------------------------------------------- */

#actions_body_alt li a {
	padding-left:11px;
	padding-top:8px;
	height:23px;
}
li.actions_menu_li_nofloat {
	display:block;
	float:none;
}