/**-----------------------------------------------------------------------------------------------
 * @version $Id: default.css,  v 1.0  12/01/2009   $ 
 *
 * Настройка общих стилей для всех модулей
 *
 *-------------------------------------------------------------------------------------------------
 */


/*===============
 Стили контента
 ===============*/
 .td_header
 {
 }
 
 .td_header2
 {
 }

 .tr_zebra1
 {
 }

 .tr_zebra2
 {
 }
 
 table.forma
 {
 }
 
/*Выравнивание текста в параграфе*/    
.just {
    text-align: justify;
    text-indent: 20px;
}
 

/*===============
 Шрифты
 ===============*/
.small
{
 font-size: 0.85em;
}

.big
{
 font-size: 1.2em;
}
 
.ok
{
	color: #606D3F;
}
`	
.warning
{
	color: #82ABE3;
}

.error
{
	color: #da251d;
}
.quite
{
	color: Silver;
}
.title  .musts, .musts 
{
	color: #da251d;
	font-weight: bolder;
	cursor: default;
}


/*================
Разное
===============*/
#error_field
{
    border: 2px solid #FF4500;
}

/*Открытый*/
.open
{
}

/*Закрытый*/
.close
{
}

/*============
Селектор страниц
============*/
.pages
{
  font-weight: bold;
  height: 16px;
}

.page_selector
{
	font-weight: bold;
   height: 16px;
	width: 19px;
	text-align: center;
	margin: 0;
}

.page_selector_current
{
	display: inline-block;
	margin: 0;
	color: #da251d;
	width: 19px;
   height: 16px;
}
a.a_page_selector:link, a.a_page_selector:visited
{

}
a.a_page_selector:hover
{

}

/*================
Вращающаяся иконка загрузки
===============*/
html .waiter {
  height: 33px;
  background-image: url(images/waiter.gif);
  background-repeat: no-repeat;
  background-position: 50% 0; /* LTR */
}

html .waiter_small {
  width: 130px;
  height: 17px;
  background-image: url(images/waiter16.gif);
  background-repeat: no-repeat;
  background-position: 100% 0; /* LTR */
}

/* Хлебные крошки */
.breadcrumb
{
   font-size: 0.85em; 
  	width:100%;
  	line-height:normal;	   
}

.breadcrumb ul
{
  margin:0;
  padding-left: 10px;
  list-style:none;	
}

.breadcrumb li {
		display:inline;
      margin:0;
      padding:0;
}

/* Подсветка поиска */
/*
.search_hightlight
{
	border-bottom: 2px dashed #34A2D9;
	padding: 0;
	margin: 0;
}
*/


/*===============
Панель админки в front-end
===========*/
.admin_frontpanel
{
	background: #FFFFE0;
	border: 1px solid silver;
	height: 20px;
	padding: 2px;
}
.admin_frontpanel span
{
	background: url(images/icon16_admin.gif) no-repeat;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.admin_frontpanel a:link, .admin_frontpanel a:visited
{
	color: #82ABE3;
	text-decoration: none;
	font-weight: bold;
}
.admin_frontpanel a:hover
{
	color: #da251d;
	text-decoration: underline;
}


