@charset "utf-8";
/* CSS Document */

#emc2-help_widget{
	background:url(img/px.png);	
	color:#fff;
	min-width:350px;
}
#emc2-content{
	float:left;	
}
#emc2-help_widget.wrap h2,
#emc2-help_widget.postbox h3{
	color:#fff;	
	text-shadow:#666 0 1px 0;
	background:none;
	border-bottom-color: #666;
	text-shadow: #666 0 1px 0;
	-moz-box-shadow: 0 1px 0 #666;
	-webkit-box-shadow: 0 1px 0 #666;
	box-shadow: 0 1px 0 #666;
	cursor:default;
}
#emc2-help_widget h3.hndle{
	color:#f9f9f9;
	text-shadow:black 0 1px 0;
	background-color: #252525;
	border-bottom-color:#252525;
	
	background-image: -ms-linear-gradient(top,#525252,#3c3c3c);
	background-image: -moz-linear-gradient(top,#525252,#3c3c3c);
	background-image: -o-linear-gradient(top,#525252,#3c3c3c);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#525252),to(#3c3c3c));
	background-image: -webkit-linear-gradient(top,#525252,#3c3c3c);
	background-image: linear-gradient(top,#525252,#3c3c3c);
}
#emc2-help_widget #jp_container_1{	
	margin:0 10px 10px 0;
	float:left;
}
#emc2-help_widget #tips{
	background:#666;
	width:318px;
	margin:0;
	border-radius:3px;
	border:1px solid #222;
	position:relative;
}

#emc2-help_widget #videos{
	width:324px;	
	margin:0 10px 10px 0;
	background:#666;
	color:#fff;
	border:1px solid #222;
}
#emc2-help_widget #tips .tip{
	display:none;	
	position:absolute;
	top:0;
	left:0;
	padding:10px;

	
}
#emc2-help_widget #tips .tip:first-child{
	display:block;
}

/* ****************************************
	Admin Settings Page
**************************************** */
.video{
	background-color: #F5F5F5;
	background-image: -ms-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image: -moz-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image: -o-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#f5f5f5));
	background-image: -webkit-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image: linear-gradient(top,#f9f9f9,#f5f5f5);
	border-color: #DFDFDF;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width:642px;
}
.video .vname{
	border-bottom-color: #DFDFDF;
	text-shadow: white 0 1px 0;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #F1F1F1;
	background-image: -ms-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -moz-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -o-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));
	background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec);
	background-image: linear-gradient(top,#f9f9f9,#ececec);
	font-size: 15px;
	font-weight: normal;
	padding: 7px 10px;
	margin:0 0 5px 0;
	line-height: 1;
}
.video .vname:hover{
	background:#eee;
}
.vspan{
	cursor:pointer;
	width:60%;
	display:inline-block;
}
.video .vcont{
	font-size: 12px;
	padding: 0px 10px 10px 10px;
	margin: 10px 0;
	position: relative;
	display:none;
}
.video .chkenable{
	margin: 0 20px 0 0;	
}
.video h2{
	margin:0;
}
#emc2-msg{
	margin-right: 20px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	color: #666;
	border-top: none;
	border-radius: 0 0 5px 5px;
}
#emc2-msg.ok{
	background: #D7FFD4;
	border: 1px solid #2F492D;	
}
#emc2-msg.warn{
	background: #f9ffa1;
	border: 1px solid #5a5c39;
}
.video .testbutton{
	cursor:pointer;	
}

.emc2-left{
	float:left;
	min-width:200px;
}
.emc2-right{
	float:right;
}
#psettings input[type="checkbox"],
#psettings label{
	margin:3px;
	display:inline-block;
}