





/* Archives */

.archives {
	font:bold 1em Verdana;
	text-decoration:none;
}

.archives:hover {text-decoration:underline;}

/* Filter */

.filter {
	padding:0 0 15px 0;
	font:1em Tahoma;
	text-align:center;
}	

/* Poll */

.poll {
	padding:0 10px 10px;
}

/* Search-block */

.search-block {
	padding:0 10px 10px;
}

/* Navigation */

.navigation {
	color:#666;
	padding:10px 0 5px;
	text-align:center;
	font:1em Tahoma;
}

	.navigation a {
		text-decoration:none;
		color:#707172;
		background:#e7f5fc;
		border:1px solid #c4c6c8;
		padding:3px 5px;
	}

	.navigation a:hover {
		background:#1992eb;
		color:#fff;
		border-color:#c4c6c8;
	}

	.navigation span {
		text-decoration:none;
		background:#dfdfdf;
		padding:3px 5px;
		border:1px solid #c4c6c8;
		color:#777;
	}

/* Add comments */

.addcomment {
	width:462px;
	vertical-align:top;
	text-align:left;
}

	.addcom {
		width:462px;
		margin-bottom:10px;
	}

		.addcomment textarea {
			width:100%;
			border:none;
			height:100px;
		}
		
		.addcom .button {margin-top:7px;}

	.commentform {
		width:24%;
	}

/* Comment */

.comment {
	background:#fafafa;
	border:1px solid #dadada;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin:0 0 15px;
}

/* Comments styles */

.comment-head {
	padding:6px;
	overflow:hidden;
	zoom:1;
	font-weight:bold;
}

	.comment-head .right {
		float:right;
	}
	
.comment-content {
	overflow:hidden;
	padding:0 0 7px;
	zoom:1;
	color:#444;
	background:#fff url("../../../templates/Seviarynets/images/comment.gif") repeat-y left;
}

	.author-info {
		float:left;
		width:115px;
		padding:6px;
		font-size:0.9em;
	}
	
	.comment-body {
		display:table;
		padding:6px;
	}
	
.comment-footer {
	padding:5px 6px;
	color:#333;
	text-align:right;
}

/* Add news */

.addnews {
	width:98%;
}

	.addnews td {
		padding:3px;
	}

		.addnews textarea {
			width:100%;
			height:100px;
		}

		.addnews .textbox {
			width:200px;
		}
		
		.addnews img {
			vertical-align:top;
		}

/* Feedback */

.feedback {
	width:98%;
}

	.feedback td {
		padding:3px;
		vertical-align:top;
	}

		.feedback textarea {
			width:100%;
			height:100px;
		}

/* Lost password */

.lostpassword td {
	padding:3px;
}

/* Personal message */

.pm {
	border-collapse:separate;
	width:98%;
}

	.pm td {
		padding:3px;
	}

		.pm textarea {
			width:100%;
			border:0;
			height:100px;
		}

/* Registration */

.registration td{
	padding:5px;
}

	.registration .button1 {
		margin-bottom:0;
	}

	.registration .textbox {
		width:150px;
	}

/* User info */

.userinfo {
	width:98%;
	margin-bottom:10px;
}

	.userinfo td {
		padding:3px;
		vertical-align:top;
	}

		.userinfo textarea {
			width:100%;
			height:80px;
		}

		.userinfo .textbox {
			width:200px;
		}

/* Stats */

.stats {
	border-collapse:separate;
	margin-bottom:10px;
	width:98%;
}

	.stats td {
		vertical-align:top;
		padding:3px;
	}

/* News edit */

.news-edit {
	padding:3px;
	border:1px dotted #333;
	background:#eee;
	margin:5px 0;
	color:#333;
}

.vote-result {
	width:95%;
}

/* Related news */

.related-news {
	padding:6px;
	margin:6px;
	font-size:0.9em;
	overflow:hidden;
}