body {	margin: 0px;	font-family: "lucida grande", verdana, lucida, sans-serif;font-size: 70%; background: #fff; color: #666;}	
a { color: #666666;    text-decoration: none;}
a img {    border: dotted 0px #eee;  }
a:hover {    text-decoration: underline;}
a:active {    color: #666;}

#container {   margin-top: 10px;  margin-left: auto;  margin-right: auto; width: 800px;  background: #e1e1e1; border: 15px solid #d1d1d1; }

#profile_menu {   padding: 0;   margin: 0; }
#content {   padding: 10px;   margin: 5px;}

#profile_two-pop, 
#profile_three-pop, 
#profile_four-pop, 
#profile_five-pop {  display: none;  }

.projectinfo {	line-height: 1.4; margin: 0; padding: 10px 5px; color: #888; }
.projectinfo img { height: 500px; overflow: hidden;border: 1px solid #c1c1c1; padding: 2px;	}
.projectinfo:hover { cursor: default; }

#profile_tabs { list-style: none; margin: 15px 0 0 0;}
#profile_tabs a { display: block; padding: 5px;	text-align: left;background: #fff;text-decoration: none;border: solid 1px #666;  margin 0px 5px;}
#profile_tabs a:hover, #profile_tabs a:focus { background: #99cc00; }
#profile_tabs a:active { background: #aaa; color: #fff;}
#profile_tabs a.selected { background: #333;color: #fff;}
#profile_tabs li { display: block;padding: 0 0 5px; margin: 0 5px;float: left;}
ol {padding: 0; margin: 0;}


#bckLnk { position:relative;margin:0;float:none; height: 1%;display:block; color: #999; cursor: default;width: 120px; padding: 1px;}

.keyword em{text-decoration:underline;font-style:normal;}
.keyword{white-space: nowrap;}
.tooltip, .tooltip .arrow{width:180px;}
.tooltip span{text-decoration:none;}
.tooltip {line-height:20px;text-decoration:none;position:absolute;display:none;}
.tooltip .t{font-size: 12px;font-family:"Lucida Sans Unicode", Arial, Verdana;color:#ffffff;background-color:#ff7200;padding:10px;white-space:normal;}
.tooltip .arrow{background-image:url(img/feature-arrow.gif);background-repeat: no-repeat;background-position: 20px top;height:16px;}

.t {-moz-border-radius:4px;-webkit-border-radius:4px;}

        
#bckLnk { margin:5px;padding: 1px;width:200px;}
#navi {    
    margin: 5px 10px;
    padding: 5px 10px;
}
#nav li li span a {
        display: block;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}  
.menupoints li {
  float: left;
  position: relative;
  width: 13em; 
}    
 li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url(img/dropdown_pane.png) bottom left no-repeat;
	padding: 2em 1em 1em 1em;	
}
li>ul {
	top: auto;
	left: auto;
}
li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
li:hover ul, li.over ul {
	display: block;
}    
.navi_top a {
    background: #333;
    color: #eee;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 5px;
    margin-left: 5px;    
}

