
#UserAvailability
{
  padding-left: 26px;
  margin-left: 0px;
  float:left;
  background-position: left;
  background-repeat: no-repeat;
}

.progress
{
  background-image: url('../images/spinner.gif');
  background-repeat: no-repeat
}

.taken
{
  background-image: url('../images/taken.gif');
  background-repeat: no-repeat;
  padding-left:20px   
}

.available
{ 
  background-image: url('../images/available.gif');
  background-repeat: no-repeat;
  padding-left:20px 
}

.Normal
{
  border: dashed 1px #000000;
  background-color: #FFFFFF;
  cursor: auto;
  padding: 10px;
  width: 200px;
  text-align: center;
}

.err
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: Red;
}


.err2
{
	font-family: arial;
	font-size: 16px;
	color: Red;
}

.content
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 700px; /*marquee height */
background-color: white;
overflow: hidden;

padding: 2px;
padding-left: 4px;
}