
.bwc {
font-size : 10px;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #444444;
letter-spacing : -1px;
}
a.bwc {
color : #444444;
text-decoration : none;
}
a.bwc:link {
color : #444444;
text-decoration : none;
}
a.bwc:active {
color : #444444;
text-decoration : none;
}
a.bwc:visited {
color : #444444;
text-decoration : none;
}
a.bwc:hover {
color : #000000;
text-decoration : underline;
}
.display {
	display: inline;
}
/* --------- button ------------- */
.bwbuttonstart {
	position : relative;
}
.bwbutton {
	width: 100px;
	min-height: 20px;
	background: #eee;
	padding: 1px;
	border: 1px solid #555;
	margin: 4px;
	position : absolute;
	top : 20px;
	right : 12px;
}
.bwbutton-view {
	width: 100px;
	min-height: 20px;
	background: #eee;
	padding: 1px;
	border: 1px solid #555;
	margin: 4px;
}
.bwbutton-bar {
	min-height: 20px;
	text-align: center;
/*	background: url("modules/BW_Downloads/images/buttons/04.jpg") repeat-x;  use the color or the background you want! */
	background-color: #afC779;
}
.bwfiletype {
	text-align: center;
	margin: 4px;
	position : absolute;
	top : 20px;
	right : 12px;
}


