/**--- Main ---*/
div.aqb-dst-cb {
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;

	clear: both;
	font-size: 1px;
}

/**--- Snippets List ---**/
div#aqb-dst-view-admin {}
div.aqb-dst-snippets {}
div.aqb-dst-spts-wrapper {
	padding: 10px 10px 0px 10px;
    position: relative;
}
div.aqb-dst-snippet {
    margin-bottom: 10px;
	padding: 10px;

    position: relative;

	background-color: #C1EBFD;
	border-bottom: 1px solid #ccebd1
}
div.aqb-dst-snippet div.thumbnail_block {
    top: 10px;
    left: 10px;
    position: absolute;
}
div.aqb-dst-info {
    min-height: 38px;
	margin-left: 48px;
    position: relative;
}
div.aqb-dst-checkbox {
    top: 10px;
    left: 10px;
    width: 20px;
    height: 38px;
    position: absolute;
    text-align: left;
}
div.aqb-dst-checkbox input {
	margin: 0px;
}
div.aqb-dst-title,
div.aqb-dst-date,
div.aqb-dst-text {
    position: relative;
}
a.aqb-dst-title {
    font-weight: bold;
    font-size: 12px;
}
span.aqb-dst-title {
    font-size: 12px;
    font-weight: bold;
}
span.aqb-dst-status {
    font-size: 10px;
    font-weight: bold;
    color: #999999;
}
div.aqb-dst-date {
	margin-bottom: 5px;

    font-size: 9px;
    color: #999999;
}
div.aqb-dst-text {
	overflow: hidden;
}
span.aqb-dst-versus {
	font-weight: bold;
}

/** --- Calendar ---**/
div.aqb-dst-calendar-unit {
    position: relative;
}