a {
	color: #ffffff;
}

a:hover {
	color: #dfdfdf;
}

body {
	background: url('/images/bg_main.gif') repeat-x #2f2f2f;
	margin: 0px;
}

h1 {
	color: #ffffff;
	font-size: 16px;
}

h2 {
	color: #ffffff;
	font-size: 13px;
}

h3 {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

input, select, textarea {
	background-color: #cfcfcf;
	border: 1px solid #7f7f7f;
	color: #0f0f0f;
}

.button {
	background-color: #cfcfcf;
	color: #0f0f0f;
}

td {
	color: #dfdfdf;
	font-family: verdana,tahoma,arial;
	font-size: 13px;
}

.nav {
	color: #8f8f8f;
	font-size: 10px;
	font-weight: bold;
    text-decoration: none;
}

.nav:hover {
	color: #efefef;
}

.small {
	font-size: 10px;
}

	table.media {
		border-spacing: 1px;
	}

	table.media th {
		color: #fff;
		font-size: 13px;
		font-weight: normal;
	}

	table.media th.date {
		text-align: left;
		width: 100px;
	}

	table.media th.description {
		text-align: left;
		width: 500px;
	}

	table.media th.functions {
		text-align: left;
		width: 150px;
	}

	table.media td {
		padding: 2px;
	}

	table.media td.odd {
		background: #444;
	}

	table.media td.even {
		background: #888;
	}

	div.podcast-list {
		padding: 5px;
		width: 500px;
	}

	div.podcast-list .photo {
		float: left;
		margin: 5px;
	}

	div.podcast-list .header {
		font-weight: bold;
	}

	div.podcast-list .description {
		font-size: 10px;
		min-height: 70px;
	}

	div.podcast-list .player {
		float: left;
		width: 200px;
	}

	div.podcast-list .download {
		float: left;
		margin-left: 5px;
	}

	div.podcast-list .clear {
		clear: both;
	}

