.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;
}
ul.comments{
	list-style-type: none;
	/*width: 500px;*/
	margin: 0px;
	padding: 0px;
	clear: both;
}
div#commenting{
	position: relative;
}
div#commenting ul.pagination{
	display: block;
	float: right;
	clear: both;
}
div#commenting ul.pagination li{
	float: left;
	list-style-type: none;

	border-right: 1px solid black;
}
div#commenting ul.pagination li a:hover{
	cursor: pointer;
}
div#commenting ul.pagination li:last-child{
	border-right: none;
}
div#commenting ul.pagination li.selected a{
	font-weight: bold;
}
ul.comments .created_date,ul#comments .flag_comment{
	font-size: .8em;
	margin: 3px 0;
}
ul.comments .created_date{
	float: left;
}
ul.comments .flag_comment{
	float: right;
	text-transform: uppercase;
	text-decoration: none;
}
ul.comments div.comment{
	clear: both;
	border: 1px solid #CCC;
	padding: 5px;
}
ul.comments li{
	overflow:hidden;
}
textarea.commentText{
/*	width: 630px;
	font-size: 12px;
	border: 1px solid #000;
	clear: both;
	display: block;*/
}
a#comment_link{
	display: none;
}
form#comment_input{
	margin: 10px 0;
}
form#comment_input label{
	font-size: .9em;
}
form#comment_input button{
	/*font-size: .9em;*/
	margin-top: 3px;
	float:right;
}
form#comment_input button#cancel_comment{
	float:left;
	text-transform:uppercase;
}
span.vote_percent{
	margin-right: 5px;
}
div.G_internal_alertbox{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	z-index:30;
	overflow: hidden;
}
div.G_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.G_internal_alertbox_message.G_internal_wait{
	height: 30px;
	color: #000000;
	border: none;
	padding-bottom: 10px;
	background: url('/snas_gateway/ajax-loader.gif') no-repeat center 95%;
}

/*stars*/
.star_rating li{
	float: left;
	clear: none;
	padding: 0px;
	border: none;
	display: block;
	float: left;
	width: 20px;
	height: 16px;
	text-indent: -9999px;
	text-decoration: none;
	}
	.star_rating li.G_rated_value{
			background: url(/_images/icons/stars/star_full.gif) no-repeat left top;
		}
		.star_rating li.G_rating_empty{
			background: url(/_images/icons/stars/star_empty.gif) no-repeat left top;
			}
		.star_rating li.G_rated_half_value{
			background: url(/_images/icons/stars/star_half.gif) no-repeat left top;
			}
		.star_rating li.G_rating_hover{
			background: url(/_images/icons/stars/star_hover.gif) no-repeat left top;
			}

div.module_article_comments dd.flag_comment{
	float: right;
	margin-top: -13px;
}
div.module_article_comments div.messages{
	font-size: 1.3em;
	margin: 10px 0 -10px 25px;
}