html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form,  legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;

	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.3;
}
 ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
	font-family:  Arial,Verdana, Tahoma, Helvetica,    sans-serif;
	font-size: 9pt;
	color: #373635;
	text-align: left;
}
#waiting-loader {
	position:absolute;
	width:110px;
	height: 32px;
	border:1px solid #62BBE8;
	top:150px;
	right:2px;
	z-index:2;
	background:#E3F1FA;
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	display:none;
}
h1 {
	font-family:  Arial,Verdana, Tahoma, Helvetica,    sans-serif;
	font-size: 12pt;
	color: #7c9568;
}
h5 {
	font-size: 10pt;
	margin: 5px 0px 10px 0px;
	font-weight:bold;
	font-family:   Tahoma, Helvetica,    sans-serif;
	color:#445d31;
}
h6 {
	font-size: 10pt;
	margin: 5px 0px 5px 0px;
	font-weight:bold;
	font-family:   Tahoma, Helvetica,    sans-serif;
	color:#445d31;
}
a {
	text-decoration: underline;
	color: #373635;
}
a:hover {
	text-decoration:none;
}
.red {
	color:red;
}
.bold {
	font-weight:bold;
}
.pointer {
	cursor:pointer;
}
p {
	margin: 5px 0px 5px 0px;
}
hr {
	border:1px solid #7c9568;
}

#energy-top-menu {
	width:100%;
	min-width:1000px;
	height:25px;
	background: url('images/menu-bg.gif') repeat-x #40592d;
	margin-bottom:10px;
	line-height: 1;
}
#reglink {
	border:1px solid #c0c0c0;
}
#logo {
	float:left;
	margin: 10px 0px 0px 10px;
}
#logo-center {
	float:left;
	margin: 0px 20px 0px 40px;
}
#logo-right {
	float:right;
	margin: 25px 10px 0px 0px;
}
#table-header{
	cursor:pointer;
 }
#logo-td img {
	width:315px;
	height:1px;
}
#energy-twocols{
 width:79%;
 float:right;
 position:relative;
 text-align:left;
  }

#energy-rightcol{
 width:27%;
 float:right;
 position:relative;
 }

#energy-maincol{
background-color: #FFFFFF;
 float: left;
 display:inline;
 position: relative;
 width:72%;
 }

#energy-footer{
 height:100px;
 background-color:#FFFFFF;
 clear:both;
 margin-top:20px;
 }

 .left-menu li {
 	margin-bottom:10px;
 }

 label {
 	cursor:pointer;
 }

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

.mb-5 {
	margin-bottom: 5px;
}
.m-0 {
	margin:0px;
}
.left-width {
	width:180px;
}
#auth-modal-dialog {
	display:none;
}
#auth-btn {
	float: left;
	margin: -20px 0px 0px 140px;
}
 /*printer styles*/
 @media print{
/*hide the left column when printing*/
#energy-leftcol{display:none;}

/*hide the right column when printing*/
#energy-rightcol{display:none;}
#energy-twocols, #maincol{width:100%; float:none;}
}
#scheme-loader {
	margin: 280px 0px 280px 400px;
}

	#main-menu {
		height:20px;
		position:relative;
		top:2px;
	}
	#main-menu li {
		float:left;
		height:20px;
		background: url('images/sprites.gif') no-repeat right top;
		padding: 0px 15px 0px 5px;
		cursor:pointer;
	}
	#main-menu li.selected {
		background: url('images/sprites.gif') no-repeat right -20px;
	}
	#main-menu li.preselected {
		background: url('images/sprites.gif') no-repeat right -40px;
	}
	#main-menu li.postselected {
		background: url('images/sprites.gif') no-repeat right -60px;
	}


	#main-menu li a {
		text-decoration:none;
		color:#ffffff;
		font-weight:bold;
		display:block;
		margin-top:3px;
		font-size: 10.5pt;
	}
	#main-menu li.selected a {
		color:#40592d;
	}


.ui-dropdownchecklist
{
	height: 20px;
	width:99%;
	border: 1px solid #ddd;
	border-right: 0;
	background: #fff url('/bitrix/templates/my_dis/images/dropdown.png') no-repeat center right;
	text-align:left;
}
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active
{
	background-image: url('/bitrix/templates/my_dis/images/dropdown_hover.png');
	border-color: #5794bf;
}

