@import "forms/cmxform.css";

@import "cmxform.css";

@import "jquery.jgrowl.css";

body,html {
	margin: 0;
	padding: 0px 0px 0px 0px;
	color: #808080;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #ffffff;
	background-image: url(../img/bg.jpg);
}

body {
	min-width: 980px;
}

#headerWrap {
	margin: 0 auto;
	background: url( /static/img/top-bg.png ) repeat-x;
	width: 100%;
}

#wrap {
	background: #fff;
	margin: 0 auto;
	width: 980px;
}

#header {
	background: none;
	color: #fff;
	width: 980px;
	margin: 0 auto;
}

#header .head {
	padding: 5px;
	margin: 0;
}

.blocked {
	text-align: left;
}

.blocked .caption {
	margin: 5px;
	text-align: right;
}

.blocked .caption a {
	color: #09f;
}

/* Navigation // start */
#nav {
	background: url(../img/nav-bg.png) 0 0 no-repeat;
	height: 52px;
	line-height: 52px;
	width: 980px;
	margin: 0 auto;
}

#navbar a {
	border: 0;
	height: 52px;
	display: block;
	line-height: 52px;
	text-indent: -9999px;
	background: url(../img/nav.png);
}

#navbar #h a {
	width: 88px;
	display: inline;
	float: left;
	background-position: 0 0;
}

#navbar #w a {
	width: 114px;
	display: inline;
	float: left;
	background-position: -108px 0;
}

#navbar #s a {
	width: 115px;
	display: inline;
	float: left;
	background-position: -449px 0;
}

#navbar #v a {
	width: 85px;
	display: inline;
	float: left;
	background-position: -360px 0;
}

#navbar #x a {
	width: 95px;
	display: inline;
	float: left;
	background-position: -245px 0;
}

#navbar #b a {
	width: 79px;
	display: inline;
	float: left;
	background-position: -570px 0;
}

#navbar #f a {
	width: 150px;
	display: inline;
	float: left;
	background-position: -653px 0;
	margin-left: 70px;
}

#navbar #c {
	width: 104px;
	display: inline;
	float: left;
	height: 52px;
	line-height: 52px;
}

#navbar #h a:hover {
	background-position: 0 -52px;
}

#navbar #w a:hover {
	background-position: -108px -52px;
}

#navbar #s a:hover {
	background-position: -449px -52px;
}

#navbar #v a:hover {
	background-position: -360px -52px;
}

#navbar #x a:hover {
	background-position: -245px -52px;
}

#navbar #b a:hover {
	background-position: -570px -52px;
}

#navbar #f a:hover {
	background-position: -653px -52px;
}

/*
#searchForm form {
	margin-right: 15px;
	padding-top: 8px;
	vertical-align: middle;
	float: right;
}

#searchForm form #query {
	width: 183px;
	background-image: url( ../img/search_bg.png );
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 10px 27px 10px 3px;
	border: none;
	color: #fff;
}
*/
#searchForm div {
	float: left;
}

#searchForm form {
	margin-right: 10px;
	padding-top: 8px;
	vertical-align: middle;
	float: right;
}

#searchForm #leftSearchForm {
	width: 10px;
	height: 35px;
}

#searchForm #middleSearchForm {
	background: url( /static/img/search_bg_1px.png ) repeat-x;
	height: 35px;
	line-height: 35px;
}

#searchForm #middleSearchForm input {
	background: transparent;
	margin-top: 8px;
	border: none;
	color: #fff;
	padding-top: 2px;
	width:110px;
}

/*
#searchForm form input {
	border: 1px solid #555;
	background: #000;
	color: #fff;
	float: left;
	display: inline;
}
*/ /* Navigation // end */
#subwrapper {
	background: #fff;
}

#main {
	float: left;
	width: 660px;
	margin: 10px 0;
	min-height: 380px;
}

#main #channels {
	margin: 10px;
}

#main #channelsTeaser {
	min-height: 100px;
}

#main #channelsTeaser .left {
	width: 340px;
	float: left;
}

#main #channelsTeaser .right {
	width: 340px;
	float: right;
}

#main h2,#main h3,#main p {
	padding: 0 10px;
}

#main h2 {
	background-image: url( /static/img/bg_box.png) repeat-x;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-top: 2px;
	color: #09f;
}

#main p.desc {
	padding: 0;
	color: #555;
}

#main p.desc em {
	font-weight: bold;
	color: #09f;
}

#sidebar {
	float: right;
	width: 300px;
	margin-top: 15px;
}

#sidebar ul {
	margin-bottom: 0;
}

#sidebar h3,#sidebar p {
	padding: 0 10px 0 0;
}

.boxHeader {
	color: #efefef;
	font-size: 14px;
	width: 300px;
	height: 36px;
	background-image: url(../img/popular_header.png);
}

#sidebar #lastLoggedUsers ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

#sidebar #lastLoggedUsers ul li {
	display: block;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}

#sidebar #lastLoggedUsers ul li a img {
	border: none;
}

#sidebar #lastLoggedUsers ul li a {
	display: block;
	border: 1px solid #999;
}

#sidebar #lastLoggedUsers ul li a:hover {
	border: 1px solid #555;
}

.boxContents {
	padding-top: 5px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	background-image: url(../img/channel_row.gif);
	background-repeat: repeat-x;
}

#sidebar #similarChannels .boxContents ul {
	list-style: none;
	margin: 0;
	padding: 10px;
}

#sidebar #similarChannels .boxContents ul li {
	display: block;
	clear: both;
	height: 80px;
}

