﻿/* icon for navHeader begin */
	 .ehr_icon
    {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-top: 1px;
        margin-left:10px;*margin-left:0px;
        margin-right: 10px;
        line-height: 14px;
        vertical-align: text-top;
        background-repeat: no-repeat;
    	background-color: transparent;

    }

    .ehr_icon_cog
    {
        background-image:url('../images/ehr/cog.png');
    }

    .ehr_icon_cog:hover
    {
        background-image:url('../images/ehr/cog_o.png');
    }

	.ehr_icon_cog_hightlight
    {
        background-image:url('../images/ehr/cog_o.png');
    }

    .ehr_icon_wrench
    {
        margin-left:0px;
        background-image:url('../images/ehr/wrench.png');
    }

    .ehr_icon_off
    {
        margin-left:0px;
        background-image:url('../images/ehr/off.png');
    }

    .ehr_icon_globe
    {
        margin-left:0px;
        background-image:url('../images/ehr/globe.png');
    }
		/* icon for navHeader end */
