@CHARSET "US-ASCII";

/* Audiocircle additional styles */

.galimg {
  padding: 1px;
  display:inline;
  background: #cccccc;
  border: 5px solid #dcdce0;
  margin: 0 0 2px 0;
}

.galcell {
  padding: 0 0 6px 0;
  font-size: x-small;
  font-family: verdana, sans-serif;
  text-align: center;
  font-style: italic;
}

label {
  font-size: 90%;
  font-family: verdana, sans-serif;
}

#navitabs {
  clear:both;
  padding: 0 0 0 6px;
}

.navitab {
  padding:2px 8px 3px 8px;
  margin:0 0 3px 0;
  text-decoration:none;
  background:#d8d8e0; /* url(/images/corner.gif) top right no-repeat; */
}

.navitab:hover{
  text-decoration:none;
  background:#d0d0d8; /* url(/images/corner.gif) top right no-repeat; */
}

.activenavitab{
  padding:2px 8px 4px 8px;
  margin:0 0 4px 0;
  text-decoration:none;
  border: 1px solid #9BAEBF;
  background:#c8c8d0; /* url(/images/corner.gif) top right no-repeat; */
}

.activenavitab:hover{
  text-decoration:none;
}

// Not sure how much of the rest we can get rid of


#tab_div
{
	padding: 0;
	margin: 0;
	position: absolute;
	left: 40px;
	bottom: 5px;
	display: block;
	z-index: 50;
}

span.tab
{
	padding: 3px;
	margin: 0px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #696969;
	
	border-top-width:1px;
	border-top-style: solid;
	border-top-color: #696969;
	
	position:relative;
	bottom: 0px;
	
	background-color: #eeeeee;
}

span.active 
{
	border-bottom-color: #ffffff;
	font-weight: bold;
	background-color: #ffffff;
}

span.tab > a , span.zoom_tab > a
{
	color: #555555;
}

#zoom_tab_div
{
	padding: 0;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 5px;
	display: block;
	z-index: 50;
	
}

span.zoom_tab
{
	padding: 3px;
	margin: 0px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #9baebf;
	
	border-top-color: #ffffff;
	
	font-size: 10px;
	background-color: #ffffff;
	
	background-color: #eeeeee;
	
	height: 18px;
	max-height: 18px;
}

span.active_zoom
{
	font-weight: bold;
	border-color: #355d80;
	border-top-color:#ffffff;
	background-color:#ffffff;
}

.board_row
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ababab;
	
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ababab;
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ababab;
}

input.flat
{
	border-width: 1px;
	border-style: solid;
	border-color: #9baebf;
	background-color: #ecedf3;
}