.ui-dropdownchecklist-text
{
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	margin-right: 17px; /* background dropdown.png image */
	text-align:left;
}

.ui-dropdownchecklist-dropcontainer
{
	background-color: #fff;
	border: 1px solid #999;
}

.ui-dropdownchecklist-item
{
	text-align:left;
}

.ui-dropdownchecklist-item-hover
{
	background-color: #39f;
}

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text
{
	color: #fff;
}

.ui-dropdownchecklist-group
{
	font-weight: bold;
	font-style: italic;
}

.ui-dropdownchecklist-indent
{
	padding-left: 20px;
}

.property-filter-block select {
	width: 300px;
	border:1px solid red;
}
.select-floater {
	margin: 0px 7px 5px 0px;
	width:49%;
	float:left;
}
.filter-btn {
	padding: 0.7em 0.7em;
	margin-top: 20px;
	text-align:right;

}
#filter-informer {
	width:75%;
	float:left;
	height:20px;
	text-align:left;
}
#filter-mode-trigger {
	text-decoration:underline;
	cursor:pointer;
}
.submit {
	border:1px solid #5e5a5a;
	height:18px;
	background-image: url('images/btn.gif');
	padding:0px;
	cursor:pointer;
}
.submit:hover {
	border:1px solid green;
}
.item-article {
	margin: 7px;
	margin-left: -3px;
	margin-right: 10px;

}
.small {
	font-size: 7.5pt;
}
.green {
	color: green;
}
label.checkbox span.holder{height:61px;background:url(images/prettyCheckboxes/checkbox.gif) 0 -1px no-repeat}label.radio span.holder{height:61px;background:url(images/prettyCheckboxes/radio.gif) 0 -1px no-repeat}label.checkbox:hover span.holder,label.radio:hover span.holder{top:-21px !important}label.checked span.holder,label.checked span.holder,label.checked:hover span.holder,label.checked:hover span.holder{top:-42px !important}label.list{float:left;clear:left;margin:0 0 5px 0}label.inline{float:left;margin:0 10px 0 0}input.hiddenCheckbox{position:absolute;left:-10000px}label.prettyCheckbox span.holderWrap{display:block;float:left;position:relative;margin-right:5px;overflow:hidden}label.prettyCheckbox span.holder{display:block;position:absolute;top:0;left:0}

.ol-line {
	list-style-type: decimal;
	margin: 10px 10px 0px 15px;
}
.ol-line li {
	padding: 5px 0px 0px 0px;
}
ul.breadcrumb-navigation
{
	padding:0; margin:0;
	padding-top:4px;
	list-style:none;
	margin: 0px 0px 7px 0px;
}

ul.breadcrumb-navigation li
{
	display:inline;
}

ul.breadcrumb-navigation a
{

}