#sidebar #similarChannels .boxContents ul li p.img {
	float: left;
	width: 80px;
	margin: 0;
	padding: 0;
}

#sidebar #similarChannels .boxContents ul li img {
	vertical-align: middle;
}

#sidebar #similarChannels .boxContents ul li p.text {
	float: right;
	margin: 5px 0;
	width: 174px;
	padding: 0 5px;
}

#sidebar #similarChannels .boxContents h3 {
	background-image: url(../img/bg_box.png);
	height: 23px;
	line-height: 23px;
	font-size: 10px;
	margin: 0;
	padding: 0 10px;
	text-align: left;
	margin-top: 2px;
}

#sidebar #similarChannels .boxContents a,#sidebar #similarChannels .boxContents a:visited
	{
	color: #0cb5df;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

#sidebar #similarChannels .boxContents a:hover {
	text-decoration: underline;
}

.message {
	margin: 10px;
	padding: 10px;
	display: block;
	border: 1px solid #ccc;
	background: #f6f6f6;
}

.warning {
	padding: 0 10px;
	padding-left: 60px;
	background: #fff1f7 url(../img/warning_48.png) no-repeat left 50%;
	height: 48px;
	line-height: 48px;
	border: 1px solid #ff8689;
	color: #e10000;
}

#loginForm {
	margin: 10px;
}

#loginForm h3,#loginForm p {
	padding: 0;
}

#loginForm div label {
	width: 80px;
	font-weight: bold;
	display: block;
	margin: 5px 0;
}

#loginForm div input {
	vertical-align: middle;
}

#footer {
	background-color: #000000;
	height: 130px;
	font-size: 11px;
	padding-left: 20px;
	margin: 0 auto;
}

#footer div a,#footer div a:visited {
	color: #666666;
	text-decoration: none
}

#footer .panel1 {
	display: inline;
	float: left;
	height: 130px;
	width: 575px;
	text-align: right;
}

#footer .panel2 {
	display: inline;
	float: left;
	height: 130px;
	width: 200px;
}

#footer h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
}

#footDesc {
    background-color: #010101;
    color: #666666;
    padding: 10px 0;
    font-size: 10px;
}

#subFooter {
	background-color: #010101;
	height: 25px;
	font-size: 11px;
	margin: 0 auto;
	color: #666666;
	padding-top: 8px;
}

#subFooter a,#subFooter a:visited {
	color: #fff;
}

#footer ul {
	float: left;
	margin: 0 0 0 20px;
}

#footer ul li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 0 8px 0 0;
}

#footer a,#footer a:visited {
	color: #fff;
}

#footer p {
	color: #fff;
	float: right;
	margin: 0 20px 0 0;
}

#header_left {
	margin: 0;
	padding: 0;
	width: 180px;
	height: 100px;
	background-position: top;
	text-align: center;
	float: left;
}

#header_right {
	margin: 0;
	padding: 30px auto 0px auto;
	width: 800px;
	height: 70px;
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}

#header_right a,header_right a:visited {
	color: #fff;
	text-decoration: none;
}

#loginBarLeft {
	margin: 0;
	padding: 0px 0px 0px 0px;
	width: 11px;
	height: 24px;
	float: right;
	text-align: right;
}

#loginBarCenter {

	min-width: 518px;
	max-width:620px;
	height: 24px;
	padding-top: 5px;
	background-image: url(../img/top.png);
	background-repeat: repeat-x;
	text-align: center;
	float: right;
}

#loginBarRight {
	margin: 0;
	padding: 0px 0px 0px 0px;
	width: 11px;
	height: 24px;
	float: right;
	text-align: right;
}

#loginBarCenter .broadcast {
	color: #f90;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.style1 {
	font-size: 24px
}

.style2 {
	color: #FFFFFF;
	font-weight: bold;
}

a.style2:link,a.style2:visited,a.style2:active {
	text-decoration: none;
	color: #ffffff;
}

a.style2.hover {
	text-decoration: underline;
	color: #ffffff;
}

.style3 {
	color: #000000;
	font-weight: bold;
}

.style4 {
	color: #dfdfdf;
	font-size: 14px;
}

a.style4:link,a.style4:visited,a.style4:active {
	text-decoration: none;
	color: #dfdfdf;
}

a.style4:hover {
	text-decoration: underline;
	color: #dfdfdf;
}

.style5 {
	color: #ffffff;
	font-size: 11px;
}

a.style5:link,a.style5:visited,a.style5:active {
	text-decoration: none;
	color: #ffffff;
}

a.style5:hover {
	text-decoration: underline;
	color: #ffffff;
}

.style5a {
	color: #8f8f8f;
	font-size: 9px;
	text-align: left;
}

.style6 {
	color: #0cb5df;
	font-size: 24px;
}

a.style6:link,a.style6:visited,a.style6:active {
	text-decoration: none;
	color: #0cb5df;
}

a.style6:hover {
	text-decoration: underline;
	color: #0cb5df;
}

.style7 {
	color: #999999;
}

.style8 {
	color: #0cb5df;
	font-weight: normal;
	font-size: 11px;
}

a.style8:link,a.style8:visited,a.style8:active {
	text-decoration: none;
	color: #0cb5df;
}

a.style8:hover {
	text-decoration: underline;
	color: #0cb5df;
}

.style9 {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	background-color: #0cb5df;
}

.style10 {
	color: #666666;
	font-size: 20px;
}

a.style10:link,a.style10:visited,a.style10:active {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	font-size: 18px;
}

