/* Thanks to bluerobot.com for the template for this stylesheet */
body {
	margin:0px;
	padding:0px;
	color:#333;
	font-size:13px;
	line-height:120%;
	background-color:white;
	font-family: 'Trebuchet MS','Lucida Sans Unicode', Helvetica,Verdana,Arial, Geneva,  sans-serif;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size: 2em;
	font-weight:900;
	line-height:100%;
	color:#999;
}
h3 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size: 1.4em;
	font-weight:900;
	line-height:100%;
	color:#999;
}

p {
	margin:0px 0px 16px 0px;
	padding:0px;
}
a {
	color:#09c;
	text-decoration:none;
}
a:link {
        color:#09c;
}
a:visited {
	color:#07a;
}
a:hover {
	color:gray;
}



#Header {
	margin:20px 250px 10px 0px;
	padding:10px 0px 10px 20px;
	/* 
	   For IE5/Win's benefit height = [correct height] + [top
	   padding] + [top and bottom border widths] 
	*/ 
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 1px 1px 0px; /* top and bottom borders: 1px; left and
				 right borders: 0px */ 
	background-color:#ddd;
	font-size:1.2em;

/* 
   Here is the ugly brilliant hack that protects IE5/Win from its own 
   stupidity.    
   Thanks to Tantek Celik for the hack and to Eric Costello for 
   publicizing it.  
   IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
   declaration. The incorrect IE5/Win value is above, while the correct 
   value is  below. See http://glish.com/css/hacks.asp for details. 
*/
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
}
#Footer {
	margin:120px 00px 10px 250px;
	padding:10px 0px 10px 20px;
	/* 
	   For IE5/Win's benefit height = [correct height] + [top
	   padding] + [top and bottom border widths] 
	*/ 
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px 1px 1px; /* top and bottom borders: 1px; left and
				 right borders: 0px */ 
	background-color:#ddd;
	font-size:1.2em;

/* 
   Here is the ugly brilliant hack that protects IE5/Win from its own 
   stupidity.    
   Thanks to Tantek Celik for the hack and to Eric Costello for 
   publicizing it.  
   IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
   declaration. The incorrect IE5/Win value is above, while the correct 
   value is  below. See http://glish.com/css/hacks.asp for details. 
*/
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
}
#Header a {
 margin:0px 0px 15px 0px;
 padding:0px;
 font-size:1.2em;
 font-weight:900;
}
#Header a:hover {
 color:gray;
}
/* 
   I've heard this called the "be nice to Opera 5" rule. Basically, it
   feeds correct length values to user agents that exhibit the parsing
   error exploited above yet get the CSS box model right and understand
   the CSS2 parent-child selector. ALWAYS include a "be nice to Opera 5"
   rule every time you use the Tantek Celik hack (above). 
*/
body>#Header {height:14px;}

#Content {
	margin:0px 100px 50px 190px;
	padding:10px;
}
#Gallery {
	margin:0px 5px 5px 10px;
	padding:10px;
}
#Content h1 {
	margin-left:-20px;
}

#Menu {
	position:absolute;	
	top:120px;
	left:00px;
	width:10px;
	padding:5px;
	background-color:#ddd;
	border:1px solid #999;
	border-width:1px 1px 1px 0px; 
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	list-style-type:none;
}

#Menu ul {
   list-style-type:none;
   margin:0px 10px 0px 0px;
   margin-left: 10px;
   padding:0px;
}

#Menu ul li ul {
      margin-left:15px;
}

#Menu a {
      font-size:1.2em;
      line-height:130%;
}
#Menu a:hover {
 color:gray;

}
/* Again, "be nice to Opera 5". */
body>#Menu {width:120px;}


#Abstract {
	position:absolute;
	top:30px;
	left:40px;
	right:40px;
	bottom:30px;
	padding:10px;	
	background-color:#ddd;
	border:1px solid #999;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	list-style-type:none;
}
#Abstract h1 {
	font-size: 2em;
	color: #000;
}

#Abstract h2 {
	  font-size: 1.2em;
	  color: #000;
}

#Abstract span.menu {
	font-weight:bold;
}
#Abstract span.closelink {
 text-align:center;
 font-size:small;
}

#Abstract a:hover {
 color:gray;
}

/* 
#abstractpapers {
	position:absolute;	
	top:600px;
	left:40px;
	right:40px;
	bottom:30px;
	padding:10px;
}
*/
#Update {
 margin:0px 5px 0px 0px;
 padding:0px;
 text-align:right;
 font-size:xx-small;
}

*.news-date {
  font-size:1.1em;
  margin-bottom:5px;
  margin-top:0px;
  margin-left:0px;

}
*.news-list {
   margin: 0px 0px 0px 0px;
   padding: 0px;
}

*.news-list li {
  list-style-type:none;
  margin-left:20px;
  margin-bottom:5px;
  line-height:1.2em;
}


table.info {
  width: auto;
  font-size:1em;  
}
table.info caption {
  font-weight:bold; background-color:#fff;
}
table.info th.caption {
  font-weight:bold; background-color:#fff;
}
table.info colgroup.address-group {
	background-color:#ddd;
}
table.info colgroup.space-group {
	background-color:#ddd;
}
table.info colgroup.contact-group {
	background-color:#ddf;
}

table.sk {
  width: auto;
  margin: 0 10%;
  font-size:1em; 
}

th.sk-top {
     width: 80px;
}

td.sk {
      text-align:center;
      height: 30px;
}

* span.XMLimg img {
  border:0pt;
  height:8px;
  width:25px;
}
* span.ptitle {
   font-weight:bold ;
}
* span.keywords {
   font-weight:bold ;
}
* span.download {
   font-weight:bold ;
}


ul.publications {
	list-style-type:decimal;
}
ul.publications li {
	font-size:1em;
	margin:0px 0px 10px 0px;
	padding:0px;
}

ul.publications ul.paperlist {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px;
}
ul.publications ul.paperlist li {
	font-size:1em;
	margin:0px 0px 00px 0px;
	padding:0px;
}

div.abstract {
        margin:0px 0px 0px 0px;
	padding:0.5em 0.5em 0.5em 0.5em;
	background-color:#ddd;
	border:1px solid #999;
}
TABLE  {
    font-size:9pt;
    COLOR: #000000; 
}


td.galCont {
	border:1px inset silver;
	width:auto;
	text-align:center;
	height:100px;
	cursor:pointer;
}


td.reportHead {
	border-bottom:1px solid black;
	border-right:1px solid black;
	border-top:1px solid silver;
	border-left:1px solid white;
	background-color:#ddd;
	padding: 0px 0px 0px 10px;

}


.fullwidth {
    width:96%;
}

tr.reportRowHead {
  height:20px;color:black;font-weight:bold;
}

