.editorCurrent {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(127, 127, 127, 0.75);
	-moz-box-shadow: 0px 0px 0px 1px rgba(127, 127, 127, 0.75);
	box-shadow: 0px 0px 0px 1px rgba(127, 127, 127, 0.75);
	outline: none;
	min-height: 16px;
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}

.editorCurrent:focus {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(26, 219, 84, 0.75);
	-moz-box-shadow: 0px 0px 0px 1px rgba(26, 219, 84, 0.75);
	box-shadow: 0px 0px 0px 1px rgba(26, 219, 84, 0.75);
}

.editorCurrentActive {
	/* border:#5ad04f solid 2px; padding:2px 5px;*/
	
}

.focus {
	border: black dotted 2px;
}

.pointer {
	border: black solid 1px;
	background-color: #c9c9c9;
	/*border-left: black solid 1px;*/
}

.tableLine {
	border: black dotted 1px;
	/*border-left: black solid 1px;*/
}

.ui-selecting {
	background: #FECA40;
}

.ui-setselecting {
	background: green;
}

.ui-selectee {
	border: black dotted 1px;
}

.ui-selected {
	background: #F39814;
	color: white;
	opacity: 0.2;
}

.moveBlock {
	border: black dotted 1px;
	/*border-left: black solid 1px;*/
}

/* resize */
.layoutResize {
	position: absolute;
}

.borderResize {
	position: absolute;
	opacity: 0.5;
	border-style: dashed;
	border-width: 1px;
}

.pointBlock {
	position: absolute;
	border: black solid 1px;
	background-color: #FFFFFF;
	width: 8px;
	height: 8px;
	margin: -5;
	padding: 0;
	z-index: 100000;
}

.nwResize {
	margin: -5px;
	cursor: nw-resize;
}

.nResize {
	margin: -5px;
	cursor: n-resize;
}

.neResize {
	margin: -5px;
	cursor: ne-resize;
}

.wResize {
	margin: -5px;
	cursor: w-resize;
}

.eResize {
	margin: -5px;
	cursor: e-resize;
}

.swResize {
	margin: -5px;
	cursor: sw-resize;
}

.sResize {
	margin: -5px;
	cursor: s-resize;
}

.seResize {
	margin: -5px;
	cursor: se-resize;
}

/*end resize */

/*jotform*/
.jotForm {
	display: block;
	background: #ffffff url(../theme/default/images/jotform.jpg) no-repeat
		center center;
}

.onlineForm {
	display: block;
	background: #ffffff url(../theme/default/images/jotform.jpg) no-repeat
		center center;
}

.onlineFlash {
	display: block;
	background: #ffffff url(../theme/default/images/onlineFlash.jpg)
		no-repeat center center;
}

.jotFormLoad {
	display: block;
	background: #ffffff url(../theme/default/images/loading07.gif) no-repeat
		center center;
}

.fbLikebox {
	background: #ffffff url(../theme/default/images/fblikebox.png) no-repeat
		center center;
}

/*************  Start socialnetwork  ***************/
.fb_comment_light, .fb_comment_dark  {
	display: block;	
	width: 564px;
	height:301px;
	border:0;
}
.fb_comment_light  {
	background: url(../theme/default/images/comment_light.png) no-repeat left top;
}
.fb_comment_dark  {
	background: url(../theme/default/images/comment_dark.png) no-repeat left top;
}
.fb_light_likebox, .fb_dark_likebox {
	display: block;
	width: 300px;
	height:400px;
	border:0;
}
.fb_light_likebox{
	background: url(../theme/default/images/light_like_box.png) no-repeat center center;
}
.fb_dark_likebox{
	background: url(../theme/default/images/dark_like_box.png) no-repeat center center;
}
.fb_light_standard, .fb_dark_standard{
	display:block;
	width: 351px;
	height: 20px;
	border:0;
}
.fb_light_standard{    
	background:  url(../theme/default/images/light_standard.png) no-repeat left top;	
}
.fb_dark_standard{
	background: url(../theme/default/images/dark_standard.png) no-repeat left top;
}
.fb_light_box_count, .fb_dark_box_count {
	display:block;
	width:49px;
	height: 86px;
	border:0;
}
.fb_light_box_count{    
	background: url(../theme/default/images/light_box_count.png) no-repeat left top;
}
.fb_dark_box_count{    
	background: url(../theme/default/images/dark_box_count.png) no-repeat left top;
}
.fb_light_button_count, .fb_dark_button_count {	
	display:block;
	width: 86px;
	height: 20px;
	border:0;
}
.fb_light_button_count{    
	background: url(../theme/default/images/light_button_count.png) no-repeat left top;
}
.fb_dark_button_count{
	background: url(../theme/default/images/dark_button_count.png) no-repeat left top;
}
.fbmargin{
	margin-bottom:15px;
}