a.style10:hover {
	text-decoration: underline;
	color: #999999;
	font-weight: normal;
	font-size: 18px;
}

.style11 {
	font-size: 16px;
	color: #666666;
}

.style13 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.style14 {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 11px;
}

a.style13:link,a.style13:visited,a.style13:active {
	text-decoration: none;
	color: #000000;
}

a.style13:hover {
	text-decoration: underline;
	color: #000000;
}

#mosaic {
	height: 490px;
	background: url( /static/img/feat_bg.png ) repeat-x;
}

.channel_thumb {
	border: solid #e4e4e4 3px;
	padding: 2px;
}

.channel_thumb:hover {
	border: solid #00CCCC 3px;
	padding: 2px;
}

.avatar_mini {
	border: solid #e4e4e4 1px;
	padding: 2px;
	margin-right: 4px;
}

.avatar_mini:hover {
	border: solid #00CCCC 1px;
	padding: 2px;
	margin-right: 4px;
}

#content {
	width: 630px;
	height: 90px;
	padding-top: 20px;
	background-color: #FFFFFF;
	background-image: url(../img/channel_row.gif);
	background-repeat: repeat-x;
	border-bottom: #ebebeb solid 1px;
	border-top: #ffffff solid 1px;
}

#content1 {
	width: 4%;
	height: 100px;
}

#content2 {
	padding: 5px 0px 0px 0px;
	width: 19%;
	height: 65px;
	max-height: 39px;
}

#content3 {
	padding: 0px 0px 0px 0px;
	width: 57%;
	height: 80px;
}

#content3_1 {
	padding: 5px 0px 0px 0px;
	width: 100%;
	height: 40px;
	text-align: left;
}

#content3_1 a,#content3_1 a:visited {
	color: #000;
	font-weight: bold;
}

#content3_2 {
	width: 100%;
	height: 35px;
}

#content3_2_1 {
	padding: 10px 0px 0px 0px;
	width: 50%;
	height: 25px;
	text-align: left;
}

#content3_2_2 {
	padding: 10px 0px 0px 0px;
	width: 30%;
	height: 25px;
	text-align: left;
}

#content3_2_3 {
	padding: 10px 0px 0px 0px;
	width: 20%;
	height: 25px;
	text-align: left;
}

#content4 {
	padding: 20px 0px 0px 0px;
	width: 20%;
	height: 50px;
}

#lap {
	text-align: center;
	height: 36px;
	background-image: url(../img/lap_over.png);
	background-repeat: repeat-x;
	margin: 0 auto;
	width: 600px;
}

.tabs ul {
	margin: 0;
	padding: 0;
	width: 600px;
}

.tabs ul li {
	list-style: none;
	float: left;
}

.tabs ul a {
	height: 28px;
	float: left;
	display: block;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none !important;
	color: #fff;
	font-weight: bold;
}

.tabs ul a:hover {
	color: #9df0ff;
}

.tabs ul a.selected {
	height: 28px;
	background-image: url(../img/lap_roll.png);
	background-repeat: repeat-x;
	float: left;
	color: #000;
}

.tabs div {
	margin: 0;
	padding: 0;
}

.tabs div.tab {
	clear: left;
}

.tabs div .channelsList {
	margin: 0;
}

.more {
	text-align: right;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin-top: 10px;
}

.more a,.more a:visited {
	color: #d90081;
}

.lap_over {
	width: 20%;
	height: 36px;
	max-height: 30px;
	padding-top: 9px;
	float: left;
}

.lap_roll {
	width: 20%;
	height: 36px;
	max-height: 30px;
	background-image: url(../img/lap_roll.png);
	padding-top: 9px;
	background-repeat: repeat-x;
	float: left;
}

.channelList {
	margin-top: 20px;
}

#channelData {
	margin: 15px;
}

#channelInfo h4 {
	border-bottom: 1px solid #eee;
	color: #aaa;
	margin: 0 15px;
}

#channelInfo #channelDesc {
	padding: 15px;
}

#channelData #channelLogo,#channelData #channelDetails {
	float: left;
}

#channelData #channelDetails {
	margin: 0 0 10px 15px;
}

#channelData #channelDetails .head {
	margin: 0;
}

#channelData #channelDetails span {
	margin-right: 25px;
}

#main_left_kanal {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	width: 380px;
	text-align: left;
	float: left;
}

#main_left_kanal_opis {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 30px;
	width: 300px;
	text-align: left;
	line-height: 120%;
	float: left;
}

#categories {
	margin: 10px;
}

#categories h2 {
	margin: 10px 0;
	padding: 0
}

#categories table.categories {
	background: #eee;
}

#categories table.categories tr {
	border: 1px solid #ccc;
}

#categories table.categories tr th {
	background: #f6f6f6;
	border-top: 2px solid #aaa;
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding-left: 10px;
	line-height: 30px;
	height: 30px;
}

#categories table.categories tr {
	
}

#categories table.categories tr td {
	
}

#categories table.categories tr td div {
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 5px 10px;
	width: 280px;
	display: block;
}

#categories table.categories tr td div a,#categories table.categories tr td div a:visited
	{
	float: left;
	display: block;
	width: 200px;
	font-weight: normal;
	color: #09f;
	text-decoration: none;
}

#categories table.categories tr td div a:hover {
	color: #000;
}

#categories table.categories tr td div span {
	float: right;
	text-align: right;
	width: 80px;
}

.right {
	text-align: right;
}

a img {
	
}

.miniWrapper {
	margin: 10px;
}