ul.breadcrumb-navigation span
{

}
#calc-1 {
	background: url('images/calc-1.jpg') no-repeat;
	padding: 15px 0px 0px 60px;
	height: 50px;
	margin-top:10px;
	font-weight:bold;
}
#calc-2 {
	background: url('images/calc-2.jpg') no-repeat;
	padding: 15px 0px 0px 60px;
	height: 50px;
	margin-top:10px;
	font-weight:bold;
}
#calc-3 {
	background: url('images/calc-3.jpg') no-repeat;
	padding: 15px 0px 0px 60px;
	height: 50px;
	margin-top:10px;
	font-weight:bold;
}
#calc-4 {
	background: url('images/calc-4.jpg') no-repeat;
	padding: 15px 0px 0px 60px;
	height: 50px;
	margin-top:10px;
	font-weight:bold;
}
#calc-5 {
	background: url('images/calc-5.jpg') no-repeat;
	padding: 15px 0px 0px 60px;
	height: 50px;
	margin-top:10px;
	font-weight:bold;
}
.border-table {
	border: 1px solid #c0c0c0;
	border-collapse:collapse;
	margin-top:10px;
}
.border-table td,.border-table th {
	padding:3px;
	border: 1px solid #c0c0c0;
}
.border-table th {
	background-color:#e3e3e6;
}
.border-table td {
}
.border-table .td-center {
	text-align: center;
}
.border-table .td-middle {
	vertical-align: middle;
}
.border-table .td-bold {
	font-weight:bold;
}
.input-t-5 {
	width:50px;
}
#menu-auth-form {
	margin-left: 30px;
}
#menu-auth-form b {
	top:5px;
	color:#ffffff;
	position:relative;
}
.auth-fld {
	height: 12px;
	position:relative;
	margin:2px 5px 0px 15px;
	width:150px;
	font-size:8pt;
	vertical-align:top;
}
.menu-auth-btn {
	height: 18px;
	font-size:8pt;
	padding:0px;
	border:1px solid green;
	margin:3px 5px 0px 15px;
}
.calc-lamp-id {
	width:100%;
	margin-top:2px;
}
.th-img {
	text-align: center;
	background-color:none;
	border:none;
	width:25%;
}
.th-desc {
	text-align: center;
	background-color:#dedede;
	border:1px solid #c0c0c0;
	padding: 5px 5px;
}
.calc-lamp-id td.desc {
	text-align: right;
	background-color:#eeeeee;
	border:1px solid #c0c0c0;
	padding: 5px 5px 5px 5px;
	font-weight:bold;
}
.calc-lamp-id td {
	text-align: center;
	border:1px solid #c0c0c0;
	padding: 5px 5px 5px 5px;
}
.select-100 {
	width: 100px;
}
.select-200 {
	width: 200px;
}

.select-80 {
	width: 70px;
}
#add-lamp {
	border: 1px solid #000;
	background-color:#dedede;
	margin: 10px 0px 0px 0px;
}
.td-valign-mid {
	vertical-align: middle;
	text-align: center;
}
.go2graf {
	margin-left:5px;
	text-align: left;
	height:16px;
	width: 100px;
	background: url('images/graf.gif') no-repeat top right;
	padding-right: 18px;
}
.graf-dialog {
	width:600px;
	display:none;
}
.lml-num, .sdl-num {
	text-align: center;
}
.index-news-list {
	height: 180px;
	overflow: auto;
}

#index-news-list p {
	border-bottom: 1px solid #c0c0c0;
	padding-bottom:2px;
}
.item-index-news {
	background-color:#ffffff;
	margin-bottom:0px;
	padding:4px;
	font-size: 8pt;
}
.item-index-news-odd {
	background-color:#eeeeee;
	margin-bottom:0px;
	padding:4px;
	font-size: 8pt;
}
.item-index-news-first {
	background-color:#f2b8b2;
}

.item-index-news-info {
	padding: 0px 0px 3px 5px;
	font-size:8pt;
}
.item-index-news-info span {
	color:#5a7346;
	font-size:8pt;
}

.index-news-list_all {
	overflow: auto;
}

#index-news-list_all p {
	border-bottom: 1px solid #c0c0c0;
	padding-bottom:2px;
}
.item-index-news_all {
	background-color:#eeeeee;
	margin-bottom:8px;
	padding:5px;
}
.item-index-news-odd_all {
	background-color:#ffffff;
}
.item-index-news-info_all {
	padding: 0px 0px 3px 5px;
	font-size:8pt;
}
.item-index-news-info_all span {
	color:#5a7346;
	font-size:8pt;
}


#index-recomends-list p {
	border-bottom: 1px solid #c0c0c0;
	padding-bottom:2px;
}

.item-index-news-info {
	padding: 0px 0px 3px 5px;
	font-size:8pt;
}
.item-index-news-info span {
	color:#5a7346;
	font-size:8pt;
}

#accordion-personal {
	margin-bottom:0px;
}

.user-area-list {
	width:100%;
	border: 1px solid #c0c0c0;
	margin: 10px 0px 10px 0px;
}
.user-area-list td,.user-area-list th {
	padding:3px;
	border: 1px solid #c0c0c0;
	vertical-align:middle;
}
.user-area-list th {
	background-color:#e3e3e6;

}
.tbl-img {
	width: 32px;
	text-align:center;
}


