﻿
.iconBack 
{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('../images/back.gif');	
}

.iconClear {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('../images/clear.png');
}

.iconCoords 
{
	width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('../Images/i_gps.gif');
}

.iconExcel 
{
   width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('../images/excel.png');
}

.iconHelp
{
	width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('../images/QuestionMark_small.gif');
}

.iconMeasurePoint {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('../Images/measure/measure-point.png');
} 

.iconMeasureLine {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('../Images/measure/measure-line.png');
} 

.iconMeasureArea {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('../Images/measure/measure-poly.png');
} 

.iconProperties
 {
 	background-image:url(../images/i_properties.gif);
    background-position:center center;
    background-repeat:no-repeat;
    height:22px;
    width:18px;
 }

.iconPrint
{
	width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('../Images/print.gif');
} 

.iconReset
{
	width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('../Images/reset.gif');
} 

.iconSearch 
{
	width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('../Images/search_16x16.gif');
} 

.iconTable 
{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('../images/excel.png');
}





.noteIcon
 {
    background-image:url(../images/note.gif);
    background-position:center center;
    background-repeat:no-repeat;
    height:18px;
    width:18px;
 }

















 
 .drawIconUnderline
 {
    background-image:url(../images/draw/underline.gif);
    background-position:center center;
    background-repeat:no-repeat;
    height:24px;
    width:24px;
 }
 
 .drawIconText 
 {
 	background-image:url(../images/draw/drawtext.gif);
    background-position:center center;
    background-repeat:no-repeat;
    height:24px;
    width:24px;
 }
 
  .drawIconPoint
 {
 	width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('../Images/measure/measure-point.png');
 }
 
   .drawIconPoly
 {
 	width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('../Images/measure/measure-poly.png');
 }
 
 .drawIconLine
 {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('../Images/measure/measure-line.png');
 }
 
 .drawIconUndo
 {
 	width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('../Images/reset.gif');
 }

.drawIconClear
 {
     width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('../images/clear.png');
 }
 
 .drawSelect
 {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('../images/draw/i_Select.png');
 }
 
 .drawIconHelp 
 {
 	width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('../images/help.gif');
 }





 