a.help {
	position: relative;
}

a.help .hint {
	display: none;
	position: absolute;
	top: -14px;
	left: 15px;
	width: 200px;
	border: solid #bebebe;
	border-width: 0 1px 0 0;
	text-align: center;
	background: url('img/bcg-help.gif') repeat-y left top;
	padding: 0 0 0 8px;
	z-index: 1;
}

a.help .hint .title {
	color: #1295c5;
	font-weight: bold;
	border-top: solid 1px #bebebe;
	background: #e7e7e7;
	padding: 10px 0 0 0;
	font-size: 11px;
	margin: 0;
	width: 100%;
}

a.help .hint .title span {
	border-bottom: solid 1px #bebebe;
	padding: 0 0 10px 0;
	width: 180px;
	display: block;
	margin: 0 0 0 10px;
}

a.help .hint div {
	padding: 0 10px 0 10px;
	background: #e7e7e7;
}

a.help .hint .text span {
	padding: 10px;
	display: block;
	margin: 0;
	font-weight: normal;
	color: #58595b;
}

a.help .hint .text {
	padding: 10px 10px 10px 0;
	color: #58595b;
	text-align: left;
	border-bottom: solid 1px #bebebe;
	margin: 0;
}

a.help:hover .hint {
	display: block;
}

.error {
	color: #e10000 !important;
}

.errorInfo {
	display: block;
}

.mail {
	color: #00a0f7;
}

.pager {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

.pager a,.pager a:visited {
	color: #1295c5;
	font-weight: normal;
}

.pager ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.pager ul li {
	display: inline;
	margin: 0 2px;
}

.pager ul li.active {
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 2px 5px;
}

#main_left_kanal {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	width: 600px;
	text-align: left;
	float: left;
}

#main_left_kanal_opis {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 30px;
	width: 600px;
	text-align: left;
	line-height: 120%;
	float: left;
}

#kanal_logo {
	width: 30%;
	height: 100%;
	text-align: left;
}

#kanal_opis {
	width: 70%;
	height: 100%;
	text-align: left;
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */
	/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
.jqmWindow {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	background-color: #EEE;
	color: #333;
	border: 1px solid black;
	padding: 12px;
}

#introDiv {
	width: 980px;
	height: 380px;
	margin: 0;
	background: #fff;
}

.profile {
	margin: 10px;
}

.jqmOverlay {
	background-color: #000;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: expression(this.parentNode.offsetWidth + 'px');
	height: expression(this.parentNode.offsetHeight + 'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
	position: absolute;
	top: expression(( document.documentElement.scrollTop ||  
		document.body.scrollTop) +   Math.round ( 17 *   (
		document.documentElement.offsetHeight ||   document.body.clientHeight
		)/ 100 ) +   'px' );
}

.infobox {
	margin: 10px;
}

span.live {
	color: #d90081;
}

#profile #main {
	float: right;
	margin: 0;
}

#profile #main h2 {
	margin-top: 3px;
	margin-left: 15px;
}

#profile #sidebar {
	float: right;
}

#profile #sidebar #news {
	margin: 10px;
}

#profile #sidebar #news h3 {
	color: #555;
	border-bottom: 1px dotted #aaa;
	margin: 0;
}

#profile #sidebar #news h3 strong {
	float: left;
	width: 160px;
}

#postForm {
	width: 100%;
	display: none;
}

#profile #sidebar #news h3 a {
	float: right;
	display: inline;
	text-align: right;
	width: 80px;
	color: #09f;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

#profile #sidebar #news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#profile #sidebar #news ul li {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

#profile #sidebar #news li.last {
	border: none;
}

.center {
	text-align: center !important;
}

#profile #sidebar #news li span {
	display: block;
	font-style: italic;
	color: #aaa;
	font-size: 8pt;
	margin-bottom: 8px;
}

#profile #sidebar #news li strong {
	font-style: normal;
	color: #555;
	display: block;
}

#profile #sidebar #metric {
	margin: 10px;
	border: 1px solid #e0e0e0;
	background: #f9f9f9;
	padding: 5px;
}

#profile #sidebar #metric .avatar {
	width: 70px;
	float: left;
	height: 70px;
}

#profile #sidebar #metric .details {
	float: right;
	display: block;
	width: 190px;
}

#profile #sidebar #metric .details h2 {
	margin: 0 0 4px 0;
	font-size: 10pt;
}

#profile #sidebar #metric .details h2 span {
	display: inline;
	margin-left: 15px;
}

#profile #sidebar #metric .details h2 span a,#profile #sidebar #metric .details h2 span a:visited
	{
	color: #09f;
	font-size: 9pt;
}

#abusive {
	color: #d91081;
	font-size: 8pt;
}

a#abuse,a#abuse:visited {
	font-weight: bold;
	text-decoration: none;
	color: #d91081;
	font-size: 8pt;
	padding-left: 20px;
	background: url( /static/img/report_abuse.gif ) left 50% no-repeat;
}

a#abuse:hover {
	color: #900c57 !important;
}

#profile #sidebar #metric .details h2 span a:hover,a#abuse:hover {
	color: #09a;
}

#profile #sidebar #metric .details h3 {
	color: #c0c0c0;
	font-weight: normal;
	font-size: 8pt;
	margin: 0;
}

#profile #sidebar #metric .details ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

#profile #sidebar #metric .details ul li img {
	vertical-align: middle;
}

#profile #sidebar #metric .details ul li {
	height: 30px;
	line-height: 30px;
	font-weight: normal;
}