#accordion-rightcol{
	margin-bottom:0px;
}

.user-area-list {
	width:100%;
	border: 5px solid #c0c0c0;
	margin: 10px 0px 10px 0px;
}
.user-area-list td,.user-area-list th {
	padding:3px;
	border: 1px solid #c0c0c0;
	vertical-align:middle;
}
.user-area-list th {
	background-color:#e3e3e6;

}
.tbl-img {
	width: 32px;
	text-align:center;
}



#tips-player {
	display: block;
	font-size:12pt;
	width: 75px;
	height:20px;
	color:#008000;
	font-weight:bold;
	background: url('images/sprites.gif') no-repeat left -83px;
}
#tip-prev,#tip-pause,#tip-play,#tip-next {
	float:left;
	cursor:pointer;
}


#pause {
	display:none;
}
.tip-title-inside {
	font-size: 14pt;
}
#print-page {
	display:block;
	width:130px;
	color:red;
	cursor:pointer;
	height: 16px;
	background: url('images/print.png') no-repeat;
	padding-left:18px;
}
#table-header {
	width:100%;
	height:111px;
	background: url('images/bgr2.jpg') no-repeat;
}
#table-header td {
	width:33%;
	vertical-align:middle;
}
#main-body-table {
	width:100%;

}
#main-body-table td {
	text-align:left;
	vertical-align:top;
	
}
#left-td {
	width:245px;
	padding: 0px 3px 0px 3px;
}
#right-td {
	width:255px;
	padding: 0px 3px 0px 3px;
}
#main-td {
	padding: 0px 10px 0px 10px;
}
#register-logo {
	margin:10px 0px 0px 0px;
	padding:0px;
	width:245px;
}
#tab-demo {
	margin-top:10px;
}
#personal-index-graf {
	width:100%; 
	height:680px;
	padding:10px 0px 0px 0px;
	text-align:left;
}
#graf-loader {
	margin: 30px 0px 0px 200px;
}
#graf-second,#graf-first {
	cursor:pointer;
}
.filter-two-col {
	width:100%;
}
.filter-two-col td {
	padding-bottom:7px;
}
.filter-two-col td h3 {
	margin: 0px;
	padding: 10px 0px 0px 52px;
	background-repeat:no-repeat;
	height:48px;
}
.icon-etype {
	background-image:url('/bitrix/templates/my_dis/images/filter/icon-world.gif');
}
.icon-utype {
	background-image:url('/bitrix/templates/my_dis/images/filter/icon-users.gif');
}
.icon-otype {
	background-image:url('/bitrix/templates/my_dis/images/filter/icon-home.gif');
}
.icon-ctype {
	background-image:url('/bitrix/templates/my_dis/images/filter/icon-plus.gif');
}
.property-checkboxes-list {
	padding: 0px 0px 0px 15px;
	margin-top:-10px;
}
#filter-search {
	margin: 3px 0px 5px 0px;
	border:1px solid #000000;
	width: 100%;
	height:22px;
	padding-left:0px;
	color:#999999;
	font-style:italic;	
	font-size:12pt;
}
#article-block ul {
	list-style-type: disc;
	padding-left:25px;
}

.ch-nm {
	margin:0px;
	padding:0px;
}
#ul-a-search-result {
	margin-left: 20px;
}
#ul-a-search-result li {
	padding: 3px 0px 3px 0px;
}
.small-green {
	font-size:7pt;
	color:green;
}
#terms {
	width:98%;
	height:300px;
	overflow: auto;
	border:1px solid #c0c0c0;
	text-align:left;

}
.conf-terms {
	width:98%;
	margin: 10px 0px;
}
.conf-terms input {
	margin:0px;
	padding:0px;
}
#register-main {
	width:100%;
	
}
#register-main td {
	border:1px solid #c0c0c0;
	vertical-align:middle;
	padding:0px 3px 0px 3px;
}
#register-main td.semafour {
	width:32px;
	height:32px;
	text-align:center;
	padding:0px 0px 0px 0px;
}
.semafour-s {
	display:block;
	background: url('images/semafour.gif') no-repeat left -32px;
	width:32px;
	height:32px;	
}
.semafour-s-red {	background: url('images/semafour.gif') no-repeat left 0px;}
.semafour-s-yello {	background: url('images/semafour.gif') no-repeat left -32px;}
.semafour-s-green {	background: url('images/semafour.gif') no-repeat left -64px;}
.reg-description {
	height:32px;
	text-align:center;
	padding:0px 0px 0px 20px;
}
#register-main td .reg-text {
	width: 98%;
	height:24px;
	border: 1px solid #333333;
	font-size: 14pt;
}
.system-nav-orange
{
	color: #999;
	font-size:12px;
}

