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

	clear: both;
	font-size: 1px;
}
iframe.aqb-tst-iframe {
	width: 0px;
	height: 0px;
	border: 0px;
}

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

    position: relative;

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

    font-size: 9px;
    color: #999999;
}
div.aqb-tst-text {
	overflow: hidden;
}
div.aqb-tst-text div.aqb-tst-celll {
	position: relative;
	float: left;
}
div.aqb-tst-text div.aqb-tst-cellr {
	position: relative;
	float: right;
}
div.aqb-tst-text div.votes_small {
	width: auto;
	float: none;
}
/** --- Snippets List(Admin panel only) ---**/
div.aqb-tst-tbl-wrp {
	width: 100%;
	height: 70px;
	overflow: auto;
}
table.aqb-tst-tbl th {
	text-align: left;
}
th.aqb-tst-tbl-user {
	width: 120px;
}
th.aqb-tst-tbl-score {
	width: 50px;
}
th.aqb-tst-tbl-qstns {
	width: 300px;
}
th.aqb-tst-tbl-date {
	width: 90px;
}

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