h1 {
	margin-top: 0;
}

h3 {
  padding-top: 0.8em;
  border-bottom: 1px solid #efefef;
}

#main_column .item h3 {
  border-bottom: 0;
}

table.about {
}

table.about_view h3 {
  padding-bottom: .1em;
  font-size: 160%;
}

table.about_view td {
  padding: .5em 0;
  vertical-align: top;
}

table.rsvp {
  width: 100%;
}

table.item h3 {
  border-bottom: none;
  padding-bottom: 0.2em;
}

table.item {
  border-bottom: 1px solid #efefef;
  border-collapse: collapse;
}

table.rsvp td {
  vertical-align: middle;
  text-align: center;
}

.article {
  padding-bottom: 1.5em;
  margin-bottom: 1em;
}

span.meeting_state, span.meeting_to, span.meeting_to a {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #4d4d4d;
}

.subscribe img {
  vertical-align: middle;
  padding-right: 1em;
}

/* TODO: Hack for IIR - remove someday */
.external_agenda {
  position: absolute;
  right: 1em;
}

/* Member page changes */
#content.member #main_column {
  border-right: 12px solid #FFFFFF;
}

/* Speakers */
#sidebar_right h2, #sidebar_right h3 {
  margin-bottom: 0.7em;
}

.speaker div.thumbnail {
	border-bottom:1px dotted #EFEFEF;
	clear:both;
	float:none;
	margin-top:0.4em;
	min-height:6em;
	padding:0;
	text-align:left;
	width:auto;
}

.speaker div.thumbnail a {
  line-height: 1em;
	position:relative;
	top: 0.5em;
}

.speaker div.thumbnail img {
  float: left;
  padding-right: 1em;
}

span.speaker_company {
  display: block;
  font-size: 97%;
  color: #555;
  line-height: 1.6em;
  margin-left:7.1em;
}

span.speaker_position {
  display: block;
  font-size: 97%;
  color: #555;
  margin-top:1em;
  margin-left:7.1em;
}

table#event_summary {
  clear: both;
  height: 100%;
}

table#event_summary th {
  font-family: "Century Gothic" , Arial, sans-serif;
}

table#event_summary td.block {
  height: 1.8em;
}

table#event_summary td {
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  height: 100%
}

table#event_summary td div.event_header {
  height: 24px;
  background-color: #ccc;
  text-align: right;
}

table#event_summary td div.attending a {
  font-weight: bold;
}

table#event_summary td.event_length {
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #aaa;
  background-color: #f6f6f6;
}

table#event_summary div.event_cell {
	height: 100%;
}

table#event_summary td div.event_content {
	position: relative;
  padding: 1em;
}

table#event_summary .event_subject a {
  font-size: 110%;
}

table#event_summary .event_description {
	left: 0;
	top: 0;
  /* This works in everything but IE6 and IE7, sigh.
     See http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html.  
     So we just hard-code it in to the html
  z-index: 2; */
	position: absolute;
	background-color:#777;
	width: 100%;  /*IE7 Fix */
	padding: 0;
	margin: 0;
}

table#event_summary .event_description p {  /*IE7 Fix */
	color:white;
	padding: 0.5em;
	margin: 0;
	background-color:#777;
}

table#event_summary td.event_time {
  border-right: 10px solid white;
	padding: 0.4em 0.2em;
	font-size: 120%;
}

table#event_summary td.event_time.odd {
  color: #4d4d4d;
  border-top: 1px solid #222;
  font-weight: bold;
}

table#event_summary td.event_time.even {
  color: #aaa;
  border-top: 1px solid #ccc;
}

table#event_summary td.event_box.grey {
  background-color: #efefef;
}

h2.day_title {
	background-color: #222;
	color: #fff;
	padding: 0.4em 0 0.4em 0.6em;
	margin-bottom: .3em;
	text-transform: none;
}

h2.day_title span {
	font-family: Verdana, Arial, sans-serif;
	color: #bbb;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
	margin-left: .2em;
}

.day_group {
  position: relative;
  width: 100%;
}

