/* общие классы */
.bold {
font-weight:bold;
}

.errorstyle{color: red;font-weight:bold;}
.errorstyle_normal{color:red;}
.ticket_new{font-weight:bold; text-decoration:blink;}
.ticket_other{color:grey;font-weight:bold;}
.status_style{margin:10px;font-weight:bold;}
.alignstyle{text-align:justify}

/* изменяемые для каждой тикет-системы */

.catitem {background: url(images/st2.gif) no-repeat left; color: #284869; text-decoration: none; font-size: 13px; padding:0 0 0 30px; font-weight:normal;}
.catsubitem { color: #284869; text-decoration: none; font-size: 11px;padding:0 0 0 5; font-weight:normal;}
.catitemsel {background: url(images/st3.gif) no-repeat left; color: #284869; text-decoration: none; padding:0 0 0 30px;font-weight: bold;}
.subdata_mp {margin-left:0px; padding:0}
.subdata{margin-top: 8px; vertical-align:bottom;}
.subdata_img{margin-right: 6px; position: relative; top: 0px;border:0px}
.subdata_img_sm {position: relative; top:0px;margin-right: 6px; }
.description_h{visibility:hidden; position:absolute; left:inherit; top:inherit; width: 250px; height:120px; background:transparent; color:#58341C; text-align:center;}
.description_v{visibility:visible; position:absolute; left:inherit; top:inherit; width: 250px; height:120px; background:transparent; color:#58341C; text-align:center;}
.difftk{color:grey; font-weight:bold;}
.newtk{font-weight:bold; text-decoration:blink;}
.bgr_x {background-repeat: repeat-x;}
.bgr_y {background-repeat: repeat-y;}
.ui_title {
	font-family: Tahoma;
	font-size: 12px;
	color: #DA0066;
	font-weight: bold;
	padding: 0 15px;
	white-space: nowrap;
	background-image:url(/images/ui_title_bg.gif);
	
}
.ui_brd1_l {
	background-image:url(/images/ui_brd1_l_bg.gif);
}.ui_brd1_r {
	background-image:url(/images/ui_brd1_r_bg.gif);
}
table.coll {
	border-collapse: collapse;
	 background-color: rgb(110, 138, 169);
}
.ui_brd1_t_bg {
	background-image:url(/images/ui_brd1_t_bg.gif);
}

td.tdwidth{width:210px;}

.tkcomment_line{
border-top:1px solid #58341C;
margin:5px;
}
.ticket_load{
	overflow:auto; width:330px;
}

/*отступы*/
.m10l{ margin-left:10px; }
.m10r{ margin-right:10px;}
.m10h{ margin-bottom:10px;margin-top:10px;}
.m10w{ margin-right:10px;margin-left:10px;}
.m10b{ margin-bottom:10px;}
.m2l{  margin-left:2px;}
.m2r{  margin-right:2px;}
.p10b{ padding-bottom:10px;}
.p5h{ padding-top:5px;padding-bottom:5px;}
.p10w{ padding-left:10px;padding-right:10px;}
.p10h{ padding-top:10px;padding-bottom:10px;}
.p20w{ padding-left:20px;padding-right:20px;}
.p20h{ padding-top:20px;padding-bottom:20px;}
.bga_tl {background-position: top left;}
.maintable{margin-bottom:20px}
.errorstyle{color: red;font-weight:bold;}
.alignstyle{text-align:justify}
.mh20{margin-top:20px;margin-bottom:20px;}
