/* border around non-public events */
div.nonpublic_event {
	border: 3px dotted red;
}
body.section-event div#content-header {
	border-top: 8px solid black;
	margin-top: 6px;
	padding-top: 8px;
}
/* links top etc */
body.section-event ul.links /* Taxonomy links, node links, comment links */
  {
    display: block !important;
    margin: 0;
    padding: 0;
	position: relative;
	left: 548px;
	top: -20px;
	text-align: right;
	width: 150px;
 }

body.section-event ul.links.inline
  {
    display: inline !important;
  }

body.section-event ul.links li
{
	font-size: 11px;
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
	padding-left: 4px !important;
	text-transform: lowercase;
 }

/*  event calendar table styles  */
.event-calendar table {
	position: relative;
	top: -40px;
  border: 2px solid black;
  border-collapse: collapse;
  border-spacing: 0;
  width: 99%; /* Setting at 100% causes problem in Internet Explorer. */
  margin-bottom: 1em;
}
.event-calendar table caption {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: helvetica, sans, sans-serif;
	width: 470px;
	text-align: right;
}
.event-calendar table caption a {
	text-decoration: none;
}
.event-calendar tr {
  padding: 0;
  margin: 0;
  background: white;
}
.event-calendar th {
  color: white;
  background: black;
  text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	font-family: helvetica, sans, sans-serif;
}
.event-calendar .month-view td,
.event-calendar .week-view td {
  width: 14%; /* 14% is about 1/7 of total table width */
}
.event-calendar td {
  border: 2px solid black;
  color: black;
  text-align: right;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.event-calendar th.heading {
  border-width: 1px 0px;
}
.event-calendar th.prev {
  text-align: left;
  border-width: 1px 0px 1px 1px;
}
.event-calendar th.next {
  text-align: right;
  border-width: 1px 1px 1px 0px;
}
.event-calendar th a {
  font-weight: bold;
  color: #363636;
}
.event-calendar td a {
  color: #222244;
  font-weight: bold;
  text-decoration: none;
}
.event-calendar td a:hover {
  text-decoration: underline;
}
.event-calendar td.sat, .event-calendar td.sun {
  background: #95A9BC;
}
.event-calendar td.selected {
  background: #88C1F6;
}
.event-calendar td.today {
  background: #FFCC00;
}
.event-calendar td.year, .event-calendar td.month {
  text-align: center;
  border-width: 1px 0px;
}

/*  days of the week header cells */
.event-calendar td.days {
  color: #cce;
  background: #224;
  text-align: center;
  border: 1px solid #242;
  border-width: 0 1px 1px 0;
}

/*  floating day number div  */
.event-calendar div.day {
  float: right;
  text-align: center;
  padding: 0.125em 0.25em 0 0.25em;
  margin: 0;
	width: 18px;
  background: black;
	font-weight: bold;
	color: white;
	font-size: 11px;
}

/*  event node times for the body */
.event-nodeapi div {
  color: #000;
  /*padding:0.5em 1em 0 0;*/
  line-height:35px;
}
.event-nodeapi div label { color: #999; }

/*  individual node container  */
.event-calendar div.event {
/*   font-style: italic; */
/*   background-color: #fff; */
  text-align: left;
  margin: 0.25em 0 0.5em 0.25em;
}
.event-calendar div.title a {
  color: black;
	font-weight: normal;
	font-size: 11px;
}
.event-calendar div.title a:hover {
	text-decoration: underline;
}
.event-calendar .content {
  margin-top: 12px;
  padding: 3px;
  border-left: solid 8px #ddd;
  padding-left: 5px;
}
.event-calendar div.type {
  margin-left: 5px;
}
.event-calendar div.type a {
  color: #00c;
}
.event-calendar div.type a:hover {
/*   color: #c00; */
}
.event-calendar div.links {
  padding-left: 3px;
}
.event-calendar div.links a {
  color: #00c;
}
.event-calendar div.links a:hover {
  color: #c00;
}
.event-calendar .start {
	font-size: 11px;
  font-style: normal;
  color: #555;
}
.event-calendar .end {
	display: none;
}
.event-calendar .ongoing {
  font-style: normal;
  color: #555;
  margin: 2px 0 2px 0;
  padding-left: 9px;
}
.event-calendar div.info {
  visibility: hidden;
  height: 0px;
  overflow:hidden;
  padding-left: 3px;
}
/*  individual node view styles  */
/* month view */
.event-calendar div.monthview {
	line-height: 11px !important;
	font-size: 11px !important;
	padding: 4px;
	margin: 0px;
}
.event-calendar div.monthview .title a {
	line-height: 11px !important;
	font-size: 11px !important;
	font-weight: bold;
}
/* don't show 'all day' */
.event-calendar div.monthview div.ongoing {
	display: none;
}
/* week view */
.event-calendar div.weekview .title {
line-height: 11px;
}
/* list-view */

.event-calendar div.list-view {
	background: white;
	padding: 0px;
	margin: 0px;
  width: auto;
}
.event-calendar div.list-view div.tableview {
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-left: 2px solid black;
	padding: 0px;
	margin: 0px;
	padding-top: 4px;
	
}
.event-calendar div.list-view div.day {
	clear: both;
	width: 200px;
	font-style: normal;
}
.event-calendar div.list-view div.title a {
	display: block;
  color: black;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin-left: 4px;
}
.event-calendar div.list-view div.start {
	font-size: 16px;
	padding-left: 4px;
}
.event-calendar div.list-view ul.links {
	text-align: left;
	clear: both;
    display: block !important;
    margin: 0;
    padding: 0;
	position: relative;
	left: 0;
	top: -20px;
	text-align: right;
/* 	border: 1px solid red; */
	width: auto;
}
.event-calendar div.list-view ul.links li.more_info {
	position: relative;
	text-align: left;
}
.event-calendar div.list-view ul.links li.more_info a {
	color: black;
	text-decoration: underline;
	padding-right: 8px;
}
/* table view */
.event-calendar div.table-view {
	background: white;
	padding: 0px;
	margin: 0px;
  width: auto;
}
.event-calendar div.table-view div.tableview {
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-left: 2px solid black;
	padding: 0px;
	margin: 0px;
	padding-top: 4px;
	
}
.event-calendar div.table-view div.day {
	clear: both;
	width: 50px;
	font-style: normal;
}
.event-calendar div.table-view div.title a {
	display: block;
  color: black;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin-left: 4px;
}
.event-calendar div.table-view div.start {
	font-size: 16px;
	padding-left: 4px;
}
.event-calendar div.table-view ul.links {
	text-align: left;
	clear: both;
    display: block !important;
    margin: 0;
    padding: 0;
	position: relative;
	left: 0;
	top: -20px;
	text-align: right;
/* 	border: 1px solid red; */
	width: auto;
}
.event-calendar div.table-view ul.links li.more_info {
	position: relative;
	text-align: left;
}
.event-calendar div.table-view ul.links li.more_info a {
	color: black;
	text-decoration: underline;
	padding-right: 8px;
}
/* day view */
.event-calendar div.dayview {
  width: auto;
	padding: 4px;
	padding-top: 8px;
}
.event-calendar div.dayview div.title a {
  color: black;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.event-calendar div.dayview div.start {
	font-size: 16px;
}
.event-calendar div.tableview {
  width: auto;
}
.event-calendar div.tableview .links {
}
.event-calendar .event-empty {
  min-height: 4em;
}
/* hack to make Internet Explorer for Windows display calendar height correctly \*/
* html .event-calendar .event-empty {
  height: 6em;
}
/* end of hack */
.container-inline .day input {
  width: auto;
  display: inline;
}

/*  multi-day event top stripes  *//*
.event-calendar .event .stripe {
  height: 5px;
}
.event-calendar .event .stripe-1 {
  background-color: #FF6;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-2 {
  background-color: #F66;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-3 {
  background-color: #668CFF;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-4 {
  background-color: #FFB366;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-5 {
  background-color: #85FF66;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-6 {
  background-color: #A666FF;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-7 {
  background-color: #FFE066;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-8 {
  background-color: #66FFFF;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-9 {
  background-color: #FF66D9;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-10 {
  background-color: #DDD;
  height: 5px;
  width: 100%;
}*/
.event-calendar div.month-view table.event-block thead,
.event-calendar div.month-view table.event-block tbody {
}
.event-calendar div.month-view table.event-block th { 
  font-weight: normal;
}
#block-event-1 .item-list ul li a { 
  margin-top: 8px; 
}

span.event-timeleft {
  padding-bottom: 3px;
  text-align: right;
  width: auto;
  display: block;
}
span.event-nodetype {
  padding: 0px 0px 0px 5px;
  display: block;
  width: auto;
  text-align: right;
  float: right;
}
.ical-link {
  text-align: right;
}
.event div.form-item {
  white-space: normal;
}

/* sponsor references hiding */
div.field-field-event-sponsor div.node-type-sponsor h2.title a {
	font-size: 16px;
	font-weight: normal;
}
div.field-field-event-sponsor div.node-type-sponsor div.submitted, div.field-field-event-sponsor div.node-type-sponsor div.image-caption {
	display: none;
}