ul.days {
	background: #ffffff none repeat scroll 0 0;
	height: 4.8em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 2em;
	padding: 0 0 0.7em;
	position: relative;
	border-bottom: 1px solid #efefef;
	min-width: 900px;
}

ul.days li {
  float: left;
  margin: 0;
  padding: 0;
  width: 15%;
}

ul.days li p {
	background-color:#efefef;
  padding: 0.5em .7em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 150%;
  line-height: 1.1em;
  margin: 0 8px 0 0;
	-moz-border-radius: 0.2em;
}

ul.days li.current p, ul.days li.current p:hover {
  background-color: #D2232A;
}


ul.days li p:hover { 
  background-color: #cccccc;
}

ul.days li.current p a, ul.days li p:hover a {
  color: #ffffff;
}

ul.days li.days_help p {
  color: #4d4d4d;
}

ul.days li.days_help {
	width: 22%;
}

ul.days li.days_help p {
	background-color: #ffffff;
}

ul.days li.current p em, ul.days li.current p:hover em {
  color: #ffffff;
}

ul.days li p:hover em {
	color: #ffffff;
}

ul.days li.days_help p:hover em {
	color: #4d4d4d;
}

ul.days li p a {
  color: #4d4d4d;
  font-weight: bold;
}

ul.days li em {
  font-style: normal;
  color: #AAAAAA;
  display: block;
	font-family:Verdana, Arial, sans-serif;
	font-size:63%;
  font-weight: normal;
  padding-left:1px;
}

/* Event Listing Style */

table.item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

table.item ul li {
	margin: 0.25em 0;
}

table.item ul li .item_label {
	float: left;
	width: 7em;
}

.timezone_info {
  font-weight: bold;
  padding-bottom: 35px;
}

/* Event editor */

.icon_container {
  float: left;
}

#feature_browser_content .icon_container {
  width: 80px;
}

#feature_browser_content .item {
  padding: 0.5em 0 2em;
  border-bottom: 1px solid #efefef;
}

#feature_browser_content .item p {
  margin-left: 6.6em;
}

.sideRight #feature_browser_content h3 {
  border-bottom: 0;
  margin-bottom: 0;
  border-top: 0;
}

.editor_body {
  position: relative;
  margin-left: 130px;
}

/* Speakers table */
.editor_body table.speakers {
  width: 100%;
  border-collapse: collapse;
}
.editor_body table.speakers td {
  padding: 0.7em 0 0.7em 0;
  border-bottom: 1px solid #ccc;
}
.editor_body table.speakers td.label {
  padding-left: 0.7em;
}
.editor_body table.speakers td.input {
  text-align: right;
}
.editor_body table.speakers td.input a {
  font-weight: bold;
  padding: 0 2em 0 2em;
}

.editor_body table.speakers td.add_speakers p {
  font-weight: bold;
  padding: 0 2em 0 2em;
}

/* Sessions Admin */

.editor_body table.speakers td.add_speakers {
	background-color: #efefef;
}

.editor_body table.speakers td.input {
	background-color: #efefef;
}

/* Tracks Admin */
table.tracks-admin td {
  text-align: center;
}
table.tracks-admin input.track-name {
  width: 400px;
}
table.tracks-admin input.track-position {
  text-align: right;
  width: 35px;
}
table.tracks-admin th.new-tracks {
  font-size: 1.4em;
  padding-top: 1.5em;
}
table.tracks-admin td.submit {
  text-align: right;
}
table.tracks-admin td.submit input {
  width: 300px;
  text-align: center;
  font-weight: bold;
  margin-top: 2em;
}

/* Print Schedule */

form.search fieldset {
  position: relative;
}

a.print_schedule_link, a.print_schedule_link:visited {
  font-family: Arial, sans-serif;
  font-weight: bold;
  float: right;
  font-size: 120%;
  margin-right: 70px;
  height: 20px;
  margin-top: -2px;
}

a.print_schedule_link:hover {
  text-decoration: none;
}

a.print_schedule_link img {
  margin-right: 10px;
}