.inner {
	margin: 10px;
}

.help dt {
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 3px;
	color: #d91081;
}

.help dd {
	margin-bottom: 25px;
	margin-left: 0;
}

.toc a,.toc a:visited,.help a,.help a:visited {
	color: #09f;
}

.toc a:hover,.help a:hover {
	color: #09a;
}

.help a.top {
	display: block;
	float: right;
	padding-left: 17px;
	background: url( /static/img/arrow_up.gif) top left no-repeat;
	line-height: 17px;
	height: 17px;
	font-size: 8pt;
}

.toc {
	margin: 10px 30px;
	padding: 0;
}

.hidden {
	display: none;
}

div#schedule {
	margin: 10px;
}

div#schedule h2,#events h2 {
	color: #555;
	margin-bottom: 10px;
}

table.schedule th {
	background: #d3d3d3;
}

table.schedule th,table.schedule td {
	padding: 6px 5px;
 
}

table.schedule tr.current {
	background: #def;

}
table.schedule tr.current td{
	border-top: solid 1px #0099ff ;
	border-bottom: solid 1px #0099ff ;

}
table.schedule .current .title {
	background: url( /static/img/live.gif ) no-repeat left 50%;
}
table.schedule .odd{
	background: #f5f5f5;
	} 
table.schedule td.title {
	font-weight: bold;
	color: #0099ff;
	padding-left: 22px;
}

table.schedule td.title span {
	color: #fc3e4a;
	font-weight: normal;
}

table.schedule td.title span.video_description {
	position: absolute;
	left: -9999px;
}
table.schedule td.title span.video_show_description {
		background: url( /static/img/details.gif ) no-repeat;
		width:16px;
		height:16px;
		float:right;
	}
table.schedule td.title span.video_show_description:hover span.video_description {
	position: relative;
	left:-420px;
	top:+20px;
	width:400px;
	background:#fff;
	border: solid 1px #777;
	padding:5px;
	font-weight: normal;
	color:#808080;
	display:block;
}

#siteIntro {
	display: none;
}

.modal {
	display: none;
}

#addEvent {
	padding: 3px 0;
	padding-left: 21px;
	background: url( /static/img/calendar_icon.gif ) no-repeat left 50%;
	font-size: 8pt;
	color: #09f;
}

td.calendar {
	width: 42px;
	height: 42px;
	font-weight: bold;
	background: url( /static/img/calendar_bg.png ) no-repeat 50% 50%;
	text-align: center;
	color: #000;
	padding-top: 12px;
	font-size: 9px;
}

ul.events {
	margin: 0px;
	padding: 0;
	list-style: none;
	width: 300px;
}

ul.events li {
	width: 298px;
	border: 1px solid #e2e2e2;
	padding: 10px 0;
	margin: 6px 0;
	background: #fafafa;
}

ul.events li.odd {
	
}

ul.events li div.calendar {
	width: 60px;
	height: 42px;
	font-weight: bold;
	background: url( /static/img/calendar_bg.png ) no-repeat 50% 50%;
	position: relative;
	float: left;
}

ul.events li div.details {
	width: 230px;
	padding-top: 3px;
	float: right;
}

ul.events li div.details .duration {
	display: block;
	margin: 5px 0;
	font-size: 90%;
}

ul.events li div.details strong {
	color: #09c;
	display: block;
	margin-bottom: 5px;
}

ul.events li div.calendar .date {
	position: absolute;
	top: 17px;
	width: 60px;
	text-align: center;
	color: #000;
	font-size: 9px;
}

ul.events li div.details span.modify {
	display: block;
	text-align: right;
	margin-right: 5px;
}

ul.events li div.details a.delete {
	font-size: 90%;
	color: #e10000;
	text-decoration: none;
	padding: 3px 0;
	padding-left: 18px;
	background: url( /static/img/delete.png ) left 50% no-repeat;
}

ul.events li div.details a.delete:hover {
	color: #f00;
}

#main h2.desc {
	color: #555;
	font-size: 9pt;
	font-weight: normal;
	margin-top: 10px;
	clear: both;
}

.censored {
	border: 2px solid #f00;
	background: #FCEDEB;
	margin: 10px;
	padding: 20px;
	font-size: 120%;
}

.censored a,.censored a:visited {
	color: #000;
}

a.addfavorite,a.delfavorite,a.showFans {
	padding-left: 26px;
	background: url( /static/img/heart.png ) no-repeat;
	font-size: 12px;
	height: 20px;
	color: #1cabc2;
	text-transform: lowercase;
	text-decoration: none;
}
a.showFans {
	color: #D91081;
	}
table#notify-form {
	border-collapse:collapse;
	margin:10px;
	width:100%
}
table#notify-form td, table#notify-form th{
	
	padding:5px 10px;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	margin:5px;
	}
div.fansWindow {
	height:80%;
	
	position: fixed;
    top: 10%;
    left: 50%;
    
    margin-left: -470px;
    width: 910px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
	
	}
div.fansList {
	border: 1px solid #ddd;
	overflow: auto;
	height: 90%;
	margin: auto;
	margin-top:2em;
	background-color: #F5F5F5;
}
div.fansList img {
	
  max-width: 60px !important;
  max-height: 60px !important;
  width: expression(this.width > 60 ? "60px" : true) !important;
  height: expression(this.height > 60 ? "60px" : true) !important;
	
	}
a.delfavorite {
	
}

.toolbar {
	border: 1px solid #ddd;
	background: #fcfcfc;
	margin: 10px 0;
	padding: 5px;
	width: 510px;
}

