input {
	z-index: 1;
}

div {
	position: relative;
}
#header {
	width: 100%;
	height: 100px;
}
#main {
	padding: 0;
	min-height: 100%;
}
#user-menu {
	position: absolute;
	right: 24px;
	top: 80px;
}
/*
#menu {
	top: 44px;
}
*/
.active a {

	color: #696969;
	text-decoration: none;
}

.channel {
	margin-bottom: 16px;
	position: relative;
	border: 1px white solid;
	padding: 8px;
}
.channel.readonly .count {
	background: #424242;
}
.channel-name {
	font-size: 2em;
}
.channel-users-count {
	position: absolute;
	top: 4px;
	right: 8px;
	padding: 4px 0px;
	width: 70px;
	text-align: center;
	font-family: Tahoma;
}
.channel-users-count .count {
	font-size: 1.6em;
	color: white;
	background: #A1D042;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.channel-description {
	margin: 4px 0 8px;
}
.channel-meta {
	color: gray;
}
.channel-description, .channel-meta, .channel-name{
	padding-right: 80px;
}
#data_search {
	width: 100%;
	padding: 4px;
	margin-bottom: 4px;
}
#search_box {
	height: 70px;
}
.filters a {
	display: block;
	padding: 4px 10px;
	margin: 6px 0;
	font-size: 1.2em;
}
.filters a.active {
	background: #FFFFAC;
}
.paginator {
	padding: 4px;
}
.paginator  a {
	padding: 6px 12px;
	margin: 0 6px 0 0;
	font-size: 1.4em;
}
.paginator a.active {
	background: #FFFFAC;
}
#progress {
	width: 32px;
	height: 32px;
	background: url(/img/wheels_32.png) repeat;
	position: absolute;
	visibility: hidden;
	right: 4px;
	bottom: 4px;
}
#message {
	position: fixed;
	bottom: 20px;
	left: 20px;
	background: #ffd700;
	font-size: 1em;
	padding: 6px 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: none;
	z-index: 10000;
}
#cover {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: /*url(../img/2x2.gif)*/white;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	display: none;
	z-index: 100;
}
#popup {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin: auto;
	width: 460px;
	background: white;
	border: 1px black solid;
	padding: 12px 12px 24px; 
	display: none;
	z-index: 101;
}
#popup h4 {
	font-family: "Trebuchet MS", Arial;
	font-size: 1.3em;
	background: #e1e9ff;
	padding: 3px 6px;
	margin: 0;
	color: black;
}
#popup div {
	margin: 12px 0 0 12px;
	height: 32px;
}
#popup span div input {
	padding: 2px;
	font-size: 1.1em;
	margin-top: 2px;
}
#popup span div textarea {
	padding: 0;
	font-size: 1.1em;
	width: 97%;
	margin: 0 0 12px;
	float: none;
}
#popup_close {
	position: absolute;
	top: 16px;
	right: 16px;
}
#popup_close img {
	border: 0;
}
input#popup_submit {
	font-size: 1em;
}
#popup div.form_label {
	margin: 0;
	float: left;
	width: 40%;
	top: 4px;
}
#popup div.no-float {
	float: none !important;
	clear: both;
	width: auto !important;
	height: auto !important;	
	top: 0;
	padding-bottom: 4px;
}
#popup div#popup_error {
	background: #ee1111;
	padding: 6px 6px;
	color: white;
	height: auto;
	display: none;
}
#popup div.form_separator {
	height: 3px;
	background: #e1e9ff;
	margin: 20px 0 12px;
}
#popup .required input {
	background-color:#F8EEB9;
	border:1px solid #DCCB61;
}
.label_hint {
	color: gray;
	font-size: 0.95em;
}
#popup_preface, #popup_afterface {
	height: auto !important;
	font-size: 0.85em;
}
#popup_preface div, #popup_afterface div {
	height: auto !important;
	margin-left: 0 !important;
}
.afterface-link {
	display: block;
	margin-left: 40%;
}
.rss {
	background: url(/img/feed_icon.png) no-repeat left center;
	padding: 0 0 0 20px;
}

