/* CSS Document */

#media_tabs {
  float:left;
  width:545px;
  /*background:#DAE0D2 url("images/bg.gif") repeat-x bottom;*/
	background: url("images/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#media_tabs ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#media_tabs ul li {
  float:left;
  background:url("images/left.gif") no-repeat left top;
  margin:0 2px;
  padding:0 0 0 9px;
  }
#media_tabs ul li a {
  float:left;
  display:block;
  background:url("images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#media_tabs ul li a {float:none;}
/* End IE5-Mac hack */
#media_tabs ul li a:hover {
  color:#333;
  }
#media_tabs #current {
  background-image:url("images/left_on.gif");
  }
#media_tabs #current a {
  background-image:url("images/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }

#media_list {
	clear: both;
	padding: 0;
	margin: 0;
}

#media_list table {
	width: 545px;
/*	font-size: .9em;*/
}

#message_table th {
	padding-top: 10px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

#music_table {
	margin-top: 10px;
}

#media_list td {
	vertical-align: top;
	padding-right: 5px;
}

.media_date {
	text-align: right;
}

#download_footnote {
	font-size: 10px;
	font-style: italic;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.podcast {
	float: right;
	margin: 0 10px;
}

.page_links {
	font-size: 12px;
	text-align: right;
	margin-top: 20px;
}

.page_links .grayed {
	color: #bbbbbb;
}

.page_links .cur_page {
	font-weight: bold;
}

#flashPlayer {
	margin-top: 30px;
	margin-bottom: 20px;
}

.video {
	margin: 0 auto;
	padding: 30px;
}