/**
 * @file
 * Block Styling
 */


.block /* Block wrapper */ {
  margin-bottom: 1.5em;
}

.block.first /* The first block in the region */ {
}

.block.last /* The last block in the region */ {
}

.block.odd /* Zebra striping for each block in the region */ {
}

.block.even /* Zebra striping for each block in the region */ {
}

h2.block-title /* Block title */ {
}

.block .content /* Block's content wrapper */ {
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */ {
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */ {
}

#block-block-1 /* First block created with "Add block" link */ {
}

#block-blog-recent /* "Recent blog posts" block */ {
}

#block-book-navigation /* "Book navigation" block for the current book's table of contents */ {
}

#block-comment-recent /* "Recent comments" block */ {
}

#block-forum-active /* "Active forum topics" block */ {
}

#block-forum-new /* "New forum topics" block */ {
}

#block-locale-language /* Language switcher block */ {
}

#block-menu-menu-NAME /* Custom menu block  */ {
}

#block-node-recent /* "Recent content" block */ {
}

#block-node-syndicate /* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */ {
}

#block-poll-recent /* "Most recent poll" block */ {
}

#block-profile-author-information /* "Author information" block for the profile of the page's author */ {
}

#block-search-form /* "Search form" block */ {
}

#block-shortcut-shortcuts /* "Shortcuts" block */ {
}

#block-statistics-popular /* "Popular content" block */ {
}

#block-system-main-menu /* "Main menu" block */ {
}
#block-system-main-menu ul ul {
	display: none;
}

#block-system-management /* "Management" block for Drupal management menu */ {
}

#block-system-navigation /* "Navigation" block for Drupal navigation menu */ {
}

#block-system-user-menu /* "User menu" block for Drupal user menu */ {
}

#block-system-help /* "System help" block */ {
}

#block-system-main /* "Main page content" block */ {
}

#block-system-powered-by /* "Powered by Drupal" block */ {
}

#block-user-login /* "User login form" block */ {
}

#block-user-new /* "Who's new" block for a list of the newest users */ {
}

#block-user-online /* "Who's online" block for a list of the online users */ {
}

#block-views-research-block-1 {
	
}
#block-views-research-block-1 table {
	width: 620px;
}
#block-views-research-block-1 table tr td {
	vertical-align: top;
	width: 25%;
}
#block-views-research-block-1 .view-research .views-field-field-research-image {
	float: none;
}
#block-views-research-block-1 .view-research .views-field-title {
	margin-left: 0;
	font-size: 20px;
	width: 110px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
#block-views-research-block-1 .views-field-view-node {
  width: 110px;
  margin-left: 5px;
}

#block-views-research-block-1 .view-research .views-field-title a {
  font-size: 18px;
  line-height: 24px;
}

#block-block-1 {
	background: #808080;
	color: #fff;
	padding: 10px 15px;
	width: 250px;
	float: left;
	margin-right: 40px;
}
#block-block-1 p {
	margin:0;
}


#block-menu-block-2,
#block-menu-block-1 {
	margin-top: 10px;
}
#block-menu-block-2 ul,
#block-menu-block-1 ul {
	margin:0;
	padding:0;
	list-style-image: none;
	list-style-type: none;
}
#block-menu-block-2 ul li,
#block-menu-block-1 ul li {
	list-style-image: none;
  list-style-type: none;
  border-bottom: 1px dotted #aaa;
}
#block-menu-block-2 ul li a,
#block-menu-block-1 ul li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

#block-menu-block-2 ul li.active-trail > a,
#block-menu-block-2 ul li a.active,
#block-menu-block-1 ul li.active-trail > a,
#block-menu-block-1 ul li a.active {
	background-color: #D1585F;
	color: #fff;	
}

#block-menu-block-2 ul li a:hover,
#block-menu-block-1 ul li a:hover {
 background-color: #fc9e12; 
 color: #fff;
}


#block-calendar-calendar-legend {
	margin-top: 20px;
	float: right;
}
#block-calendar-calendar-legend th,
#block-calendar-calendar-legend td {
	padding: 2px 5px;
}
#block-calendar-calendar-legend td.legend-color {
	width: 20px;
}

#block-weizmann-blocks-last-update {
 /* width: 870px; */
}
#block-menu-menu-footer {
  float: right;
  margin:0 10px 0 0;
  padding:0;
}
#block-menu-menu-footer ul,
#block-menu-menu-footer ul li {
  list-style-type: none;
  list-style-image: none;
  padding:0;
  margin:0;
}
#block-menu-menu-footer ul li a {
  color: #fff;
  font-weight: bold;
}


#block-menu-block-1 h2 {
  font-weight: normal;
  margin-bottom: 10px;
  color: #bebebe;
  margin-top: 10px;
}

#block-views-positions-block-1 {
}


#block-block-1 a {
	color: #dfdfdf;
}
#block-block-1 a:hover {
	text-decoration: underline;
}

#block-block-3 {
    float: right;
    margin: 0;
    padding: 0; 
}