html, body {
	height: 100%;
	margin: 0;
}
a {
	color: #09c;
	text-decoration: none;
}
h2 {
	color: #4e4e4e;
	font-family: 'Hammersmith One', sans-serif;
	font-weight: bold;
	font-size: 26px;
	text-shadow: 2px 2px 2px #ccc;
	font-weight: normal;
}
#navigation {
	display: block;
	border-radius: 20px;
	position: absolute;
	top: 25px;
	right: 10px;
	border: 1px solid #999;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position:inside;
	overflow: hidden;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	box-shadow: -2px -2px 5px #ccc, 2px 2px 5px #fff;
}
#navigation li {
	font-size: 14px;
	text-align: center;
	width: 100px;
	color: #09c;
	margin: 0px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-shadow: 1px 1px #fff;
	float: left;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;	
}
#navigation a {
	width: 110px;
	display: inline;
}
.navigationBackground {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;	
}
.navigationHover {
	background: rgb(224,224,224); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(224,224,224,1) 0%,rgba(250,250,250,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;	
}
#floatingHeader {
	z-index: 5;
	height: 95px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0px 3px 4px #bbb;
	min-width: 700px;
	background: rgb(246,248,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(238,238,238,1) 23%, rgba(238,238,238,1) 93%, rgba(150,150,150,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(23%,rgba(238,238,238,1)), color-stop(93%,rgba(238,238,238,1)), color-stop(100%,rgba(150,150,150,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(238,238,238,1) 23%,rgba(238,238,238,1) 93%,rgba(150,150,150,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(238,238,238,1) 23%,rgba(238,238,238,1) 93%,rgba(150,150,150,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(238,238,238,1) 23%,rgba(238,238,238,1) 93%,rgba(150,150,150,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(238,238,238,1) 23%,rgba(238,238,238,1) 93%,rgba(150,150,150,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#969696',GradientType=0 ); /* IE6-9 */
}
input[type=submit] {
  cursor: pointer;
}
.showTitle {
	font-size: 25px;
	font-weight: bold;
	color: #09c;
}
.navButton {
  width: 100px;
  height: 50px;
  font-size: 12px;
  font-weight: bold;
  float: left;
}
#showList {
	padding-left: 0px;
	width: 100%;
	height: 251px;
	overflow: scroll;
	overflow-x: hidden;
	font-size: 15px;
	position: absolute;
	top: -15;
	left: 0;
}
#showList li {
	list-style: none;
	font-size: 13px;
	line-height: 20px;	
	padding: 10px;
	border-bottom: 1px solid #b9d9e8;	
	cursor: pointer;
	height: 42px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#showList li {
	list-style: none;
	font-size: 13px;
	line-height: 20px;	
	padding: 10px;
	border-bottom: 1px solid #ccc;	
	cursor: pointer;
	height: 42px;
	overflow: hidden;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#showList li:hover {
	background: rgb(246,248,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
}
#showList li.selected {
	background: rgb(243,246,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(243,246,249,1) 0%, rgba(203,228,245,1) 50%, rgba(181,218,243,1) 51%, rgba(229,243,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,246,249,1)), color-stop(50%,rgba(203,228,245,1)), color-stop(51%,rgba(181,218,243,1)), color-stop(100%,rgba(229,243,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(243,246,249,1) 0%,rgba(203,228,245,1) 50%,rgba(181,218,243,1) 51%,rgba(229,243,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(243,246,249,1) 0%,rgba(203,228,245,1) 50%,rgba(181,218,243,1) 51%,rgba(229,243,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(243,246,249,1) 0%,rgba(203,228,245,1) 50%,rgba(181,218,243,1) 51%,rgba(229,243,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(243,246,249,1) 0%,rgba(203,228,245,1) 50%,rgba(181,218,243,1) 51%,rgba(229,243,253,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f6f9', endColorstr='#e5f3fd',GradientType=0 ); /* IE6-9 */
}
.showImage {
	width: 40px;
	height: 40px;
	float: left;
	border: 1px solid #ccc;
	background: #eee;
	border-radius:4px;
	overflow: hidden;
	box-shadow: 1px 1px 2px #bbb;
}
.hostImage {
	border: 1px solid #ccc;
	background: #eee;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 2px 2px 3px #bbb;
}
.showInfo {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#playerContainer {
	width: 420px;
	position: absolute;
	top: 251px;
	left: 0px;
}
.downloadEpisodeButton {
	box-shadow: 1px 1px 2px #bbb;
	text-align: center;
	cursor: pointer;
	width: 185px;
	padding: 8px;
	color: #eee;
	font-size: 12px;
	background: #666;
	border-radius: 5px;
	font-weight: bold;
	z-index: 5;
}
#episodeList {
	padding-left: 0px;
	#max-height: 495px;
	#overflow: auto;
	#overflow-x: hidden;
	font-size: 15px;
	#position: absolute;
	#top: 0;
	#left: 0;
	border: 1px solid #000;
	border-radius: 10px;
	box-shadow: 2px 2px 3px #bbb;
	overflow: hidden;
}
#episodeList li {
	list-style: none;
	font-size: 13px;
	line-height: 20px;	
	padding: 10px;
	border-bottom: 1px solid #ccc;	
	cursor: pointer;
	overflow: hidden;
	#min-height: 50px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
#episodeList li:hover {
	background: rgb(239,247,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(239,247,255,1) 0%, rgba(205,224,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,247,255,1)), color-stop(100%,rgba(205,224,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,247,255,1) 0%,rgba(205,224,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,247,255,1) 0%,rgba(205,224,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,247,255,1) 0%,rgba(205,224,239,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,247,255,1) 0%,rgba(205,224,239,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7ff', endColorstr='#cde0ef',GradientType=0 ); /* IE6-9 */
}
#episodeList li.selected {
	background: rgb(243,246,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(243,246,249,1) 0%, rgba(203,228,245,1) 50%, rgba(181,218,243,1) 51%, rgba(229,243,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,246,249,1)), color-stop(50%,rgba(203,228,245,1)), color-stop(51%,rgba(181,218,243,1)), color-stop(100%,rgba(229,243,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(243,246,249,1) 0%,rgba(203,228,245,1) 50%,rgba(181,218,243,1) 51%,rgba(229,243,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(243,246,249,1) 0%,rgba(203,228,245,1) 50%,rgba(181,218,243,1) 51%,rgba(229,243,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(243,246,249,1) 0%,rgba(203,228,245,1) 50%,rgba(181,218,243,1) 51%,rgba(229,243,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(243,246,249,1) 0%,rgba(203,228,245,1) 50%,rgba(181,218,243,1) 51%,rgba(229,243,253,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f6f9', endColorstr='#e5f3fd',GradientType=0 ); /* IE6-9 */
}
.button_over {
	opacity:1;
}

#reset-password ul {
    list-style-type: none;
}

#reset-password ul {
    padding-left: 0;
}