/*This is the style sheet for all pages*/

body {
	background-color: white;
	margin-left:5%;
	margin-right:5%;
	font-family: /*Century Gothic*/ Tahoma, sans-serif;
}

h1 {
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 200%;
	font-family: "courier new";
}

/*Used for table headings etc*/
h5 {
	margin-bottom: 0px;
}

.logo {
	width: 40px;
}

a.navlink:link {
	font-family: "courier new";
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a.navlink:visited {
	color: white;
}

a.navlink:hover {
	color: #000044;
	/*background: green;*/
}

/*3 below used eg on books review page and login page*/
.link_in_page:link {
	color: blue;
	text-decoration: none;
	padding-right: 15px;
}
.link_in_page:visited {
	color: blue;
}
.link_in_page:hover {
	color: red;
}

table.page_head_table {
	width:100%;
	border-collapse: collapse;
	border: 0;

}

table.page_head_table td {
	border: 0;
}

td.heading_text_cell {
	text-align: left;

}

.heading_logged_in_cell {
	text-align: right;
	vertical-align: bottom;
	font-size: 75%;

}

table.links_table {
	width:100%;
	border-collapse: collapse;
	border: 0;
	margin-bottom: 5px;
}

table.links_table td {
	background: #6699CC;
/* DFFFDE PALE GREEN*/
	border: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

.std_link_cell {
	text-align: right;
}

hr {
	margin-top: 2px;
	margin-bottom: 4px;

}

p.table_heading {
	margin-bottom: 2px32;
}

.logged_in_as {
	font-family: "courier new"; !important
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 3px;
}

a.login_link {
	font-family: "courier new"; !important
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 3px;
	text-decoration: none;
	color: black;
	background: white;
}

a.login_link:hover {
	color: white;
	background: #6699CC;
}

/*Next two provide rounded corners for green links line*/

.left_rounded_cell {
	border: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	padding-left: 7px;
	/*-moz-border-radius: 20px;
	-webkit-border-radius: 20px;*/
}
.right_rounded_cell {
	border: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	padding-right: 7px;
	/*-moz-border-radius: 20px;
	-webkit-border-radius: 20px;*/
}

a.link_in_table {
	color: black;
	padding-left: 0px;
	margin-left: 0px;
	text-decoration: none;
}

.link_in_table:hover {
	color: red;
}

div.table_instructions {
	float: right;
	width: 17%;
	margin-right: 3%;
}