/*########################################################################################

	NOTES:
	
	CSS SELECTORS - ID's: While it is not neccesary to put a tag before and id e.g.
	div#specialDiv it makes editing stylesheets on alot easier, it will also prevent
	any different tags with the same id from having each others styles applied.


########################################################################################*/

/* START RATING STYLE, THIS SHOULD BE LEFT ALONE!*/
@import url("display/star_rating.css");



/*##########################
		Hidden Elements
##########################*/
	.hide { display: none; }
	a.dlink { display: none; }
	span.href_sep, span.URLHack { display: none; }

	.RelLink { visibility: hidden; }

	.HiddenLabel { display: none; }

	input.AdvHidSearch {
		position:absolute;
		top:-500px;
		left:0px;
	}


/*##########################
		BODY
##########################*/

body {

font-family: arial, tahoma, sans-serif;

font-size: 10pt;

line-height:1.2em;

color: black;

background: #f2f2f2;
}

/* Global Objects */
	a img { border: 0px; }

	#ErrorHelpfile {
		clear: both;
		float: left;
		margin-top: 50px;
		margin-left: 20px;
	}

	#btnBack {
		position: relative;
		left: 50px;
	}

	.alignLeft {
		text-align: left;
	}
	.alignRight {
		text-align: right;
	}
	.label {
			font-weight:bold;
		}
	.italic {
		font-style: italic;
	}

	.HLTerm { background-color: #FFFF00; }

	/* Page Shortcuts */
	#PageShortCuts {
		position: absolute;
		top: -500px;
		left: -500px;
	}

	/* Current Link */
	.CurrentLink { font-weight: normal !important; }


/*##########################
	HEADER CONTAINER
##########################*/

div#header_container {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.48);
	box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.48);
}

div#page_title {
	display:block;
}

	div#page_title a {
		font-size: 2em;
		color: black;
		line-height:0px;
		display:block;
		width:600px;
	}

		div#page_title a img{
			height: 106px;
			width: 236px;
			border: 0px;
			margin:0px;
			padding:0px;
			display:block;
		}

	div#page_title span {
		display:none;
	}


/*##########################
	SUBHEADER CONTAINER
##########################*/

	div#subheader_container {
		margin:5px;
		display: none;
	}

	div#subheader_container div {
		padding-right: 16px;
		
		font-size: .8em;
		color: #464646;
		
}

	div.subheadmsg {
		background: url("../images/icon_arrow_e.gif") no-repeat left center;
	}
	
	.MembersMessage {
		position: absolute;
		left: 10px;
		top: 110px;
		width: 600px;
		color: #000000;
		text-align: left;
	}

/*##########################
	PAGE HEADING
##########################*/

div.PageHeading h1 {
	font-size: 1.35em;
	line-height: 1.6em;
	margin: 5px 5px 10px 5px;
	color: #0077CE;
	border-bottom: 1px solid #B7E0FF;
}


/*##########################
	FOOTER CONTAINER
##########################*/

div#footer_container {
	text-align:center;
	clear: both;
	width: 100%;
	position: relative;
	display: inline-block;
	top: 122px;
}

	div#footer_container a.w3c_validator {
		margin:5px;
	}

	div#footer_container a.w3c_css {
		margin:5px;
	}
	
	div#footer_container a.LiberoPower {
		display:block;
		vertical-align:top;
		text-align:center;
		margin:5px;
		padding:0 0 45px 0;
		background: url("../images/libero_logo_small.jpg") no-repeat 50% 100%;
	}
	
	div#footer_container a.FooterEmail {
		display:block;
		vertical-align:top;
		text-align:center;
		margin:5px;
	}


/*##########################
		FORMS
##########################*/

	form {
	margin: auto;
	position: relative;
	display: block;
	}

	fieldset {
		border: 0;
		padding-bottom:10px;
		margin: 5px 0;
	}

		fieldset legend {
			display: none;
		}
		
		fieldset .subheadmsg {
			margin-left: 10px;
			margin-bottom: 10px;
			padding-left: 15px;
			font-size: .8em;
		}
		
		fieldset label {
		}
		
			/* LABEL SPECIFIC ID'S */
			
				/*
					This styles  can be used to reverse the backgound image (>>) in the labels that are on the righ hand side to their relative inputs 
					Just add the label id's seperated by a comma(,).
				*/
				
				/*
				#labelID {
					padding: 3px 2px 1px 18px;
					background-image: url("../images/icon_arrow2_w.gif");
					background-position: 0% 2px; 
				}
				*/

				label#lblUSE_2 {
					display:none;
				}

			.HitButton, .SimpSearchButtons, .DisplayBtns, .ButtonsContainer .DisplayBtnsXtra, .PortalCatContainer .DisplayBtnsXtra {
				font-size: .9em;
				font-weight: bold;
				color: #fff;
				background: #07a9e0;
				margin: 1px 1px;
				padding: .2em .3em;
				text-decoration: none;
				cursor: pointer;
				white-space: nowrap;
				/*width:1;
				height:1;*/
				vertical-align:middle;
				border: 0;
				text-transform: uppercase;
			}

			input.HitButton {
				overflow:visible;
				padding: 10px;
			}

			.ButtonsContainer {
				line-height: 2em;
			}

