/* shared for both ru & biz sites */

li a.active{
	color:#fff !important;
}

a.kinoslovarik{
	text-decoration:none !important;
	border-bottom:1px dashed #ff6700;
}
a.dashed{
	text-decoration:none !important;
	border-bottom:1px dashed #ff6700;
}
a.dashed:hover,a.dashed:active{
	border-bottom:none;
}

button,button.transparent{
	border:none;
	background:transparent;
	padding:0;
	margin:0;
  cursor:pointer;
  display:inline;
}

/* titles */
table.titles td{
	width:50%;
	vertical-align:top;
	padding:0 10px 10px 0;
	border-bottom:1px dotted #53555b;
}
table.titles td p{
	margin:0;
	padding:0;
}

/* articles columns */
.view-content-header{
	margin:0 0 0 14px;
	font-size:120%;
}
.view-content-header small{
	margin-top:-3px;
}
.view-content .item .image{
	float:left;
	width:80px;
	border:none;
	padding:0;
}
.view-content .item .text{
	margin-left:95px;
	text-align:justify;
}
.view-content .item .image img{
	border:2px solid #989ba0;
}
.view-content .item{
	clear:both;
	margin-bottom:2em;
}

/* articles list */
.view-content-list .item h2{
	margin:0 0 5px 0;
	font-size:11pt;
	float:left;
}
.view-content-list .item .date{
	float:left;
	color:#ccc;
	margin:3px 0 0 10px;
}

/* project articles */
.view-content.projects .item .image{
	float:left;
	width:145px;
	border:none;
	padding:0;
}
.view-content.projects .item .text{
	margin-left:155px;
	margin-top:-12px;
}
.projects h2{
	margin-bottom:1em;
}

/* misc */
.center{
	text-align:center;
}
img.left{
	float:left;
	clear:left;
}
img.right{
	float:right;
	clear:right;
}

a.thickbox img,img.thumbnail{
	margin:3px 5px;
	border:2px solid #333;
}

.profile{
	clear:none !important;
}

.node-unpublished {
	background-color:transparent;
	border:2px dashed #FFF4F4;
	padding:0.5em;
}


/**
 * Watchdog.module
 */
tr.watchdog-user {
  background-color:#677f7a;
}

tr.watchdog-user td.active {
  background-color:#6d9f95;
}

tr.watchdog-content {
  background-color:#6c6f53;
}

tr.watchdog-content td.active {
  background-color:#898f59;
}

tr.watchdog-warning {
  background-color:#fdf5e6;
}

tr.watchdog-warning td.active {
  background-color:#fdf2de;
}

tr.watchdog-error {
  background-color:#6f4c4e;
}

tr.watchdog-error td.active {
  background-color:#8f5053;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
  background:#475f4f;
}
tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active {
  background:#4f7f5f;
}

/**
 * Status report colors.
 */
tr.error td,tr.error th {
  background-color:#6f4c4e;
  border:none;
}
tr.warning td,tr.warning th {
  background-color:#6c6f53;
  border:none;
}
tr.ok td,tr.ok th {
  background-color:#475f4f;
  border:none;
}

table.system-status-report th, table.system-status-report tr.merge-up td {
	padding-left:30px !important;
}