@CHARSET "UTF-8";

h1,h2,h4,h5,h6 {
	font-size: 100%;
	margin: 0px;
	padding: 0;
}

/* reset */
form,table,tbody,tfoot,thead,tr,th,td, {
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	line-height: inherit;
	margin: 0;
}

fieldset,form,label,legend,pre {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

* html #wrapper {
	height: 100%;
}

img {
	border: 0;
}

body {
	color: #000000;
	background-color: #e6e6e6;
	font:12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

p {
	margin-top: 10px;
}

.gray {
	color: gray;
}

.wrapper {
	margin: 0 auto;
	width: 1200px;
	height: 100%;
}

h1 {
	color: #5D5D92;
	font-size: 20px;
	margin: 0;
	padding: 15px 0;
}

a {
	color:#006DC0;
	text-decoration:none;
}

h3{
	color: #5D5D92;
	font-size: 15px;
	margin: 8px 0 3px 0px;
}


.head{
	height: 60px;
	color: #484848;
	line-height: 3em;
	font-size: 1.4em;
}
.content{
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #545454;
	border: 1px solid black;
	padding: 6px 6px 6px 0;
	
}

.sidebar{
	color:#FFFFFF;
	float:left;
	width:195px;
}
#content{
	background-color:#545454;
	padding-left:197px;
}
.button{
	padding: 10px 5px 10px 5px;
	color:#545454;
	font-size: 15px;
	font-weight:bold;
	line-height:1;
	outline:medium none;
}
.button_add_container{
	text-align: center;
	margin: 0 auto;
	padding: 10px 10px;
}
#common_tool ol, ul, li  {
	list-style:none outside none;
	margin: 0;
	padding: 0;
}
.nav-list{
	cursor: pointer;
}
.nav-list:hover{
	background-color: #777777;
}
#common_tool{
	padding-top: 20px;
}
.nav-text{
	display: block;
	text-decoration: none;
	color: white;
	padding:5px 24px;
}
.nav-text:hover{
	
}
.nav-act{
	/*box-shadow:-5px 1px 10px -4px #6CB32B;*/
	box-shadow:0px 0px 10px  #6CB32B;
	-moz-box-shadow:-5px 0px 10px  #6CB32B;
	-webkit-box-shadow:0px 0px 10px  #6CB32B;
	background:url("/images/active-list-bg.png") no-repeat scroll 100% 50% #7DCE32;
	border-bottom:1px solid rgba(0, 0, 0, 0.5);
	font-weight:bold;
	width:197px;
	border-left:1px solid #7DCE32;
	left:-1px;
	position: relative;
}
#softbar{
	height:35px;
	width: 100%;
	margin-right: 8px;
}

#main_content{
	background: white;
	min-height: 635px;
	
}
#footer {
	font-size:10px;
	line-height:10px;
	padding:15px 0;
}
#footer_menu {
	float:right;
}
#footer_menu li {
	border-right:1px solid #AAAAAA;
	float:left;
	padding:0 10px;
}
#sortbar {
	background-color:#FFFFFF;
	color:#666666;
	height:20px;
	left:-5px;
	margin:0 5px;
	padding:10px 0px 3px;
	position:relative;
	width:100%;
	border-bottom:1px solid #AAAAAA;
}
#sortbar .sortbtn {
background:url("/images/dot.png") no-repeat scroll 100% 50% transparent;
cursor:pointer;
padding-right:10px;
color: #666666;
}

