/* CSS Document */
#content{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	text-align: left;
}

#content input, textarea, select{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color:#000000;
	background: #F5F5F5;
	border-left : 1px solid #aa4444;
	border-right : 1px solid #aa4444;
	border-top : 1px solid #aa4444;
	border-bottom : 1px solid #aa4444;
}
#content select.add{     /* стиль выпадающего списка с категориями */
	width: 200px;
	height: 14px;

}

#content input.btn{     /*стиль кнопки "Искать"*/

	width: 60px;
}

#content input.btn_add{    /* стиль кнопки "добавить" */
	width: 200px;
}

#content input.btn_ok{    /* стиль кнопки "ОК" */
	width: 60px;
}

#content textarea.add{    /* стиль текстового поля */
	overflow: auto;
	font-size: 11px;
	width:200px;
}

#content input.add{     /* стиль полей ввода */
	width:200px;

	font-size: 11px;
}
#table_content{
	width: 100%;
	text-align: center;
}

#table_content a{
	text-align: left;
}


#content hr{ width:100%; color:#dbd8d8; height:1px;}
/* список ссылок */


#content #cat{     /*таблица разделов*/
	width:500px;
	border-left : 1px solid #СССССС;
	border-right : 1px solid #СССССС;
	border-top : 1px solid #СССССС;
	border-bottom : 1px solid #СССССС;	
}

#content table{
	border-top : 1px solid #СССССС;
}

#content #search{
	background: #EAEAEA;
}
#content #search td{
	vertical-align: middle;
}


#content a{
	color: #333333;
	text-decoration: underline;
}

#content a:hover{
	color: #000000;
	text-decoration: underline;
}




#content h3.hd3{     /* заголовок */
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}

#content a.robo_cat{          /*ссылка основного раздела*/
	color: #000000;
	display: block;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-weight: bold;
	background: url(images/arrow.gif) no-repeat 2px 5px ;
	text-decoration: none;
}

#content a.robo_cat:hover{     /*ссылка основного раздела при наведении*/
	color: #aa4444;
	background: url(images/arrow.gif) no-repeat 2px 5px ;
	text-decoration: none;
}

#content .sub_cat{        /*стиль подкаталога раздела*/
		padding-left: 15px;
		padding-right: 10px;
		color: #666666;
		font-size: 85%;
	}
	
#content .grey{
		padding-right: 10px; 
		color: #999999;
		font-size: 100%;
	}
	
a#begin, a#add{     /*общий стиль ссылок "в начало каталога" и "добавить новый сайт в каталог"*/
	color: #000000;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	font-size: 11px;
	padding-bottom: 10px;
	text-decoration: none;
}

a#begin:hover, a#add:hover{
	text-decoration: none;
	color: #aa4444;
}


/****************************/
#content a.new_link{       /* ссылки новых сайтов */
	color: #666666;
	width: 100%;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}
#content a.new_link:hover{
	color: #666666;
	text-decoration: underline	;
}


/* каталог ссылок */

#content p{     /* стиль текста */
	text-align: justify;
}

#content p.link{     /* стиль абзаца с данными сайта */
	color: #333333;
}

#content p.link a{     /* стиль ссылки в абзаце с данными сайта */
	color: #333333;
	text-decoration: none;
}
#content p.link a:hover{
	color: #000000;
	text-decoration: underline;
}

#content p.link a.head{     /* стиль заголовка сайта в абзаце с данными сайта */
	font-weight: 900;
	text-decoration: none;
}
#content p.link a.head:hover{
	text-decoration: none;
}

#content p.link span{     /* стиль рубрики в абзаце с данными сайта */

}
/**************************/
/* стиль навигации по страницам */


#content #pages a{     /* стиль ссылок-страниц */
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
#content #pages a:hover{
	text-decoration: none;
	color: #aa4444;
}

#content #pages a.next{     /* стиль кнопки "следующая" */
	text-decoration: none;
	background: url(images/next.gif) no-repeat 0px 3px;
}

#content #pages a.prev{     /* стиль кнопки "предыдущая" */
	text-decoration: none;
	background: url(images/prev.gif) no-repeat 0px 3px;
}


#content .pages{     /* стиль для слова "Страницы" */
	color: #000000;
/*	font-size: 10px;   */
	font-weight: bold;
}

#content .cur_page{     /* стиль текущей страницы */
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}

/**************************/
/* форма для добавления ссылок */
#content form{
	width:100%;
}
#content tr td{
	padding: 3px;
	font-size: 12px;
}

#content tr td.c1{    /* стиль ячеек с названиями полей ввода */
	text-align: right;
	font-size: 11px;
}


/**************************/
#content .error{    /* стиль ячеек с выводом сообщения об ошибке */	
	color:#FF0000;
	font-size: 11px;
}

#content .success{
	color:#009900;
	font-size: 11px;
}

	