.tableSelecttemplate {
	background-color: #e5e5e5;
	border-top: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
	min-width: 960px;
}

.frameaddblock,.frameaddblockSide {
	background: #fff;
	border: 1px solid #909090;
	cursor: pointer;
	padding: 0;
	margin: 5px;
	text-align: center;
}

.frameaddblock:hover,.frameaddblockSide:hover {
	border: 1px solid #4c4c4c;
}

input.btnblockAdd,input.btnblockAdd:hover {
	background: url(../theme/default/images/icn_addblock.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 40px;
	border: 0;
	cursor: pointer;
	background-color: #fff;
	text-align: center;
}

input.btnblockAdd:hover {
	background: url(../theme/default/images/icn_addblock_h.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.txtblockname {
	padding: 0;
	text-align: left;
	margin: 0;
}

.bgblockTop,.bgblockBottom,.bgblockSide {
	background-color: #d9d9d9;
	border: 1px solid #939393;
	margin: 0 10px 0 5px;
}

.bgblockSide {
	margin: 0;
}

.blockAvaliable,.blockmanageTop,.blockmanageBottom,.blockmanageLeft,.blockmanageRight
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.blockAvaliable {
	height: auto;
	color: #3e3e3e;
	width: 150px;
	min-height: 95px;
	margin: 0 0 0 10px;
	padding: 5px;
	border: 1px solid #939393;
	background-color: #d9d9d9;
}

.blockmanageTop,.blockmanageBottom {
	width: 100%;
	height: 60px;
}

.blockmanageLeft,.blockmanageRight {
	width: 200px;
	height: auto;
}

ul.blockmanageTop li,ul.blockmanageBottom li {
	width: 100%;
	float: left;
	margin: 3px 0;
}

#sortable2 li.ui-state-highlight {
	padding: 0;
}

#sortable1 li.blocklist,#sortable2 li.blocklist {
	width: 915px;
	padding: 10px;
	margin: 5px 5px 0 5px;
	cursor: move;
	display: block;
	list-style: none;
}

#sortable3 li.blocklist,#sortable4 li.blocklist,#sortable0 li.blocklist
	{
	display: block;
	float: none;
	cursor: move;
	width: auto;
	padding: 10px;
	margin: 5px 5px 0 5px;
}

li.blocklist div.block_editor {
	margin: 0;
	padding: 0;
	width: 100%;
	word-wrap:break-word;
	cursor:auto;
	float:left;
}
li.blocklist div.blockName{float:none;}
li.blocklist div a{color:#006fdd;}
li.blocklist div a:hover{color:#004edd;}

.block_data_roll {
	background-color: #f7f7f7;
	color: #6d6d6d;
	border: 1px solid #d2d2d2;
	padding: 15px;
	margin-bottom: 7px;
}

.bgblockview {
	background-color: #e9e9e9;
	padding: 7px;
}

.bgblockname {
	background-color: #f7f7f7;
	color: #6d6d6d;
	border: 1px solid #d2d2d2;
	padding: 15px;
	margin-bottom: 7px;
}

.ui-sortable-placeholder {
	border: 1px dotted black;
	visibility: visible !important;
}
.blockName{word-wrap:break-word;}
.blockName input {
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
	width:165px;
}

a.linktxt,a.linktxt:hover {
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

a.linktxt:hover {
	text-decoration: underline;
}

.rvclear {
	clear: both;
}

.txteditable {
	margin: 5px;
	padding: 5px;
	font-size: 11px;
	text-align: center;
}

[contentEditable=true]:empty:before {
	content: attr(data-ph);
	color: #c0c0c0;
	font-size:12px;
	padding-left:7px;
	line-height:24px;
}

.addBlockLink {
	color: #61ac5b;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.areaCustom {
	margin-top: 0px;
	margin-bottom: 10px;
	min-height: 25px;
}

.ui-resizable-e {
	width:7px;
	cursor:e-resize;
}
.ui-resizable-s {
	height:7px;
	cursor:s-resize;
}.editorCurrent {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(127, 127, 127, 0.75);
	-moz-box-shadow: 0px 0px 0px 1px rgba(127, 127, 127, 0.75);
	box-shadow: 0px 0px 0px 1px rgba(127, 127, 127, 0.75);
	outline: none;
	min-height: 16px;
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}

.editorCurrent:focus {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(26, 219, 84, 0.75);
	-moz-box-shadow: 0px 0px 0px 1px rgba(26, 219, 84, 0.75);
	box-shadow: 0px 0px 0px 1px rgba(26, 219, 84, 0.75);
}

.editorCurrentActive {
	/* border:#5ad04f solid 2px; padding:2px 5px;*/
	
}

.focus {
	border: black dotted 2px;
}

.pointer {
	border: black solid 1px;
	background-color: #c9c9c9;
	/*border-left: black solid 1px;*/
}

.tableLine {
	border: black dotted 1px;
	/*border-left: black solid 1px;*/
}

.ui-selecting {
	background: #FECA40;
}

.ui-setselecting {
	background: green;
}

.ui-selectee {
	border: black dotted 1px;
}

.ui-selected {
	background: #F39814;
	color: white;
	opacity: 0.2;
}

.moveBlock {
	border: black dotted 1px;
	/*border-left: black solid 1px;*/
}

/* resize */
.layoutResize {
	position: absolute;
}

.borderResize {
	position: absolute;
	opacity: 0.5;
	border-style: dashed;
	border-width: 1px;
}

.pointBlock {
	position: absolute;
	border: black solid 1px;
	background-color: #FFFFFF;
	width: 8px;
	height: 8px;
	margin: -5;
	padding: 0;
	z-index: 100000;
}

.nwResize {
	margin: -5px;
	cursor: nw-resize;
}

.nResize {
	margin: -5px;
	cursor: n-resize;
}

.neResize {
	margin: -5px;
	cursor: ne-resize;
}

.wResize {
	margin: -5px;
	cursor: w-resize;
}

.eResize {
	margin: -5px;
	cursor: e-resize;
}

.swResize {
	margin: -5px;
	cursor: sw-resize;
}

.sResize {
	margin: -5px;
	cursor: s-resize;
}

.seResize {
	margin: -5px;
	cursor: se-resize;
}

/*end resize */

/*jotform*/
.jotForm {
	display: block;
	background: #ffffff url(../theme/default/images/jotform.jpg) no-repeat
		center center;
}

.onlineForm {
	display: block;
	background: #ffffff url(../theme/default/images/jotform.jpg) no-repeat
		center center;
}

.onlineFlash {
	display: block;
	background: #ffffff url(../theme/default/images/onlineFlash.jpg)
		no-repeat center center;
}

.jotFormLoad {
	display: block;
	background: #ffffff url(../theme/default/images/loading07.gif) no-repeat
		center center;
}

.fbLikebox {
	background: #ffffff url(../theme/default/images/fblikebox.png) no-repeat
		center center;
}

/*************  Start socialnetwork  ***************/
.fb_comment_light, .fb_comment_dark  {
	display: block;	
	width: 564px;
	height:301px;
	border:0;
}
.fb_comment_light  {
	background: url(../theme/default/images/comment_light.png) no-repeat left top;
}
.fb_comment_dark  {
	background: url(../theme/default/images/comment_dark.png) no-repeat left top;
}
.fb_light_likebox, .fb_dark_likebox {
	display: block;
	width: 300px;
	height:400px;
	border:0;
}
.fb_light_likebox{
	background: url(../theme/default/images/light_like_box.png) no-repeat center center;
}
.fb_dark_likebox{
	background: url(../theme/default/images/dark_like_box.png) no-repeat center center;
}
.fb_light_standard, .fb_dark_standard{
	display:block;
	width: 351px;
	height: 20px;
	border:0;
}
.fb_light_standard{    
	background:  url(../theme/default/images/light_standard.png) no-repeat left top;	
}
.fb_dark_standard{
	background: url(../theme/default/images/dark_standard.png) no-repeat left top;
}
.fb_light_box_count, .fb_dark_box_count {
	display:block;
	width:49px;
	height: 86px;
	border:0;
}
.fb_light_box_count{    
	background: url(../theme/default/images/light_box_count.png) no-repeat left top;
}
.fb_dark_box_count{    
	background: url(../theme/default/images/dark_box_count.png) no-repeat left top;
}
.fb_light_button_count, .fb_dark_button_count {	
	display:block;
	width: 86px;
	height: 20px;
	border:0;
}
.fb_light_button_count{    
	background: url(../theme/default/images/light_button_count.png) no-repeat left top;
}
.fb_dark_button_count{
	background: url(../theme/default/images/dark_button_count.png) no-repeat left top;
}
.fbmargin{
	margin-bottom:15px;
}

.tableSelecttemplate {
	background-color: #e5e5e5;
	border-top: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
	min-width: 960px;
}

.frameaddblock,.frameaddblockSide {
	background: #fff;
	border: 1px solid #909090;
	cursor: pointer;
	padding: 0;
	margin: 5px;
	text-align: center;
}

.frameaddblock:hover,.frameaddblockSide:hover {
	border: 1px solid #4c4c4c;
}

input.btnblockAdd,input.btnblockAdd:hover {
	background: url(../theme/default/images/icn_addblock.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 40px;
	border: 0;
	cursor: pointer;
	background-color: #fff;
	text-align: center;
}

input.btnblockAdd:hover {
	background: url(../theme/default/images/icn_addblock_h.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

.txtblockname {
	padding: 0;
	text-align: left;
	margin: 0;
}

.bgblockTop,.bgblockBottom,.bgblockSide {
	background-color: #d9d9d9;
	border: 1px solid #939393;
	margin: 0 10px 0 5px;
}

.bgblockSide {
	margin: 0;
}

.blockAvaliable,.blockmanageTop,.blockmanageBottom,.blockmanageLeft,.blockmanageRight
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.blockAvaliable {
	height: auto;
	color: #3e3e3e;
	width: 150px;
	min-height: 95px;
	margin: 0 0 0 10px;
	padding: 5px;
	border: 1px solid #939393;
	background-color: #d9d9d9;
}

.blockmanageTop,.blockmanageBottom {
	width: 100%;
	height: 60px;
}

.blockmanageLeft,.blockmanageRight {
	width: 200px;
	height: auto;
}

ul.blockmanageTop li,ul.blockmanageBottom li {
	width: 100%;
	float: left;
	margin: 3px 0;
}

#sortable2 li.ui-state-highlight {
	padding: 0;
}

#sortable1 li.blocklist,#sortable2 li.blocklist {
	width: 915px;
	padding: 10px;
	margin: 5px 5px 0 5px;
	cursor: move;
	display: block;
	list-style: none;
}

#sortable3 li.blocklist,#sortable4 li.blocklist,#sortable0 li.blocklist
	{
	display: block;
	float: none;
	cursor: move;
	width: auto;
	padding: 10px;
	margin: 5px 5px 0 5px;
}

li.blocklist div.block_editor {
	margin: 0;
	padding: 0;
	width: 100%;
	word-wrap:break-word;
	cursor:auto;
	float:left;
}
li.blocklist div.blockName{float:none;}
li.blocklist div a{color:#006fdd;}
li.blocklist div a:hover{color:#004edd;}

.block_data_roll {
	background-color: #f7f7f7;
	color: #6d6d6d;
	border: 1px solid #d2d2d2;
	padding: 15px;
	margin-bottom: 7px;
}

.bgblockview {
	background-color: #e9e9e9;
	padding: 7px;
}

.bgblockname {
	background-color: #f7f7f7;
	color: #6d6d6d;
	border: 1px solid #d2d2d2;
	padding: 15px;
	margin-bottom: 7px;
}

.ui-sortable-placeholder {
	border: 1px dotted black;
	visibility: visible !important;
}
.blockName{word-wrap:break-word;}
.blockName input {
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
	width:165px;
}

a.linktxt,a.linktxt:hover {
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

a.linktxt:hover {
	text-decoration: underline;
}

.rvclear {
	clear: both;
}

.txteditable {
	margin: 5px;
	padding: 5px;
	font-size: 11px;
	text-align: center;
}

[contentEditable=true]:empty:before {
	content: attr(data-ph);
	color: #c0c0c0;
	font-size:12px;
	padding-left:7px;
	line-height:24px;
}

.addBlockLink {
	color: #61ac5b;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.areaCustom {
	margin-top: 0px;
	margin-bottom: 10px;
	min-height: 25px;
}

.ui-resizable-e {
	width:7px;
	cursor:e-resize;
}
.ui-resizable-s {
	height:7px;
	cursor:s-resize;
}