#cont {
	padding:0px;
	margin-top:15px;	
}
.box2 {
	background:none;	
	border-radius:0;
	border:0;
}


#chat_box {
	height: 375px;
	width: 350px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 10px;
}
.chat_username {
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding-left: 4px;
	color : #999999;
}
.admin_username {
	color: #d70f00;
}
.user_avatar {
	width: 32px;
	height: 32px;
	float: left;
	border: 1px solid #CCCCCC;
	padding:1px;
}
.chat_message .user_avatar{
	width:22px;
	height:22px;	
}
.message_text {
	float: left;
	display: block;
	padding-left: 4px;
	color : #3f3f3f;
	font-size: 12px;
	font-family: "Arial";
	line-height: 15px;
	clear: both;
}
.message_cont {
	float: left;
	width: 286px;
}
.message_time {
	float: right;
	color: #999999;
}
.chat_message {
	margin-bottom: 5px;
	overflow: hidden;
	clear: both;
}
#new_message {
	height: 47px;
	background: #f5f5f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 349px;
	text-align: center;
}
#new_message_cont {
    margin-left: 8px;
    overflow: hidden;
    padding-top: 8px;
}
#new_message_text {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	height: 26px;
	width: 242px;
	float: left;
	font-size: 13px;
}
#messages_list {
	overflow: auto;
	height: 328px;
	margin-left: 6px;
}
#send_button {
	background: url('/v3_imgs/ci/broadcast/send_message.png') no-repeat;
	width: 79px;
	height: 32px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	text-align: center;
}
#send_button p {
	font-size: 11px;
	color : #FFFFFF;
	font-family: Sylfaen;
	margin-top: 7px;
}
.live_users_titles {
	border-bottom: 1px solid #D9D9D9;
    color: #000000;
    font-family: Sylfaen;
    font-size: 13px;
    padding-bottom: 22px;
}
.live_users_titles.ban{
	margin-top:15px;	
}
#online_users_title {
    float: left;
}
#banned_users_title {
	float: left;
}
.users_lists {
    float: left;
    padding-right: 4px;
    padding-top: 10px;	
    width: 100%;
}
.users_lists li{
	float:left;
	width:165px;
	margin-bottom:5px;
	height: 45px;
}
.users_lists li span {
    font-family: Sylfaen;
    font-size: 14px;
}
.bann_user, .unban_user {
	cursor: pointer;
	background:url('/v3_imgs/broadcasts/ban.png') no-repeat 0px 0px;
	padding-left:15px;
	margin-top:5px;
	color:#9c9c9c;;
	margin-left:3px;
}
.bann_user:hover{
	background:url('/v3_imgs/broadcasts/banHover.png') no-repeat 0px 0px;
	color:#e70000;
}
.unban_user:hover{
	background:url('/v3_imgs/broadcasts/banHover.png') no-repeat 0px 0px;
	color:#e70000;
}
.p_message{
	cursor: pointer;
	background:url('/v3_imgs/broadcasts/message.png') no-repeat 0px 8px;
	padding-left:15px;
	margin-top:5px;
	color:#9c9c9c;
}
.p_message:hover{
	background:url('/v3_imgs/broadcasts/messageHover.png') no-repeat 0px 8px;
	color:#e70000;
}
.online_users_name{
	display:block;
	margin-bottom:5px;	
	color:#3b5998;
	font-size:13px;
	font-family: Arial;
}
.guest_access {
	text-align: center;
	font-size: 14px;
	color: red;
	line-height: 23px;
}
.message_time.same {
	float: left;
}
.message_text.same {
    clear: none;
    float: none;
    margin-left: 33px;
    width: 277px;
}
.message_cont.same {
	width: 321px;
}
.chat_message.same {
	margin-bottom: 5px;
}
.system_msg_name {
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
}
.system_msg {
	font-family:Arial;
    font-size: 10px;
	display: block;
	width: 303px;
	text-align: right;
	background: #fffac7;
	padding: 5px 8px;
}
#player_flash{
	position: relative;
	height: 368px;
	float:left;
}
.cast_testing{
	margin:auto;
	font-size:13px;
	text-align:center;
	margin-bottom:15px;
	background:#ffecc6;
	border-radius: 5px;
	padding: 10px;
	border:2px solid #ffda94;
}
.cast_alert{
	display:none;
	background: rgba(0,0,0,0.8);
	height: 388px;
	width: 100%;
	position: absolute;
	text-align: center;
	z-index: 999;
}
.cast_alert .mes{
	font-size:13px;
	background:rgba(255,255,255,0.9);
	padding:10px;
	color:#000;
	width:95%;
	line-height:22px;
	margin:auto;
	margin-top:15%;
	border-radius: 5px;
}
.cast_alert .mes strong{
	margin-bottom:5px;
	display: block;
}
.cast_alert_buttons{
	margin:auto;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}
.cast_alert_button{
	padding:5px 15px;
	text-align:center;	
	border-radius: 5px;
	border:1px solid #FFF;
	margin-right: 10px;
	cursor: pointer;
}