.toolbar a {
	margin: 0 15px;
	width: 100px;
	display: block;
	float: left;
	font-size: 8pt !important;
	font-weight: normal !important;
	text-decoration: underline !important;
	color: #555 !important;
	height: 16px;
	line-height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.left {
	text-align: left;
}

div.calendar table.navi tr th.center h2 {
	text-align: center !important;
	color: #000 !important;
}

.navi td,.navi th {
	background: none;
	border: none;
}

.navi th a {
	color: #389cd1;
}

.navi th a:hover {
	color: #2b78a3;
}

table.calendar {
	border-collapse: collapse;
	border-spacing: 1px;
}

table.calendar th {
	background: #254884;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
	border: 1px solid #fff;
}

table.calendar td {
	background: #eee;
	width: 75px;
	border: 1px solid #fff;
	vertical-align: top;
	min-height: 75px;
	height: 75px;
}

table.calendar td p.day {
	font-size: 150%;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
}

table.calendar td.today {
	background: #fff;
}

table.calendar td div.events ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

table.calendar td div.events ul>li {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
	background: #f9f9f9;
}

table.calendar td div.events ul>li p {
	margin: 0px;
}

table.calendar td div.events ul li ol {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 90%;
}

table.calendar td div.events ul li ol li label {
	font-weight: bold;
	width: 45px;
	display: block;
	float: left;
}

table.calendar .content {
	display: none;
}

table.calendar td div.events ul li ol li a,table.calendar td div.events ul li ol li a:visited
	{
	color: #09c;
	font-weight: bold;
	text-decoration: none;
}

table.calendar td div.events ul li ol li a:hover {
	color: #4d8baa;
}

table.calendar td div.events ul li ol li.desc {
	margin: 5px 0;
}

table.calendar td div.events ul li h4 {
	margin: 5px 0;
	padding-right: 18px;
	border-bottom: 1px solid #ccc;
}

table.calendar td div.events ul li h4 a {
	text-decoration: none;
	color: #000;
}

table.calendar td div.events ul li p {
	padding: 0 !important;
}

table.calendar td div.events ul li p.hour {
	line-height: 16px;
	height: 16px;
	display: block;
}

table.calendar td.blank {
	background: #ddd;
}

table.calendar td.weekend p.day {
	color: #ff6359;
}

div#homePageEvents div#eventsList ul.events li {
	margin: 0;
	border-top: none;
}

ul.events li div.details a,div#homePageEvents .footer a {
	color: #09f;
	font-weight: bold;
	text-decoration: none;
}

div#homePageEvents .footer a {
	font-size: 8pt;
}

div#homePageEvents .footer a:hover {
	color: #005997;
}

ul.events li span a,ul.events li span a:visited {
	color: #0064ab;
}

div#homePageEvents {
	margin-bottom: 10px;
}

div#homePageEvents .footer {
	display: block;
	text-align: right;
	margin-top: 5px;
}

td.rating h2,td.rating h3 {
	text-align: right !important;
	padding: 0 !important;
}

table.channelInformation td {
	line-height: 18px;
	height: 18px;
	vertical-align: middle;
	font-size: 8pt;
}

table.channelInformation td img {
	vertical-align: middle;
	margin-right: 5px;
}

td.channelrating strong {
	color: #000;
}

.star-rating {
	list-style: none;
	margin: 0;
	padding: 0px;
	width: 120px;
	height: 24px;
	position: relative;
	background: url( /static/img/stars_24.png ) top left repeat-x;
	overflow-x: hidden;
}

.star-rating li {
	padding: 0px;
	margin: 0px;
	height: 24px;
	width: 24px;
	/*\

*/
	float: left;
	/* */
}

.star-rating li a {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow: hidden;
}

.star-rating li a:hover {
	background: url( /static/img/stars_24.png ) left center;
	z-index: 2;
	left: 0px;
	border: none;
}

.star-rating a.one-star {
	left: 0px;
}

.star-rating a.one-star:hover {
	width: 24px;
}

.star-rating a.two-stars {
	left: 24px;
}

.star-rating a.two-stars:hover {
	width: 48px;
}

.star-rating a.three-stars {
	left: 48px;
}

.star-rating a.three-stars:hover {
	width: 72px;
}

.star-rating a.four-stars {
	left: 72px;
}

.star-rating a.four-stars:hover {
	width: 96px;
}

.star-rating a.five-stars {
	left: 96px;
}

.star-rating a.five-stars:hover {
	width: 120px;
}

.star-rating li.current-rating {
	background: url( /static/img/stars_24.png ) left bottom;
	position: absolute;
	height: 24px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

/* remove halo effect in firefox   */
a:active {
	outline: none;
}

.favChannelList ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.favChannelList ul li {
	background: url( /static/img/channel_row.gif ) top left repeat-x;
	border: 1px solid #EBEBEB;
	width: 290px;
	margin: 10px;
	padding: 10px 8px;
	display: block;
	float: left;
}

.favChannelList ul li .thumb {
	float: left;
	width: 100px;
}

.favChannelList ul li .details {
	float: right;
	width: 190px;
}

.favChannelList ul li .details a {
	color: #0cb5df;
	font-weight: bold;
	text-transform: uppercase;
}

.favChannelList ul li .details a:hover {
	color: #0788a8;
}

.favChannelList ul li .details p span {
	margin-left: 10px;
	font-weight: bold;
}

.favChannelList ul li .details p.desc {
	font-size: 90%;
	height: 24px;
}

.favChannelList ul li .details p {
	margin: 5px 0;
	padding: 0 !important;
}

.favChannelList ul li .details p.links {
	text-align: right;
}

.favChannelList ul li .details p.links a {
	color: red;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 85%;
}

#channel_options a:link {
	color: #59B0CA;
	text-decoration: none;
	font-weight: normal;
}

