﻿body
{
}

.enabledButtonTable
{
    cursor:pointer;
}

.disabledButtonTable
{
    cursor:default;
}

.disabledButtonLeftCell
{
    background-image: url(../img/disabledButtonLeft.png);
	background-repeat:no-repeat;
	height: 31px;
	width: 5px;	
}

.disabledButtonMiddleCell
{
	background-image: url(../img/disabledButtonMiddle.png);
	background-repeat: repeat-x;
	height: 31px;
	text-align:center;
	vertical-align:middle;
	padding-left: 10px;
	padding-right: 10px;
	font-family:Arial;
    font-weight:bold;
    font-size: 12px;
    font-style: normal;
    color: #dddddd;
}

.disabledButtonRightCell
{
	background-image: url(../img/disabledButtonRight.png);
	background-repeat:no-repeat;
	height: 31px;
	width: 5px;
}

.enabledButtonLeftCell
{
    background-image: url(../img/enabledButtonLeft.png);
	background-repeat:no-repeat;
	height: 31px;
	width: 5px;	
}

.enabledButtonDiv
{
    cursor:pointer;
}

.enabledButtonMiddleCell
{
	background-image: url(../img/enabledButtonMiddle.png);
	background-repeat: repeat-x;
	height: 31px;
	text-align:center;
	padding: 0px 10px 0px 10px;
	font-family:Arial;
    font-weight:bold;
    font-size: 12px;
    font-style: normal;
    color: White;
}

.enabledButtonRightCell
{
	background-image: url(../img/enabledButtonRight.png);
	background-repeat:no-repeat;
	height: 31px;
	width: 5px;
}

.enabledButtonLeftDiv
{
    background-image: url(../img/enabledButtonLeft.png);
	background-repeat:no-repeat;
	height: 31px;
	width: 5px;
	float:left	
}

.enabledButtonMiddleDiv
{
	background-image: url(../img/enabledButtonMiddle.png);
	background-repeat: repeat-x;
	height: 24px;
	max-height: 31px;
	text-align:center;
	padding: 7px 10px 0px 10px;
	font-family:Arial;
    font-weight:bold;
    font-size: 12px;
    font-style: normal;
    color: White;
    float:left
}

.enabledButtonRightDiv
{
	background-image: url(../img/enabledButtonRight.png);
	background-repeat:no-repeat;
	height: 31px;
	width: 5px;
	float:left
}

.disabledButtonDiv
{
    cursor:default;
}

.disabledButtonLeftDiv
{
    background-image: url(../img/disabledButtonLeft.png);
	background-repeat:no-repeat;
	height: 31px;
	width: 5px;
	float:left	
}

.disabledButtonMiddleDiv
{
	background-image: url(../img/disabledButtonMiddle.png);
	background-repeat: repeat-x;
	height: 24px;
	max-height: 31px;
	text-align:center;
	padding: 7px 10px 0px 10px;
	font-family:Arial;
    font-weight:bold;
    font-size: 12px;
    font-style: normal;
    color: #dddddd;
    float:left
}

.disabledButtonRightDiv
{
	background-image: url(../img/disabledButtonRight.png);
	background-repeat:no-repeat;
	height: 31px;
	width: 5px;
	float:left
}