#cast_buttons{
	position: absolute;
	bottom: -17px;
	left:0px;
	width:100%;
	height: 40px;
	background: rgba(255,255,255,0.9);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#cast_buttons .bt{
	float:left;
	margin-right:10px;
}
#recStatus{
	color: red;
	font-size: 11px;
	padding: 5px;
	background: white;
	margin-top: 8px;
	border: 1px solid #CCC;
	display: none;
	width:225px;
}
#recStatus .recTimer{
	background: #333;
	color: white;
	padding: 5px;
	margin-right: -5px;
	margin-left: 5px;
}
#recStatus .recLedCont{
	background: #333;
	padding: 5px;
	margin-left: -5px;
	margin-right: 7px;
	padding-right: 2px;
}
#recStatus .recLed{
	background:#FF0000;
	padding: 0px 5px;
}
#recordAlertButton{
	display:none; 
}
#recordPauseButton{
	display:none;
	width:120px;
}
#recordResumeButton{
	display:none;
	width:120px;	
}
.redButton{
	cursor:pointer;
	margin-left:15px;
	margin-top:8px;
	border-radius: 5px;
	border:1px solid #333;
	padding:5px 15px;	
	width:80px;
	text-align: center;
	color:#FFF;
	font-size: 12px;
	background:#ff0000;
	background-image: linear-gradient(bottom, rgb(166,3,3) 10%, rgb(245,10,10) 55%);
	background-image: -o-linear-gradient(bottom, rgb(166,3,3) 10%, rgb(245,10,10) 55%);
	background-image: -moz-linear-gradient(bottom, rgb(166,3,3) 10%, rgb(245,10,10) 55%);
	background-image: -webkit-linear-gradient(bottom, rgb(166,3,3) 10%, rgb(245,10,10) 55%);
	background-image: -ms-linear-gradient(bottom, rgb(166,3,3) 10%, rgb(245,10,10) 55%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, rgb(166,3,3)),
		color-stop(0.55, rgb(245,10,10))
	);
}

.redButton:hover{
	background:#ff0000;
}

.greenButton{
	cursor:pointer;
	margin-left:15px;
	margin-top:8px;
	border-radius: 5px;
	border:1px solid #333;
	padding:5px 15px;	
	width:80px;
	text-align: center;
	color:#FFF;
	font-size: 12px;
	background:#23d100;
	background-image: linear-gradient(bottom, rgb(3,166,3) 10%, rgb(15,209,21) 55%);
	background-image: -o-linear-gradient(bottom, rgb(3,166,3) 10%, rgb(15,209,21) 55%);
	background-image: -moz-linear-gradient(bottom, rgb(3,166,3) 10%, rgb(15,209,21) 55%);
	background-image: -webkit-linear-gradient(bottom, rgb(3,166,3) 10%, rgb(15,209,21) 55%);
	background-image: -ms-linear-gradient(bottom, rgb(3,166,3) 10%, rgb(15,209,21) 55%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, rgb(3,166,3)),
		color-stop(0.55, rgb(15,209,21))
	);
}

.greenButton:hover{
	background:#23d100;
}
.block-heading{
	font-size:14px;
	color:#000;
	margin-bottom:10px;
}
.block-heading .horline{
	margin-top:10px;
}
.cast_notify{
	
}


#liveinfo{
	display:none;
	color: green;
	padding: 4px;
	font-size: 13px;
	line-height: 16px;
	padding-right: 10px;
}
#online_users_list{
		
}
.online_users_list_table{
	width: 100%;
	font-size: 11px;
	border: 1px solid #EAEAEA;
	border-collapse: collapse;
}
.online_users_list_table .user_avatar{
	width:20px;
	height:20px;	
	float:none;
	display: inline;
	margin-right:5px;
	float: left;
}
.online_users_list_name{
	font-family: Arial;
}
.online_users_list_name .username{
	width:140px;
	overflow: hidden;
	display: block;
	overflow: hidden;
	padding-top:5px;
}
.online_users_list_block{
	width:50px;
}
.online_users_list_message{
	width:50px;
}
.online_users_list_table thead{
	background:#f2f2f2;
}
.online_users_list_table thead th{
	padding:7px 0px;	
}
.online_users_list_table td{
	padding:4px;	
}
.online_users_list_table tr:hover{
		background: #EEE !important;
}
.online_users_list_table tbody tr:nth-child(even) {
	background: #f2f2f2;
}

