@charset "UTF-8";
.eds_news_Visual.eds_subCollection_news .user_dashboard {
	background: url("img/silver_gradient.png") repeat-x #ebebeb;
	border: 1px solid #e4e4e4;
	padding: 4px 6px;
	margin: 0 auto;
	overflow: hidden;
	max-width: 1170px;
}
.eds_news_Visual.eds_subCollection_news .user_dashboard a {
  display: block;
  float: left;
  color: #363636;
  font: 11px Arial;
  font-weight: bold;
  padding: 5px 0 0 35px;
  height: 20px;
  margin: 0 10px 0 0;
}
.eds_news_Visual.eds_subCollection_news .user_dashboard a.add_article {
  background: url("img/icons/green_plus.png") no-repeat;
  padding-left: 25px;
}
.eds_news_Visual.eds_subCollection_news .user_dashboard a.article_manager {
  background: url("img/icons/papers.png") no-repeat 0 1px;
  padding-left: 28px;
}
.eds_news_Visual.eds_subCollection_news .user_dashboard a.event_manager {
  background: url("img/icons/event_manager.png") no-repeat 0 2px;
  padding-left: 35px;
}
.eds_news_Visual.eds_subCollection_news .user_dashboard a.approve_articles {
  background: url("img/icons/approve_articles.png") no-repeat 0 1px;
  padding-left: 22px;
}
.eds_news_Visual.eds_subCollection_news .user_dashboard a.approve_comments { background:url("img/icons/approve_comments.png") no-repeat 0 2px; padding-left:22px; }
.eds_news_Visual.eds_subCollection_news .user_dashboard a.category_manager { background:url("img/icons/categories.png") no-repeat 0 2px; padding-left:22px; }
.eds_news_Visual.eds_subCollection_news .user_dashboard a.dashboard { background:url("img/icons/monitor.png") no-repeat 0 3px; padding-left:24px; }
.eds_news_Visual.eds_subCollection_news .user_dashboard a.settings { background:url("img/icons/settings.png") no-repeat 0 1px; padding-left:24px; }
.eds_news_Visual.eds_subCollection_news .user_dashboard a.author_profile { background: url("img/icons/profile.png") no-repeat 0 1px; padding-left:18px; }
.eds_news_Visual.eds_subCollection_news .user_dashboard a:hover { text-decoration:underline; }

.eds_news_Visual.eds_subCollection_news .admin_action { text-align:center; padding:8px 0px; display:inline-block; margin:0 auto; min-width:150px; background-color:#444444; color:#ffffff; font-size:14px; }
.eds_news_Visual.eds_subCollection_news .admin_action.edit { background-color:#f19000; }
.eds_news_Visual.eds_subCollection_news .publish_article { background-color:#009add; }