/*-----------------------------------------------------------------------------------
* == MOTIONCONTAINER
* --------------------------------------------------------------------------------- */
#papers {float:left;width:120px;}

#content {float:left; width:460px; margin-top:10px;}

#content th {width:150px;}

#content img {float:right; margin:0 0 10px 10px;}

h3 {margin-top:10px;}


#motioncontainer {margin-left:5px;}

#motioncontainer a img{ /*image border color*/
border: 1px solid #cccccc;
margin:1px 0;
width:100px;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid #415584;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}


.other {clear:both; background:#E5F1FE; padding:5px; margin-top: 10px;}