html {
	height: 100%;
	overflow-y: scroll;	
}
body {
	background: #f5f5f5;
	color: #333;
	font: 14px Arial, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	max-width: 1650px;
	min-width: 1000px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
}
h1, h2, h3 {
	font-weight: normal;
	color: #005bab;
}

h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
p {
	margin: 15px 0;
}
ul, ol {
	padding-left: 20px;
}
img {
	border: none;
}
hr {
	color: #ddd;
	background-color: #ddd;
	border: none;
	height: 1px;
	clear: both;
	margin: 15px 0;
}

a[rel="link"]:visited {
	color: #DA4F49;
}

tr.is-deleted td {
	background: #FFD0CC;
}

/**шапка**/

#header {
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
	padding: 10px 35px;
	position: relative;
}
#header {
	

}
#logo-bico {
	background-image: url("/i/sprite-crm.png");
    background-position: 0 -1px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 60px;
    margin-top: 22px;
    width: 180px;
	
	/*background: url(/i/logo_12.png) no-repeat 0 0;
	width:224px;
	height:110px;
	top: -110px !important;
	left: 20px !important;*/
}
#logo-bico-11 {
	position:absolute;
	top:0;
	left:0;
}

#logo-bico9 {
	background: url(/i/logobico9_crm.png) no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
    height: 89px;
    margin-left: 20px;
    width: 202px;
}
#logo-bico9_auth {
	background-image: url("/i/logo_9years.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
	position: absolute;
	top: -150px;
	left: 80px;
	margin: 0;
    height: 134px;
    width: 210px;
}

#logo-bico8 {
	background-image: url("/i/logo.png");
    background-position: 0 0;
    background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	left: 30px;
	margin: 0;
    height: 82px;
    width: 191px;
}
#logo-bico8_auth {
	background-image: url("/i/logo.png");
    background-position: 0 0;
    background-repeat: no-repeat;
	position: absolute;
	top: -100px;
	left: 80px;
	margin: 0;
    height: 82px;
    width: 191px;
}

#logo-bico-default {
	background-image: url("/i/sprite-crm.png");
    background-position: 0 -1px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 60px;
    margin-top: 22px;
    width: 180px;
}

#logged-user {
	color: #666;
	font-size: 12px;
	margin: 0 35px 10px 215px;
	text-align: right;
}
#logged-user a {
	padding: 0 10px;
	color: #777;
}
#logged-user a:hover {
	color: #014d90;
}
#logout {
	margin-left: 20px;
}

/**напоминалка**/

#remind {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	height: 50px;
	margin: 10px 0 0 215px;
}
#remind table {
	background: none;
	border: none;
	font-size: 11px;
	margin: 0 12px;
	width: auto;
	overflow: hidden;
}
#remind table td {
	border: none;
	padding: 0px;
	text-indent: 0;
}
#remind table tr:hover {
	background: none;
}
#remind a {
	display: none;
	border: solid #fff;
	border-width: 0 1px 0 1px;
	height: 34px;
	padding: 16px 4px 0;
	text-decoration: none;
	vertical-align: middle;
}
#remind a:hover {
	background: #f5f5f5;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#remind a span {
	background: #A91E22;
	background: -moz-linear-gradient(top,  #c60012 0%, #a91e22 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c60012), color-stop(100%,#a91e22));
	background: -webkit-linear-gradient(top,  #c60012 0%,#a91e22 100%);
	background: -o-linear-gradient(top,  #c60012 0%,#a91e22 100%);
	background: -ms-linear-gradient(top,  #c60012 0%,#a91e22 100%);
	background: linear-gradient(to bottom,  #c60012 0%,#a91e22 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60012', endColorstr='#a91e22',GradientType=0 );

	color: #fff;
	float: left;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin: -16px 4px 10px 0;
	padding: 16px 3px 5px;
	min-height: 17px;
	min-width: 16px;
}
#remind a.muted span {
	background: #999;
	background: -moz-linear-gradient(top,  #cccccc 0%, #999999 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#999999));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#999999 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#999999 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#999999 100%);
	background: linear-gradient(to bottom,  #cccccc 0%,#999999 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 );
}

#today {
	color: #666666;
    font-size: 11px;
	position: absolute;
	bottom: -40px;
	left: 15px;
}
#today .date{
	padding-left: 24px;
}


/**верхнее меню**/

#topbar {
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );

	border: 1px solid #ccc;
	border-radius: 15px 15px 0 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	min-height: 50px;
	margin: 0 0 0 250px;
}
#topbar ul {
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );

	border-radius: 15px 15px 0 0;
	
	min-height: 50px;
	list-style: none;
	margin: 0;
	padding: 0 12px 0 0;
	position: relative;
}
#topbar ul li {
	display: inline-block;
	position: relative;
	zoom:1;
	/*display:inline;*/
}
	