/*##########################
		HELP FILE
##########################*/

div#Helpfile, div.Helpfile  {
	font-size: .9em;
}

/*##########################
	MAIN MENU LIST
##########################*/

.MainMenuHeading {
	display: none;
}

ul#MainMenuList {
	list-style:none;
	padding:0;
	margin:0;
	clear:both;
	font-size:.95em;
}

	ul#MainMenuList .MnuVers {
		display: none;
	}


	ul#MainMenuList li {
		display:inline;
	}


	ul#MainMenuList li a {
		display: block;
		margin:0px;

		font-size:.9em;
		line-height:25px;
		text-indent:5px;
		color: white;
		text-decoration:none;
		
		border-style: solid;
		border-width: 0 0 1px 0;
		border-color: #003A66;
		
		background: #07a9e0;

	}

	ul#MainMenuList li a em {
		color:#F2911C;
		font-style:normal;
		/* font-weight:bold; */
	}

	/* This turns off the previous styles for the sub ul's as explorer doesnt recognise child selectors (>) to make styling specific levels easier.* /
			ul#MainMenuList li ul li a {
				display:inline;
				width:100%;
				line-height:1em;
				text-indent:0px;
				border:0px;
				background-image:none;
				background-color:transparent;
			}*/

	ul#MainMenuList li a:hover {
		text-decoration:none;
		background-color:#84bd00;
	}


	/* GENERIC SUB MENU */

	ul#MainMenuList li span {
		display:block;
		
		width:100%;
		margin:0 0 0 0;

		font-size:.9em;
		font-weight:bold;
		line-height:25px;
		text-indent:5px;
		color:white;
		text-decoration:none;

		border:0px;
		background:#0062A9 url("../images/mainmenu_alt_arrow.gif") no-repeat 3px 50%;
	}
	ul#MainMenuList li span.href_sep { display: none; }


		ul#MainMenuList li ul {
			list-style:none;
			padding:0px;
			margin:0px;
			background:#9DD6FF;
		}

			ul#MainMenuList li ul li {
				text-indent:10px;
			}

				ul#MainMenuList li ul li.MenuItem a {
					font-size:.9em;
					line-height:2em;
					background:transparent;
					border-color:#C1E4FF;
				}

					ul#MainMenuList li ul li a:hover {
						background:transparent;
						text-decoration:underline;
					}

					ul#MainMenuList li ul li.MenuItem a em {
						color:black;
						font-style:normal;
						/* font-weight:bold; */
					}


	/* SEARCH SUB MENU */

	ul#MainMenuList li#searchMenu {
	position: absolute;
	right: 0;
	background: #003266;
	top: -53px;
	width: 100%;
	}

		ul#MainMenuList li#searchMenu span {
			display:none;
		}

		ul#MainMenuList li#searchMenu ul {
		text-transform: uppercase;
		}

			ul#MainMenuList li#searchMenu ul li {
					float:left;
					clear:none;
				}

				ul#MainMenuList li#searchMenu ul li a {
					border:0px;
					font-size: 1em;
					text-align:center;
					vertical-align: middle;
					padding: 14px;
				}

					ul#MainMenuList li#searchMenu ul li a:hover {
						color: white;
						background: #84bd00;
						text-decoration: none;
					}

					ul#MainMenuList li ul li.MenuItem a em {
						color:white;
						font-style:normal;
						/* font-weight:bold; */
					}

	/* NEW ITEMS SUB MENU */

	ul#MainMenuList li#newItemsMenu {
		display: block;
		line-height: 0px;
	}

		ul#MainMenuList li#newItemsMenu span {
			display: none;
		}

		ul#MainMenuList li#newItemsMenu ul {
			display: inline;
			list-style: none;
			padding: 0px;
			margin: 0px;
			background:transparent;
		}

			ul#MainMenuList li#newItemsMenu ul li {
			}

				ul#MainMenuList li#newItemsMenu ul li.MenuItem a {
					border-color: #FFE2BF;
					background-image: url("../images/mainmenu_arrow.gif");
					background-repeat: no-repeat;
					background-position: 100% 50%;
					background-color: #FFD6A4;
				}

					ul#MainMenuList li#newItemsMenu ul li a:hover {
						text-decoration:none;
						background-color: #FFC175;
					}

	/* LANGUAGES SUB MENU */

	ul#MainMenuList li#languagesMenu {
		display: block;
		position: absolute;
		clear: both;
		top: 70px;
		right: 10px;
		margin: 0px;
		text-align: right;
	}

		ul#MainMenuList li#languagesMenu span {
			display: none;
		}

		ul#MainMenuList li#languagesMenu ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
			background:transparent;
		}

			ul#MainMenuList li#languagesMenu ul li {
				display: inline;
				margin: 2px 5px;
			}

				ul#MainMenuList li#languagesMenu ul li a {
					font-size: .8em;
					color: white;
					display: inline;
					border: 0px;
					background: transparent;
					margin: 0px;
				}

				ul#MainMenuList li#languagesMenu ul li a:hover {
					background-color: transparent;
					color: #B1E100;
				}


	/* BOTTOM MENU SUB MENU */

	ul#MainMenuList li#bottomMenu {
		position: absolute;
		display: none;
		clear: both;
		bottom: 0;
		right: 10px;
		margin: 0px;
		width:500px;
		text-align: right;
	}

		ul#MainMenuList li#bottomMenu span {
			display: none;
		}

		ul#MainMenuList li#bottomMenu ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
			background:transparent;
		}

			ul#MainMenuList li#bottomMenu ul li {
				display: inline;
				margin: 2px 5px;
			}

				ul#MainMenuList li#bottomMenu ul li a {
					font-size: .8em;
					color: white;
					padding: 2px;
					display: inline;
					border: 0px;
					background: transparent;
					margin: 0px;
				}

					ul#MainMenuList li#bottomMenu ul li a:hover {
						background: transparent;
					}

