﻿.Checkmark
{
	background-image: url(../../UserControls/Shared/UI/images/GreenCheck.gif);
	width: 17px;
	height: 16px;
	border: solid 0px black;
}

.Xmark
{
	background-image: url(../../UserControls/Shared/UI/images/RedX.gif);
	width: 17px;
	height: 16px;
	border: solid 0px black;
}

.DeleteButton 
{
	 background-image: url(../../UserControls/Shared/UI/images/RedX.gif);
	 background-repeat: no-repeat;
	 width: 17px;
	 height: 16px;
	 border: solid 0px black;
}

.EditButton 
{
	 background-image: url(../../UserControls/Shared/UI/images/icon-pencil.gif);
	 background-repeat: no-repeat;
	 width: 15px;
	 height: 15px;
	 border: solid 0px black;
}

.AddButton 
{
	 background-image: url(../../UserControls/Shared/UI/images/icon-add.gif);
	 background-repeat: no-repeat;
	 width: 18px;
	 height: 16px;
	 border: solid 0px black;
}

.CopyButton 
{
	background-image: url(../../UserControls/Shared/UI/images/icon-copy.gif);
	 background-repeat: no-repeat;
	 width: 16px;
	 height: 16px;
	 border: solid 0px black;
}

.MagnifyButton 
{
	background-image: url(../../UserControls/Shared/UI/images/icon-magnify.gif);
	 background-repeat: no-repeat;
	 width: 17px;
	 height: 17px;
	 border: solid 0px black;
}

.ViewButton 
{
	background-image: url(../../UserControls/Shared/UI/images/icon-magnify.gif);
	 background-repeat: no-repeat;
	 width: 17px;
	 height: 17px;
	 border: solid 0px black;
}