body {
  font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  background-color: #ACB0F9;//#adc1d4;
  color:#000039;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

h2 {
	font-size: 18pt;
}

.par {
 margin-left:30px;
 margin-right:30px;
 margin-top:10px;
 margin-bottom:30px;
 text-align:justify;
}


#dhtmltooltip{
position: absolute;
width: 250px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.project {
 display:block;
 height:50px;
 width:230px;
 clear:both;
 text-align:left;
 font-style:italic;
 font-size:20;
 margin-left:0px;
 border: 1px solid #ACB0F9; 
}

.project:hover {
	background-color:#ffffcc;
}

.project .logo {
 display:block;
 float:left;
 width:130px;
 height:50px;
 text-align:center;
}

.pastproject .logo {
 display:block;
 /*float:left; */
 width:650px;
 height:30px;
 text-align:left;
}


.project .text_projects {
 display:block;
 float:left;
 width:100px;
 height:50px;
}

.image {
 margin-top:20px;
 margin-left:30px;
 margin-right:30px;
 text-align:center;
}

.legend {
	text-align:center;
	font-style:italic;
    margin-bottom:30px;
}

a:link {
	color:#244D9F;
	text-decoration:none;
}

a:visited {
	color:#244D9F;  
	text-decoration:none;
}

a:hover {
	color:#000066;   
	text-decoration:none;
}

a:active {
	color:#244D9F;     
	text-decoration: none;
}

div.warning {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	color:red;
	font-style:italic;
	font-size:14pt;
}
div.title1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000039;
	font-size: 20px;
	text-align:center;
	font-weight:600;
	margin-bottom:30px;
}

.title2 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#000039;
	font-size: 17px;
	text-align:left;
	font-weight:400;
	margin-top:30px;
	margin-bottom:20px;
	margin-left:15px;
	padding-left:10px;
	letter-spacing:0.05ex;
	border-bottom:3px solid #bcbcbc;
}


div.title3 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#000039;
	font-size: 12pt;
	text-align:left;
	font-weight:200;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:25px;
}

table .code {
	color:darkblue;
	border: 1px solid; 
	padding:10px;
	margin-left:30px;
	margin-right:30px;
}

.inlinecode {
	color:darkblue;
	font-family:times;
}

.figure {
	text-align:center;
}

table {
	color:#000039;
}
/* news */
table.news {
	width:700;
}

table.news tr.header { 
	font-size: 18px;
	font-weight:bold;
	height: 40px;
	text-align:center;
}

tr.header td { 
	
}

table.news tr {
	vertical-align:top;
}

table.news table {
	width:100%;
}

table.news div.title {
	font-size: 13px;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
	margin-bottom:3px;
	font-style:italic;
}
table.news div.text {
	font-size: 12px;
	vertical-align:top;
	text-align:justify;
}
/* end news */

/* talks */
table.talks {
	width:95%;
	vertical-align:middle;
	text-align:left;
	border-style:inset; 
	border-width: 1px;
	border-collapse:collapse;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}

table.talks td:first-child {
	font-weight:bold;
	text-align:center;
	height:30px;
	width:100px;
	padding-left:0px;
}

table.talks td {
	border-style:inset; 
	border-width: 1px; 
	border-collapse:collapse;
	padding-left:10px;
}
/* end talks */

#par
{
    margin-left:24px;
}
.titlepar
{
	border-bottom:1px dotted black;
	margin-left:24px;
	margin-top:15px;
	margin-bottom:10px;
	width:100%;
	font-size: 17px;
	font-weight: bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-style:normal;
	/*background-color:E0E0E0;*/
}



/* Accounts */
table.accounts
{
	vertical-align:center;
	text-align:center;
	border-style:inset; 
	border-width: 0px;
	border-collapse:collapse;
	padding-left:5px;
	padding-right:5px;
}

tr.header {
	font-weight:bold;
	text-align:center;
}

table.accounts tr{
	height:30px;
}


#header {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: .9em;
 height: 50px;
 margn: 0;
 padding: 0;
 background-color: #CCCCFF;
}

#container {
 width: 100%;
 height: 100%;
}

#center {
 padding: 20px;
 background-color: white;
 height: 400px;/* height is computed by JAVA Script */
 width: auto;
 overflow: auto;
 margin-left: 150px;
 margin-right: 30px;/* For IE scroll bar */
}

#left {
 position: absolute;
 top: 65px;
 left: 4px;
 width: 150px;
}

.menu, .selected {
 text-align: center;
}

.smenub {
 position: absolute;
 visibility: hidden;
 margin-left: -1px;
 margin-top: 0px;
 z-index: 1;
}

.smenub_ie {
 position: absolute;
 visibility: hidden;
 margin-left: -51px;
 margin-top: 0px;
 z-index: 1;
}

.smenu, .opensmenu, .sltdsmenu {
 height: 18px;
 width: 130px;
 background: #000039;
 text-align: center;
 font-size: 70%;
 line-height: 18px;
}

.menu {
 color:#FFFFFF;
 background-color: #0e132a; // #00089B;
 font-weight:bold;
 border-left:1px solid gray;
}

.menu a:link {
 color:#FFFFFF;
 font-weight:bold;
}

.menu a:visited {
 color:#FFFFFF;
 font-weight:bold;
}

.menu a:active {
 color:#FFFFFF;
// background-color: #00089B;
 font-weight:bold;
}

.opensmenu, .sltdsmenu {
 margin-left: 5px;
}

.menu a, .selected a, .smenu a, .opensmenu a, .sltdsmenu a {
 text-decoration: none;
 display: block;
}

.menu a, .smenu a, .opensmenu a {
 color: #000;
}

.menu:hover, .menu a:hover, .smenu a:hover, .opensmenu a:hover {
 color: #000;
 background: #FFF;
}

a:hover
{
	text-decoration:none;
}

/* a:active is currently only available in IE */
.selected div, .selected a, .sltdsmenu a {
 color: #FFF;
 background-color: #ACB0F9;
}

p {
 margin: 0 0 10px 0;
 text-align: justify;
}

.button{
background-color: #9999CC;
font-size: 9pt;
font-family: arial;
font-weight: bold;
}

/* hidden link */
.hid {
  position:absolute;
  top:0;
  visibility:hidden;
  width:0;
  height:0;  
  color: #ACB0F9;
}

.hid a:link,.hid a:hover,.hid a:visited,.hid a:active {  
  color: #ACB0F9;
}

#footer a:link a:hover {
 color:#FFFFFF;
}

#footer { clear: both; }

#footer .container {
	position: relative;
	font-size: 11px;
	margin-top: 3px;
	padding: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: auto;
	text-align: left;
	color: #FFFFFF;
	background: #0e132a;
	width: 760px;
	/* IE padding fix */
	width: expression('750px');
}

#footer .text {
	position: absolute;
	font-weight:normal;
	left: 20px;
}

#footer .copyright { text-align: right; }


