/*	
 Copyright 2014 Adobe Systems Incorporated.  All rights reserved. 

Purpose- 
Css for Horizontal ruler
*/

.vmqRuler {
    background: rgba(255,255,255,1);
    color: #444;
    font-family:'source_sans_proregular' !important;
	font-size: 10px;
    line-height: 10px;
}

.vmqRuler > div {
    background: #444;
}

.vmqhRule {
    position: absolute;
    height: 14px;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid;
    z-index: 9;
}

.vmqhRule .tickString {
    position: absolute;
    top: 0px;
    width: 1px;
    height: 100%;
    text-indent: 1px;
    cursor: default;
}

.vmqhRule .tickLarge {
    position: absolute;
    bottom: 0px;
    width: 1px;
    height: 6px;
}

.vmqhRule .tickSmall {
    position: absolute;
    bottom: 0px;
    width: 1px;
    height: 4px;
}
