/* global */
body {
font-family: Helvetica, Arial, sans-serif;
margin: 0px;
padding-bottom: 20px;
background-color: black;
color: white;
}

img {
text-decoration: none;
background-color: #444;
}

.border-container
{
border: 1px solid #000;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

.floater-left {
float:left;
vertical-align: top;
}

.clearer {
clear: both;
}

.indent {
padding-left: 2em;
}

li {
padding-bottom: 3px;
}

.main-section {
}

h2 {
margin-bottom: 0.4em;
}

.sub-section {
margin-bottom: 0.1em;
margin-top: 1.5em;
}

.heavy {
font-weight: bold;
}

a {
text-decoration: underline;
text-decoration: none;
}

a:visited {
text-decoration: underline;
text-decoration: none;
}
 
a:hover {
text-decoration: underline;
}

:link img, :visited img {
border: 1px solid;
}

.border {
border: 1px solid;
padding: 2px;
}

.padRight {
/* used for link sections */
margin-right: 2em;
}

/* page specific */
.date {
}

#quick-links a {
font-size: larger;
padding: 0.2em;
display: inline-block;
}

.lowContrast {
color: #222;
font-size: 8px;
z-index: 1234;
}


/* header */
#page-title-box {
text-align: left;
position: absolute;
left: 15px;
top: 5px;
width: 300px;
}

#page-title-link {
font-size: 50px;
}

#menu-container {
text-align: right;
z-index: 3;
padding-top: 0.5em; 
}

.header-link a, .header-link a:visited {
padding-right: 1em;
font-family: "Lucida Console", "Andale Mono", "Courier New", "Courier", monospace;
font-weight: bold;
}

#title-arrow {
font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
}

#title-description {
font-size: smaller;
}


/* content */
#page-text {
	margin-left: 20px;
	position: relative;
	padding: 5px;
	margin-bottom: 20px;
	font-size: smaller;
	z-index: 2;
	text-align: left;
}

#content {
	z-index: 2;
	/*max-width: 500px;
	width:expression(document.body.clientWidth > 510 ? "500px" : "auto");*/
	width: 500px;
}

/* footer */
#footer {
padding-top: 2em;
}

#userData {
	font-size: small;
	position: absolute;
	right: 5px;
	top: 5px;
}

.border-container
{
	border: 1px solid #444;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* publications */
.pub-image {
width: 50px;
height: 50px;
padding-right: 10px;
padding-bottom: 10px;
}

.pub-info {
width: 400px;
}

/* news */
.news-item {
padding-bottom: 0.5em;
}