#channel_options a:hover {
	color: #CDEFF1;
	text-decoration: underline;
	font-weight: normal;
}

#channel_options a:active {
	color: #59B0CA;
	text-decoration: none;
	font-weight: normal;
}

#channel_options a:visited {
	color: #59B0CA;
	text-decoration: none;
	font-weight: normal;
}

#tags {
	width: 200px;
	overflow: hidden;
}

#tags a:link {
	color: #59B0CA;
	font-size: 11px;
	text-decoration: none;
	margin-left: 4px;
	margin-right: 4px;
}

#tags a:hover {
	color: #97D6DD;
	font-size: 11px;
	text-decoration: underline;
	margin-left: 4px;
	margin-right: 4px;
}

#tags a:visited {
	color: #59B0CA;
	font-size: 11px;
	text-decoration: none;
	margin-left: 4px;
	margin-right: 4px;
}

#tags a:active {
	color: #59B0CA;
	font-size: 11px;
	text-decoration: none;
	margin-left: 4px;
	margin-right: 4px;
}

.schedule_header {
	background-image: url(../img/schedule_header.png);
	background-repeat: repeat-x;
	color: #666666;
	font-size: 12px;
	height: 20px;
	padding: 5px;
}

ul.cloud {
	border: none;
}

ul.cloud li {
	display: inline;
	border: none;
	margin-right: 20px;
}

ul.cloud li a {
	border: none;
	color: #09f;
}

ul.cloud li.tagSize1 {
	font-size: 24px;
}

ul.cloud li.tagSize2 {
	font-size: 22px;
}

ul.cloud li.tagSize3 {
	font-size: 20px;
}

ul.cloud li.tagSize4 {
	font-size: 18px;
}

ul.cloud li.tagSize5 {
	font-size: 16px;
}

ul.cloud li.tagSize6 {
	font-size: 14px;
}

ul.cloud li.tagSize7 {
	font-size: 12px;
}

p.eventRss {
	margin: 10px 0 0 0;
	text-align: right;
}

p.eventRss a {
	padding-left: 34px;
	color: #0061a5;
	font-weight: bold;
	background: url( /static/img/rss/027.png ) left 50% no-repeat;
	height: 32px;
	line-height: 32px;
	display: block;
	width: 180px;
	float: right;
}

p.eventRss a:hover {
	color: #09f;
}

.tip {
	background: url( /static/img/tip_left_bg.png ) top left no-repeat;
	text-align: left;
	padding-top: 6px;
	color: #395886;
}

.tip.right {
	background: url( /static/img/tip_right_bg.png ) top right no-repeat;
}

.tip .tipContent {
	background: #EBF5FF;
	border: 1px solid #B1D3F5;
	border-top: none;
	padding: 5px;
}

.err {
	background: url( /static/img/span_error_arrow.png ) top left no-repeat;
	text-align: left;
	padding-top: 5px;
	color: #e10000;
	font-size: 11px;
}

.err .errbody {
	background: #f4dcdc;
	border: 1px solid #e85353;
	border-top: none;
	padding: 5px;
}

.cmxform fieldset .err {
	margin-left: 153px;
}

.cmxform fieldset li input.error {
	border: 1px solid red;
	color: black !important;
}

.channelList .actions {
	padding-top: 0 !important;
}

.channelList .limits {
	font-size: 80%;
}

.modBox li.paid {
	color: #e10000;
}

div.usageStats {
	margin: 10px 20px;
}

div.usageStats .channel {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0;
}

div.usageStats .channel h3 {
	color: #09c;
	margin: 5px 0;
	padding: 3px 0 !important;
	border-bottom: 1px solid #ccc;
}

div.usageStats .channel h3 a {
	color: #09c;
}

div.usageStats .channel h3 a:hover {
	color: #09f;
}

div.usageStats .channel ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	color: #000;
}

div.usageStats .channel ul li {
	float: left;
	display: inline;
	margin-right: 20px;
}

div.usageStats .channel ul li a {
	color: #00a5df;
}

div.transfer {
	background: url( /static/img/transfer_bar_bg.png ) top left repeat-x;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #15a4d0;
	border-left: 1px solid #15a4d0;
	text-align: center;
	color: #003f67;
	font-weight: bold;
}

div.transfer .used {
	background: url( /static/img/transfer_bar_used.png ) top left repeat-x;
	height: 100%;
	border-right: 1px solid #15a4d0;
	max-width: 592px;
	float: left;
}

div.transfer .exceeded {
	background: url( /static/img/transfer_bar_exceeded.png ) top left
		repeat-x;
	height: 100%;
	border-left: 1px solid #a41100;
	border-right: 1px solid #a41100;
	max-width: 592px;
	float: left;
	color: #fff;
}

div.transfer_range {
	margin-top: 5px;
	color: #555;
}

div.transfer_range .start {
	float: left;
	text-align: left;
}

div.transfer_range .middle {
	float: left;
	text-align: right;
}

div.transfer_range .end {
	float: right;
	text-align: right;
}

div.transfer_range .end.exceeded {
	color: #e10000;
}

div.usageStats .channel .transfer {
	
}

