/**
 * @file
 * Block Styling
 */


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

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

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

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

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

.block.odd /* Zebra striping independent of each region */ {
}

.block.even /* Zebra striping independent of each region */ {
}

.region-count-1 /* Incremental count for each block in the region */ {
}

.count-1 /* Incremental count independent of each region */ {
}

.block h2.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 administrator-defined block */ {
}

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

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

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

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

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

#block-menu-primary-links /* "Primary links" block */ {
}

#block-menu-secondary-links /* "Secondary links" block */ {
}

#block-node-0 /* "Syndicate" block for primary RSS feed */ {
}

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

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

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

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

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

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

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

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


.block .content .item-list ul {
}

div.nquire_list_item {
	display: list-item;
}

div.nquire_list_item {
	list-style-image: url(../images/bullet_12_grey.png);
}

div.measure_container.ui-sortable > div.measure_selectable {
	list-style-image: url(../images/arrow_updown.png);
	cursor: move;
}



.item-list ul li.phase_a {
	list-style-image: url(../images/bullet_12_a.png);
}
.item-list ul li.phase_a ul li {
	list-style-image: url(../images/bullet_half_12_a.png);
}
.item-list ul li.phase_b {
	list-style-image: url(../images/bullet_12_b.png);
}
.item-list ul li.phase_b ul li {
	list-style-image: url(../images/bullet_half_12_b.png);
}
.item-list ul li.phase_c {
	list-style-image: url(../images/bullet_12_c.png);
}
.item-list ul li.phase_c ul li {
	list-style-image: url(../images/bullet_half_12_c.png);
}
.item-list ul li.phase_d {
	list-style-image: url(../images/bullet_12_d.png);
}
.item-list ul li.phase_d ul li {
	list-style-image: url(../images/bullet_half_12_d.png);
}
.item-list ul li.phase_e {
	list-style-image: url(../images/bullet_12_e.png);
}
.item-list ul li.phase_e ul li {
	list-style-image: url(../images/bullet_half_12_e.png);
}
.item-list ul li.phase_f {
	list-style-image: url(../images/bullet_12_f.png);
}
.item-list ul li.phase_f ul li {
	list-style-image: url(../images/bullet_half_12_f.png);
}
.item-list ul li.phase_g {
	list-style-image: url(../images/bullet_12_g.png);
}
.item-list ul li.phase_g ul li {
	list-style-image: url(../images/bullet_half_12_g.png);
}
.item-list ul li.phase_h {
	list-style-image: url(../images/bullet_12_h.png);
}
.item-list ul li.phase_h ul li {
	list-style-image: url(../images/bullet_half_12_h.png);
}


#block-pi_breadcrumb-0.block.block-pi_breadcrumb .content {
	border: none;
	background: white;
}


.block_inner_separator {
  height: 1px;
  width: 100%;
  margin: 5px 0 5px 0;
  background: lightgray;
}