#online_users_search_clean{
	float:left;
	background:url('/v3_imgs/broadcasts/ban.png') no-repeat 0px 2px;
	padding-left:15px;
	color:#9c9c9c;;
	margin-left:3px;
	display: none;
	cursor: pointer;
	padding-top:2px;
	margin-right: -5px;
	width: 3px;
}
#online_users_search_clean:hover{
	background:url('/v3_imgs/broadcasts/banHover.png') no-repeat 0px 2px;
	color:#e70000;
}
#online_users_search{
	padding:10px 0px;
	font-size:12px;
}
#users_count{
	font-size:12px;
	padding-top:3px;
}
#users_count .red{
	color:#e70000;
	font-family: Courier;
	font-size:13px;
}
.nocast{
	font-size: 18px;
	text-align: center;
	margin-top: 150px;
	color:#999;
	height: 235px;
	background: #000; 
}
.vidcont {
	background: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
	width: 191px!important;
	height: 193px;
	float: left;
	margin-right: 5px;
}
.vidcont .left {
	position: relative;
}
.vidcont .avat{
	border:1px solid #CCC;	
}
.vidcont  .vidinfo{
	width:191px;
}
.vidcont  h1.title {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #515151;
	font-weight: normal;
	width: 191px;
	line-height: 20px;
	height: 46px;
	margin-bottom: 5px;
	overflow: hidden;
	
}
.vidcont  h1 a{
	padding-top:5px;
	display: block;	
}
#livearchives .cast_testing{
	width: 600px;
}

.scroller{
	height: 350px;
	overflow: hidden;
	overflow-y:auto;
	margin-top: 10px;
}

#recorder_wrap_upld{
    width:640px;
    margin:0 auto 20px;
}

#recorder_wrap_upld #player_flash{
    height: 419px;
}
#recorder_wrap_upld .cast_alert .mes {
    background:#e0e0e0;
    border-radius:0;
    width: 588px;
    font-size:14px;
    line-height: 18px;
    color:#232323;
}

#recorder_wrap_upld .cast_alert .mes strong{
    color:#050505;
    font-size:18px;
    margin-top:10px;
}

#recorder_wrap_upld .greenButton {
    background:#09b83a;
    border:0;
    padding:9px 25px 4px;
    border-radius:2px;
    border-bottom:1px solid #079730;
    border-right: 1px solid #079730;
    font-size:15px;
}

#recorder_wrap_upld .redButton  {
    background:#b80d09;
    border:0;
    display:inline-block;
    width:151px;
    padding:9px 0 4px;
    border-radius:2px;
    border-bottom:1px solid #970b07;
    border-right: 1px solid #970b07;
    font-size:15px;
}

#recorder_wrap_upld .dvr_button{
    background:#f5f5f5;
    float:left;
    width: 179px;
    -webkit-box-shadow: inset 0 2px 0 white;
    -moz-box-shadow: inset 0 2px 0 white;
    box-shadow: inset 0 2px 0 white;
    -webkit-box-shadow: 0 1px 0 rgba(102,101,101,0.23);
    -moz-box-shadow: 0 1px 0 rgba(102,101,101,0.23);
    box-shadow: 0 1px 0 rgba(102,101,101,0.23);
    border:1px solid #e5e5e5;
    height: 26px;
    border-radius:8px;
    margin-right: 7px;
    cursor: pointer;
}

#recorder_wrap_upld .dvr_button span.ico{
    background-position:center center;
    background-repeat:no-repeat;
    display:block;
    float:left;
    border-right: 1px solid #e3e3e3;
    height: 26px;
    width: 27px;
}

#recorder_wrap_upld .dvr_button span.ico.start{
    background-image:url('../../../v4_imgs/upl_play.png');
}

#recorder_wrap_upld .dvr_button span.ico.pause{
    background-image:url('../../../v4_imgs/upl_pause.png');
}

#recorder_wrap_upld .dvr_button span.ico.stop{
    background-image:url('../../../v4_imgs/upl_stop.png');
}

#recorder_wrap_upld .dvr_button span.txt{
    display: block;
    float: left;
    border-left: 1px solid #ffffff;
    height: 18px;
    width: 145px;
    padding-left: 5px;
    font-size: 14px;
    padding-top: 8px;
}

#recorder_wrap_upld #cast_buttons{
    background:#f8f8f8;
    position: static;
    height: 27px;
    overflow: hidden;
    padding:11px 15px;
    width: 610px;
    color:#272727;
    -webkit-box-shadow: inset 0 0px 2px rgba(0,1,1,0.32);
-moz-box-shadow: inset 0 0px 2px rgba(0,1,1,0.32);
box-shadow: inset 0 0px 2px rgba(0,1,1,0.32);


}

#recorder_wrap_upld #recStatus{
    background:#ffffff;
    width: 220px;
    margin-top:0;
    padding:0;
    cursor: default;
}

#recorder_wrap_upld #recStatus .recLedCont{
    height: 16px;
    width: 16px;
    padding:0;
    margin:5px 5px;
    border-radius:80px;
    overflow: hidden;
    display: block;
    float:left;
}

#recorder_wrap_upld #recStatus .recLed{
    padding:0;
    height: 16px;
    width: 16px;
    display: block;
    border-radius:80px;
}

#recorder_wrap_upld .recStatusText{
    display: block;
    float: left;
    font-size: 14px;
    margin-top: 8px;
}

#recorder_wrap_upld .recTimer{
    background:#f8f8f8;
    border-left:1px solid #e8e8e8;
    display: block;
    float: right;
    margin: 0;
    border-radius: 0 6px 6px 0;
    padding: 7px 8px 7px;
    color:#272727;
    font-size:12px;
    font-family: Arial;
}

#recorder_wrap_upld .recTimer span{
    position: relative;
    top: 1px;
}
