@charset "utf-8";
* {
    outline: none;
}


.Editable
{
	
	
	background-position: left top;
	/*background-color:rgba(200,200,200,0.5);*/
	background-color:#CCC !important;
	width:24px;
	height:24px;
	cursor:pointer;
	position:absolute;
	
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	
	-webkit-border-radius: 3px;
    border-radius: 3px;
	
}


.Editable:hover
{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}


.EditableSlave
{
	background: url('../images/icon_slave.png') no-repeat;
}

.EditableMaster
{
	background: url('../images/icon_master.png') no-repeat;
}


.Beta
{
	position:absolute;
	background: url('../images/icon_beta.png') no-repeat;
	width:16px;
	height:16px;
}


/*BEGIN MENU FUNCTION*/
#MenuFunction
{
	width:160px;
	list-style-type:none;
	padding:0px;
	margin:0px;
	
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    /*z-index: 99999;*/
}


#MenuFunction li
{
	height:20px;
	text-indent:30px;
	vertical-align:middle;
	padding-top:2px;
	color:#000;
	
}


#MenuFunction li a
{
	text-decoration:none;
	color:#000;
}

#MenuFunction li.Disabled
{
	color:#ccc !important;
}

#MenuFunction li.Disabled:hover
{
	color:#ccc !important;
	background-color: transparent;
	cursor:default;
}

#MenuFunction li:hover, #MenuFunction li a:hover
{
	cursor:pointer;
	background-color:#CCC;
	color:#FF0000;
	text-decoration:none;
}


#MenuFunction .Template, #MenuFunction li.Template:hover
{
	background-color:#000;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	cursor:default;
}


#MenuFunction .FuncClick
{
	background: url('../images/icon_modify.gif') no-repeat;
	background-position:5px center;
}



#MenuFunction .FuncEdit
{
	background: url('../images/icon_modify.gif') no-repeat;
	background-position:5px center;
}


#MenuFunction .FuncPublish
{
	background: url('../images/icon_publish.gif') no-repeat;
	background-position:5px center;
}


#MenuFunction .FuncUnPublish
{
	background: url('../images/icon_unpublish.gif') no-repeat;
	background-position:5px center;
}


#MenuFunction .FuncMoveUp
{
	background: url('../images/icon_up.gif') no-repeat;
	background-position:5px center;
}

#MenuFunction .FuncMoveDown
{
	background: url('../images/icon_down.gif') no-repeat;
	background-position:5px center;
}

#MenuFunction .FuncAdd
{
	background: url('../images/icon_add.gif') no-repeat;
	background-position:5px center;
}

#MenuFunction .FuncAddChild
{
	background: url('../images/icon_addchild.gif') no-repeat;
	background-position:5px center;
}


#MenuFunction .FuncTemplate
{
	background: url('../images/icon_layout.gif') no-repeat;
	background-position:5px center;
}


#MenuFunction .FuncDeleted
{
	background: url('../images/icon_delete.gif') no-repeat;
	background-position:5px center;
}


#MenuFunction li.Separator {
    border-top: 1px solid #CCCCCC;
}

/*END MENU FUNCTION*/


/*BEGIN WINDOW MENU FUNC*/
#BgScreen {
  position:absolute;
  left:0px;
  top:0px;
  z-index:90000;
  /*background-color:#000;*/
  background-color:rgba(255,255,255,0);
  display:none; 
}


#ContainerFunc
{
	position:absolute;
	left:0px;
	top:0px;	
	display:none;
	z-index:999900;
	padding:0px;
	margin:0px;
}
/*END WINDOW MENU FUNC*/



/*BEGIN FORM ACOMLVIE*/
/*BUTTON*/
#ACOMLIVE .Button 
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .2em 0.2em .25em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#ACOMLIVE .Button:hover
{
	text-decoration: none;
}

#ACOMLIVE .Button:Active {
	position: relative;
	top: 1px;
}


#ACOMLIVE .Orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
#ACOMLIVE .Orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
#ACOMLIVE .Orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/*END BUTTON*/

/*	BEGIN WINDOW TEMPLATE*/
	
#ACOMLIVE	.TemplateChild
{
	clear:both;
}

#ACOMLIVE	.TemplateChild-Button
{
	float:right;
}


#ACOMLIVE	.TemplateChild-Label
{
	float:left;	
}

/*END WINDOW TEMPLATE*/

/*END FORM ACOMLVIE*/
/*DEMO*/
.Title
{
	color:#033;
	font-size:16px;
	margin-top:10px;
	padding:0px 0px 10px 10px;
	font-weight:bold;
}


.SubTitle
{
	color:#999;
	font-size:12px;
	margin-top:10px;
	padding:0px 0px 10px 10px;
	font-style:italic;
}


.Des
{
	color:#1a1a1a;
	font-size:12px;
	margin-top:10px;
	padding:0px 0px 10px 10px;
}


.Img
{
	border:solid 1px;
	-webkit-border-radius: 10px;
    
    border-radius: 10px;
	text-align:center;
}


form label{
	font-size: 18px;
	line-height: 27px;
}

.form-title{
	background-color: #005335;
	color: white;
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;

	width: calc(100% + 36px);
    margin-left: -18px;
    padding-left: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.form-border{
	border: solid 1px #005335;
	padding: 0px 18px 20px !important;
}