#sortbar .active{
	font-weight: bold;
	color: #000000;
}
.ticket{
	width: 100%;
}
.icon{
	background:url("/images/icons.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	height:25px;
	width:25px;
}
.float_left{
	float:left;
}
.float_right{
}
.basic-action{
	float:right;
}
.done .icon {
	background-position:-188px -1px;
}
.done .ticket_title {
	text-decoration: line-through;
}
.done .ticket_num {
	text-decoration: line-through;
	line-height: 15px;
}
.undone .icon {
background-position:-120px -1px;
}
.clear{
	clear: both;
}
.bold{
	font-weight: bold;
}
.ticket_title{
	display: inline;
	font-size: 1.4em;
	
}
.ticket .body{
	width:100%;
}
.ticket_num{
	-moz-border-radius:8px 8px 8px 8px;
	border-radius:8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
	background-color:#E0E0E0;
	color:#666666;
	font-size:12px;
	padding:0 8px;
	position:relative;
	top:-1px;
	text-decoration: none;
}
.ticket_num:hover{
	background-color:#666666;
	color:#e0e0e0;
}
.meta{
	font-size:11px;
	margin-top:2px;
	font-family:Georgia,Times,'Times New Roman',serif;
	font-style: italic;
	color: #666666;
}
.list-item{
	border-bottom:1px solid #E5E5E5;
	margin-left:5px;
	padding:9px;
}
.ticket_title a{
	color: #333333;
}
.basic-action{
	
}
.lt-due{
	color:#999999;
	font-size:11px;
	font-style:italic;
	margin-right:5px;
	position:relative;
	top:-4px;
}
.star{
	background:url("/images/icons1.png") no-repeat scroll 0 0 transparent;
	background-position:-7px -120px;
	height:16px;
	width:20px;
}
.unstar{
	background:url("/images/icons1.png") no-repeat scroll 0 0 transparent;
	background-position: -7px -703px;
	height:16px;
	width:20px;
	background-position:-7px -703px;
}
.unstar:hover{
	background:url("/images/icons1.png") no-repeat scroll 0 0 transparent;
	background-position: -7px -160px;
}
.info{
	text-align: right;
}

.pageNumber  {
	background: #E0E0E0;
	color: #666666;
	padding: 3px 5px;
	border-radius:8px 8px 8px 8px;
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
}
.pageNumber:hover{
	background: #666666;
	color: #E0E0E0;
}
.lt-comment{
	padding-left: 23px;
	background-position:-4px -769px;
white-space:nowrap;
}
.lt-comment:hover{
	padding-left: 23px;
	background-position:-4px -240px;
	text-decoration: underline;
	white-space:nowrap;
}
.priority_5{
	color: black;
}
.priority_10{
	color: red;
	font-weight: bold;
}
.priority_1{
	color: green;
}
.itog{
	text-align: center;
}
.info_fontainer{
	padding:0 25px;
}
.descriptions {
	
	
}
 .task-description{
	margin-right:15px;
	padding-left:45px;
	text-align:right;
	color: #666666;
}
.descriptions .description{
	display: inline;
	font-weight: bold;
}
.descriptions tr.descr_tr:nth-child(2n+1)
	 {
background-color:#eeeeee;
}
.descriptions tr td
	 {
	padding:8px 0;
}
.descriptions tr td.task_descr ol,.descriptions tr td.task_descr ul{
	margin: 5px;
}
.descriptions tr td.task_descr ol li 
{
	margin-left:10px;
	list-style: decimal;
}
.descriptions tr td.task_descr ul li 
{
	margin-left:10px;
	list-style: disc;
}
.descriptions ul li {
	
	width:100%;
}

.ticket_comment_table{
	width: 100%;
}
.ticket_comment_table tr td.num {
	color:#A5A5A5;
	font-size:25px;
	padding-right: 5px;
}
.ticket_comment_table tr td.text {
	/*padding-top:15px;*/
	vertical-align:baseline;
}
.ticket_comment_table tr td.time {
	color:#999999;
	font-size:10px;
	text-align:right;
	width: 135px;
}
.ticket_comment_table tr td div.text_comment{
	/*font-style: italic;*/
	padding: 2px 5px;
	position:relative;
	width:95%;
	background-color: #F7F7F7;
	border: dashed 1px #E0E0E0; 
	//*background: url("/images/bubble.png") no-repeat;
	margin:-15px 0 5px;
min-height:40px;
padding-left:25px;
padding-top:35px;
position:relative;
width:95%;*/
}
.toggle-fold-icon{
	background: url("/images/arrow-toggle.png") no-repeat top left;
	background-position:0px -69px;
	cursor: pointer;
	padding-left: 15px;
	
}
.fold  .title .toggle-fold-icon{
	background-position:0px 0px;
}
.fold #all_for_comments{
	display: none;
}
.ticket_history_coments{
padding: 0 25px;	
}
.ticket_history_coments .title, .children_task .title, .files_container .title{
font-size: 1.1em;
padding: 5px 0;
}
.children_task{
	padding: 0 25px 20px 25px;	
}
.children_task .title{
	padding: 0px;
}
.login_container{
	float: right;
	font-size: 12px;
}
.ticket_comment_table .num{
	padding-bottom: 10px;
}
.loading{
	background: url("/images/ajax-loader.gif") no-repeat left top;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 20px;
	color: silver;
}
.children_task ul{
	padding-left: 10px;
	background: url("/images/ul_left_bg_dotted.png") left top repeat-y;
}
.children_task li{
		padding-left: 10px;
		background: url("/images/li_left_bg_dotted.png") left top no-repeat;
}
.fold .children_container{
	display: none;
}
.sidebar-split {
background:url("/images/sidebar-split.png") repeat-x scroll left top transparent;
padding-bottom:10px;
}
.section-title{
	color:#AAAAAA;
	padding-left:22px;
	padding-top:10px;
	text-shadow:0 1px #333333;
}
.messages_conteiner .title{
	font-size: 1.1em;
}
.messages_conteiner .text{
}
.messages_conteiner .about_message{
	font-size: 0.8em;
}
.files_container{
	padding: 0 25px 20px 25px;

}
.files_container .file{
	background: url("/images/3floppy_unmount.png") no-repeat;
	padding-left: 20px;
}
.fold .all_files{
	display: none;
}
.bold{
	font-weight: bold;
}
.prosrochen .ticket_title a{
	color: red;
}
.prosrochen .lt-due{
	color: red;
}
.tickets_s_form_container{
	background: repeat scroll 0 0 #C3EAEE; height:100%;padding:5px 0px 5px 0;width: 100%;
}
.tickets_full_search_div{
	display: none;
}
.full_search{
	height: 85px !important;
}
.full_search .tickets_full_search_div{
	display: block;
}