#topbar ul li a {
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );

	border-color: #ccc #ccc #ccc #fff;
    border-style: solid;
	border-width: 1px 1px 1px 0;
	display: block;
	line-height: 50px;
	margin-top: -1px;
	margin-bottom: -1px;
	padding: 0 20px;
	text-decoration: none;
	white-space: nowrap;
}
#topbar > ul > li:first-child > a {
	border-left: none;
	border-radius: 15px 0 0 0;
}
#topbar ul li a:hover {
	background: #f5f5f5;
}
#topbar ul li a.active {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #666;
	cursor: default;
	text-decoration: none;
}
#topbar > ul > li > a.active {
	border-left: 1px solid #ccc;
	margin-left: -1px;
}

/**выпадающее меню**/

#topbar ul ul {
	position: absolute;
	top: 50px;
	left: -1px;
	z-index: 1010;
	display: none;
	min-width: 100%;
	height: auto;
	min-height: 40px;
	padding: 1px;
	margin: 0;
	background: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#topbar ul ul li {
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	display: block;
}
#topbar ul ul li:last-child {
	border: none;
}
#topbar ul ul li a {
	background: #fff;
	border: none;
	border-radius: 0;
	line-height: 30px;
	margin: 0;
}
#topbar ul ul li a:hover {
	background: #f5f5f5;
}
#topbar ul li:hover ul {
	display: block;
}


/**левое меню**/

#sidebar {
	border-top: 1px solid #ccc;
	position: absolute;
	top: 56px;
	left: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	width: 250px;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	display: block;
	position: relative;
}
#sidebar ul li a {
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );

	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	color: #3399cc;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
    padding: 8px 10px 8px 16px;
	text-decoration: none;
}
#sidebar ul li a.active {
	background: #fff;
	border-right: 1px solid #fff;
	color: #666;
	cursor: default;
	text-decoration: none;
	width: 200px;
}
#sidebar ul ul a {
	background: #eee;
	border-top: none;
	border-bottom: 1px solid #ddd;
	color: #005bab;
	font-size: 14px;
	font-weight: normal;
    padding: 6px 10px 6px 40px;
}
#sidebar ul li a:hover {
	background: #f5f5f5;
}

#sidebar ul ul {
	display:none;
} 

/**напоминания**/

#sidebar span.badge {
	background: none;
	border: none;
    color: #a00;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	padding: 3px 2px;
	right: 10px;
	top: 50%;
	margin-top: -11px;
	text-align: center;
	min-width: 14px;
}
#sidebar span.badge:hover {
	background: #ddd;
}
#topbar .badge {
	/*background: none;*/
	background: #a00;
	border: none;
	border-radius: 8px;
   /* color: #a00;*/
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	position: relative;
	padding: 0 2px 1px 2px;
	right: 4px;
	top: -10px;
	text-align: center;
	min-width: 10px;
}

a.badge + a {
	padding-right: 50px !important;
	width: 160px !important;
}


/**контент**/

#container {
	position: relative;
	padding: 5px 35px 35px 0;
}
#content {
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 15px 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-left: 250px;
	min-height: 500px;
	padding: 1px 20px 20px;
}

.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.hide {
	display: none !important;
}
img.left,
img.right {
	margin-bottom: 10px;
	max-width: 250px;
}
img.left {
    float: left;
	margin-right: 20px;
}
img.right {
    float: right;
	margin-left: 20px;
}

.col10 {width: 10%;}
.col20 {width: 20%;}
.col30 {width: 30%;}
.col40 {width: 40%;}
.col50 {width: 50%;}
.col60 {width: 60%;}
.col70 {width: 70%;}
.col80 {width: 80%;}
.col90 {width: 90%;}
.col100 {width: 100%;}


/**таблица**/

table {
	background: #fff;
	border-collapse: collapse;
	border: solid #ddd;
	border-width: 1px 0 0 0;
	font-size: 12px;
	margin: 15px 0;
	width: 100%;
}
table tbody tr:nth-of-type(even) {
	background: #f7f7f7;
}
table tbody tr:hover {
	background: #eee;
}

table tbody th,
table tbody td {
	border: solid #ddd;
	border-width: 0 1px 1px 0;
    border-right: 1px solid #eee;	
	padding: 5px 4px;
	font-weight: normal;
	vertical-align: top;
}
table tbody th:last-child,
table tbody td:last-child {
    border-right: none;
}

