.table{
	border:3px solid #696a6c;
}

.table tr{
	vertical-align:middle;
}

.table tr td{
	padding:8px 8px 8px 8px;
	border:1px solid gray
}

.table tr.header{
	vertical-align:middle;
	background:#6d6d6d;
	color:#ffffff;
}

.table tr.even{
	background:#e2e2e4;
}

.table tr.even:hover, .table tr.odd:hover{
	background:#aaabad;
	color:#000000
}

.table tr.header td{
	padding:8px 8px 8px 8px
}

.table tr.header td.col_service{
	width:245px
}

.table tr.header td.col_desc{
	width:360px
}

.table tr.header td.col_price{
	width:58px;
	text-align:right
}

.table tr.header td.col_button{
	text-align:center
}

.table .click{
	width:90px;
	height:15px;
	display:block;
	text-align:center;
	padding:2px 0;
	margin:0
}