.yui-dt-bd table {
	width: 800px;
}
#users .yui-dt-bd table {
	width: auto;
}
.yui-dt-bd td {
	vertical-align: top;
}
#yui-dt0-bodytable th {
	font-weight: bold;
	color: #333333;
}
.yui-dt-liner {
}
#yui-dt0-bodytable th a {
	font-weight: bold;
	color: #3C6D8E;
	display: block;
}
#yui-dt0-bodytable th a:hover {
	color: #FF9900;
}

/* recordset pager styles */
.yui-pg-container {
	text-align: center;
}
.yui-pg-rpp-options {
	margin: 0;
	font-size: .85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* styles for row selection events */
.yui-skin-sam .yui-dt-body {
	cursor: pointer;
}

/* hide ISBN col */
.yui-dt-col-isbn13 {
	display: none;
}
.yui-dt-col-title {
	border-left: none;
}

/* dropdown menu styles */
#subjectBrowse {
	position: static;
}
.yuimenuitemlabel {
	white-space: normal;
}
#subjectBrowse .yuimenuitem-hassubmenu {
	background-position: left center;
	background-image: url(../images/yui_supplemental/menuitem_submenuindicator_left.png);
}
#subjectBrowse .yuimenuitem-hassubmenu:hover {
}
#subjectBrowse li {
	line-height: 120%;
}
#subjectBrowse li a {
	padding-top: 2px;
	padding-bottom: 3px;
}
#subjectBrowse li div {
	background-color: #B3D4FF;
}
#subjectBrowse li div li a:hover {
	background-color: #426FD9;
	color: #FFFFFF;
}
#subjectBrowse .topscrollbar, #subjectBrowse .bottomscrollbar {
	background-color: #EEEEEE;
}
#subjectBrowse .topscrollbar:hover, #subjectBrowse .bottomscrollbar:hover {
	background-color: #B3D4FF;
}
/*#subjectBrowse .hd, #subjectBrowse .ft {
	background-image: url(../images/yui_supplemental/scrollers.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#subjectBrowse .topscrollbar, #subjectBrowse .bottomscrollbar {
	background-image: url(../images/yui_supplemental/arrow_up.png);
	background-repeat: no-repeat;
	background-position: center center;
}*/