

#motioncontainer  a img{ /*image border color*/
border: 1px solid #ffffff;

}

#motioncontainer  a:hover img{ /*image border hover color*/
border: 1px dashed #FAAC18;
}

#motioncontainer  a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#trueContainer {
white-space:nowrap;
}

#trueContainer table{
display:inline;
text-align:center;
margin: 0 10px 0 10px;
}

#trueContainer td{
font-size:9px;
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}

