@charset "UTF-8";

@media screen, projection {
.dahtcc {
    display: none;
	clear: left;
}
.dahtcc .modules {
    margin: 0px auto;
	padding: 6px 0 0 0;
    border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
}
.dahtcc .modules .buttons {
    margin: 0 0 10px 0;
}
.dahtcc .table {
    position: relative;
	width: 450px;
    height: 225px;
    margin: 20px auto;
    background: #FFF url("../../images/dahtcc/maske_none.png") no-repeat 0px 0px;
}
.dahtcc .table.msk_300x200 { width:300px; height: 200px; background-image: url("../../images/dahtcc/maske_300x200.png"); }
.dahtcc .table.msk_350x200 { width:350px; height: 200px; background-image: url("../../images/dahtcc/maske_350x200.png"); }
.dahtcc .table.msk_400x200 { width:400px; height: 200px; background-image: url("../../images/dahtcc/maske_400x200.png"); }
.dahtcc .table.msk_400x225 { width:400px; height: 225px; background-image: url("../../images/dahtcc/maske_400x225.png"); }
.dahtcc .table.msk_450x200 { width:450px; height: 200px; background-image: url("../../images/dahtcc/maske_450x200.png"); }
.dahtcc .table.msk_450x225 { width:450px; height: 225px; background-image: url("../../images/dahtcc/maske_450x225.png"); }
.dahtcc .table.msk_500x225 { width:500px; height: 225px; background-image: url("../../images/dahtcc/maske_500x225.png"); }
.dahtcc .table.msk_500x250 { width:500px; height: 250px; background-image: url("../../images/dahtcc/maske_500x250.png"); }
.dahtcc .table.msk_550x225 { width:550px; height: 225px; background-image: url("../../images/dahtcc/maske_550x225.png"); }
.dahtcc .table.msk_550x250 { width:550px; height: 250px; background-image: url("../../images/dahtcc/maske_550x250.png"); }
.dahtcc .table.msk_600x250 { width:600px; height: 250px; background-image: url("../../images/dahtcc/maske_600x250.png"); }
.dahtcc .table.msk_600x275 { width:600px; height: 275px; background-image: url("../../images/dahtcc/maske_600x275.png"); }
.dahtcc .table.msk_600x300 { width:600px; height: 300px; background-image: url("../../images/dahtcc/maske_600x300.png"); }

.dahtcc .table .dragarea {
    position: absolute;
    width: 100%;
    height: 80px; /*DEVEL for 550x250*/
	/*background-color: #0F0;
	opacity: 0.5;*/
}
.dahtcc .placeables {
    width: 100%;
    margin: 20px auto;
}
.dahtcc .kd ,
.dahtcc .ks80,
.dahtcc .ks100 { position: absolute; background-repeat: no-repeat; background-position: 0 0; text-align: center; }
.dahtcc .kd { width: 65px; height: 65px; background-image: url("../../images/dahtcc/kd60.png"); }
.dahtcc .ks80 { width: 250px; height: 63px; background-image: url("../../images/dahtcc/ks80.png"); }
.dahtcc .ks100 { width: 300px; height: 63px; background-image: url("../../images/dahtcc/ks100.png"); }

.dahtcc .kd .draghint,
.dahtcc .ks80 .draghint,
.dahtcc .ks100 .draghint {
    position: absolute;
    width: 155px;
    height: 124px;
    background: url("../../images/dahtcc/bubble.png") no-repeat 0 0;
    z-index: 1;
}
.dahtcc .kd .draghint { top: -105px; left: 35px; }
.dahtcc .ks80 .draghint { top: -105px; left: 170px; }
.dahtcc .ks100 .draghint { top: -105px; left: 190px; }

.dahtcc .gridpoint {
    display: inline-block;
    position: absolute;
	width: 15px;
    height: 15px;
    background-color: #FFCC00;
}
#measureX { background: url("../arrow-left.png") no-repeat 0px 3px; text-align: center; }
#measureX .number{ background-color: #FFF; padding: 0 2px; }
#measureX .arrowRight{ display: block; float: right; width: 7px; height: 12px; background: url("../arrow-right.png") no-repeat 0px 3px; }
#measureY { float: right; background: url("../arrow-top.png") no-repeat 0px 3px; text-align: center; }
#measureY .number{ background-color: #FFF; padding: 0 2px; }
#measureY .arrowBottom{ display: block; float: right; width: 7px; height: 12px; background: url("../arrow-bottom.png") no-repeat 0px 3px; }

}
