/* BUTTON - TABLE BASED */
button {
	padding: 0;
	margin: 0;

	border: 0;
	background-color: transparent;
}

.button-table {
	border-collapse: collapse;
	margin: auto;
}

.button-table tr,
.button-table td {
	height: 19px;
	padding-bottom: 1px;
}

.button-table a,
.button-table tr td.left {
	font-size: 13px;
	color: #ffffff;
}

.button-table a {
	display: block;
}

.button-table a:hover {
	text-decoration: none;
}

.button-table td.left {
	padding-left: 8px;
	background: url(/images/control/button/button_table_left.gif) no-repeat;	
}

.button-table td.right {
	width: 8px;
	background: url(/images/control/button/button_table_right.gif) no-repeat top right;	
}

.button-table-ask td.left {
	background: url(/images/control/button/button_table_left_red.gif) no-repeat;	
}

.button-table-ask td.right {
	background: url(/images/control/button/button_table_right_red.gif) no-repeat top right;	
}

.button-table-big {
	border-collapse: collapse;
	margin: auto;

	font-weight: bold;
}

.button-table-big tr,
.button-table-big td {
	height: 24px;
	padding-bottom: 1px;
}

.button-table-big a,
.button-table-big tr td.left {
	font-size: 13px;
	color: #ffffff;
}

.button-table-big a:hover {
	text-decoration: none;
}

.button-table-big td.left {
	padding-left: 8px;
	background: url(/images/control/button/button_table_big_left.gif) no-repeat;	
}

.button-table-big td.right {
	width: 8px;
	background: url(/images/control/button/button_table_big_right.gif) no-repeat top right;	
}

