#player {
	position: relative;
}

#player,
#player * {
	cursor: default;
}

#player {
	position: relative;
}

#player,
#player * {
	cursor: default;
}

#player .error,
#player .interface {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}

#player .description {
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
}

#player .error {
	visibility: hidden;
}

#player .interface {
	left: -10000px;
}

#player .title {
	height: 1.3em;
	overflow: hidden;
	position: absolute;
}

#player .position-status-description {
	height: 1.3em;
	position: absolute;

}

#player .position-status {
	float: left;
	z-index: 10000;
}

#player .play-pause {
	cursor: pointer;
	outline: none;
	position: absolute;
	text-indent: -10000px;
}

#player .new-window,
#player .close-window {
	cursor: pointer;
	outline: none;
	position: absolute;
	text-indent: -10000px;
}

#player .seekbar {
	position: absolute;
}

#player .seekbar-buffered {
}

#player .seekbar-handle {
	cursor: pointer;
}

#player .volbar-empty,
#player .volbar-full {
	cursor: pointer;
	position: absolute;
}

#player .volbar-full {
	position: absolute;
	width: 0px;
	height: 100%;
}
#player .rating {
	position: absolute;
}

#player .score-width {
	position: absolute;
	display: none;
}

#player .current-score,
#player .score {
	position: absolute;
}

#player .message {
	position: absolute;
	z-index: 100000;
}

#popupList {
	position: absolute;
}

#popupList ul {
	margin: 0;
	padding: 2px;
}

#popupList ul li {
	padding: 0;
	margin-left: 6px;

	list-style: none;
}

#popupList {
	position: absolute;
	overflow: auto;
}

#popupList {
	font-size: 90%;

	background-color: #FFF;
	border: 1px solid #000;
	left: 10px;
	top: 210px;
	margin-top: 15px;
	height: 200px;
}

#popupChannelList {
	width: 124px;
	background-color: #EEE;
}

.extControls {
	font-size: 10px;

	position: relative;
	top: 170px;

	margin: 0;

	padding: 0;
	width: 410px;
	text-align: center;

	overflow: none;
}

.scroller {

	overflow: hidden;
}

.scrollerContent {
	position: relative;
}

/* Video Addon */
#videoPlayer {
	float: left;
	padding-top: 6px;
	padding-left: 16px;
	position: absolute;
	left: 0;

	overflow: hidden;
}

#videoVote {
	position: absolute;
	top: 30px;
	left: 30px;
}

#videoControls {
	display: none;
}


#commentsForm {
    width: 100%;

    margin-top: 20px;  
}

#commentsForm label {
    float: left;
    width: 15em;
    text-align: right;
    margin-right: 1em;
}

#commentsForm textarea {
    float: left;
}

#commentsForm p {
    text-align: left;
    margin: 4px;
    padding: 0;
    overflow: auto;
}

#commentsForm p.close {
    text-align: right;
    font-size: 90%;
}

#commentsForm #add-captcha {
    position: relative;
    top: -4px;
    margin-left: 16em;
    width: 480px;
    overflow: auto;

    height: 105px;
}

#commentsForm #add-captcha p {
    position: absolute;
    left:228px;
    top: 0;
}

#commentsForm #add-captcha p.captcha {
    left: 0;
    text-align: right;
}

#commentsForm #add-captcha p.new {
    width: 225px;
    top: 67px;
    left: 0;
    text-align: right;

    font-size: 75%;
}

#commentsForm #add-captcha p.controls a {
    display: block;
    width: 23px;
    height: 23px;
}

#commentsForm #add-captcha p.controls a span {
    display: none;
}

#commentsForm #add-captcha p.controls a.captcha-play {
    background: url(/images/captcha/listen.gif) top left no-repeat;
    margin-bottom: 2px;
}

#commentsForm #add-captcha p.controls a.captcha-refresh {
    background: url(/images/captcha/refresh.gif) top left no-repeat;
}


.podcastComments {
    margin-top: 20px;  
    margin-left: 3px;    

    z-index: 8;
    width: 740px;

    text-align: center;

    background: #FFF;
    padding: 4px;

    display: none;
}



.podcastComments .comment {
    margin-top: 1em;

    text-align: left;

    border: 0;
    border: 1px solid #000;
}

.podcastComments .comment div {
    padding: 0.2em;
}

.podcastComments .comment .date {
    float: left;
    width: 15em;
}

.podcastComments .comment .from {
    float: left;
    width: 25em;
}

.podcastComments .comment .c_message {
    clear: both;
}

.comment-errors {
    color: #A00;
}

.comment-errors .errors {
    color: #A00;
    text-align: left;
}

.comment-errors .success {
    color: #0A0;
}

.commentsForm input.error {
    background: #FCC;
}