.table-folders {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.table-folders a {
	text-decoration: underline;
}

.table-folders th {
	color: #666;
	border-bottom: 1px solid #ddd;
}

.table-folders th, .table-folders td {
	padding: 2px 5px;
	vertical-align: middle;
	margin: 0;
}

.table-folders img {
	vertical-align: middle;
}

.table-folders tbody tr:nth-child(2n) {
	background-color: #eee;
}

.table-folders tbody tr:hover {
	background-color: #ddd;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.border {
    border-top: 1px double #666;
}

/* Увеличение */
.preview {
	float: centere;
	clear: none;
	padding-bottom: 5px; /* Расстояние между миниатюрами.*/
	padding-right: 5px; /* Расстояние между миниатюрами и окружающим текстом */
}

.preview a { 
	display: block;
	text-decoration: none;
	cursor: default;
}

.preview a:hover{ /* Не надо изменять тип позиционирования */
 	position: relative;
}

.preview span img {
	margin-bottom: 1px; /*Сдвигаем текст вниз от изображения */
}

.preview a span {  /* Для большого изображения и названия */
	position: absolute;
	display: none;
	color: #000; /* Текст названия */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* Размер шрифта названия */
	background-color: #F5F5F5;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.preview img { /* Для IE, чтобы не было рамки вокруг ссылки */
	border-width: 0;
}

.preview a:hover span { 
	display: block;
	top: 20px;
	left: 20px;
	z-index: 100;
	cursor: default;
}

.resize_thumb {
	width: 150px;
	height : auto;
}
/* Код увеличителя закончен */

/* ++ Модуль docs ++ */
table tr td.caption {
	width: 230px;
}
/* -- Модуль docs -- */