.doss {
 position: relative;
 background-color: #F8F8F8;
 -moz-border-radius: 15px; 
 -webkit-border-radius: 15px; 
 border-radius: 15px; 
 border: 2px solid #808080;
 padding: 5px;
 margin-left : 5px;
 margin-right: 5px;
}

.doss_table {
 width : 100%;
}

.doss_eta_0 {
 background-color: #FFA0A0;
 text-align : center;
}

.doss_eta_1 {
 background-color: #A0FFA0;
 text-align : center;
}

.doss_eta_2 {
 background-color: #FFFFA0;
 text-align : center;
}

.doss_link {
 text-decoration : underline ;
}

#doss_div_menu {
 -moz-border-radius: 15px; 
 -webkit-border-radius: 15px; 
  border-radius: 15px; 
  border: 2px solid #808080;
  position: absolute;
  top: 50%;
	left: 50%; 
	margin-top: -250px;
	margin-left: -300px;  
  text-align: center;
  width: 500px;
  height:400px;
//  background-color: #C0C0C0;
  z-index: 100;
}

.doss_div_cont {
 -moz-border-radius: 15px; 
 -webkit-border-radius: 15px; 
  border-radius: 15px; 
  margin: 5px;
  padding : 10px;
  text-align: left;
  height: 290px;
//  background-color: #F0F0F0;
  overflow: auto;
}

.doss_div_cont a {
  text-decoration: underline;
  text-decoration: bold;
  
}
