body {
	background-color: #AAAAAA; 
}

html, body, td, tr td
{ 
	font-family: "Helvetica"; 
	font-size: 15px;
	height: 100%;

	line-height: 120%; 
	color: #2E2E2E; 
	margin: auto auto;
	
}



#mainbox {
	width: 700px; 
	margin-left: 50px;
	padding: 10px;
	background-color: white;
}

small {
	font-size: 11px;
		line-height: 15px;
}

a, a:active #menu a, #menu a:active, a:link, #menu a:link {
  color: blue;
  text-decoration:none;
}

a:visited, #menu a:visited {
text-decoration:none;
color: blue;
}



a:hover, #menu a:hover {
text-decoration:none;
background-color: yellow;
}


#menu { 
	  padding: 0px 5px; 
	  margin: 0;
	  margin-left: 20; 
	  } 

#menu li { 
	  list-style-type: circle; 
	  padding-top: 5;
	  } 



hr {
color: white;
background-color: black;
height: 0px;
border-width: 1px;
}

.smalltitle 
{ 
	font-size: 14px; 
}



.sitetitle 
{ 
	font-size: 25px; 
	font-weight: bold;
}

.subtitle 
{ 
	font-weight: bold;
	font-size: 21px; 
	color: #747474;
}


.img
{
	border-width: 1px;
	border-style: solid;
	border-color: black;
}


	





.year { color: #4499CC; font-weight: bold; }
.keywords { color: #4499CC; text-transform: uppercase; font-weight: bold; }

#qs { width: auto; border-style: solid; border-color: gray; border-width: 1px 1px 1px 1px; padding: 0.5em 0.5em; display:none; position:relative; font-size: 12px; }
#qs form { padding: 0px; margin: 0px;  }
#qs form p { padding: 0px; margin: 0px; }

#qstable td { font-size: 12px; text-align: justify; border-top: 1px dotted #EAEAEA; }

.invalidsearch { background-color: red; }

table { border: 1px gray none; width: 100%; empty-cells: show; border-spacing: 0em 0.3em; margin-top: 1em; }
th, td { border-width: 0px 0px; border-color: gray; border-style: solid; padding: 0.5em; vertical-align: top;  }
td { vertical-align: top; }

tr.noshow { display: none;}

#qstable tr.highlight td { background-color: #F1F1F1; border-top: 2px black solid; font-weight: bold; }
tr.abstract td, tr.review td, tr.bibtex td { background-color: #F1F1F1; border-bottom: 2px black solid; text-align: justify; }
tr.nextshow td { border-bottom: none; }

tr.bibtex pre { width: 100%; overflow: auto;}

.infolinks { margin: 0.5em 0em 0em 0em; padding: 0px; }

.infolinks a { color: #CECECE;} 

#qssettings { padding: 0.5em; position: absolute; top: 0.2em; right: 0.2em; border: 1px gray solid; background-color: white; display: none; }
#qssettings p { font-weight: bold; cursor: pointer; }
#qssettings ul { display: none; list-style-type: none; padding-left: 0; margin: 0; }
#qssettings.active ul { display: block; }

@media print {
	p.infolinks, #qssettings, #qs { display: none !important; }
	tr { page-break-inside: avoid; }
}

