/*########################################################################################

	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");


	.HiddenLabel { display: none; }

/*##########################
		BODY
##########################*/

#ErrorHelpfile {
	clear: all;
	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;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	line-height:1.2em;
	color: black;
	background: #fff url("../images/body_bg.gif") repeat-y top right;
}


/* Global Objects */
	a img { border: 0px; }

	.hide { display: none; }
	a.dlink { display: none; }
	span.href_sep, span.URLHack { display: none; }

	.RelLink { visibility: hidden; }

	.HLTerm { background-color: #FFFF00; }

	input.AdvHidSearch {
		position:absolute;
		top:-500px;
		left:0px;
	}

	/* Page Shortcuts */
	#PageShortCuts {
		position: absolute;
		top: -500px;
		left: -500px;
	}

	/* Current Link */
	.CurrentLink { font-weight: bold; }

#page_container {
	float: left;
	clear: both;
}

#right_column {}
#left_column {}

/*##########################
	ANCHORS
##########################*/
a:link { color: #004360; }
a:hover { color: #000; }

/*##########################
	HEADER CONTAINER
##########################*/

div#header_container {
	margin: 0;
	background: #fff url("../images/opac_background_alburycity.jpg") no-repeat top left;
}

div#page_title {
	display: block;
}

	div#page_title a {
		font-size: 2em;
		color: black;
		display: block;
		width: 155px;
		height: 122px;
		background: transparent url("") no-repeat top left;
	}

		div#page_title a img{
			display: none;
			width: 1024px;
			height: 300px;
		}

	div#page_title span.hide {
		display: none;
		position: absolute;
		top: 0px;
		width: 50px;
		height: 342px;
		left: 97%;
		background: url("../images/body_bg_graphic.gif") no-repeat top left;
	}
	
	div#page_title span.hide  a{
		display: none;
	}


/*##########################
	SUBHEADER CONTAINER
##########################*/

	div#subheader_container {
		margin-top:10px;
		font-size:.8em;
	}


	.MembersMessage {
		position: absolute;
		left: 10px;
		top: 110px;
		width: 600px;
		color: #000000;
		text-align: left;
	}
	
/*##########################
	FOOTER CONTAINER
##########################*/

div#footer_container {
	text-align:center;
	height:40px;
}

	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;
	}

/*##########################
		Page Heading
##########################*/	
.PageHeading h1 {
	color: #004360;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
}

/*##########################
		FORMS
##########################*/

	form {
		margin:0px;
	}

	fieldset {
		font-size:.8em;
		border: 0px;
		padding: 0 0 0 0;
		margin: 5px 0;
	}

		fieldset legend {
			padding: 1px 5px;
			margin: 0 0 0 0px;
			font-size:1.3em;
			font-weight:bold;
			color: #294A56;
			background: transparent;
		}

	div.subheadmsg {
		margin:5px 0 0 5px;
		font-size: .8em;
	}


		fieldset label {
			padding: 3px 18px 1px 2px;
			color:black;
			
		}

				label#lblUSE_2 {
					display:none;
				}

			.HitButton, .SimpSearchButtons, .DisplayBtns, .ButtonsContainer .DisplayBtnsXtra {
				font-size: 1em;
				font-weight: normal;
				color: black;
				background: #D0D0D0;

				border: 2px outset #F2F0EE;
				margin: .2em .2em;
				padding: .3em .5em;

				text-decoration: none;
				cursor: default;

				white-space: nowrap;
				width:;
				height:;
				vertical-align:middle;
			}

			input.HitButton {
				overflow: visible;
				padding: .2em .3em;
			}

			.ButtonsContainer {
				line-height: 2em;
			}

/*##########################
		HELP FILE
##########################*/

div#Helpfile, div.Helpfile  {
	font-size: .9em;
}

/*##########################
	MAIN MENU LIST
##########################*/

.MainMenuHeading {
	background: #33CC33;
	display: block;
	line-height: 2em;
	font-size:.9em;
	text-align:center;

	display:none; /* Turns off Menu Heading */
}

	.MainMenuHeading a {
		text-decoration: none;
		color: #A0E9A0;
		font-weight: bold;
		margin: 2px;
	}

