.buttonGreenCenter {
    background: url(../../images/webportal/common/buttonGreenCenter.gif) repeat-x;
	float: left;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: times;
	padding:4px;
	height: 16px;
	cursor: pointer;
}

.buttonGreenLeft {
    background: url(../../images/webportal/common/buttonGreenLeft.gif);
	width: 10px;
	border: 0px;
	float: left;
	height: 24px;
	cursor: pointer;
}

.buttonGreenRight {
    background: url(../../images/webportal/common/buttonGreenRight.gif);
	background-repeat: no-repeat;
	width: 10px;
	border: 0px;
	float: left;
	height: 24px;
	cursor: pointer;
	padding-right: 5px;
}

.buttonRedCenter {
    background: url(../../images/webportal/common/buttonRedCenter.gif) repeat-x;
	float: left;
	height: 16px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: times;
	padding:4px;
	cursor: pointer;
}

.buttonRedLeft {
    background: url(../../images/webportal/common/buttonRedLeft.gif);
	width: 5px;
	border: 0px;
	float: left;
	height: 24px;
	cursor: pointer;
}

.buttonRedRight {
    background: url(../../images/webportal/common/buttonRedRight.gif);
	width: 5px;
	border: 0px;
	float: left;
	height: 24px;
	cursor: pointer;
}

.buttonGreyCenter {
    background: url(../../images/webportal/common/buttonGreyCenter.gif) repeat-x;
	float: left;
	height: 16px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: times;
	padding:4px;
	cursor: pointer;
}

.buttonGreyLeft {
    background: url(../../images/webportal/common/buttonGreyLeft.gif);
	width: 10px;
	border: 0px;
	float: left;
	height: 24px;
	cursor: pointer;
}

.buttonGreyRight {
    background: url(../../images/webportal/common/buttonGreyRight.gif);
	width: 10px;
	border: 0px;
	float: left;
	height: 24px;
	cursor: pointer;
}

.buttonBrownCenter {
    background: url(../../images/webportal/common/buttonBrownCenter.gif) repeat-x;
	float: left;
	height: 16px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: times;
	padding:4px;
	cursor: pointer;
}

.buttonBrownLeft {
    background: url(../../images/webportal/common/buttonBrownLeft.gif);
	width: 10px;
	border: 0px;
	float: left;
	height: 24px;
	cursor: pointer;
}

.buttonBrownRight {
    background: url(../../images/webportal/common/buttonBrownRight.gif);
	width: 10px;
	border: 0px;
	float: left;
	height: 24px;
	cursor: pointer;
}

.buttonDisabledCenter {
    background: url(../../images/webportal/common/buttonDisabledCenter.gif) repeat-x;
	float: left;
	height: 16px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: times;
	padding:4px;
}

.buttonDisabledLeft {
    background: url(../../images/webportal/common/buttonDisabledLeft.gif);
	width: 10px;
	border: 0px;
	float: left;
	height: 24px;
}

.buttonDisabledRight {
    background: url(../../images/webportal/common/buttonDisabledRight.gif);
	width: 10px;
	border: 0px;
	float: left;
	height: 24px;
}