/*Default styles for talkPod, can be overrideden*/


/*Commenting Styles*/
/*pagination list formatting*/
.tP_commenting {
	display: none;
	clear: both;
}
.tP_commenting .messages{
	font-weight: bold;
	padding: 5px;
}
.tP_commenting ul.tP_pagination{
	width: 100%;
	text-align: center;
	clear: both;
	margin: 0;
	padding:  3px 0;
	display: none;
}
.tP_commenting ul.tP_pagination li{
	display: inline;
	list-style-type: none;
	padding: 0 2px;

}
.tP_commenting ul.tP_pagination .tP_page_right, .tP_commenting ul.tP_pagination .tP_page_left{
	display: none;
}
.tP_commenting ul.tP_pagination li:last-child{
	border-right: none;
}
.tP_commenting ul.tP_pagination li.selected a{
	font-weight: bold;
}
/*styles for comment list*/
.tP_commenting ul.comments{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.tP_commenting ul.comments .created_date,.tP_commenting ul#comments .flag_comment{
	font-size: .8em;
	margin: 3px 0;
}
.tP_commenting ul.comments .created_date{
	float: left;
}
.tP_commenting ul.comments .flag_comment{
	float: right;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .8em;
}
.tP_commenting ul.comments div.comment{
	clear: both;
	border: 1px solid #CCC;
	padding: 5px;
}
.tP_commenting ul.comments li{
	overflow:hidden;
}
.tP_commenting textarea.commentText{
	clear: both;
	display: block;
}



/*Rating Star Styles*/

.tP_star_rating li{
	float: left;
	clear: none;
	padding: 0px;
	border: none;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	text-decoration: none;
	
}

.tP_star_rating li.tP_rate_stats{
/*	text-indent: 0px;
	width: auto;
	cursor: auto;
	margin-right: 5px;*/
	display: none;
}
.tP_star_rating li.tP_rated_value{
	background: url(_images/star_hover.gif) no-repeat left top;
}
.tP_star_rating li.tP_rating_empty{
	background: url(_images/star_empty.gif) no-repeat left top;
}
.tP_star_rating li.tP_rated_half_value{
	background: url(_images/star_half.gif) no-repeat left top;
}
.tP_star_rating li.tP_rating_hover{
	background: url(_images/star_hover.gif) no-repeat left top;
}

/* syfy specific rating styles */
#rating{
	height: 22px;
	margin-bottom: 10px;
}
#rating span{
	float: left;
	font-size: 14px;
	padding-right: 5px;
	color: #330066;
}


/*Required Styles for talkPod*/

.snas_template{
	display: none;
}
div#gateway_message_alertbox{
	background: #FFFFFF;
	color: #666;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	position: absolute;
	top: -1000;
	left: -1000;
	padding: 10px;
	z-index:5000;
}

div#lightbox{
/*	position: fixed;*/
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	z-index:4999;
}
div.tP_internal_alertbox{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	z-index:30;
	overflow: hidden;
}
div.tP_internal_alertbox_message{
	border: 1px solid #050505;
	background: #FFFFFF;
	color: #000;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	position: absolute;
	top: -1000;
	left: -1000;
	padding: 5px;
	z-index:50;
}
div.tP_internal_alertbox_message.tP_internal_wait{
	height: 30px;
	color: #000000;
	border: none;
	padding-bottom: 10px;
	background: url('_images/Loader.gif') no-repeat center 95%;
	width:168px;
	text-indent: -9999px;
}
.tP_commenting{
	position: relative;
}
.tP_star_rating{
	position: relative;
}
.tP_star_rating li:hover{
	cursor: pointer;
}
.tP_commenting ul.tP_pagination li a:hover{
	cursor: pointer;
}

