



* {
	font-family: Arial Unicode MS, Arial, Tahoma, sans-serif;
	font-size: 100%;
}


body {
	margin: 0px 0px 0px 0px;
}

#background {
}

.bodyBgColor {
	background-color: #ffffff;
}

.altTone {
	background-color: #dbdbdb;
}

#contentArea {
	/* if you change the width, change the margin-left to be -(width/2) */
	width:80%;
}

#logo {
	display:none;
}

/* ------------ TABS ----------------------------------------*/

#navTabsArea {
	display:none;
}

div.inactiveNavTab {
	display:none;
}

div.activeNavTab {
	display:none;
}

/* ------------ PORTLET CAPS ----------------------------------------*/

#portletsTopLeft, #portletsTopRight, #portletsBottomLeft, #portletsBottomRight {
	width: 8px;
	height: 8px;
}

#portletsTopLeft {
	display:none;
}

#portletsTopRight {
	display:none;
}

#portletsBottomLeft {
	display:none;
}

#portletsBottomRight {
	display:none;
}

/* ------------ PORTLETS ----------------------------------------*/

#portlets {
	/* If you want a body background color other than white, you'll need to replace or remove
		all of the rounded-corrner images */
	position: relative;
	clear: both;
	padding-top: 1px;
}

div.portlet {
	padding: 0px 12px 20px 12px;
}

div.portletBody {
	position: relative;
	padding: 20px;
	border:2px solid #142B79;
	margin-right:2px;
	margin-right:2px;
	font-size:90%;
	margin-top:-3px;
}

/* ------------ PORTLET ITEMS ----------------------------------------*/

#portletItemTop {
    padding:0px;
    margin:0px;
    background-color:#ffffff;
}

.portletItemTopLeft {
    height:12px;
    width:12px;
    margin:-2px;
    float:right;
}

* html .portletItemTopLeft {
    margin-right:-1px;
    margin-top:-2px;
}

.portletItemTopRight {
    height:12px;
    width:12px;
    margin:-2px;
    float:right;
}

* html .portletItemTopRight {
    margin-right:-1px;
    margin-top:-2px;
}

.portletItemContents {
    margin:18px;
    font-size:12pt;
    font-weight:normal;
    color:#000000;
    text-decoration:none;
}

.portletItemHeaderText {
    font-weight:bold;
    color:#5D5D5D;
}

#portletItemBottom {
    height:12px;
    margin-bottom:10px;
}

.portletItemBottomLeft {
    height:12px;
    width:12px;
    float:right;
    margin-top:2px;
    margin-right:-2px;
    position:relative;
}

* html .portletItemBottomLeft {
    top:2px;
}

.portletItemBottomRight {
    height:12px;
    width:12px;
    float:right;
    margin-top:2px;
    margin-right:-2px;
    position:relative;
}

* html .portletItemBottomRight {
    top:2px
}

.portletItemTextBold {
    font-size:90%;
    text-decoration:none;
    font-weight:bold;
}

.portletItemTextItalic {
    font-size:90%;
    font-weight:normal;
    color:#000000;
    text-decoration:none;
    margin-right:10px;
    font-style:italic;
}

.portletButton
{
	background-color:#ffffff;
	border:1px solid #BEBEBE;
	display:none;
}

.portletCheckBox {
	background-color:#ffffff;
        margin-right:8px;
}

input, select
{
	font-size:90%;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

hr {
	display:none;
}

.briefHeader{
    display:none;
}

/* ------------ BORDERS ----------------------------------------*/

.bottomBorder {
}

.topBorder {
}

.rightBorder {
}

.leftBorder {
}

/* ------------ DROP SHADOWS ----------------------------------------*/

.bottomDropShadow {
	height:8px;
}

.bottomRightDropShadow {
	height:8px;
	width:16px;
}

.bottomLeftDropShadow {
	height:8px;
	width:16px;
}

/* ------------ CONTROL BAR ----------------------------------------*/

div.controlBar {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 24px;
	width: auto;
	font-size: 80%;
	line-height: 180%;
	color:#000000;
	font-weight:bold;
	clear:both;
}

/* ------------ TITLEBAR ----------------------------------------*/

div.titleBar {
	margin-top: 5px;
	height: 26px;
	width:100%;
	font-size: 80%;
	line-height: 200%;
	color:#000000;
	font-weight:bold;
	clear:both;
}

div.leftTitleBar {
	float: right;
	width: 9px;
	height: 100%;
	background-repeat:no-repeat;
}

div.rightTitleBar {
	float: right;
	height:100%;
	width: 9px;
	background-repeat:no-repeat;
}

#summaryBottomBar {
	margin-top: 0px;
	margin-bottom: 10px;
}