/*##########################
	BOOK STORES
##########################*/


	ul.BookStores {
		list-style: none;
		padding: 5px 0 5px 0;
		margin: 20px 0;
		background:  #4169E1 url("../images/bookstores_bg.jpg") no-repeat bottom right;
		display: none;
	}

	ul.BookStores li {
		margin: 1px;
	}

	ul.BookStores li a {
		font-size: .8em;
		line-height: 1.5em;
		padding-left: 20px;
		background: url("../images/icon_cart.gif") no-repeat;
		color: white;
		text-decoration: none;
	}

		ul.BookStores li a.googleBookLink {
			background-image: url("../images/icon_search.gif");
		}

	ul.BookStores li a:hover {
		text-decoration: underline;
	}


/*##########################
	BREAD CRUMBS
##########################*/

div#BreadCrumbs {
	margin: 10px 0 0 0;
	padding: 0 5px;
	font-size:.8em;
	color:#5F5F5F;
	line-height:2em;
	display: none;
}


	div#BreadCrumbs span {
		margin:0 0 0 5px;
	}

	div#BreadCrumbs span.label {
		background:transparent;
		border:0px;
		margin:0;
	}
	
	div#BreadCrumbs a.aBreadCrumb {
		background: transparent url("../images/icon_arrow_e.gif") no-repeat 100% 50%;
		color:#5F5F5F;
		padding:0 15px 0 0;
	}

	div#BreadCrumbs a.aBreadCrumb:hover {
		text-decoration: underline;
		color: #282828;
	}

	div#BreadCrumbs span.BreadCrumbSep {
		display: none;
	}

/*##########################
	NAV LINKS
##########################*/

div.navLinks {
	margin: 0 15px;
	padding: 3px 0;
	font-size: 1.2em;
}

div.navLinks a {
	padding: 5px;
	line-height: 1.5em;
	color: #29373D;
}

div.navLinks a.previous { background: url("../images/icon_arrow_left.png") no-repeat 0 50%; padding: 0 2px 0 18px; }
div.navLinks a.next { background: url("../images/icon_arrow_right.png") no-repeat 100% 50%; padding: 0 18px 0 2px; }

