/*******************************************************************************
* Misc styles
*******************************************************************************/

html {
	margin: 0px;
	height: 100%;
}

body {
	background-color: #CCFFCC;
	font-family: sans-serif;
	height: 100%;
	margin: 0px;
}

div.body {
	padding-top: 5px;
	padding-right: 20px;
	position: absolute;
	left: 180px;
	top: 0px;
}

a {
	color: #00CC00;
	text-decoration: none;
}

a:visited {
	color: #009900;
}

a:hover {
	text-decoration: underline;
}

.thesis_title {
	font-style: italic;
	display: inline;
}

ul {
	list-style-position: inside;
}

/*******************************************************************************
* Menu
*******************************************************************************/

.menu {
	background-color: #007000;
	color: #CCFFCC;
	margin-right: 10px;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #007000;
	border-width: 10px;
	max-width: 150px;
}

.menu_top {
	font-size: large;
	font-weight: bold;
	padding: 5px;
}

.menu_item {
	background-color: #007000;
	font-size: large;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

div.menu_item:hover, div.menu_item:hover a {
	background-color: #2EB52E;
}

.menu_spacer {
	border-top-style: double;
	border-top-color: #2EB52E;
}

.menu_top_spacer {
	padding-top: 20px;
	border-bottom-style: solid;
	border-width: thin;
	border-color: #2EB52E;
}

.menu_bottom_spacer {
	border-top-style: solid;
	border-width: thin;
	border-color: #2EB52E;
}

a.menu_toplink {
	color: #00CC00;
	text-decoration: none;
}

a.menu_toplink:hover {
	text-decoration: underline;
}

a.menu_item {
	color: #CCFFCC;
	text-decoration: none;
}

a.menu_item:hover {
	background-color: #2EB52E;
}

/*******************************************************************************
* Tables
*******************************************************************************/

div.contact_info_table {
	display: table;
}

span.contact_info_row {
	display: table-row;
}

span.contact_label {
	display: table-cell;
	font-weight: bold;
	padding-right: 5px;
}

span.contact_info {
	display: table-cell;
}

div.pubslist {
	display: table;
}

span.publication {
	display: table-row;
}

span.pub_separator {
	display: table-row;
	height: 10px;
}

span.pubinfo {
	display: table-cell;
	font-size: small;
	font-family: sans-serif;
	padding-left: 3em;
	padding-right: 1em;
}

span.publinks {
	display: table-cell;
	font-size: small;
	font-family: sans-serif;
	text-align: center;
	width: 10%;
}
