body {
	background-color: #fff;
}

.all-content {
	font-family: sans-serif;
	/*width: 650px;*/
	width: 780px;
	margin-left: 30px;
	background-color: #eeeeff;
	padding: 10px;
	border: 1px solid #aaaaaa;
}

.header-title {
	background-color: #3355aa;
	padding: 10px;
	border: 1px solid #555;
}

.header-title a:link, .header-title a:visited, .header-title a:hover { 
	color: white; 
	font-weight: bolder; 
	font-size: medium; 
	text-decoration: none; 
	word-spacing: 0.3em; 
	letter-spacing: 0.3em;
}

.header-menu {
	font-size: small;
	padding-top: 5px;
	text-align: right;
	padding-bottom: 10px;
}

.header-menu a {
	text-decoration: none;
}

.selected {
	display: inline;
	background: #3355aa;
	padding: 5px;
	border: 1px solid #555;
	text-decoration: none;
}


a:link .selected, a:visited .selected {
	font-weight: bolder;
	color: #fff;
}



.subheader-title {
	margin: 5px;
	font-size: 1.5em;
	padding-bottom: 5px;
}

.search-form {
	display: inline;
}

.title {
	margin-left: 20px;
	color: #333;
}
.demo_author {
	margin-left: 20px;
	color: #333;
}

.pub-authors {
	padding-bottom: 5px;
	color: #333;
}

.picture-box {
        max-width: 310px;
        min-height: 200px;
        max-height: 300px;
        border: 1px solid #aaaaaa;
        float: left;
}

.embedded-image {
	max-width: 400px;
	float: left;
	padding: 10px;
}

.logo-box {
	width: 200px;
	float: left;
}

.logo-pic {
	border: none;
}

.side-content {
	float: right;
	/*width: 370px;*/
	width: 450px;
}

.inline-header {
	display: inline;
	font-weight: bolder;
}

.section-header {
	font-weight: bolder;
	float: left;
	margin-bottom: 10px;
}

.bottom-content {
	clear: both;
	padding-top: 10px;
}

.publications, .projects, .areas, .software, .box-content, .email, .homepage {
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 10px;
	margin-bottom: 10px;
}

.footer {
	text-align: right;
}

.colophon-css {
	font-size: smaller;
}

/**
 * Default options for list display
 */

.listGroup {
	float: right;
	text-align: right;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding-bottom: 5px;
}
.listSingleGroup {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: smaller;
	font-weight: bold;
}
.listSingleGroup a {
	font-weight: normal;
}

.listAllItem {
	clear: both;
}
.listItem {
	display: block;
	margin-left: 10px;
	margin-top: 5px;
}


.wideTable {
	width: 100%;
	padding: 10px;
}

.fill {
	width: 100%;
	height: 100%;
	display: block;
}

.event_box {
	margin: 15px;
	padding: 5px;
	border: 1px solid #555555;
	background: #ffeeee;
}

.event_title {
	font-size: larger;
        padding-bottom: 5px;
	font-weight: bold;
}

.event_description {
	margin: 10px;
}
.private-link {
	font-size: small;
}