/*##########################
	Subheader
##########################*/

div#Subheader {
	line-height:  1.5em;
}

/*##########################
	JOURNAL SEARCH FORM
	Specific sytles in the journal search form
##########################*/
	
	div#lettersContainer {
		height: 30px;
		margin: 10px;
	}

	div#lettersContainer div.letSep {
		display: none;
	}

	div#lettersContainer div.JournalBroBut{
		float: left;
		
		height: 25px;
		width: 25px;
		
		margin: 2px;

		vertical-align: middle;
		text-align: center;
	
		line-height: 25px;

		background: url("../../images/button_bg.gif") 0% 50%;
		border: 1px solid #9DAFE3;
	
	}

	div#lettersContainer div.JournalBroBut a {
		font-weight: bold;
		text-decoration: none;
		color: black;

	}

	div#lettersContainer div.JournalBroBut a:hover {
		color: #B1E100;
	}

	label#lblARG {
		clear: both;
	}

/*##########################
	RSS FEEDS
##########################*/

div.RSSbad {
	font-size:.7em;
	display:none;
}

div.rssSource {
	font-size: .9em;
	line-height: 1.6em;
	font-weight: bold;
	margin: 10px 0 0 0;
	text-indent: 18px;
	background: #FFEBD7 url("../images/rss_feed_icon.gif") no-repeat 2px 50%; 
}

div.rssItem {
	margin: 10px 5px;
	font-size: .8em;
	color: #3F3F3F;
}

	div.rssItem div.rssTitle {
		font-weight: bold;
		margin: 2px 0px;
	}

	div.rssItem div.rssDescription {
	}
	
	div.rssItem div.rssDescription img{
		float: right;
		width: 40px;
		height: 40px;
		margin: 15px 3px 3px 3px;
		padding: 3px;
		background: white;
		border: 1px solid gray;
	}
	div.rssLink {
	}
	div.rssLink a {
		float: left;
		display: block;
		width: 18px;
		height: 18px;
		font-size: 0;
		background: transparent url("../images/icon_rsslink.png") no-repeat 50% 50%;
	}

div#rssFeedContainer {
	position: absolute;
	top: 160px;
	right: 10px;
	width: 300px;
	text-align:right;
	z-index: 100;
}


/*##########################
	PORTAL SEARCH
##########################*/

fieldset#portal_search {
	
}

fieldset#portal_search div.PortalDBTableTitle {
	font-size:1.2em;
	font-weight:bold;
	margin:5px 5px;
	white-space:nowrap;
}


fieldset#portal_search div.PortalDBTableGroupHeading {
	display:block;
	font-weight:bold;
	white-space:nowrap;
}


fieldset#portal_search label {
	padding: 1px;
	background-image: none;
}

/*##########################
	tagSearch
##########################*/


#tagSearch_fields {
	border:0px;
}

#tagSearch_fields legend {
	display:none;
}

/*##########################
	SEARCH INDEX TERM
	Specific sytles in the search index term
##########################*/
	
fieldset#index_flds {
}

fieldset#index_flds label {
	padding: 1px;
	background-image: none;
}

fieldset#index_flds div.lettersCont {
		height: 30px;
		margin: 10px;
	}


fieldset#index_flds div.lettersCont .lettersRow .IdxLinks {
		float: left;
		
		height: 25px;
		width: 25px;
		
		margin: 2px;

		vertical-align: middle;
		text-align: center;
	
		line-height: 25px;

		background: url("../../images/button_bg.gif") 0% 50%;
		border: 1px solid #9DAFE3;
	
	}

fieldset#index_flds div.lettersCont .lettersRow .IdxLinks a {
		font-weight: bold;
		text-decoration: none;
		color: black;
	}

fieldset#index_flds div.lettersCont .lettersRow .IdxLinks a:hover {
		color: #B1E100;
	}