ul#MainMenuList {
	padding: 15px 0 0 0;
	margin: 0 15px;
	clear:both;
	font-size:.95em;
	list-style:none;
	background: #E0F0CA;
}

	ul#MainMenuList .MnuVers {
		font-size: .8em;
		color: #000;
		line-height: 2em;
		text-align: left;
	}

	ul#MainMenuList li {
		white-space:nowrap;
		border-top: 1px dotted #999999;
		padding: .3em .5em;
	}

		ul#MainMenuList li a,
		ul#MainMenuList li span {
			font-size: .9em;
			color: #000;
			text-decoration: none;
			font-weight: bold;
}

			ul#MainMenuList li a em {
				font-style: normal;
				text-decoration: underline;
			}

		ul#MainMenuList li a:hover { text-decoration: underline; }


	/* GENERIC SUB MENU */

	ul#MainMenuList li span {}
		ul#MainMenuList li span a, ul#MainMenuList li span a:hover {}

		ul#MainMenuList li ul {
			list-style: none;
			padding: 0;
			margin: .2em .5em;
			font-size: .9em;
			
		}

			ul#MainMenuList li ul li {
				border: 0;
				padding: .1em .3em; 
			}

				ul#MainMenuList li ul li a {}
					ul#MainMenuList li ul li a:hover {}
					ul#MainMenuList li ul li a:hover em {}


	/* LANGUAGES MENU SUB MENU */
	ul#MainMenuList li#languagesMenu  {
		padding: 0;
		border: 0;
	}
	
	ul#MainMenuList li#languagesMenu span { display: none; }
		
	ul#MainMenuList li#languagesMenu ul{ 
		position: absolute;
		clear: both;
		top: 5px;
		right: 10%;
		margin: 0;
		padding: 0;
		text-align: right;
	}

		ul#MainMenuList li#languagesMenu ul li{
				display: inline;
				padding: 0;
				margin: 0;
				height: 10px;
				line-height: 10px;
			}

				ul#MainMenuList li#languagesMenu ul li a {
					display: inline;
					margin: 0;
					font-size: 1em;
					font-weight: normal;
					color: #000;
					border: 0;
					padding: 0 .7em 0 1em;
					background: transparent;
					border-left: 1px solid black;
				}
				ul#MainMenuList li#languagesMenu ul li:first-child a{ border: 0; }
				ul#MainMenuList li#languagesMenu ul li a:hover {}
				ul#MainMenuList li#languagesMenu ul li a em { text-decoration: none; }
				
	/* BOTTOM MENU SUB MENU */
	ul#MainMenuList li#bottomMenu  {
		padding: 0;
		border: 0;
	}	
	
	ul#MainMenuList li#bottomMenu span { display: none; }
		
	ul#MainMenuList li#bottomMenu ul { 
		position: absolute;
		clear: both;
		top: 140px;
		left: 15px;
		margin: 0;
		padding: 2px 0;
		text-align: left;
		width: 90%;
		background: #59584B;
	}

		ul#MainMenuList li#bottomMenu ul li{
				display: inline;
				padding: 0;
				margin: 0;
			}

				ul#MainMenuList li#bottomMenu ul li a {
					display: inline;
					margin: 0 0 0 -.3em;
					font-size: 1em;
					font-weight: bold;
					color: #fff;
					border: 0;
					padding: .3em .7em;
					background: #59584B url("../images/corner_white_ne_tiny.png") no-repeat top right;
					text-transform: uppercase;
					text-decoration: none;
					border-right: 4px solid white;
				}
				ul#MainMenuList li#bottomMenu ul li:first-child a{  }
				ul#MainMenuList li#bottomMenu ul li a:hover { background-color: #8cc63f;}	
				ul#MainMenuList li#bottomMenu ul li a em { 
					background: #8cc63f url("../images/corner_white_ne_tiny.png") no-repeat top right;
					padding: .3em .7em;
					margin: -.3em -.7em;
				}				

/*##########################
	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;
	}

	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 {
	position: absolute;
	top: 155px;
	left: 15px;
	margin: 10px 0;
	padding:0px;
	font-size:.8em;
	color:#29373D;
	line-height:2em;
}

	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:#29373D;
		padding:0 15px 0 0;
	}

	div#BreadCrumbs a.aBreadCrumb:hover {
		text-decoration: underline;
	}

	div#BreadCrumbs span.BreadCrumbSep {
		display: none;
	}


/*##########################
	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
##########################*/

