/**
 * @file
 * CSS targeted specifically for Internet Explorer 7 (and earlier) for Windows.
 *
 * Any CSS in this file will apply to all versions of IE before IE 8. You can
 * target specific versions of IE by using conditional comments. See your
 * sub-theme's .info file for an easy way to use them.
 */


/*
 * Tabs
 */

ul.primary li a,
ul.primary li a .tab,
ul.secondary li a,
ul.secondary li a .tab {
  cursor: pointer;
}

/*
 * Drupal nodes
 */

.node-unpublished>* {
  position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}

/*
 * Drupal admin tables
 */
tr.even th,
tr.even td,
tr.odd th,
tr.odd td {
  border-bottom: 1px solid #ccc; /* IE doesn't display borders on table rows */
}




.footer-info span.copyright {
    margin: 0 8px 0 0;
    padding: 0 8px;
	float:left;
}
.footer-info ul.menu li.last {
	margin-right:0;
}
.node-type-generic.section-news #content .col-1 .news-list ul li.views-row .date-box {
	width:64px;
	margin:0;
	padding-right:12px;
}
.node-type-generic.section-news #content .col-1 .news-list ul li.views-row .date-box .date-dd,
.node-type-generic.section-news #content .col-1 .news-list ul li.views-row .date-box .date-mon {
	width:64px;
}