a.NXLinkButton
{
	text-decoration: none;
    height: 25px;
    padding: 0px;
    margin-right: 5px;
    width: auto;
    float: left;
}

table.tblNXButton
{
	height: 25px;
}

a.NXLinkButton:hover table.tblNXButton tr td
{
	cursor: pointer;
}

table.tblNXButton tr td
{
	height: 25px;
}

table.tblNXButton tr td.tdNXButtonMiddle
{
	vertical-align: middle;
	background-color: #003366;
	color: White;
}

table.tblNXButton tr td.tdNXButtonLeft
{
	width: 29px;
	background: url(../../Images/CustomControls/DesignerButton/NXButtonLeft.gif) no-repeat;
}

table.tblNXButton tr td.tdNXButtonRight
{
	width: 14px;
	background: url(../../Images/CustomControls/DesignerButton/NXButtonRight.gif) no-repeat;
}

/* Clean button */
.DesignerButton
{
	text-decoration: none;
	color: White;
	cursor: pointer;
}

.DesignerButton div.Left, .DesignerButton div.LeftPrevious, .DesignerButton div.Right
{
	float: left;
	height: 25px;
}

.DesignerButton div.Left
{
	width: 29px;
	background-image: url(../../Images/CustomControls/DesignerButton/NXButtonLeft.gif);
}

.DesignerButton div.LeftPrevious
{
	width: 29px;
	background-image: url(../../Images/CustomControls/DesignerButton/NXButtonLeftPrevious.gif);
}

.DesignerButton div.Text
{
	float: left;
	line-height: 25px;
	background-color: #003366;
}

.DesignerButton div.Right
{
	width: 14px;
	background-image: url(../../Images/CustomControls/DesignerButton/NXButtonRight.gif);
}