﻿body {
font-family:Arial Greek;
font-weight:normal;
font-size:11pt;
}

/*a {color:#333; text-decoration:none}
a:hover {color:#ccc; text-decoration:none}
*/
a {color:blue; text-decoration:underline}
a:hover {color:blue; text-decoration:underline}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  display:none;
  z-index:9999;
  padding:20px;
  width: 527px; 
  height: 463px; 
  background-color: White; 
  border: 3px solid #cccccc;
  font-family: Arial Greek;
}

#boxes #dialog1 {
  width:527px; 
  height:463px;
  background-color:White;
}

#dialog1 .fontHeading {
  color:Black;
  font-size:11pt;
  font-weight:normal;
  font-family:Arial Greek;
}

#boxes .windowEasyMedia {
  position:absolute;
  left:0;
  top:0;
  display:none;
  z-index:9999;
  padding:20px;
  width: 527px; 
  height: 272px; 
  background-color: White; 
  border: 3px solid #cccccc;
  font-family: Arial Greek;
}

#boxes #dialogEasyMedia {
  width:527px; 
  height:272px;
  background-color:White;
}

#dialogEasyMedia .fontHeading {
  color:Black;
  font-size:11pt;
  font-weight:normal;
  font-family:Arial Greek;
}