a.broken
{
    color: #ff00ff; 
}

a.broken span
{
    color: black;
    display:none;
    z-index: 9999;
}

a.broken:hover span
{
    display: block;
}

.devvalidationerror
{
  display:block;
    color: #800000;
    z-index:9999;
    position: absolute;
  left: 750px;
  top: 200px;
  width:500px;
  background-color:Gray;
  padding: 10px;  
}

.devcomment
{
    position: absolute; 
    border-top: 0;
  margin: 0;
  height: 16px;
  width: 16px;  
    background: url(../../image/Dev/Info.gif); 
    background-repeat:no-repeat;
    z-index:9999; 
}


.devcomment:hover span
{
    display: block;
}

.devcomment span
{
    display: none; 
    font-size: 10pt;
    font-weight: bold;
    font-family: tahoma, arial, sans-serif;
    width:200px;
    color: #404040; 
    background-color:#ffe000; 
    padding: 3px; 
    filter: Alpha(opacity=80);
    cursor: default;
}

