/* EEESTA STYLE SHEET */

body {
					background-image:url(images/background/graph.gif);
					margin: 0;
					padding: 0;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 12px;
}

table {
	width: 100%;
}


a, a:visited {
	color: black;
	font-weight: bold;
	background: transparent;
	/*text-decoration: underline;*/
}

/* IE for Mac V5.2 is incompatible with a:visited.sidebar_select */

a:hover, .sidebar_select {
	color: rgb(0, 145, 65);
	font-weight: bold;
	background: transparent;
	text-decoration: underline;
}



img.spacer {
					margin: 0;
					padding: 0;
					border: none;
}


p {
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
}




h1, h2, h3 {
					margin: 10px 0 3px 0;
					padding: 0;
					font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
}

/*
h1 {
					color: rgb(0, 204, 0);
					background: transparent;
					font-size: 30px;
					text-align: center;
					margin: 0 10px 0 10px;
					padding: 0;
}
*/
h1 {
					font-size: 18px;
}

h2 {
					font-size: 16px;
}

h3 {
					font-size: 14px;
}

/* Top left cell - Logo */

#top {
					background-image:url(images/logo/graph_top.gif);
}

/*
.top_left	{
					width: 200px;
					margin: 0;
					padding: 0 0 20px 0;
					color: black;
					border-bottom: 4px solid rgb(0, 145, 65);
}
*/

.logo {
					padding: 10px 0 0 20px;
}


/* Top banner - EEESTA logo / title with background montage */

.top_ban {
					margin: 0;
					padding: 0 0 20px 0;
					border-bottom: 4px solid rgb(0, 145, 65);
					background-image: url("images/background/montage4.gif");
					background-position: right;
					background-repeat: no-repeat;
}


/* Left cell - Navigation */

.left {
					margin: 0;
					padding: 20px 10px 0 4px;
					width: 130px;
					border-right: 1px dotted silver;
}

ul.menu {
					list-style: none;
					margin: 5px 0 20px 0;
					padding: 0;
					background-image:url(images/background/sgraph_dull_green.gif);
}

.left li {
					width: 125px;
					margin: 0 0 0 5px;
					padding: 0;
					border-bottom: 1px solid gray;
}

.menu_wrapper {
					margin: 0 0 0 15px;
					padding: 0;
					border-left: 2px solid gray;
}

li.menu_spacer {
					border: none;
}

li.menu_spacer div {
					margin: 0 0 0 15px;
					padding: 1px;
					border-left: 2px solid gray;

}

.left .menu a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	padding: 3px 0;
	text-align: left;
	color: black;
}

.left .menu a:hover, .left .menu a:active {
	color: rgb(0, 145, 65);
	background: transparent;
	text-decoration: none;
}

.left .menu .select a {
	color: rgb(0, 145, 65);
	background: transparent;
	text-decoration: none;
}



/* Right cell - Sidebar */

.right {
					margin: 0;
					padding: 10px;
					width: 25%;
					color: black;
					border-left: 1px dotted silver;
}

div.sidebar, div.sidebar_dull_green, div.sidebar_pale_green, div.sidebar_red, div.sidebar_pale_yellow, div.sidebar_pale_grey, div.sidebar_plum {
	margin: 15px 0 0 0;
	padding: 5px;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #606060;
	border-bottom: 1px solid #606060;
	font-size: 95%;
}

div.sidebar img, div.sidebar_dull_green img, div.sidebar_pale_green img, div.sidebar_red img, div.sidebar_pale_yellow img, div.sidebar_pale_grey img, div.sidebar_plum img {
	margin: 10px 0 10px 0;
	border: none;
}

div.sidebar_pale_green {
	background-image:url(images/background/graph_pale_green.gif);
}
div.sidebar, div.sidebar_dull_green {
	background-image:url(images/background/sgraph_dull_green.gif);
}
div.sidebar_mid_grey {
	background-image:url(images/background/sgraph_mid_grey.gif);
}
div.sidebar_pale_grey {
	background-image:url(images/background/sgraph_pale_grey.gif);
}
div.sidebar_pale_yellow {
	background-image:url(images/background/sgraph_pale_yellow.gif);
}
div.sidebar_plum {
	background-image:url(images/background/sgraph_plum.gif);
}
div.sidebar_red {
	background-image:url(images/background/graph_red.gif);
}
div.sidebar ul, div.sidebar_dull_green ul, div.sidebar_pale_yellow ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 10px;
}

