.requireField{
  color:red;
}
a.clean{
  /*text-decoration:none;*/
  color: black;
}
/*
a.clean:hover{
  font-weight: bolder;
}
*/  
a.clean:visited{
  color:black;
}

img.clean{
  border:none;
}
.hidden{
  visibility: hidden;
}
.clear{
    clear: both;
    text-align: center;
}

#divMenubar{
	height:24px;
	border: 0px solid #b9d2e3;
   background: url(../images/strip-menubar.jpg) repeat;
}

#mask{
  position:absolute;
  left:0;
  top:0;
  z-index:99997;
  background-color:#000;
  display:none;
}
#loading{
    position:absolute;
    background-color:  transparent;
    display:none;
    z-index: 99999;

    text-align: center ;
}

.userThumbDiv{
    width:47px;
    height: 47px;
    padding: 1px;
    background-color: #CECECE;
    z-index: 20;
    cursor: hand;
}

.userThumb{
	/*
    border:solid #CCC;
    border-width:0 1px 1px 0;
    */
    border: solid white;
    border-width: 3px;

    padding:0px;
    margin:0;
    z-index: 20;
    cursor:hand;
}

.userThumb a:hover{
    cursor:hand;
}

.userLink a{
  cursor:hand;
}