﻿.HiddenButton
{
	display: none;
}

.ContentButton
{
	width: 100px;
}



/* Edit mode buttons */
.CMSEditModeButtonAdd, .CMSEditModeButtonEdit
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	padding: 3px 5px 3px 21px;
	margin: 1px;
	color: #000000;
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	display: inline;
	width: 30px;
	line-height: 25px;
}

.RTL .CMSEditModeButtonAdd,.RTL  .CMSEditModeButtonEdit,.RTL  .CMSEditModeButtonDelete
{
	padding: 3px 21px 3px 3px;
}



.CMSEditModeButtonAdd
{
	background-image: url(images/EditMode/add.gif);
}

.CMSEditModeButtonEdit
{
	background-image: url(images/EditMode/edit.gif);
}

.CMSEditModeButtonDelete
{
	display: none;
}
