/*  Hints  */

.hint {
	cursor:pointer;
	position:relative;
	display:inline-block;
}

.hint span {
  display:block;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: -999em;
  position: absolute;
	background-color:#fff;
	font-size:11px;
	line-height:12px;
	color:#fff;
	padding:10px;
	box-shadow:0 0 5px #333;
	z-index:100;
	background-color:#333;
	width:100px;
}

.hint:hover span {
  position: absolute;
  margin:0;
	top:0;
}

.hint:hover span.left {
	right:30px;
}

.hint:hover span.right {
	left:30px;
}




/*  Document Browser  */

#filterSwitch {
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	padding:3px 15px 10px 10px;
	line-height:20px;
	color:#333;
	cursor:pointer;
}

#docFilter {
	width:100%;
	height:200px;
	background-color:#ccc;
	display:none;
}

#docBrowser {
	margin-top:10px;
}

table {
	border-collapse:collapse;
	font-size:12px;
	width:100%;
}

td, th {
	text-align:left;
	vertical-align:middle;
	padding:3px 10px 3px 10px;
	border:none;
}

th.books-table {
	color:#fff;
	text-shadow:2px 2px 5px #333;
	line-height:18px;
	background:#116371;
	font-weight:normal;
}

.TS_header,
.headerSortUp,
.headerSortDown {
	text-indent:10px;
	background-position:5px center;
	background-repeat:no-repeat;
	cursor:pointer;
}

.TS_header {
	background-image:url(../images/sortRight.png);
}

.headerSortUp {
	background-image:url(../images/sortUp.png);
	background-color:#666;
}

.headerSortDown {
	background-image:url(../images/sortDown.png);
	background-color:#666;
}

td.books-table {
	background:none;
}

#docBrowser .header a {
	color:#fff;
}

#docBrowser tr:hover td,
#docBrowser tr:hover a {
	background:#096373;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

#docBrowser tr a:hover {
	text-decoration:underline;
}

#docBrowser tr a {
	display:block;
	color:#333;
	text-decoration:none;
	font-size:110%;
	font-weight:300;
}

#bookSearchField {
	width:400px;
}