table tbody th.text-align-center,
table tbody td.text-align-center {
	text-align: center;
	white-space: nowrap;
}
table tbody th {
	font-size: 14px;
	height: 40px;
	text-align: left;
	vertical-align: middle;
}
table tbody th h3 {
	margin: 5px 0;
}
table tbody th a {
	color: #333;
}

table thead {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
}
table thead tr:first-child {
	height: 20px;
}
table thead tr:last-child {
	height: 40px;
}
table thead th {
	background: url("/i/sep.png") no-repeat right center;
	border: none;
	color: #666;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
}
table thead th:last-child {
	background: none;
}

table thead th.sep-down {
	background: none;
}
table thead th.sep-up {
	background: url("/i/sep.png") no-repeat right 100%;
}


.firstcol-head {
	table-layout: fixed;
}
.firstcol-head tbody td:first-child {
	color: #666;
	text-align: right;
	width: 39%;
	max-width: 200px;
}

.table-wrapper {
	/*overflow-x: auto;*/
}

table tr.level-1 td:first-child,
table tr.level-1 th:first-child { 
    padding-left: 30px;
}

table tr.level-2 td:first-child,
table tr.level-2 th:first-child { 
    padding-left: 60px;
}

table tr.level-3 td:first-child,
table tr.level-3 th:first-child { 
    padding-left: 90px;
}

table tr.level-4 td:first-child,
table tr.level-4 th:first-child { 
    padding-left: 120px;
}

table tr.level-4 td:first-child,
table tr.level-4 th:first-child { 
    padding-left: 150px;
}


/*формы*/

.submit-block {
	margin: 20px -20px;
}

#year_selection_block_id {
	display: inline-block;
}
.controls_block {
	display: inline-block;
}

/*хлебные крохи*/

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999;
}
.breadcrumb .active {
  color: #999999;
}


/*статистика по оплатам*/

.gistogram-horizont {
	border-radius: 3px;
	color: #333;
	font-size: 12px;
	font-weight: bolder;
	line-height: 16px;
	text-indent: 2px;
	height: 16px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	text-shadow: 1px 1px 0 #363636, 1px 1px 3px #2C2C2C;
	position: relative;
}

.gistogram-horizont .overplan {
	background-image: url("/i/fireball.png");
	height: 25px;
	position: absolute;
	right: -6px;
	top: -5px;
	width: 72px;
}

.gistogram-horizont .text {
	position: relative;
	z-index: 10;
}

.bg-red {
	color: #fff;
	background-color: #dd514c;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.bg-blue {
	color: #fff;
	background-color: #0e90d2;
	background-image: -moz-linear-gradient(top, #149bdf, #0480be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
	background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
	background-image: -o-linear-gradient(top, #149bdf, #0480be);
	background-image: linear-gradient(to bottom, #149bdf, #0480be);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
}

.bg-green {
	color: #fff;
	background-color: #5eb95e;
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(to bottom, #62c462, #57a957);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.fake-link {
	color: #444;
	border-bottom: none;
	text-decoration: none;
}

a.fake-link:hover {
	color: #014D90;
	border-bottom: 1px solid #014D90;
}

.big-data-in-limited-area {
	width: 350px;
	max-height: 130px;
	overflow-x: hidden;
	overflow-y: auto;
}

/* цветные информеры в списке клиентов */
.informer-block {
	display:inline-block;
	position: relative;
	top: 5px;
	width: 20px;
	height: 20px;
}

.striped {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	   -moz-background-size: 40px 40px;
		 -o-background-size: 40px 40px;
			background-size: 40px 40px;
}

.popup-help {
	position: absolute;
	display:none;
	padding: 5px 10px 10px;
	background-color: white;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	z-index:10;
}

/*Ошибки к формам*/
.error-note.dot p {
	margin: 5px;
	color: #B94A48;
	font-weight: bold;
	font-size: 14px
}

#string{
	width:100%;
	height:30px;
	position: fixed;
	left: 0px;
	bottom: -60px;
	margin:60px auto;
	line-height:28px;
	padding: 0 10px;
	border-radius:4px;
	box-shadow:0 1px 2px #777;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}


/* НАЧАЛО Добавлено Тарасовым Денисом */

table tbody tr.success > td {
	background-color: #dff0d8;
}

table tbody tr.error > td {
	background-color: #f2dede;
}

table tbody tr.warning > td {
	background-color: #fcf8e3;
}

table tbody tr.info > td {
	background-color: #d9edf7;
}

/* КОНЕЦ Добавлено Тарасовым Денисом */