	/**
	 * layout.css
	 *
	 * Postitioning, size, padding and margin here only please.
	 * All colours, fonts, and borders should be in theme.css
	 */

	body {
		width: 1062px;
		margin: 0px;
		padding: 0px;
	}

	form {
		padding: 0px;
		margin: 0px;
		border: 0px;
	}

	p {
		line-height: 1.3em;
	}

       h3 {
                font-size: 13px;
        }

	label.label_block {
		display: block;
		margin: 3px 0px 3px 0px;
	}

	ul.cloud {
		margin: 0px;
		padding: 0px;
	}

	ul.cloud li {
		display: inline;
		padding: 0px 10px 0px 0px;
	}

	ul.list {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 15px;
	}

	input.text {
		vertical-align: middle;
		height: 15px;
		margin: 0 0 3px 0;
		padding: 3px 2px;
        background-color:#f3f3f3;

	}

	textarea {
		display: block;
		padding: 5px;
        margin: 0 0 3px 0;
		background-color:#e4e4e4;
	}

	input.text:focus {
		background-color:#fff;
	}

	input.submit_image {
	vertical-align: middle;
	}

	span.align_left {
		text-align: left;
	}

	span.align_right {
		text-align: right;
	}

	/* Header */

	div#header_container {
		clear: both;
		margin: 0px;
		padding: 0px;
	}

	div#header_banner {
		margin: 0px;
		padding: 16px 0px 32px 0;
                text-align: center;
	}

	/* Menu */

	div#menu_container {
		float: left;
		width: 942px;
		padding: 0px;
		margin: 0px;
		height: 75px;
	}

	div#menu_left {
		width: 260px;
		height: 76px;
		margin: 0px;
		padding: 0px;
		float: left;
			
	}

	div#menu {
		float: left;
		width: 682px;
		margin: 0px;
		padding: 0px; 
	}

	ul#menu_items {
		padding: 0px;
		margin: 25px 0px 3px 114px;
		width: 430px;
		height: 15px;
		text-align: center;
	}

	ul#menu_items li {
		float: left;
		display: block;
		text-align: center;
		padding-right: 1px;
		margin: 0px 0px 0px 0px;
		width: 84px;
	}

	/* Menu -> Login */

	div#login_area {
		padding: 0px;
		margin-left: 85px;
		width: 450px;
		text-align: center;
		font-size: 0.9em; 
		height: 30px;
		margin-top: 5px;
                vertical-align: bottom;
                width: 480px;
                line-height: 12px;
	}
     
        div#login_area form {
                width: 480px;
        }

    

	fieldset#login_fields {
		border: 1px solid green;
		display: inline;
		border: none;
		padding: 0px;
		margin: 0px;
                vertical-align:bottom;
                text-align: center;
	}

	input.login_textbox {
		width: 121px;
		height: 12px;
		padding: 1px 1px 1px 1px;
		margin: 0px 10px 0px 0px;
		vertical-align: bottom;
	}

	input#login_submit {
		padding: 0px;
		margin: 0px;
		vertical-align: bottom;
	}

	/* Right column */

	div#right_column {
		position: absolute;
		left: 942px;
		top: 128px;
		width: 120px;
		margin: 0px;
		padding: 0px;
	}

	div#right_column img {
		padding: 6px 0px 5px 0px;
	}

	/* Wrapper */

	div#wrapper {
		width: 942px;
		clear: both;
			border: none;
	}

	/* Left column */

	div#left_column {
		float: left;
		width: 260px;
	}

	div.left_box {
		width: 243px;
		margin: 2px 4px 5px 13px;
		padding: 0px;
	}

	div.left_box_header {
		height: 20px;
		margin: 0px;
		padding: 7px 12px 0px 12px;
	}

	div.left_box_header h3 {
		float: left;
		padding: 0px;
		margin: 0px;
	}

	div#cloud_switch {
		margin-top: 1px;
		float: right;
	}

	div.left_box_contents {
		clear: both;
		padding: 10px 13px 10px 13px;
		margin: 0px;
	}

	div.left_box_footer {
		height: 5px;
		padding: 0px;
		margin: 0px;
	}

	/* Left column -> Search */

	input#search_terms {
		width: 166px;
		margin-right: 3px;
	}

	div#search_switches {
		text-align: left;
		margin: 5px 0px 0px 0px;
	}

	table#search_switches_table td {
		padding: 3px;
	}

	/* Left column -> Date range */

	div#limit_from {
		margin-bottom: 10px;
	}

	div#limit_to {
		margin-bottom: 10px;
	}

	/* Middle column */

	div#middle_column {
		float: right;
		padding: 0px;
		margin: 0px;		
	}

	div#middle_header {
		width: 682px;
		height: 10px;
		padding: 0px;
		margin: 0px;
			border: none;
	}

	div#middle_header_logo {
		width: 604px;
		height: 49px;
		padding: 4px 0px 0px 0px;
		margin: 0px;
	}

        div#breadcrumb {
                margin: 2px 2px 2px 0;
                
        }

	div#middle_contents {
		width: 604px;
		min-height: 273px;
		height:100%;
		margin: 0px;
		padding: 0px 55px 7px 23px;
	}

	/* Middle column -> tabs */

	div#side_tabs {
		position: absolute;
		left: 901px;
	}

	div.side_tab a {
		border: none;
		width: 29px;
		padding: 0px;
		margin: 0px;
	}

	div#tab_results a {
		display: block;
		height: 89px;
	}

	div#tab_article a {
		display: block;
		height: 80px;
	}

	div#tab_portfolio a {
		display: block;
		height: 105px;
	}

	div#tab_article div {
		width: 29px;
		display: block;
		height: 80px;
	}

	div#tab_portfolio div {
		width: 29px;
		display: block;
		height: 105px;
	}

	/* Middle column -> main content */

	div#main {
	}

	div.main_content {
		width: 580px;
		padding: 5px 11px 20px 11px;
		margin: 7px 0px 7px 0px;
	}

	div.main_element_raised {
	  display: block;
	}

	div.main_element_lowered {
	  display: none;
	}

	/* Contact Page */
	/*alex*/
	textarea.message_field {
		width: 400px;
		height: 90px;
		background:#e4e4e4;
	}
        
	textarea.message_field:focus {
		background-color:#fff;
	}

	/* Article Page */

	div#issue,
	div#region,
	div#country {
		margin-bottom: 2px;
	}

	div#issue {
		padding-top: 15px;
	}

	div#article_buttons {
		position: absolute;
		left: 760px;
		top: 80px;
	}

	div#article_buttons img {
		display: block;
		margin-bottom: 7px;
	}

	div#article_pagination {
		text-align: center;
	}

	div#back_to_top {
		margin-top: 10px;
		text-align: right;
	}
	div.back_to_top {
	   margin-top: 10px;
	   text-align: right;
	}

	div#article table {
		display: block;
		overflow: auto; 
		width: 580px; 
		max-height: 550px;
		margin-bottom: 10px;
	}

	div#article_error {
		padding-bottom:10px;
	}

	/* Middle footer */

	div#middle_footer {
		width: 682px;
		height: 9px;
		margin: 0px;
		padding: 0px;
	}

	div#pre_footer_footer {
		padding-bottom: 20px;
	}

	/* Article page -> tags/notes */

	div#my_tags {
		margin-top: 12px;
		margin-bottom: 3px;
		padding: 10px;
	}

	div#all_tags {
		margin-bottom: 21px;
		padding: 10px;
	}

	div#my_notes_header {
		height: 14px;
		margin-bottom: 3px;
		padding: 5px 5px 5px 10px;
	}

	div#my_notes_description {
		padding: 5px 10px 5px 10px;
		clear: both;
	}

	textarea#my_notes_field {
		width: 568px;
		height: 190px;
		margin-bottom: 5px;
	}

	div.tags_notes_label {
		float: left;
	}

	div.tags_notes_about {
		float: right;
	}

	input#my_tags_input_field {
		width: 456px;
		margin-right: 20px;
	}

	input#my_tags_submit {
	}

	div#my_tags_fields {
		padding: 10px 5px 10px 0px;
		clear: both;
	}

	div#all_tags_tags {
		padding-top: 10px;
		clear: both;
	}

	/* Results page */

	div.results_nav {
		margin-top: 7px;
		height: 16px;
	}

	div.results_heading {
		float: left;
		width: 90px;
		height: 15px;
		vertical-align: middle;
	}

	div.results_pagination {
		text-align: center;
		float: left;
		width: 450px;
		height: 15px;
		vertical-align: middle;
	}

	div.results_current_page {
		float: right;
		width: 60px;
		text-align: right;
		height: 15px;
		vertical-align: middle;
	}

	/* Results page -> result items */

	/* User has access */
	div.result_1 {
		margin: 0px 0px 2px 0px;
		padding: 5px 0px 5px 0px;
		border: none;
	}

	/* User doesn't have access */
	div.result_0 {
		margin: 0px 0px 2px 0px;
		padding: 5px 0px 5px 0px;
		border: none;
	}

	/* Portfolio page */

	ul#bookmarks_list li {
		line-height: 1.5em;
	}

	/* Footer */

