
.authForm{
		border-radius:10px;
		height:300px;	
		background:#000;
		color:#fff;
	}
.authForm.big{
    height:368px;
}
.authForm p.desc{
    font-size:13px;
    text-align:center;
    margin-top:111px;
    margin-bottom:15px;
    line-height: 24px;
    padding:0 8px;
}
.authForm .adult_buttons{
	margin: 0 auto;
    overflow: hidden;
    width: 315px;
}

.authForm a.adult_user{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 20px;
    background: -moz-linear-gradient(
        top,
        #fe3333 0%,
        #d70000);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#fe3333),
        to(#d70000));
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 0px solid #b85f00;
    width:96px;
    float:left;
    cursor:pointer;
    margin-right:20px;
}


.authForm a.just_kid{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 20px;
    background: -moz-linear-gradient(
        top,
        #fe3333 0%,
        #d70000);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#fe3333),
        to(#d70000));
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 0px solid #b85f00;
    width:118px;
    float:left;
    cursor:pointer;
}

.authFormH1{
	font-size:14px;
	color:#fff;
	background:#1a1a1a;
	height:20px;
	padding:10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.authForm form{
	color:#7a7b79;
	font-size:13px;
	margin-top:40px;
	margin-left:50px;
	width:500px;
}
.authForm form label{
	display: block;
	margin-bottom: 10px;
}
.authForm form label span{
	display:block;
	float:left;
	text-align: right;
	width:100px;
	padding-top:10px;	
}
.authForm form input{
	background:#2d2d2d;
	color:#7a7b79;
	border:none;
	border-radius: 5px;
	width:370px;
	padding:10px;
	margin-left:10px;	
	font-size:15px;
}
.authForm .rememberMe{
	width:150px;
	font-size:12px;
	text-align: left;
}
#rememberMe{
	width:20px;
}
.authForm .submit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#fe3333 0%,
		#d70000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fe3333),
		to(#d70000));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 0px solid #b85f00;
	width:130px;
	float:right;
	cursor:pointer;
}
.authFormBot{
	clear:both;
	font-size:12px;
	color:#fff;
	height:20px;
	padding:10px;
	margin-top:36px;
	border-top:1px solid #343434;
}
.authFormBot a{
	color:#fff;	
	margin-right:10px;
	line-height: 20px;
}
.authForm .fblogin{
	border-radius: 2px;
}
#ceccal{
    
	border-bottom: 1px solid #dddddd;
	font-size:14px;
}
#ceccal .month .monthTitle{
	display: block;
    float: left;
    padding: 15px 17px 10px 20px;
    width: 80px;
    text-align: center;
}
#ceccal ul{
	display: block;
	float: left;
}
#ceccal li{
	float:left;
}
#ceccal li a{
	width:33px;
	display:block;
	text-align: center;	
	border-left:1px solid #f2f2f2;
	height:30px;
	padding-top:8px;
	color:#5c5c5c;
	font-family: 'BebasNeueRegular',Arial;
	font-size: 17px;
		 
}
#ceccal li a span{
	font-size: 10px;
	font-weight: normal;
	color:#999;	
	display: block;
}
#ceccal li a:hover{
	/*background:#cccccc;*/
	color:#F40022;
}
.ceccalCover{
	/*border-radius: 5px;
	border-bottom: 1px solid #bbbbbb;
	background: #fff;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;*/
}
#ceccal li a.cal_inactive{
	cursor: default;
	color:#b6b6b6 !important;
}

.cal_active{
	color:#eb0000 !important;
}
.cal_active span{
	color:#eb0000 !important;
}
.weekend{
	background: #f8f8f8;
}
#ceccal li a.cal_selected{
	color:#F40022;
}

.langbans{
	margin-top:20px;
	background: #6cc127;
}
.langbans a{
	padding:15px 24px;
	display: block;
	background: url(/v3_imgs/tvdigest/sep.png) bottom repeat-x;
}
.langbans a:hover{
	background: url(/v3_imgs/tvdigest/sep.png) bottom repeat-x #66b725;
}

.langbans li:last-child a{
    background:none;
}

.langbans li:last-child a:hover{
    background:#66b725;
}
