/** Copyright (c) 2008 Briteam. Версия $Id*/

* 
{
	margin: 0px;
	padding: 0px;
}

html,body 
{ 
	width: 100%;
	height: 100%; 
}

body 
{
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width: 1000px;
	color: #333;
	background-color:#fff;
	text-align: left;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans;		
}

ul
{
	padding-left: 20px;
	list-style-type: square;
}

a, a:visited
{
    text-decoration: underline;
    color: #0000cc;
}

a:hover
{	
	text-decoration: none;
}

p
{
    padding-top: 0px;
    padding-bottom: 15px;
    line-height: 15px;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
	color: #333;
}

h1
{
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;
}

h2
{
	font-size: 14px;
	padding-bottom: 15px;
}

h3
{
	font-size: 14px;
	padding-bottom: 10px;	
}

h4
{
	font-size: 13px;
	padding-bottom: 15px;
}

h5
{
	font-size: 12px;
	padding-bottom: 15px;
}

h6
{
	font-size: 12px;
	padding-bottom: 15px;
}

h1, h2, h3, h4, h5, h6, p {
  	position: relative;
} 

blockquote
{
	padding-left: 20px;
}

div.bordered
{
	margin: 10px;
	padding: 10px;
	padding-top: 20px;
	border: 1px solid #66e;
}

div.bordered span
{
	display: block;
	position: absolute;
	width: 150px;
	height: 10px;
	margin-left: -10px;
	margin-top: -20px;
	background-color: #66e;
	color: #fff;
	font-size: 9px;
	text-align: center;
}


/* Оформление таблицы с внешней видимой границей.
   Первая строка подсвечивается в виде заголовка */
.table_bordered { border: 1px solid #cccccc; }
.table_bordered tr { background: expression(this.rowIndex == 0?'#cccccc':'#ffffff'); }
.table_bordered td { padding: 4px; }
.table_bordered th { padding: 4px; text-align: left; }

/* Оформление таблицы с видимыми границами между ячейками.
   Первая строка подсвечивается в виде заголовка */
.table_cellpadding { border: 1px solid #cccccc; border-collapse: collapse; }
.table_cellpadding tr { background: expression(this.rowIndex == 0?'#cccccc':'#ffffff'); }
.table_cellpadding td { padding: 4px; border: 1px solid #cccccc; }
.table_cellpadding th { padding: 4px; text-align: left; border: 1px solid #cccccc; }

/* Оформление таблицы с невидимыми границами между ячейками. */
.table_hidden { border: 0px; }
.table_hidden td { padding: 4px; }
.table_hidden th { padding: 4px; text-align: left; }

/* Оформление полосатой таблицы с видимыми границами между ячейками. */
.table_zebra { border: 1px solid #cccccc; border-collapse: collapse; }
.table_zebra tr { background: expression(this.rowIndex%2 == 1?'#eeeeee':'#ffffff'); }
.table_zebra td { padding: 4px; border: 1px solid #cccccc; }
.table_zebra th { padding: 4px; text-align: left; border: 1px solid #cccccc; }

/* Элемент управления формы страницы */
.xsPageInput { width: 300px; }

/* Элемент управления типа checkbox формы страницы */
.xsPageCheckbox { margin-left: 0px; padding-left: 0px; }

/* Элемент управления типа textarea формы страницы */
.xsPageTextarea { width: 300px; height: 100px; }

/* Кнопка панели инструментов страницы */
.xsPageButton { width: 150px; height: 24px; }


.user-tabs{	margin-top:20px; }
.user-tabs a { border:solid thin #BBB;	margin:0px;	padding:0px 10px 0px 10px; background-color:#EEE; text-decoration:none;	color:#111;}
.user-tabs a:visited { text-decoration:none; color:#111; }
.user-tab-link-active { display:inline;	font-weight:bold; }
.user-tab-link-inactive { display:inline; font-weight:normal; }
.user-tab-link-disabled { display:none; }
.user-tab-page-active { display:block; background-color:#EEE; }
.user-tab-page-inactive { display:none; }
.user-tab-pages-caption-disabled { display:none;}