/**
 * Blocksmaster plugin
 *
 * @copyright Serge Pustovit (PSNet), 2008 - 2015
 * @author    Serge Pustovit (PSNet) <light.feel@gmail.com>
 *
 * @link      http://psnet.lookformp3.net
 * @link      http://livestreet.ru/profile/PSNet/
 * @link      https://catalog.livestreetcms.com/profile/PSNet/
 * @link      http://livestreetguide.com/developer/PSNet/
 */

/* settings */

.Blocksmaster dl.w50p {
	clear: both;
	overflow: hidden;
	margin-bottom: 7px;
}

.Blocksmaster dl.w50p dt {
	float: left;
	width: 50%;
}

.Blocksmaster dl.w50p dd {
	overflow: hidden;
}

/* blocks list */

.Blocksmaster .TableList {
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #DDDDDD;
}

.Blocksmaster .TableList thead {
	cursor: default;
	text-shadow: 0 1px 1px #FFFFFF;
	font: 14px/20px Tahoma;
	background: #EEEEEE;
	background: -moz-linear-gradient(top,	rgba(245,245,245,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(238,238,238,1)));
	background: -webkit-linear-gradient(top,	rgba(245,245,245,1) 0%,rgba(238,238,238,1) 100%);
	background: -o-linear-gradient(top,	rgba(245,245,245,1) 0%,rgba(238,238,238,1) 100%);
	background: -ms-linear-gradient(top,	rgba(245,245,245,1) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom,	rgba(245,245,245,1) 0%,rgba(238,238,238,1) 100%);
}

.Blocksmaster .TableList th {
	padding: 1px 0 3px;
	border-color: #ddd;
}

.Blocksmaster .TableList tr.second {
	background: #FAFAFA;
}

.Blocksmaster .TableList tbody tr:hover {
	background: #EEF8FF;
}

.Blocksmaster .TableList td {
	padding: 1px 3px 2px;
	text-align: center;
	border: 1px solid #DDDDDD;
}

.Blocksmaster .TableList td.nameleft {
	text-align: left;
}

/* settings separator */

.DescribeLine {
	border-bottom: 1px solid rgba(0, 121, 142, 0.4);
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	margin: 30px -20px 15px;
	padding: 0 20px;
	text-shadow: 0 1px 0 #555;
	background: #8CBFBE;
}

/* misc */

.Blocksmaster .mb10 {
	margin-bottom: 10px;
}

.Blocksmaster .tar {
	text-align: right;
}

.Blocksmaster .SmallText {
	font-size: 9px;
	font-family: Arial;
}

.Blocksmaster .Active {
	color: green;
}

.Blocksmaster .Inactive {
	color: red;
}

.Blocksmaster textarea[name="content"] {
	height: 105px;
}

.Blocksmaster .wBbA {
	word-break: break-all;
}

#content .CustomBlock.Blocksmaster {
	border: 1px solid #F9F8F4;
	border-radius: 2px 2px 2px 2px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

/* toolbar */

.toolbar-Blocksmaster {
	text-align: center;
}

.toolbar-Blocksmaster a {
	text-decoration: none;
	color: #555;
	font-weight: bold;
	line-height: 25px;
	padding: 5px 0 !important;
}

/* help */

.Blocksmaster .bm-help-tip {
	margin: 10px 0 25px;
	padding: 20px;
	text-shadow: 0 1px 0 #fff;
	background: #eee none repeat scroll 0 0;
	display: none;
}

.Blocksmaster .bm-help-page-link {
	border-bottom: 1px dashed;
	color: green;
	cursor: pointer;
	display: inline-block;
	margin: 10px 0 0;
}

.Blocksmaster .bm-help-page-link.active {
	color: #555;
	background: #eee none repeat scroll 0 0;
}