.rssCont1, .rssCont2, .rssCont3, .rssCont4, .rssCont5, .rssCont6, .rssCont7, .rssCont8, .rssCont9, .rssCont10 {
	margin: 15px 15px;
	border-left: 7px solid #c8171d;
	padding-left: 15px;
}

div.RSSbad {
	display: none;
}

div.rssSource {
	font-size: .9em;
	font-weight: bold;
	color: #666666;
}

div.rssItem {
	color: #3F3F3F;
	font-size: .8em;
}

	div.rssItem div.rssLink {
		display: none;
	}

	div.rssItem div.rssTitle {
		font-weight: bold;
		margin: 1em 0 .5em 0;
	}

	div.rssItem div.rssDescription img{
		display: none;
	}

	div.rssItem div.rssDescription p {
		margin: 0 0 1em 0;
	}

div#rssFeedContainer {
	position: absolute;
	top: 160px;
	left: 690px;
	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
##########################*/

/* Tag Search box, currently near top right of page */
#tagSearch_fields {
	position: absolute;
	top: 110px;
	right: 10%;
	padding:0px;
	font-size: .8em;
	vertical-align: bottom;
	border:0px;
	padding:0px;
	background: transparent;
}


	#tagSearch_fields label {
		background: transparent;
		padding: 0 .3em;
	}

	#tagSearch_fields legend {
		display: none;
	}

	#tagSearch_fields input {
		width: 6em;
		font-size: 1em;
		border: 1px solid;
		padding: .2em;
		margin: 0;
	}

		#tagSearch_fields input.HitButton {
			margin: -3px 0 0 0;
			padding: .1em .3em;
			border-width: 1px;
			font-weight: normal;
			text-decoration: underline;
		}

/*###################################
		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;
			font-weight: bold;
		}

			.SearchTermCloud a span {
				border: 0;
				padding: 2px 4px;
				white-space: nowrap;
			}

			.SearchTermCloud a:hover span {
			}

				/* COLOURS AND SIZES */
				.tcFirstColour1 { color: #395f9e; }
				.tcFirstColour2 { color: #ff6501; }
				.tcFirstColour3 { color: #fd0d00; }
				.tcFirstColour4 { color: #550043; }

				.tcSecondColour1 { color: #395f9e; }
				.tcSecondColour2 { color: #ff6501; }
				.tcSecondColour3 { color: #fd0d00; }
				.tcSecondColour4 { color: #550043; }

				.tcThirdColour1 { color: #395f9e; }
				.tcThirdColour2 { color: #ff6501; }
				.tcThirdColour3 { color: #fd0d00; }
				.tcThirdColour4 { color: #550043; }

				.tcFourthColour1 { color: #395f9e; }
				.tcFourthColour2 { color: #ff6501; }
				.tcFourthColour3 { color: #fd0d00; }
				.tcFourthColour3 { color: #550043; }

				.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: .9em;
}



	/* Global Table Border Settings */
	table, tr, td, col {
		border-collapse:collapse;
		border: 1px solid #ceecf2;
	}

	table caption {
		color:black;
		font-weight:bold;
		text-align:left;
	}


	/* ### TABLE HEADING ### */
	
		/* Heading Row */
		table thead tr {
		}
		
		/* Heading Cells */
		table thead tr th {
			padding: .2em .3em;
			color:white;
			border-width:0px;
			background: #00BCE4;
		}



		/* 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: #fff; }
		table tbody tr.evenRow { background: #e6f0f2; }



		/* Body Header Cell */
		table body tr th {
			color:black;
			font-weight:normal;
			background-color:transparent;
		}

		/* Body Cells */
		table tbody tr td {
			padding:5px;
			vertical-align:top;
		}


/*************
NAV LINKS
*************/
div.navLinks a.previous {
	background-image: url(../images/icon_arrow_left.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 50%;
	padding-top: 0pt;
	padding-right: 2px;
	padding-bottom: 0pt;
	padding-left: 18px;

}
div.navLinks a.next {
	background-image: url(../images/icon_arrow_right.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 50%;
	padding-top: 0pt;
	padding-right: 18px;
	padding-bottom: 0pt;
	padding-left: 2px;
}