/*###################################
		SEARCH TERM CLOUDS		
###################################*/

	.SearchTermCloud {
		font-size:1em;
		line-height:1.8em;
		text-align:center;
		margin:5px;
		padding:0 0 5px 0;
	}

		.SearchTermCloud a {
			text-decoration: none;
		}

			.SearchTermCloud a span {
				border-width: 1px;
				border-style: solid;
				padding:2px 4px;
				white-space: nowrap;
				/*opacity: .75;
				filter: alpha(opacity=75);*/
			}

			.SearchTermCloud a:hover span {
				/*opacity: 1;
				filter: alpha(opacity=100);*/
			}

				/* COLOURS AND SIZES */
				.tcFirstColour1 { color: #8B0000; background-color: #EAB97E; border-color: #CC7100; }
				.tcFirstColour2 { color: #5D6B00; background-color: #DAEA7E; border-color: #AAC901; }
				.tcFirstColour3 { color: #063965; background-color: #68A3D9; border-color: #0A569E; }
				.tcFirstColour4 { color: #5C0665; background-color: #D368D9; border-color: #990A9E; }

				.tcSecondColour1 { color: #6B3900; background-color: #EAB97E; border-color: #CC7100; }
				.tcSecondColour2 { color: #5D6B00; background-color: #DAEA7E; border-color:#AAC901;  }
				.tcSecondColour3 { color: #063965; background-color: #68A3D9; border-color: #0A569E; }
				.tcSecondColour4 { color: #5C0665; background-color: #D368D9; border-color: #990A9E; }

				.tcThirdColour1 { color: #6B3900; background-color: #EAB97E; border-color: #CC7100; }
				.tcThirdColour2 { color: #5D6B00; background-color: #DAEA7E; border-color:#AAC901;  }
				.tcThirdColour3 { color: #063965; background-color: #68A3D9; border-color: #0A569E; }

				.tcFourthColour1 { color: #6B3900; background-color: #EAB97E; border-color: #CC7100; }
				.tcFourthColour2 { color: #5D6B00; background-color: #DAEA7E; border-color: #AAC901; }
				.tcFourthColour3 { color: #063965; background-color: #68A3D9; border-color: #0A569E; }

				.tcSize1 { font-size: 1em }
				.tcSize2 { font-size: .9em }
				.tcSize3 { font-size: .8em }
				.tcSize4 { font-size: .7em }
				.tcSize5 { font-size: .6em }
				.tcSize6 { font-size: .5em }


/*##########################
	RESULT TABLES
##########################*/

table {
	font-size:.8em;
	background:white;
}



	/* Global Table Border Settings */
	table, tr, td, col {
		border-collapse:collapse;
		border: 1px solid #DEDEDE;
	}

	table caption {
		font-size: 1.1em;
		line-height: 1.4em;
		margin-top: 5px;
		color:black;
		font-weight:bold;
		text-align:left;
	}


	/* ### TABLE HEADING ### */
	
		/* Heading Row */
		table thead tr {
		}
		
		/* Heading Cells */
		table thead tr th {
			line-height:1.2em;
			color:white;
			border-width:0px;
			background: #777777;
		}


		/* This hides the inner text of the header cell (contained in a span) so an icon can be used instead (see next style below) * /
		table thead tr th.resultNumber span,
		table thead tr th.thumbnail span, 
		table thead tr th.year span, 
		table thead tr th.flags span {
			display:none;
		}

		/* Sets an icon as the background image of the header cell (see style above) * /
		table thead tr th.resultNumber { background-image:url("../images/th_result_icon.gif"); background-repeat:no-repeat; }
		table thead tr th.thumbnail { background-image:url("../images/th_thumbnail_icon.gif"); background-repeat:no-repeat; }
		table thead tr th.flags { background-image:url("../images/th_flags_icon.gif"); background-repeat:no-repeat; }
		table thead tr th.year { background-image:url("../images/th_year_icon.gif"); background-repeat:no-repeat; }



	/* ### TABLE BODY ### */

		/* Alternating Body Rows * /
		table tbody tr.oddRow { background: #F4F4F4 url("../images/table_tr_oddRow_bg.gif") repeat-y top right; }
		table tbody tr.evenRow { background: #FFFFFF url("../images/table_tr_evenRow_bg.gif") repeat-y top right; }



		/* Body Header Cell */
		table body tr th {
			color:black;
			font-weight:normal;
			background-color:transparent;
		}

		/* Body Cells */
		table td, table th {
			padding:5px;
			vertical-align:top;
		}
		
		/* approval Button for Approve Reviews */
		div.approveButton {
		margin: 2px 0px 2px 0px;
		display: block;
		}
		
		div.approveButton input {
		vertical-align: middle;
		margin: 0px 0px 2px 2px;
		}
/*##########################
	FACETS: Last Changed 9/07/08
##########################*/

div#Facets {
	float: right;
	clear: none;
	margin: 28px 5px 0 5px;
	padding: 0;
	width: 130px;
	background: #f1f1f1;
	border: 1px solid #DEDEDE;
}

	div#Facets h2.FacetHead {
		margin: 0px;
		font-size: .8em;
		font-weight: bold;
		margin: 0;
		display: block;
		padding: 4px;
		background: #777;
		color: #fff;
		cursor: pointer;			
	}

	div.FacetContainer {
		margin: 0;
		font-size: .8em;
	}

		div.FacetContainer .FacetHeader {
			font-weight: bold;
			margin: 0;
			display: block;
			padding: 2px 5px;
			background: #ddd;
			cursor: pointer;	
		}

			div.FacetContainer ul.FacetList {
				list-style: none;
				margin: 5px;
				padding: 0;
			}
			
			div.FacetContainer ul.FacetList li {
				margin: 0 0 .1em 0;
			}

			div.FacetContainer .count {
				color: #111;
				padding: 0 2px;
				font-size: .9em;
			}



div.FacetContainer li.seeMore {
	font-weight: bold;
	text-align: right;
	padding: 0 5px;
}


/*##########################
	LOADING IMAGE
##########################*/

/* The loading graphic that appears while page content is loading */
#wait_image {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10000;
	background: #CCC;
	padding: 20px;
	border-radius: 10px;
	width: 100px !important;
	height: 100px !important;
}

.articleinfo {
	position:absolute;
	display: none;
	height: 0;
}
.articleinfo table {
	position: absolute;
	left: 100px;
	top: -1em;
	margin: 0;
	border-width: 5px;
}
.articleinfo tbody {
	padding: 5px;
	background-color: #fff;
}
.DisplayRecord .articleinfo table {
	width: 75em;
}

.rssCont1 {
    display: none;
}


/*##########################
    CAROUSEL OVERRIDES
##########################*/

li.item {
    padding: 20px !important;
    border: 1px solid #e7e7e7 !important;
    background: #fff !important;
    margin: 0 10px 0 0 !important;
}

iframe {
    height: 320px;
    width: 100%;
    margin: auto;
}

h3 {
    Font-size: 1.5em;
}

.PageHeading {
    display: none;
}

form {}

#right_column form {
    /* height: 264px; */
}

/*########################################################

Version 1.1

Updates:
	(1.1 - 10/1/07) #messages_frame, .MsgsHeadRow, .MsgsRow: Removed relative positioning and gave margin to .MsgsRow to space it from the border and button below.

########################################################*/
/* GENERIC STYLING FOR ALL TABLES ON THIS PAGE */

	table caption {
		/* display:none; */
	}

	table tbody tr.TotalsRow  {
		font-weight:bold;
	}

/* GENERIC STYLING FOR ALL FIELDSETS ON THIS PAGE */

#right_column fieldset, #memb_header {
	font-size:10pt;
	margin: 20px 10px 0px 0px;
	padding:5px;
}

#right_column fieldset legend {
	font-size:.8em;
	margin:10px;
}

#right_column fieldset label {
	background-image:none;
	margin:0px;
}

#right_column fieldset input {
	margin:2px;
}


/*################################
		Issued Items Table
#################################*/
		fieldset#issued_items table tbody tr td {
			font-weight:bold;
			border-color:white;
		}

		fieldset#issued_items table tbody tr th {
			border-color:white;
		}

		fieldset#issued_items table col.barcode {
			text-align:left;
		}

		fieldset#issued_items table tbody tr th.barcode { vertical-align:top; padding-top:5px;}
		fieldset#issued_items table tbody tr th.notes { font-weight:normal; border: 1px solid white; text-align:left; padding-left:10px; line-height:1.5em;}
		fieldset#issued_items table tbody tr td.notes { background: white; height:2em; font-weight: normal;}
		

		fieldset#issued_items table tbody tr.oddRow { background: #C9DBF5; }

		fieldset#issued_items table tbody tr.evenRow { background: #D5D5D5; }



/*################################
	TAG SEARCH FIELDS FIX
#################################*/
#tagSearch_fields {
	margin:0px;
}

div#page_container {
	/* clear: both; */
	/* width: 1142px; */
	/* margin: auto; */
	/* height: auto; */
}

div#left_column {
    /* margin: auto; */
    /* padding: 0; */
    /* width: 17%; */
    /* min-width: 0; */
    /* height: 1px; */
    /* z-index: 2000; */
    /* position: static; */
    /* float: left; */
}

div#right_column {
    float: right !important; */
    display:;
    width: 100% !important;
}

li#MEMLINKS {
    display: none !important;
}