#pointer {
	cursor: pointer;
}

/* Формы, элементы, компоненты... */

#resources_table_form {
	margin-top: 20px;
}

#resources_table_form #title {
	text-align: left;
	vertical-align: top;
	width: 150px;
	padding-top: 7px;
}

#resources_table_form #elements {
	text-align: left;
	vertical-align: top;
}

#resources_table_form #elements input {
	width: 98%;
}

#resources_table_form #elements select {
	width: 98%;
}

#resources_table_form #elements textarea {
	width: 98%;
}

#resources_table_form #elements div {
	float: left;
	width: 98%;
	padding: 10px;
}

#resources_table_form #elements .multicheckbox {
	background: #666666;
	border: 0px;
	float: left;
	width: 98%;
	padding: 0px;
	color: #FFFFFF;
	overflow: auto;
	height: 200px;
	padding: 5px;
}

#resources_table_form #elements .multicheckbox p {
	
}

#resources_table_form #elements .multicheckbox input {
	width: auto;
	cursor: pointer;
}

#inputFileContainer span {
	cursor: pointer;
}

#inputFileContainer p {
	margin-bottom: 5px;
}

/* Комментарии */
#comments li {
	margin-bottom: 10px;
}

#comments p {
	margin-bottom: 3px;
}
/* END Комментарии */

.display_no {
	display: none;
}
.display_yes {
	display: inline;
	font-family: Arial;
	font-size: 12px;
	color: #7f7f7f;
}

/* Автозаполнитель форм */
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	position:relative;
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('../i/autocomplete_indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
.qnt {
	position:absolute;
	top:2px;
	right:10px;
	font-size:0.8em;
	color:#26A908;
}
/* END автозаполнитель форм */

	.page-nav {
		float: left;
		width: 100%;
		clear: both;
	}
	
	.next-prev {
		font:2em/100% Tahoma, sans-serif;
		color:#000;
	}
		.next-prev li {
			display: inline;
			padding-right: .3em;
		}
			.next-prev a:link, 
			.next-prev a:visited, 
			.next-prev a:hover, 
			.next-prev a:active  {
				color:#89bd6c;
			}
			
	/* Список предыдущих страниц */
			
	#nav-pages {
		font: .92em/100% arial;
		list-style: none;
		clear: both;
		}
	
		#nav-pages li {
			float: left;
		}
	
			#nav-pages a, #nav-pages em {
			margin-right: .1em;
			padding: .5em .5em;
			display: block;
			background: #fff;
			border: 1px solid #fff;
			text-decoration: none;
		}
		
			#nav-pages a {
			border: 1px solid #beb1b1;
			color: #666;
		}
			#nav-pages em {
				font-weight: bold;
				font-style: normal; 
				color: #fff;
				background: #666;
				border: 1px solid #beb1b1;
			}
			
	/* END Список предыдущих страниц */