div.usageStats .transfer_legend ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.usageStats .transfer_legend ul li {
	height: 24px;
	line-height: 24px;
	margin: 4px 0;
}

div.usageStats .transfer_legend ul li img {
	vertical-align: middle;
}

.pricing_table td {
	border: 1px solid #E7E7E7;
	border-bottom: none;
	border-right: none;
	padding: 10px;
}

.pricing_header {
	font-size: 18px;
	letter-spacing: -1px;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

.pricing_small {
	font-size: 11px;
	color: #CCCCCC;
}

.pricing_table {
	border: 1px solid #E7E7E7;
	border-left: none;
	border-top: none;
}

div.tutorial #title-img {
	width: 70px;
	float: left;
}

div.tutorial #title {
	padding: 10px 0 0 0;
	width: 800px;
	float: left;
	height: 66px;
}

div.tutorial #boxinstall {
	margin: 50px 0 0 50px;
	padding: 10px;
	width: 350px;
	float: left;
	background: #fefbee;
	border-color: #d6d6d6;
	border-style: solid;
	border-width: 1px;
	height: 140px;
}

div.tutorial #boxconfig {
	margin: 50px 0 0 50px;
	padding: 10px;
	width: 350px;
	float: left;
	background: #fefbee;
	border-color: #d6d6d6;
	border-style: solid;
	border-width: 1px;
	height: 140px;
}

div.tutorial #boxscreenleft {
	margin: 50px 0 0 30px;
	padding: 10px;
	width: 400px;
	float: left;
}

div.tutorial #boxscreenright {
	margin: 50px 0 0 30px;
	padding: 10px;
	width: 400px;
	float: left;
}

div.tutorial #boxscreencenter {
	margin: 30px 0 0 150px;
	padding: 10px;
	width: 700px;
	float: left;
}

div.tutorial #boxscreencentertwo {
	margin: 30px 0 0 50px;
	padding: 10px;
	width: 800px;
	float: left;
}

div.tutorial #boxscreenlefttwo {
	margin: 20px 0 0 30px;
	padding: 10px;
	width: 400px;
	float: left;
}

div.tutorial #boxscreenrightwo {
	margin: 20px 0 0 30px;
	padding: 10px;
	width: 400px;
	float: left;
}

div.tutorial #boxscreencenterthree {
	margin: 0 0 0 50px;
	padding: 10px;
	width: 800px;
	float: left;
}

div.tutorial #line {
	margin: 10px 0 0 0;
	height: 1px;
	width: 100%;
	float: left;
	background-color: #b6b6b6;
}

div.tutorial #title-imgtwo {
	margin: 20px 0 0 0;
	width: 80px;
	float: left;
}

div.tutorial #titletwo {
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	width: 800px;
	float: left;
}

.head {
	font-style: normal;
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 18px;
}

h1 {
    display: inline;
    font-size: 10px;
    padding: 0;
}

h1 b {
    font-weight: normal;
}

a {
	text-decoration: none;
	color: #4b7cbe;
}

a:hover {
	color: #295da3;
}

a.participant-vote-inactive {
	color: #000;
}
span.important{color:#f36;font-weight:bold;font-size:10pt;}
form *.formError{border:1px solid #f00 !important;background:#fbb !important;color: #f00;}
.kontaktinfo{background:#fff;border: 1px solid #000;}
.kontaktinfo .ui-dialog-buttonpane { text-align: center;margin:20px;}
.kontaktinfo .ui-dialog-buttonpane button {padding: 2px 10px;margin-top:20px;}
.kontaktinfo .ui-dialog-titlebar {background:#333;padding:10px 20px;}
.kontaktinfo .ui-dialog-titlebar a{margin-left:0;position:absolute;right:10px;top:5px;font-size:16px;}
.kontaktinfo .ui-dialog-content {padding:10px;text-align:center;}
ul.moderators {
	margin: auto;
	padding: 5px;
	margin:20px auto;
	
	
	position: relative;
}

ul.moderators li {
	list-style-type: none;
	color: #f36;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #fafafa;
	margin:10px;
	height:70px;
	width: 400px;
	padding:5px;
	position: relative;
	display:inline;
	float:left;
	
}
ul.moderators li.moderators-first{background:#fee;}
ul.moderators a span{display:block;padding-top:25px;margin-left:110px;font-size:12pt;}
ul.moderators img{position:absolute;left:5px;}
ul.moderators span.moderator-kontakt {position:absolute;right:110px;top:5px;}

#faq a {color:#2C80AF;}
#faq {padding:10px; background-color: #E0E0E0;margin:4px;width:550px;float:left;}
#faq .faqContent {padding-top:5px;padding-left:15px;padding-bottom:15px; background-color: #F3F3F3;width:535px;float:left;}
#faq .faqContent .faqLine {margin-top:4px;width:96%;background-color:#E0E0E0;height:2px}
#faq .faqContent .faqSubcat {MARGIN-LEFT:20PX;MARGIN-BOTTOM:5PX;LINE-HEIGHT:9PX;}
#faq .faqContent .faqSubcat a {color:#666666;}
#faq .faqContent .faqSubQuestion {margin-left:60px;line-height:13px;}
#faq .faqContent .faqQuestion {margin-left:20px;line-height:13px;}
.faqLink {font-size:12px;font-weight:bold;color:#3C8FAD;padding-left:5px;}

#faqSearch {padding:20px; margin:4px;float:left;width:320px;}
#faqSearch .result {float:left;padding:5px;background-color:#F3F3F3;width:90%;margin:1px;font-size:11px;}