.system-nav-orange .nav-current-page
{
	color:white;
	background-color: rgb(255, 153, 0);
	font-weight: bold;
	padding:1px 0px;
}
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/upload/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/upload/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */


#flashcontent {
	width:960px;
	height:600px;
	clear:both;
}
#geo-description {
	background-color:#ffffff;	
}
#geo-desc-left {
	width:450px;
	float:left;
	min-height: 620px;
}
#geo-desc-right {
	width:430px;
	height: 630px;
	float:left;
	margin-left: 10px;	
	padding:3px;
}


#geo-desc-persons {
	height: 220px;
	border:1px solid #999999;
}
.geo-desc-loader {
	width: 64px;
	height: 64px;
	background-image: url('images/37-7.gif');
	
}
#geo-desc-maininfo {
	width:450px;
	min-height: 200px;
}
#geo-desc-subinfo {
	min-height: 200px;
}
#geo-news-line {
	overflow-y: scroll;
	height: 390px;
	padding-bottom:5px;
	border-bottom:1px solid #999999;
	margin-bottom: 5px;
}
.geo-news-line-item {
	margin-bottom: 12px;
}
.geo-news-line-item a {
	color:#b0de09;
}
.person-list {
	height: 90px;
	padding: 2px 0px 2px 95px;
}
.person-list a {
	font-weight: bold;
	color:#b0de09;
}
#govnobaner img {
	cursor:pointer;
}
#sec-icons-table {
	width: 100%;
	margin-top:5px;
}
#sec-icons-table a {
	display: block;
	width: 50px;
	height: 50px;	
	text-decoration:none;
  filter:alpha(opacity=80);
  opacity: 0.8;
}
#sec-icons-table a:hover {
  filter:alpha(opacity=100);
  opacity: 1;
}
#sec-icon-es {background: url('images/section/icon-sprite.gif') no-repeat 0px 0px;}
#sec-icon-reg {background: url('images/section/icon-sprite.gif') no-repeat -50px 0px;}
#sec-icon-pr {background: url('images/section/icon-sprite.gif') no-repeat -100px 0px;}
#sec-icon-gkh {background: url('images/section/icon-sprite.gif') no-repeat -149px 0px;}
#sec-icon-au {background: url('images/section/icon-sprite.gif') no-repeat -198px 0px;}
#sec-icon-en {background: url('images/section/icon-sprite.gif') no-repeat -248px 0px;}
	.tTip {width: 200px; position: absolute; cursor: pointer; color: #666; font-weight: bold;}
	.tip {color: #333;}
	

				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;
	color:#125389;
	font-size: 11pt;
	font-weight:bold;
	}
	
.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}

#matrix-table {
	width:100%;
}
#matrix-table td {
	padding: 15px;
}
#matrix-table td span {
	font-size: 14pt;
	text-decoration: underline;
	cursor:pointer;
	color: #666666;
}

.matrix-load td {
	font-size: 8pt;
	padding: 1px;
	text-align:center;
	vertical-align:middle;
}


