/**********************************************
* Button CSS Styling (white-button.css)        *
**********************************************/
table.left {  /*gdf*/
	float: left;
}

table.button,
table.tiny-button,
table.small-button,
table.medium-button,
table.large-button {
	/* width: 80%;    *gdf*/
	overflow: hidden;
	margin-top: 7px; /*gdf was-- margin: 0px auto;  */
}

table.button td,
table.tiny-button td,
table.small-button td,
table.medium-button td,
table.large-button td {
	display: block;
	width: auto !important;
	text-align: center;
	background: #ffffff;
	border: 1px solid #535054; /*make a darker shade*/
	color: #535054;
	padding: 8px 0;
}

table.tiny-button td {
	padding: 5px 0 4px;
}

table.small-button td {
	padding: 8px 0 7px;
}

table.medium-button td {
	padding: 12px 0 10px;
}

table.large-button td {
	padding: 21px 0 18px;
}

table.button td a,
table.tiny-button td a,
table.small-button td a,
table.medium-button td a,
table.large-button td a {
	font-weight: normal;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	/* color: #535054; *gdf removed */
	font-size: 16px;
	display:block;
}

table.tiny-button td a {
	font-size: 12px;
	font-weight: normal;
}

table.small-button td a {
	font-size: 16px;
}

table.medium-button td a {
	font-size: 20px;
}

table.large-button td a {
	font-size: 24px;
}

table.button:hover td,
table.button:visited td,
table.button:active td {
	background: #ffffff !important;
}

table.button:hover td a,
table.button:visited td a,
table.button:active td a {
	color: #535054 !important;
	background: #ffffff !important;
}

/* gdf removed ---
table.button:hover td,
table.tiny-button:hover td,
table.small-button:hover td,
table.medium-button:hover td,
table.large-button:hover td {
	/* background: #ffffff !important; *gdf removed
	/* color: #535054 !important; *gdf removed
} */

/* gdf removed ---
table.button:hover td a,
table.button:active td a,
table.button td a:visited,
table.tiny-button:hover td a,
table.tiny-button:active td a,
table.tiny-button td a:visited,
table.small-button:hover td a,
table.small-button:active td a,
table.small-button td a:visited,
table.medium-button:hover td a,
table.medium-button:active td a,
table.medium-button td a:visited,
table.large-button:hover td a,
table.large-button:active td a,
table.large-button td a:visited {
	/* background: #e9e9e9;  !important; *gdf removed
	/* color: #ffffff; !important; *gdf removed
} */

table.grey td {
	/*background: #e9e9e9; *gdf*/
	border-color: rgb(83, 80, 84); /*gdf was-- #d0d0d0; */
	color:        rgb(83, 80, 84); /*gdf was #555; */
}

table.grey td a {
	color:        rgb(83, 80, 84); /*gdf was #555; */
}

table.grey:hover td {
	background: rgb(83, 80, 84); !important; /*gdf was-- #d0d0d0; !important; */
}

table.grey:hover td a {
	background: rgb(83, 80, 84); !important; /*gdf was-- #d0d0d0; !important; */
	color: #ffffff; /*gdf was-- #555; */
}

table.grey:hover td a,
table.grey td a:visited,
table.grey:active td a {
	/*gdf removed--- color: #555 !important; */
	background: rgb(83, 80, 84); !important; /*gdf added-- #d0d0d0; !important; */
	/* color: #ffffff; gdf was-- #555; */
}

table.green td {
	/* background: #5da423; /*gdf removed */
	border-color: rgb(24, 69, 59); /* gdf was -- #457a1a; */
	color:        rgb(24, 69, 59); /*gdf added */
}

table.green:hover td {
	background: rgb(24, 69, 59); /* gdf was -- #457a1a; !important; */
	color: #ffffff; /*gdf added */
}

table.red td {
	/* background: #c60f13; ***gdf removed */
	border-color: #c60f13; /*gdf was-- #970b0e; */
	color: #c60f13; /*gdf  added */
}

table.red:hover td {
	background: #c60f13; /*gdf was-- #970b0e !important; */
	color: #ffffff; /*gdf added */
}

table.radius td {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
	
table.round td {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

table.columns.left-button,
table.column.left-button {
	margin: 0;
}
