@CHARSET "UTF-8";

.bntBlock {
    border: 0px solid blue;
    padding: 1px;
    margin-bottom: 5px;
    background-color: white;
    position: relative;
}

.bntBlockTitle {
    border-bottom:      1px solid #cccccc;
    border-left:      	1px solid #cccccc;
    border-right:      	1px solid #cccccc;
    background-color:   #cccccc;
    padding-top:        2px;
    margin-bottom:      2px;
    background:         url('../img/_title_back.png') top;
}

.bntBlockContent {
    border: 1px solid #cccccc;
    padding: 0px;
}

.bntBlockActions {
    float: right;
    position: relative;
    padding-right:2px;
}

.bntBlockOver {
	border: 1px solid firebrick;
	margin-bottom:	60px;
}

.bntBlockSpinner {
	display:	none;
	position:	absolute;
	padding:	20px 0;
	background: url('dashboard/spinner.gif') no-repeat center;
}

.bntBlockDragBorder {
	background: #ccc;
    border: 1px solid black;
}

.bntEmptyBlock
{
    height: 5px;
    border: 0px solid black;
}