/* Tables */
table.support {
	border-collapse: separate;
	empty-cells: show;
}

td.dyrka {
	width:30px; 
	height:32px; 
	border-bottom: 1px solid white;
	background: white;
	empty-cells: show;
}
td.palka {
	height:32px; 
	border-bottom: 1px solid white;
	empty-cells: show;
}

td.god-top {
	height:5px; 
	background: url('top-god-bg.gif'); 
}

td.god-middle {
	height:21px; 
	background: url('middle-god-bg.gif'); 
	border-left: 1px solid #fbf8f7; 
	border-right: 1px solid #c1bdbc; 
}

td.god-bottom {
	height:5px; 
	background: url('bottom-god-bg.gif'); 
}

td.vek {
	height:31px; 
}

span.shit {
	font-size:0;
	visibility:hidden;
}

/* Switchers */

.switcher .switch_screenshot {
	display: none;
}
.switcher .selected_layout {
	display: block;
}

.switcher span.switch {
	color: #0055CC;
	cursor: pointer;
	border-bottom: 1px dotted #0055CC;
	padding: 2px;
}

.switcher span.active {
	border: 0; 
	cursor: auto; 
	color: black;
}

input#unfinished {}

/*div.hidden {
	display:none;
}

span.trigger {
	color: blue; 
	border-bottom: 1px dashed blue;
	cursor: pointer;
	padding: 2px 2px 2px 2px;
}

span.triggeron {
	background: #ebebcf;
	padding: 2px 2px 2px 2px;
}*/