.note-recomm {
	width: 16px;
	height: 16px;
	float:left;
	margin-right: 3px;
	border:1px solid #ffffff;
	cursor:pointer;
}
#rec-imp {
	background: url('images/recommends/imp.gif') 0 0 no-repeat;
}
#rec-let {
	background: url('images/recommends/let.gif') 0 0 no-repeat;
}
#rec-task {
	background: url('images/recommends/task.gif') 0 0 no-repeat;
}
#rec-email {
	display: block;
	height: 18px;
	width:120px;
	background: url('images/recommends/email.gif') 0 0 no-repeat;
	float: left;
	margin-right:10px;
	padding-left: 20px;
}
#rec-sms {
	display: block;
	height:  18px;
	width:120px;
	background: url('images/recommends/sms.gif') 0 0 no-repeat;
	float: left;
	margin-right:10px;
	padding-left: 20px;
}
#rec-rss {
	display: block;
	height:  18px;
	width:120px;
	background: url('images/recommends/rss.gif') 0 0 no-repeat;
	float: left;
	margin-right:10px;
	padding-left: 20px;
}
.gr-table {
border-bottom: 1px solid #6699CC;
border-top: 2px solid #6699CC;
border-left: 2px solid #6699CC;
border-right: 2px solid #6699CC;
background-color: #0;
border-collapse: collapse;
}
.gr-table td {
border: 1px solid #6699CC;
padding:3px;
}
.gr-table th, .ev-name {
	font-weight:normal;
	font-size:8pt;
}
.affffc0 {
background-color:#ffffc0;
}
.a80cfff {
background-color:#80cfff;
}
.a80ff80 {
background-color:#80ff80;
}
.affff80 {
background-color:#ffff80;
}
.bl {
	font-weight:bold;
	font-size: 12pt;
}
.event-own,.event-month {
	cursor:pointer;
}



#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #ecf4f8;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #2f4872;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(images/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(images/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(images/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(images/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(images/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(images/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(images/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(images/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}
	#feedback { font-size: 1.4em; }
	.event-month .ui-selecting { background: #FECA40; }
	.event-month .ui-selected { background: #F39814; color: white; }

	.with_corner {
		background:url('images/table_coner2.gif') top right no-repeat;
	}
	.item-repair-date {
		cursor:pointer;
	}
	
	.gr-table {
border-bottom: 2px solid #6699CC;
border-top: 2px solid #6699CC;
border-left: 2px solid #6699CC;
border-right: 2px solid #6699CC;
background-color: #0;
border-collapse: collapse;
}
.gr-table td {
border: 1px solid #ffffff;
padding:3px;
}
.gr-table th, .ev-name {
	font-weight:normal;
	font-size:8pt;
	text-align:center;
	
}
.gr-table td th {
	text-align:center;
background-color:#224171;
color:#ffffff;	
}

.affffc0 {
background-color:#224171;
color:#ffffff;
}
.a80cfff {
background-color:#80cfff;
}
.a80ff80 {
background-color:#4a678e;
color:#ffffff;
}
.affff80 {
background-color:#ffff80;
}
.bl {
	font-weight:bold;
	font-size: 12pt;
}
.event-own,.event-month,.event-month-even {
	cursor:pointer;
}



#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #ecf4f8;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #2f4872;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(images/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(images/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(images/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(images/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(images/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(images/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(images/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(images/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}
	#feedback { font-size: 1.4em; }
	.event-month .ui-selecting { background: #FECA40; }
	.event-month .ui-selected { background: #F39814; color: white; }
	.event-month-even {background: #c1c1c1;font-size:7pt;}
	.event-month {font-size:7pt;}
.new-ev {
	padding: 5px 0px 5px 20px;
}
.event-month-even,.event-month{
	border-bottom:1px solid #6699CC;
}

.personal_flag_red {
	background: url("/bitrix/templates/my_dis/images/recommends/red_flag.gif") no-repeat scroll 0pt 0pt transparent;
	border-color: rgb(255, 255, 255);
}

.personal_flag_blue {
	background: url("/bitrix/templates/my_dis/images/recommends/blue_flag.gif") no-repeat scroll 0pt 0pt transparent;
	border-color: rgb(255, 255, 255);
}

.personal_letter {
	background: url("/bitrix/templates/my_dis/images/recommends/let.gif") no-repeat scroll 0pt 0pt transparent; 
	border-color: rgb(255, 255, 255);
}
.personal_task {
	background: url("/bitrix/templates/my_dis/images/recommends/task.gif") no-repeat scroll 0pt 0pt transparent; 
	border-color: rgb(255, 255, 255);
}

.new_tips_player {
  display:none;
}