/* CSS Document */
/**
 * Style sheet for Valyoulearn
 *
 *
 * @author Ranjit
 * @company Cerulean Information Technology Pvt Ltd.
 * @package Valyoulearn
 * @date 23/April/2008
 */


.hint .hint_pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
	background-image: url(../images/pointer.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;	
}

.hint {
   	display: none;
    position: absolute;   
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 5px;
	background-image:url(../images/pointer.gif);
	background-repeat: no-repeat;
	background-color: #ffc;
	background-position: -10px 5px;
	font-size: 12px;
	color:#000000;
}