/* ------------ CAPS ----------------------------------------*/

div.leftCap, div.rightCap, div.topLeftCap, div.topRightCap, div.bottomLeftCap, div.bottomRightCap {
	width: 12px;
	height: 24px;
}

div.leftCap {
	float: right;
}

div.rightCap {
	float: right;
}

div.topLeftCap {
	float: right;
}

div.topRightCap {
	float: right;
}

div.bottomLeftCap {
	float: right;
}

div.bottomRightCap {
	float: right;
}

/* ------------ SORTS AND LIMITS ----------------------------------------*/

div.sortsAndLimitsButton {
	position: relative;
	float: right;
	width: 30%;
	font-size: 70%;
	font-weight: bold;
	line-height: 2em;
	cursor: pointer;
}

#sortsLimitsButton {
	padding: 0px 3px 0px 3px;
}

#sortsLimits {
	margin-right: 10px;
}

/* ------------ MENU ----------------------------------------*/

#topIcons {
	float: right;
}

div.menu {
	color: #000000;
	position: absolute;
	display: none;
	width: 200px;
	margin-right: -6px;
	margin-top:5px;
	z-index:11;
	cursor: default;
	display:none;
}

div.toolbarMenu {
    color: #000000;
	position: absolute;
	display: none;
	width: 200px;
	margin-right: 0px;
	background-color: #ffffff;
	z-index: 10;
	cursor: default;
	font-size: 10pt;
	font-weight: normal;
	padding: 24px 8px 8px 8px;
	line-height: 140%;
}


div.menuCloseButton {

	position: absolute;
	top: 8px;
	right: 6px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.menuContents {
	font-size: 90%;
	font-weight: normal;
	padding: 24px 8px 8px 8px;
	line-height: 140%;
	background-color:#ffffff;
	display:none;
}

div.topIcon {
	float: right;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	cursor: pointer;
	display:none;
}

div.topMenuButton {
	color:#ffffff;
	display:none;
}

div.activeTopMenuButton {
	color: #ffffff;
	display:none;
}

div.topMenuButton, div.activeTopMenuButton {
	font-size: 80%;
	font-weight: bold;
	padding-right: 8px;
	height: 24px;
	width: auto;
	line-height: 170%;
	cursor: pointer;
	margin-top:10px;
	/* margin: 2px 0px 0px 4px; */
	display:none;
}

#loginIcon {
	display:none;
}

#quickSearchIcon {
	display:none;
}

#languageIcon {
	display:none;
}

#helpIcon {
	display:none;
}

#helpButton {
	display:none;
}

td.helpMenu{
    display:none;
}
td.loginMenu{
    display:none;
}
td.languageMenu{
    display:none;
}
td.guestUserMenu{
    display:none;
}

span.jumpToPage {
    display:none;
}

div.jumpToPage {
    display:none;
}

div.jumpToPageRight {
    display:none;
}

div.jumpToPageLeft {
    display:none;
}

.topSelectAll {
    display:none;
}

/* ------------ SIDEBARS ----------------------------------------*/

td.sideBar {
	width: 150px;
	vertical-align: top;
}

div.sideBarContent {
	padding: 0px 10px 10px 10px;
	font-size: 90%;
}

div.sidebarBottom {
	height: 24px;
}


div.portletBody input, div.portletBody select {
	font-size: 80%;
}

/* ------------ TOOLBAR  ----------------------------------------*/

div.activeToolbarButton {
	color: #ffffff;
	background-color: #2591df;
	display:none;
}

div.toolbarButton, div.activeToolbarButton {
	float: right;
	cursor: pointer;
	margin: 0px 2px 0px 2px;
	display:none;
}

div.toolbarIcon {
	float: right;
	width: 16px;
	height: 16px;
	margin: 2px 2px 2px 2px;
	background-repeat: no-repeat;
	display:none;
}

div.toolbarLabel {
	float: right;
	font-size: 85%;
	margin: 3px 6px 3px 0px;
	height: 18px;
	width: auto;
	line-height: 160%;
	cursor: pointer;
	overflow: visible;
	display:none;
}

