/* Button Interface Elements */

/* Button Table Elements */

TABLE.button TD{
	vertical-align: middle;
	background-position: center;
	border: 0 solid #fff;
	text-align: center;
	height: 31px;
	font-size: 12px;
	background-color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

TABLE.button TD.menu{
	height: 0px;
}

TABLE.button TD.left-action {
	width: 14px;
	background-image: url(/versions/4.0/include/images/buttons/006-button-left.png);
	background-repeat: no-repeat;
}

TABLE.button TD.center-action {
	background-image: url(/versions/4.0/include/images/buttons/006-button-center.png);
	background-repeat: repeat-x;
	background-position: center;
	color: #fff;
}

TABLE.button TD.right-action {
	width: 14px;
	background-image: url(/versions/4.0/include/images/buttons/006-button-right.png);
	background-repeat: no-repeat;
}

TABLE.button TD.center-action A{
	color: white;
	text-decoration: none;
}


TABLE.button TD.center-action A:hover{
	text-decoration: underline;
}


TABLE.button TD.left {
	width: 14px;
	background-image: url(/versions/4.0/include/images/buttons/903-button-left.png);
	background-repeat: no-repeat;
}

TABLE.button TD.center {
	background-image: url(/versions/4.0/include/images/buttons/903-button-center.png);
	background-repeat: repeat-x;
	background-position: center;
	color: #fff;
}

TABLE.button TD.right {
	width: 14px;
	background-image: url(/versions/4.0/include/images/buttons/903-button-right.png);
	background-repeat: no-repeat;
}

TABLE.button TD.center A{
	color: white;
	text-decoration: none;
}

TABLE.button TD.center A:hover{
	text-decoration: underline;
}

div.colorSchemeText{
	font-size: 12;
	font-weight: bold;
	text-align: center;
}

/* Embedded Menu Bar */

TABLE.button TD.menu {
	vertical-align: middle;
	cursor: pointer;
	font-family: Verdana,Arial,San Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: 0 solid #000000;
}

/* Button Link Text */