div.sidebar li, div.sidebar_dull_green li, div.sidebar_pale_yellow li {
	margin: 0 0 4px 0;
}

/* Centre cell - Main content area */

.centre {
					margin: 0 10px 20px 10px;
					padding: 10px;
}

/* Images within centre content area */

/* Default border style for images. */
.centre img {
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #606060;
	border-bottom: 1px solid #606060;
}

/* Image wrappers to allow left / write float and to encompass captions. */
div.image_wrapper_l {
	float: left;
	margin: 5px 5px 5px 0;
}

div.image_wrapper_r {
	float: right;
	margin: 5px 0 5px 5px;
}

/* Caption styling */
div.image_wrapper_l p, div.image_wrapper_r p {
	text-align: left;
	/*font-style: italic;*/
	padding: 2px 0 0 0;
	margin: 0 0 5px 0;
}


/* Seminar-related styles */
.quoted_title {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.centred_text {
	text-align: center;
	font-size: 14px;
}

.legal {
	padding: 10px;
	text-align: center;
	color: gray;
	background: transparent;
}

/****** Event box ******/
div.event {
	margin: 20px 0 25px 0;
	padding: 5px;
	border-left: 2px solid gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	background-image:url(images/background/sgraph_pale_grey.gif);
}

.event_banner {
	border-bottom: 2px solid rgb(0, 145, 65);
	padding: 5px;
	margin: 0;
}

.event_banner img {
	border: none;
	float: left;
	margin: 5px;
	padding: 0;
}

div.event table {
	margin: 0;
	padding: 0;
}

div.event td {
	margin: 0;
	padding: 5px;
}

/* Abbreviation definitions. */

table.abbr {
	margin: 15px 0 25px 0;
	border-left: 2px solid gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	/*background-image:url(images/background/sgraph_pale_grey.gif);*/
	background-color: #e0e0e0;
}

td.abbr {
	vertical-align: top;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dotted silver;
}

td.defn_and_link {
	border-bottom: 1px dotted silver;
	padding: 5px;
}


/* Floating objects */
.float_right {
	float: right;
}

.float_left {
	float: left;
}

.clear_both {
	clear: both;
}

/* Footer Strip ************************************************************************************/
/*#footer {
	margin: 0;
	padding: 5px;
	border-top: 1px dotted gray;
	font-size: 95%
}
*/

table.footer {
	margin: 0;
	border-top: 1px dotted gray;
}

.copyright, .designer {
	margin: 0;
	padding: 5px;
	font-size: 95%;
}

.copyright {
	text-align: left;
}

.designer {
	text-align: right;
}

.monrose {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/* Associates Table ************************************************************************************/

.assoc_tab {
	width: 100%;
}

.assoc_tab td {
	padding: 5px;
}

.assoc_tab td.link {
	border-left: 2px solid silver;
	margin: 0 4px 0 4px;
}

/*.assoc_tab tr.altrow {
	background-color: white;
}
*/

.assoc_tab td img {
	border: none;
	float: right;
}

/* Forum notes *****************************************************************************************/
div.forum {
	margin: 15px 0 20px 0;
	padding: 20px;
	border-left: 2px solid gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	background-image:url(images/background/sgraph_pale_grey.gif);
}

/* No bullet points in lists in forum notices - mainly used on links page. */
div.forum ul {
	list-style-type: none;
}

/* Larger space between list items in forum notices. */
div.forum li {
	margin-bottom: 1em;
}

/* For highlighting text in lists -  Eg. 'New' flags on links. */
div.forum li span.highlight {
	font-weight: bold;
	color: black;
	background-color: yellow;
}

/* Subscription form ***********************************************************************************/

div.form_error {
	margin: 5px;
	background-color: #FFFF99;
	color: black;
	border: 1px solid silver;
	padding: 5px;
}

div.form_error img {
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}

/* Events page *******************************************************************************************/

/* Larger space between table rows */
div.forum td.event_description {
	padding-bottom: 1em;
}

/* Date field . */
div.forum td.event_date {
	vertical-align: top;
	font-weight: bold;
}

div.forum td.event_comment {
	vertical-align: top;
	font-weight: bold;
	color: black; /*rgb(0, 145, 65);*/
	background-color: #FFFF00;
}