#myListIcon {
	background-image: url(icon_mylist_16.png);
	display:none;
}

#moveToIcon {
	background-image: url(icon_mylist_16.png);
	display:none;
}

#renameIcon {
	background-image: url(icon_mylist_16.png);
	display:none;
}

#deleteIcon {
    background-image: url(control_delete_16.gif);
	display:none;
}

#removeFromListIcon {
    background-image: url(control_delete_16.gif);
	display:none;
}

#printIcon {
	background-image: url(icon_print_16.png);
	display:none;
}

#emailIcon {
	background-image: url(icon_email_16.png);
	display:none;
}

#requestIcon {
	background-image: url(icon_request_16.png);
	display:none;
}

#sortLimitIcon {
    background-image: url(control_move_down_16.gif);
	display:none;
}

#fullMARCIcon {
	background-image: url(icon_marc_16.png);
	display:none;
}

.itemsDialogStyle {
    display:none;
}
.itemsDialogStyle2 {
    display:none;
}

/* ------------ SUBTABS ----------------------------------------*/

div.subtab {
	float: right;
	padding: 0px 8px 0px 8px;
	cursor: pointer;
	display:none;
}

div.activeSubtab {
	color: #ffffff;
	font-weight: bold;
	background-color: #2591df;
	background-image:url(tab_active_subtab.gif);
	background-repeat:repeat-x;
	display:none;
}

/* ------------ SUMMARY TABLE ----------------------------------------*/

* html {
    width:100%;
}

#searchBrief {
	display:none;
}

.row
{
	padding:5px;
}

td.checkboxCell {
	padding: 3px 0px 3px 0px;
	width: 24px;
	display:none;
}

td.firstRow, td.lastRow {
	padding: 10px 0px 14px 2px;
	font-weight: bold;
	display:none;
}

tr.evenRow, tr.oddRow {
	padding: 6px 6px 6px 6px;
	line-height: 130%;
	border-top: 1px solid #ffffff;
	display:none;

}

tr.evenRow {
	background-color: #EBEBEB;

}

tr.oddRow {
	background-color: #ffffff;
}

tr.selectedRow, .selectedRowColor {
	background-color: #c1c1c1;
	display:block;
}

.itemRow {
    display:none;
}

/* ------------ OTHER SUMMARY ELEMENTS ----------------------------------------*/

a.summaryTitle, a.summaryTitle:link, a.summaryTitle:active, a.summaryTitle:visited {
	font-size: 90%;
	font-weight: normal;
}

span.summaryRowTitle {
	font-weight: bold;
	font-size:90%;
}

div.lineOption {
	float: right;
	font-size: 90%;
}

div.lineOption a, div.lineOption a:link, div.lineOption a:visited {
	color: #0000ff;
	padding: 2px 4px 2px 4px;
}


td.evenRow div.lineOption {
	background-color: #ffffff;
	padding-bottom:10px;
}

td.oddRow div.lineOption {
	background-color: #e6f4ff;
	padding-bottom:10px;
}

td.evenRow img, td.oddRow img, #fullBibBody img {
	border: 1px solid #000000;
}

/* ------------ FULLBIB ----------------------------------------*/

#fullBib table {
	width: 100%;
}

#fullBibBody {
	font-size: 105%;
	padding: 10px 10px 10px 10px;
}

#fullBibBody img {
	float: right;
	margin: 0px 10px 10px 10px;
}

.fullBibDisplayNavigation {
    display:none;
}

/* ------------ FOLDS ----------------------------------------*/

div.fold, div.openFold {
	background-repeat:no-repeat;
	line-height: 220%;
	cursor: pointer;
    text-align:right;
    padding-right:10px;
}

div.fold {
	background-position: 7px 0px;
	text-align:right;
}

div.openFold {
	background-position: 5px -2px;
}

div.fold span, div.openFold span {
	margin-right: 18px;
	text-decoration: none;
}

div.foldContent {
	padding: 4px 0px 4px 10px;
}

.hidden {
	display: none;
}

/* uportal- */

.uportal-input-text {
	border: 1px solid #808080;
}

#login_container, #user_sign_in, #user_choices, .layout-nav-tabs, .portlet-header-bar, .gamma-tab {
	display:none; visibility:hidden;
}