@charset "utf-8";
/* CSS Document */

/* Media.php Page */

h2#media_title {
	font-size: 1.3em;
	margin: 15px 10px 10px 15px;
	text-align: left;
}

h2#media_title span {
	float: right;
	font-size: 0.8em;
	font-style: normal;
	text-align: right;
	padding-right: 10px;
}

h2#media_title a:link {
	font-style: normal;
	color: #6982BA;
}

h2#media_title a:hover {
	color: #9FAFD4;
}

p#audio_instructions {
	font-size: .9em;
	font-style:italic;
	margin: 0 15px 18px 15px;
}

table#media_list {
	width: 95%;
	margin-left: 15px;
	margin-right: 10px;
}

table#media_list th {
	font-weight: bold;
	font-size: 1em;
	text-align: left;
}

table#media_list td {
	padding: 3px 0 3px 0;
	text-align: left;
	width: auto;
	font-size: 0.85em;
}
	

table#media_list a {
	color: #6982BA;
}

table#media_list a:hover {
	color: #9FAFD4;
}


table#audio_list, table#video_list {
	width: 93%;
}

td.media_date {
	width: 80px;
	margin: 15px 0;
}

#type_link {
	text-align: right;
	margin: -20px 20px 10px;
}


/*  End Media.php Page */


/*  Audio.php and Video.php Page*/

body#video {
	background: #EEF0F7;
}

body#audio {
	background: #EEF0F7;
}

h1#video_title, h1#audio_title {
	font-size: 1.5em;
	padding: 25px 0 0 120px;
	margin: 0 0 0 10px;
	background: url(../images/logo_small_trans.gif) no-repeat left center;
	height: 50px;
}

table#player {
	margin-top: 10px;
}
	
td#video_description, td#audio_description {
	padding: 10px;
	vertical-align: top;
}

/*  End Audio.php and Video.php Page */