/* icons & buttons */
.task_icon_text_bg
{
	background-image:url(images/task_menu_bg_bottom.gif);
	
}
#task_icon_text{padding-bottom:1px;}
#task_icon_text a, #task_icon_text a:link, #task_icon_text a:visited
{
	font-family:arial;	
	font-size: 9px; 
	color:#777;
	font-weight:bold;
	text-align: left; 
	text-decoration:none;
	background-color:#0084ff;
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:2px;
	line-height:15px;
	background-image:url(images/task_menu_bg_bottom.gif);
	background-color:white;
	border-right:1px dotted white;
}
  
#task_icon_text a:hover, #task_icon_text a:active 
{ 
	color:#555;
	background-color:#3366ff;
	background-image:url(images/task_menu_bg_bottom_active.gif);
}

.task_icon_img 		{margin-left:1px;}
.adm_warning 	 	{ font-size:10px; line-height:16px; color:#d00; padding:3px 3px 3px 19px; background-image:url(../../../../images/buttons/icons/12/warning_bg.gif); background-repeat:no-repeat; background-color:white; border:1px solid #d00; }
.adm_notification	{ font-size:10px; line-height:16px; color:#0b0; padding:3px 3px 3px 19px; background-image:url(../../../../images/buttons/icons/12/notification_bg.gif); background-repeat:no-repeat; background-color:white; border:1px solid #0b0; }
.site_manager_cnt	{font-size:9px; width:100%; background-color:#eee; color:#999; font-family:arial;}
	

/* --------------------------- */