/* morgan */
#commenting{
	background: #fff;
	padding: 10px;
}
				.video_comments{
					padding: 10px;
					}
				.tP_commenting .messages{
					background: #e5e5e2;
					}
					.comments_header{
						}
					ul.comments{
						background-color: #e5e5e2;
						height: 1%;
						}
						ul.comments li{
							padding: 9px 10px;
							}
						ul.comments dl{
							margin: 0;
							padding: 0;
							}
						ul.comments dt span{
							color: #42145F;
							}
						ul.comments dl dd {
							margin: 0;
							padding: 0;
						}
							ul.comments li a{
								}
								ul.comments li .comment_text{
									color: #333333;
									}
					.module_header_internal{
						background-color: #565A5C ;
						padding: 7px 10px;
						color: #fff;
						}
					#header_user_comments{
						background-image: url(_images/user_comments.gif) ;
						background-position:  10px center;
						background-repeat: no-repeat;
						text-indent: -9999px;
						}
					#header_post_comment{
						background-image: url(_images/post_your_comment.gif) ;
						background-position:  10px center;
						background-repeat: no-repeat;
						text-indent: -9999px;
						}
						.comment_input{
							background-color: #e5e5e2;
							zoom: 1;
							padding: 0 0 8px;
							margin-top: 5px;
							}
						.comment_input .form_element_div{
							padding: 10px 10px 0;
							}
						.comment_input .form_multi_buttons{
							padding-left: 10px;
							padding-right: 10px;
							}
							.comment_input label{
								display: block;
								text-transform: capitalize;
								padding-bottom: 2px;
								}
							.comment_input input{
								width: 297px;
								height: 16px;
								border: 1px solid #9d9d9d;
								padding: 5px 3px;
								}
							.comment_input textarea{
								width: 628px;
								height: 55px;
								border: 1px solid #9d9d9d;
								}
							.comment_input .form_multi_buttons {
								padding-top: 5px;
								}
								.comment_input .submit_btn{
									background: url(_images/add_comment_btn.gif) no-repeat left top;
									height: 37px;
									width: 115px;
									display: block;
									text-indent: -9999px;
									border:0;
									}
				/***************************
				PAGINATION
				*/
				.pagination_holder {
					text-align: center;
					clear: both;
					background: #565A5C  /*url(/_images/modules/module_shadow_right_5px.gif) repeat-y right top*/;
					}
					.module_playlist_show .pagination_holder {
						background-color: #0088CE;
						}
					.module_hot .pagination_holder {
						background: #42145F;
						width: 677px;
						position: absolute;
						bottom: 0;
						}
					.pagination_holder .tP_pagination {
						padding: 5px 8px 5px 0;
						height: 17px;
						}
					.pagination_holder li, .tP_pagination li{
						padding: 0 2px;
						line-height: 0em;
						font-size: 0em;
						display: inline;
						vertical-align: middle;
						}
						.pagination_holder a, .pagination_holder .pagination_current span, .tP_pagination a, .tP_pagination .selected span{
							border: 1px solid #FFF;
							display: inline-block;
							width: 8px;
							height: 5px;
							text-indent: -100px;
							overflow: hidden;
							margin-bottom: -2px;
							}
						.pagination_holder .pagination_current span, .tP_pagination .selected span{
							background-color: #FFF;
							}
						.pagination_holder .disabled a{
							cursor: default;
							visibility: hidden;
							z-index: -10;
							}
						.pagination_holder .pagination_prev, .tP_pagination .tP_go_left {
							padding-right: 20px !important;
							line-height: 1.3em;
							font-size: 1em;
							margin-left: -80px;
							}
						.pagination_holder .pagination_next, .tP_pagination .tP_go_right  {
							padding-left: 20px !important;
							line-height: 1.3em;
							font-size: 1em;
							margin-right: -50px;
							}
							.pagination_holder .pagination_prev a, .pagination_holder .pagination_next a, .tP_pagination .tP_go_left a, .tP_pagination .tP_go_right a{
								color: #FFF;
								border: none;
								text-indent: 0px;
								width: auto;
								height: auto;
								margin-bottom: 0px;
								}
							.tP_pagination .tP_go_left a, .tP_pagination .tP_go_right a{
								
							}
							.pagination_holder .pagination_prev a, .tP_pagination .tP_go_left a {
								background: url(_images/arrow_left_on.gif) no-repeat right 3px;
								padding: 0 15px 0 0;
								}
							.pagination_holder .pagination_next a, .tP_pagination .tP_go_right a {
								background: url(_images/arrow_right_on.gif) no-repeat left 3px;
								padding: 0 0 0 15px;
								}