div#footer {
	clear: both;
	font-size: 0.8em;
}

div#footer_links_top {
	width: 817px;
	height: 34px;
	padding: 4px 100px 0px 25px;
        line-height: 10px;
}

div#footer_help {
	float: left;
	margin-top: 20px;
}

ul#footer_links {
	float: right;
	margin: 15px 0px 0px 200px;
	padding: 0px 0px 0px 0px;
}

ul#footer_links li {
	float: left;
	display: block;
	text-align: center;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
}

div#footer_links_bottom {
	width: 872px;
	height: 20px;
	padding: 2px 45px 0px 25px;

}

div#footer_privacy_policy {
	float: left;
}

div#footer_copyright_notice {
	float: right;
	display: inline;
}

div#footer_footer {
	width: 942px;
	height: 17px;
}


	/* Ads */

	img.ad_top_banner {
		width: 728px;
		height: 90px;
	}

	img.ad_skyscraper {
		width: 120px;
		height: 600px;
	}

	img.ad_button {
		width: 120px;
		height: 90px;
	}

	img.ad_google {
		margin: 12px 0px 0px 9px;
		width: 633px;
		height: 94px;
	}


	.ks-div-table {
			overflow: auto;
			max-height: 200px;
	}

	.ks-bilio-note {
	 font-size:smaller;
	}

	.ks-help-link {
	  display: block;
	  float: right;
	}
#ks-institution {
background-color:#e9e9e9;
height: 15px;
font-size: 11px;
width: 920px;
}
#wait-box {
 height: 10.2em;
 width: 24.3em;
 margin-left: 210px;
 position: absolute;
 display: none;
 top: 280px;
 left: 220px;
 background-color: #fff;
 border: 1px solid #d7e3f1;
}

div#wait-box p {
margin-top: 22px;
padding:0px 15px 0px 15px;
color:#0179c6;
font-size:18px;
font-family: Georgia, Verdana;
text-align: center;
}
div#wait-box img.loading {
padding: 0;
margin:0;
padding-left: 8%;
}
div#wait-box img.globe {
float: left;
padding-top:10px;
padding-left: 5px;
width:26%;
}

.sign_up {
background-image: url(http://keesings.clients.squiz.co.uk/__data/assets/image/0006/141/left_box_slice.png); background-repeat: repeat-y; 
