a.button {
	color: #3B372E;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
	text-align: center;
	background-color: #B6AE9C; /*#707092;*/
	background: url(images/ui/refl1.png) repeat-x;
	border: 1px solid #6c85a6; /* #334; */
	margin: 5px 10px 0px 10px;
	display: block;
	position: relative;
}
a.button:link { color: #3B372E; background-color: #9cb5d6; }
a.button:visited  { color: #3B372E; background-color: #9cb5d6; }
a.button:hover { color: #000; background-color: #8ca5c6; text-decoration: underline; }
a.button:active { color: #3B372E; background-color: #7c95b6; }

a.selected {
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
	border: 1px solid #77a;
	margin: 5px 10px 0px 10px;
	position: relative;
}
a.selected:link { color: #000; background-color: #765; }
a.selected:visited  { color: #000; background-color: #765; }
a.selected:hover { color: #000; background-color: #654; }
a.selected:active { color: #000; background-color: #765; }

.ad_table {
	margin: 10px;
}

.ad_left_column {
	border-right: 1px dotted #888; 
}