/* @override http://craintranet.s2dev.net/admin/plugins/3/css/admin_tools.css */

#adminTools {
	position: absolute;
	right: 14px;
	bottom: 15px;
	height: 22px;
	margin: 0;
	list-style: none;
	}
.home #adminTools {
	bottom: 43px;
	}

#adminTools li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0 2px;
	}

#adminTools a {
	display: block;
	width: 14px;
	height: 14px;
	padding: 4px 2px;
	text-indent: -9999px;
	background: url(../images/icons_admin_tools.png);
	background-repeat: no-repeat;
	}

#adminTools .edit a { background-position: -2px 50%; }

#adminTools .add a { background-position: -24px 50%; }

#adminTools .delete a { background-position: -46px 50%; }


/* @group Add Content Nav */

#adminTools li ul { /* all lists */
	padding: .5em .5em .5em !important;
	margin: 0 0 0 -4px !important;
	list-style: none !important;
	line-height: 1 !important;
	background-image: none !important;
	position: absolute !important;
	background: #ccc !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #666;
	-moz-box-shadow: 0 1px 3px #666;
	box-shadow: 0 1px 3px #666;
	width: 7em !important;
	left: -999em !important; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto !important;
}

#adminTools li li { /* all list items */
	float: left !important;
	width: 100% !important; /* width needed or else Opera goes nuts */
	padding: 0 !important;
	margin: 0 !important;
	border-bottom: 1px dotted #989a9b !important;
	
}

#adminTools li li a {
	display: block !important;
	width: auto !important;
	padding: .5em .25em .35em 24px !important;
	margin: 1px 0 !important;
	line-height: 1 !important;
	color: #333 !important;
	text-indent: 0;
	font-size: .9em !important;
	background-position: 4px center !important;
}

#adminTools li li a:hover {
	background-color: #acacac !important;
	color: #fff !important;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#adminTools li:hover ul, #adminTools li.sfhover ul { /* lists nested under hovered list items */
	left: auto !important;
}

#adminTools li:hover a, #adminTools li.sfhover a { /* lists nested under hovered list items */
	color: #000 !important;
}

/*Icon declarations are set in the page (htmlhead/css.cfm) to make sure context is correct*/

#adminTools li li:last-child {
	border: 0 !important;
}

/* @end */

