/*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: 5px 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{
	width: 630px;
	border: 1px solid #000;
	clear: both;
	display: block;
}



/*Rating Star Styles*/

.tP_star_rating li{
	float: left;
	clear: none;
	padding: 0px;
	border: none;
	display: block;
	float: left;
	width: 12px;
	height: 11px;
	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_empty.png) no-repeat left top;
}
.tP_star_rating li.tP_rating_empty{
	background: url(_images/star_empty.png) no-repeat left top;
}
.tP_star_rating li.tP_rated_half_value{
	background: url(_images/star_half.png) no-repeat left top;
}
.tP_star_rating li.tP_rating_hover{
	background: url(_images/star_hover.png) no-repeat left top;
}


/*Required Styles for talkPod*/

.snas_template{
	display: none;
}
div#gateway_message_alertbox{
	border: 1px solid #050505;
	background: #FFFFFF;
	color: #000;
	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/loading.gif') no-repeat center 95%;
}
.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;
}
/* GARRETT CHANGES */
#poll{
	margin-bottom:10px;
	}
#poll dt{
	font-weight:bold;
	}
#poll button{
	border:1px solid #000000;
	}
