/* CSS Document */

body {
  background-color: white; 
  color: black; 
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 20px;
}

/* put url after link text instead of underlining */
a:link, a:visited {
  background-color: white; 
  color: black; 
  text-decoration: none;
}

.big a[href]:after {
content: " (" attr(href) " )";
font-size: 10px;  
}

.navcontainer, .tagline, .bt-nav, .bcumb, .small {
display: none;
}

#footer {
font-size: 11px;
border-top: 1px solid #000;
padding-top: 10px;
}

acronym {
  border: 0;
}

acronym:after {
  content: " (" attr(title) ")";
}

.pagination {
	width: 100%;
	height: 2.7em;
	}

.pages ul{
	display: inline;
	list-style: none;

	padding: 0;
	margin: 0;
}


.pages ul li {
	display: inline;
	background: white;
	float: left;
	margin: 0 2px;
}


.pages ul li a, .pages ul li a:visited {
	display: block;
	font-weight: none;
	padding: 0 6px 0 6px;
	border: 1px solid #006699;
}

.pages ul li a:hover {
	background: #006699;
        color: #fff;
	text-decoration: none !important;
}

.pages ul li.pgEmpty {
	color: #666;
	display: block;
	padding: 0 6px 0 6px;
	border: 1px solid #666;
}

.pages ul li.pgCurrent {
	color: black;
	font-weight: bold;
	display: block;
	padding: 0 6px 0 6px;

	border: 1px solid black;
}

a#switchmode {
	display: block;
	float: right;
	font-weight: none;
	background: white;
	padding: 0 6px 0 6px;
	border: 1px solid #006699;
}

a#switchmode:hover {
	background: #006699;
	color: #fff;
        text-decoration: none !important;
}
